FocusFinder.FindNextKeyboardNavigationCluster Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Find the root of the next keyboard navigation cluster after the current one.
[Android.Runtime.Register("findNextKeyboardNavigationCluster", "(Landroid/view/View;Landroid/view/View;I)Landroid/view/View;", "GetFindNextKeyboardNavigationCluster_Landroid_view_View_Landroid_view_View_IHandler", ApiSince=26)]
public virtual Android.Views.View? FindNextKeyboardNavigationCluster (Android.Views.View root, Android.Views.View? currentCluster, Android.Views.FocusSearchDirection direction);
[<Android.Runtime.Register("findNextKeyboardNavigationCluster", "(Landroid/view/View;Landroid/view/View;I)Landroid/view/View;", "GetFindNextKeyboardNavigationCluster_Landroid_view_View_Landroid_view_View_IHandler", ApiSince=26)>]
abstract member FindNextKeyboardNavigationCluster : Android.Views.View * Android.Views.View * Android.Views.FocusSearchDirection -> Android.Views.View
override this.FindNextKeyboardNavigationCluster : Android.Views.View * Android.Views.View * Android.Views.FocusSearchDirection -> Android.Views.View
Parameters
- root
- View
The view tree to look inside. Cannot be null
- currentCluster
- View
The starting point of the search. Null means the default cluster
- direction
- FocusSearchDirection
Direction to look
Returns
The next cluster, or null if none exists
- Attributes
Remarks
Find the root of the next keyboard navigation cluster after the current one.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.