Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera/src/com/android/testingcamera/
DTestingCamera.java183 private OrientationEventHandler mOrientationHandler;
337 mOrientationHandler = new OrientationEventHandler(this); in onCreate()
340 private static class OrientationEventHandler extends OrientationEventListener { class in TestingCamera
343 OrientationEventHandler(TestingCamera activity) { in OrientationEventHandler() method in TestingCamera.OrientationEventHandler