Searched defs:rotation (Results 1 – 8 of 8) sorted by relevance
287 protected void setDeviceRotation(int rotation) throws DeviceNotAvailableException { in setDeviceRotation()293 final String rotation = in getAccelerometerRotation() local298 private void setAccelerometerRotation(int rotation) throws DeviceNotAvailableException { in setAccelerometerRotation()304 final String rotation = in getUserRotation() local312 private void setUserRotation(int rotation) throws DeviceNotAvailableException { in setUserRotation()
60 public void init(Camera camera, float aspectRatio, int rotation) { in init()
75 public void onSetDeviceOrientation(int rotation) { in onSetDeviceOrientation()
181 public BatchRunConfiguration(String glConfig, String rotation, String surfaceType) { in BatchRunConfiguration()1084 final String rotation; in parseRunConfig() local1797 private boolean isPortraitClassRotation(String rotation) { in isPortraitClassRotation()1802 private boolean isLandscapeClassRotation(String rotation) { in isLandscapeClassRotation()
524 int rotation = activity.getWindowManager().getDefaultDisplay() in calculateOrientations() local
653 int rotation = getWindowManager().getDefaultDisplay().getRotation(); in setUpCamera() local
395 int rotation = getWindowManager().getDefaultDisplay().getRotation(); in setUpCamera() local
789 private void testOrientation(final String rotation, final String featureString) in testOrientation()