FocusFinder
FocusFinder(IntPtr, JniHandleOwnership)
Instance
JniPeerMembers
ThresholdClass
ThresholdType
FindNearestTouchable(ViewGroup, Int32, Int32, FocusSearchDirection, Int32[])
FindNextFocus(ViewGroup, View, FocusSearchDirection)
FindNextFocusFromRect(ViewGroup, Rect, FocusSearchDirection)
FindNextKeyboardNavigationCluster(View, View, FocusSearchDirection)
monoandroid
namespace Android.Views
{
[Register("android/view/FocusFinder", DoNotGenerateAcw = true)]
public class FocusFinder : Object
{
[Register("findNearestTouchable", "(Landroid/view/ViewGroup;III[I)Landroid/view/View;", "GetFindNearestTouchable_Landroid_view_ViewGroup_IIIarrayIHandler")]
public virtual View? FindNearestTouchable(ViewGroup? root, int x, int y, [GeneratedEnum] FocusSearchDirection direction, int[]? deltas);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API