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

/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java375 public void onSoftKeyboardShowModeChanged(int showMode); argument
1087 private void onSoftKeyboardShowModeChanged(int showMode) { argument
1089 mSoftKeyboardController.dispatchSoftKeyboardShowModeChanged(showMode);
1203 void dispatchSoftKeyboardShowModeChanged(final int showMode) { argument
1225 listener.onShowModeChanged(SoftKeyboardController.this, showMode);
1230 listener.onShowModeChanged(this, showMode);
1267 * @param showMode the new show mode for the soft keyboard
1270 public boolean setShowMode(@SoftKeyboardShowMode int showMode) { argument
1276 return connection.setSoftKeyboardShowMode(showMode);
1296 * @param showMode th
1298 onShowModeChanged(@onNull SoftKeyboardController controller, @SoftKeyboardShowMode int showMode) argument
1566 onSoftKeyboardShowModeChanged(int showMode) argument
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1006 private void notifySoftKeyboardShowModeChangedLocked(int showMode) { argument
1010 service.notifySoftKeyboardShowModeChangedLocked(showMode);
3036 public boolean setSoftKeyboardShowMode(int showMode) { argument
3050 if (showMode == Settings.Secure.SHOW_MODE_AUTO) {
3057 Settings.Secure.ACCESSIBILITY_SOFT_KEYBOARD_MODE, showMode,

Completed in 1276 milliseconds