Home
last modified time | relevance | path

Searched refs:showWindow (Results 1 – 15 of 15) sorted by relevance

/frameworks/hardware/interfaces/automotive/display/1.0/vts/functional/
DVtsHalAutomotiveDisplayV1_0TargetTest.cpp72 TEST_P(AutomotiveDisplayHidlTest, showWindow) { in TEST_P() argument
84 ASSERT_EQ(mDisplayProxy->showWindow(id), true); in TEST_P()
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/1/android/frameworks/automotive/display/
DICarDisplayProxy.aidl41 void showWindow(in long id); in showWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/
DICarDisplayProxy.aidl44 void showWindow(in long id); in showWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/2/android/frameworks/automotive/display/
DICarDisplayProxy.aidl44 void showWindow(in long id); in showWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/android/frameworks/automotive/display/
DICarDisplayProxy.aidl86 void showWindow(in long id); in showWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/vts/functional/
DVtsHalCarDisplayTargetTest.cpp112 TEST_P(CarDisplayAidlTest, showWindow) { in TEST_P() argument
115 ASSERT_TRUE(mDisplayProxy->showWindow(id).isOk()); in TEST_P()
/frameworks/native/services/automotive/display/include/
DAutomotiveDisplayProxyService.h49 Return<bool> showWindow(uint64_t id) override;
/frameworks/hardware/interfaces/automotive/display/1.0/
DIAutomotiveDisplayProxyService.hal40 showWindow(uint64_t id) generates (bool success);
/frameworks/native/services/automotive/display/
DAutomotiveDisplayProxyService.cpp102 Return<bool> AutomotiveDisplayProxyService::showWindow(uint64_t id) { in showWindow() function in android::frameworks::automotive::display::V1_0::implementation::AutomotiveDisplayProxyService
/frameworks/proto_logging/stats/enums/view/inputmethod/
Denums.proto224 // Reached the IME's showWindow method.
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java1172 showWindow(); in doShow()
1362 void showWindow() { in showWindow() method in VoiceInteractionSession
1472 showWindow(); in setUiEnabled()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java1032 showWindow(true /* showInput */); in showSoftInput()
3081 showWindow(showInput);
3084 public void showWindow(boolean showInput) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13506 method public void showWindow(boolean);
/frameworks/base/core/api/
Dcurrent.txt20823 method public void showWindow(boolean);