Home
last modified time | relevance | path

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

/packages/services/Car/cpp/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.java1165 public void hideWindow() { in hideWindow() method in LatinIME
1173 super.hideWindow(); in hideWindow()