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.aidl134 void setInTouchMode(boolean showFocus);
H A DIWindowManager.aidl138 void setInTouchMode(boolean showFocus);
H A DViewRootImpl.java3238 mWindowSession.setInTouchMode(inTouchMode);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java117 public void setInTouchMode(boolean arg0) throws RemoteException { method in class:BridgeWindowSession
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java382 public void setInTouchMode(boolean arg0) throws RemoteException { method in class:IWindowManagerImpl
/frameworks/base/core/java/android/app/
H A DInstrumentation.java302 public void setInTouchMode(boolean inTouch) { method in class:Instrumentation
305 ServiceManager.getService("window")).setInTouchMode(inTouch);
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java227 public void setInTouchMode(boolean mode) { method in class:Session
H A DWindowManagerService.java5231 public void setInTouchMode(boolean mode) { method in class:WindowManagerService
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java815 mWindowManager.setInTouchMode(false);

Completed in 364 milliseconds