Home
last modified time | relevance | path

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

/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/
DICarDisplayProxy.aidl40 void hideWindow(in long id); in hideWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/1/android/frameworks/automotive/display/
DICarDisplayProxy.aidl40 void hideWindow(in long id); in hideWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/android/frameworks/automotive/display/
DICarDisplayProxy.aidl67 void hideWindow(in long id); in hideWindow() method
/frameworks/hardware/interfaces/automotive/display/1.0/vts/functional/
DVtsHalAutomotiveDisplayV1_0TargetTest.cpp88 TEST_P(AutomotiveDisplayHidlTest, hideWindow) { in TEST_P() argument
/frameworks/native/services/automotive/display/
DAutomotiveDisplayProxyService.cpp128 Return<bool> AutomotiveDisplayProxyService::hideWindow(uint64_t id) { in hideWindow() function in android::frameworks::automotive::display::V1_0::implementation::AutomotiveDisplayProxyService
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java2703 public void hideWindow() { in hideWindow() method in InputMethodService