Home
last modified time | relevance | path

Searched refs:hideWindow (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java299 hideWindow();
390 hideWindow();
440 hideWindow();
/packages/services/Car/evs/sampleDriver/
DEvsGlDisplay.cpp78 mGlWrapper.hideWindow(mDisplayProxy, mDisplayId); in forceShutdown()
126 mGlWrapper.hideWindow(mDisplayProxy, mDisplayId); in setDisplayState()
DGlWrapper.cpp347 void GlWrapper::hideWindow(sp<IAutomotiveDisplayProxyService>& pWindowProxy, uint64_t id) { in hideWindow() function in GlWrapper
349 pWindowProxy->hideWindow(id); in hideWindow()
DGlWrapper.h53 void hideWindow(sp<IAutomotiveDisplayProxyService>& pWindowService, uint64_t id);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java346 mLatinIME.hideWindow(); in onToggleKeyboard()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1164 public void hideWindow() { in hideWindow() method in LatinIME
1172 super.hideWindow(); in hideWindow()