Searched refs:setInTouchMode (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase.java76 getInstrumentation().setInTouchMode(mInitialTouchMode);
H A DSingleLaunchActivityTestCase.java68 getInstrumentation().setInTouchMode(false);
H A DActivityInstrumentationTestCase2.java100 getInstrumentation().setInTouchMode(mInitialTouchMode);
/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl130 void setInTouchMode(boolean showFocus);
H A DIWindowManager.aidl132 void setInTouchMode(boolean showFocus);
H A DViewRootImpl.java3052 mWindowSession.setInTouchMode(inTouchMode);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java116 public void setInTouchMode(boolean arg0) throws RemoteException { method in class:BridgeWindowSession
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java356 public void setInTouchMode(boolean arg0) throws RemoteException { method in class:IWindowManagerImpl
/frameworks/base/core/java/android/app/
H A DInstrumentation.java295 public void setInTouchMode(boolean inTouch) { method in class:Instrumentation
298 ServiceManager.getService("window")).setInTouchMode(inTouch);
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java225 public void setInTouchMode(boolean mode) { method in class:Session
H A DWindowManagerService.java5674 public void setInTouchMode(boolean mode) { method in class:WindowManagerService
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java832 mWindowManager.setInTouchMode(false);

Completed in 195 milliseconds