Home
last modified time | relevance | path

Searched refs:setInTouchMode (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowManagerServiceTests.java532 mWm.setInTouchMode(!currentTouchMode, DEFAULT_DISPLAY); in testSetInTouchMode_instrumentedProcessGetPermissionToSwitchTouchMode()
534 verify(mWm.mInputManager).setInTouchMode( in testSetInTouchMode_instrumentedProcessGetPermissionToSwitchTouchMode()
552 mWm.setInTouchMode(!currentTouchMode, DEFAULT_DISPLAY); in testSetInTouchMode_nonInstrumentedProcessDontGetPermissionToSwitchTouchMode()
554 verify(mWm.mInputManager).setInTouchMode( in testSetInTouchMode_nonInstrumentedProcessDontGetPermissionToSwitchTouchMode()
583 mWm.setInTouchMode(!currentTouchMode, DEFAULT_DISPLAY); in testSetInTouchMode_multiDisplay_globalTouchModeUpdate()
585 verify(mWm.mInputManager, times(numberOfGlobalTouchModeDisplays)).setInTouchMode( in testSetInTouchMode_multiDisplay_globalTouchModeUpdate()
608 mWm.setInTouchMode(!currentTouchMode, virtualDisplay.getDisplay().getDisplayId()); in testSetInTouchMode_multiDisplay_perDisplayFocus_singleDisplayTouchModeUpdate()
611 verify(mWm.mInputManager).setInTouchMode( in testSetInTouchMode_multiDisplay_perDisplayFocus_singleDisplayTouchModeUpdate()
634 mWm.setInTouchMode(!currentTouchMode, virtualDisplay.getDisplay().getDisplayId()); in testSetInTouchMode_multiDisplay_ownTouchMode_singleDisplayTouchModeUpdate()
637 verify(mWm.mInputManager).setInTouchMode( in testSetInTouchMode_multiDisplay_ownTouchMode_singleDisplayTouchModeUpdate()
[all …]
/aosp14/frameworks/base/test-runner/src/android/test/
H A DSingleLaunchActivityTestCase.java72 getInstrumentation().setInTouchMode(false); in setUp()
H A DActivityInstrumentationTestCase.java74 getInstrumentation().setInTouchMode(mInitialTouchMode); in setUp()
H A DActivityInstrumentationTestCase2.java100 getInstrumentation().setInTouchMode(mInitialTouchMode); in getActivity()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DNativeInputManagerService.java78 boolean setInTouchMode(boolean inTouchMode, int pid, int uid, boolean hasPermission, in setInTouchMode() method
307 public native boolean setInTouchMode(boolean inTouchMode, int pid, int uid, in setInTouchMode() method in NativeInputManagerService.NativeImpl
H A DInputManagerService.java870 public boolean setInTouchMode(boolean inTouchMode, int pid, int uid, boolean hasPermission, in setInTouchMode() method in InputManagerService
872 return mNative.setInTouchMode(inTouchMode, pid, uid, hasPermission, displayId); in setInTouchMode()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewRootImplTest.java94 sInstrumentation.setInTouchMode(sOriginalTouchMode); in tearDownClass()
99 sInstrumentation.setInTouchMode(true); in setUp()
/aosp14/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl236 void setInTouchMode(boolean inTouch, int displayId); in setInTouchMode() method
H A DViewRootImpl.java6302 windowManager.setInTouchMode(inTouchMode, getDisplayId()); in ensureTouchMode()
/aosp14/frameworks/base/core/java/android/app/
H A DInstrumentation.java395 public void setInTouchMode(boolean inTouch) { in setInTouchMode() method in Instrumentation
410 setInTouchMode(defaultInTouchMode); in resetInTouchMode()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java3827 public void setInTouchMode(boolean inTouch, int displayId) { in setInTouchMode() method in WindowManagerService
3847 if (mInputManager.setInTouchMode(inTouch, pid, uid, hasPermission, displayId)) { in setInTouchMode()
3848 displayContent.setInTouchMode(inTouch); in setInTouchMode()
3857 if (mInputManager.setInTouchMode(inTouch, pid, uid, hasPermission, in setInTouchMode()
3859 dc.setInTouchMode(inTouch); in setInTouchMode()
3887 && mInputManager.setInTouchMode(inTouch, pid, uid, hasPermission, in setInTouchModeOnAllDisplays()
3889 dc.setInTouchMode(inTouch); in setInTouchModeOnAllDisplays()
H A DDisplayContent.java1238 mWmService.mInputManager.setInTouchMode(mInTouchMode, mWmService.MY_PID, mWmService.MY_UID, in DisplayContent()
1372 boolean setInTouchMode(boolean inTouchMode) { in setInTouchMode() method in DisplayContent
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1877 return im->getInputManager()->getDispatcher().setInTouchMode(inTouchMode, gui::Pid{pid}, in nativeSetInTouchMode()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60913 Landroid/view/IWindowManager$Stub$Proxy;->setInTouchMode(Z)V
61115 Landroid/view/IWindowSession$Stub$Proxy;->setInTouchMode(Z)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt5952 method public void setInTouchMode(boolean);