Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java635 private final VrController mVrController; field in ActivityManagerService
2422 if (!mVrController.onVrModeChanged((ActivityRecord) msg.obj)) { in handleMessage()
2426 final boolean disableNonVrUi = mVrController.shouldDisableNonVrUiLocked(); in handleMessage()
2714 mVrController = null; in ActivityManagerService()
2790 mVrController = new VrController(this); in ActivityManagerService()
13350 mVrController.setVrThreadLocked(tid, pid, proc);
13370 mVrController.setPersistentVrThreadLocked(tid, pid, proc);
13535 return mVrController.shouldDisableNonVrUiLocked();
14047 mVrController.onSystemReady();
15797 pw.println(" mVrController=" + mVrController);
[all …]