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

/frameworks/base/core/java/android/view/
H A DView.java883 static boolean sHasFocusableExcludeAutoFocusable; field in class:View
4620 sHasFocusableExcludeAutoFocusable = targetSdkVersion < Build.VERSION_CODES.O;
6865 return hasFocusable(!sHasFocusableExcludeAutoFocusable, false);

Completed in 224 milliseconds