Home
last modified time | relevance | path

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

/frameworks/hardware/interfaces/automotive/display/1.0/vts/functional/
DVtsHalAutomotiveDisplayV1_0TargetTest.cpp88 TEST_P(AutomotiveDisplayHidlTest, hideWindow) { in TEST_P() argument
100 ASSERT_EQ(mDisplayProxy->hideWindow(id), true); in TEST_P()
/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/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/
DICarDisplayProxy.aidl43 void hideWindow(in long id); in hideWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/2/android/frameworks/automotive/display/
DICarDisplayProxy.aidl43 void hideWindow(in long id); in hideWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/android/frameworks/automotive/display/
DICarDisplayProxy.aidl74 void hideWindow(in long id); in hideWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/vts/functional/
DVtsHalCarDisplayTargetTest.cpp119 TEST_P(CarDisplayAidlTest, hideWindow) { in TEST_P() argument
123 ASSERT_TRUE(mDisplayProxy->hideWindow(id).isOk()); in TEST_P()
/frameworks/native/services/automotive/display/include/
DAutomotiveDisplayProxyService.h50 Return<bool> hideWindow(uint64_t id) override;
/frameworks/hardware/interfaces/automotive/display/1.0/
DIAutomotiveDisplayProxyService.hal51 hideWindow(uint64_t id) generates (bool success);
/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/proto_logging/stats/enums/view/inputmethod/
Denums.proto226 // Reached the IME's hideWindow method.
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java967 hideWindow(); in hideSoftInput()
3266 hideWindow();
3269 public void hideWindow() {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13450 method public void hideWindow();
/frameworks/base/core/api/
Dcurrent.txt20756 method public void hideWindow();