/frameworks/hardware/interfaces/automotive/display/1.0/vts/functional/ |
D | VtsHalAutomotiveDisplayV1_0TargetTest.cpp | 88 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/ |
D | ICarDisplayProxy.aidl | 40 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/ |
D | ICarDisplayProxy.aidl | 43 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/ |
D | ICarDisplayProxy.aidl | 43 void hideWindow(in long id); in hideWindow() method
|
/frameworks/hardware/interfaces/automotive/display/aidl/android/frameworks/automotive/display/ |
D | ICarDisplayProxy.aidl | 74 void hideWindow(in long id); in hideWindow() method
|
/frameworks/hardware/interfaces/automotive/display/aidl/vts/functional/ |
D | VtsHalCarDisplayTargetTest.cpp | 119 TEST_P(CarDisplayAidlTest, hideWindow) { in TEST_P() argument 123 ASSERT_TRUE(mDisplayProxy->hideWindow(id).isOk()); in TEST_P()
|
/frameworks/native/services/automotive/display/include/ |
D | AutomotiveDisplayProxyService.h | 50 Return<bool> hideWindow(uint64_t id) override;
|
/frameworks/hardware/interfaces/automotive/display/1.0/ |
D | IAutomotiveDisplayProxyService.hal | 51 hideWindow(uint64_t id) generates (bool success);
|
/frameworks/native/services/automotive/display/ |
D | AutomotiveDisplayProxyService.cpp | 128 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/ |
D | enums.proto | 226 // Reached the IME's hideWindow method.
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 967 hideWindow(); in hideSoftInput() 3266 hideWindow(); 3269 public void hideWindow() {
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13450 method public void hideWindow();
|
/frameworks/base/core/api/ |
D | current.txt | 20756 method public void hideWindow();
|