Home
last modified time | relevance | path

Searched refs:isSystemKeyboardNavigationEnabled (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DFeatures.java50 boolean isSystemKeyboardNavigationEnabled(); in isSystemKeyboardNavigationEnabled() method
166 public boolean isSystemKeyboardNavigationEnabled() { in isSystemKeyboardNavigationEnabled() method in Features.RuntimeFeatures
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestFeatures.java106 public boolean isSystemKeyboardNavigationEnabled() { in isSystemKeyboardNavigationEnabled() method in TestFeatures
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
H A DRootsList.java62 return mFeatures.isSystemKeyboardNavigationEnabled() in onKeyDown()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DSharedInputHandler.java98 if (!mFeatures.isSystemKeyboardNavigationEnabled()) { in onTab()
H A DFocusManager.java96 assert(!mFeatures.isSystemKeyboardNavigationEnabled()); in advanceFocusArea()