Searched defs:sHasFocusableExcludeAutoFocusable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java889 static boolean sHasFocusableExcludeAutoFocusable; field in class:View
4854 sHasFocusableExcludeAutoFocusable = targetSdkVersion < Build.VERSION_CODES.O;
7170 return hasFocusable(!sHasFocusableExcludeAutoFocusable, false);
[all...]

Completed in 77 milliseconds