Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DTestingCamera21.java134 WindowManager windowManager = (WindowManager) getSystemService(WINDOW_SERVICE); in onConfigurationChanged() local
135 int rot = windowManager.getDefaultDisplay().getRotation(); in onConfigurationChanged()
137 mPaneTracker.notifyOrientationChange(windowManager.getDefaultDisplay().getRotation()); in onConfigurationChanged()