Home
last modified time | relevance | path

Searched refs:isHardwareKeyboard (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DActivityContext.java320 default boolean isHardwareKeyboard() { in isHardwareKeyboard() method
330 if (isHardwareKeyboard()) { in isSoftwareKeyboardHidden()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsQuickstep.java372 if (!isTransientTaskbar && isHardwareKeyboard() && !mLauncher.isImeDocked()) { in testQuickSwitchToPreviousAppForTablet()
396 private boolean isHardwareKeyboard() { in isHardwareKeyboard() method in TaplTestsQuickstep
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarStashController.java1055 if (mActivity.isHardwareKeyboard() && DisplayController.isPinnedTaskbar(mActivity) in shouldStashForIme()
1063 if (visibilityController != null && mActivity.isHardwareKeyboard() in shouldStashForIme()