Searched refs:originalOrientation (Results 1 – 1 of 1) sorted by relevance
63 final int originalOrientation = bounds.width() > bounds.height() in getOrientations() local66 final int newOrientation = originalOrientation == ActivityInfo.SCREEN_ORIENTATION_PORTRAIT in getOrientations()69 return new int[] { originalOrientation, newOrientation }; in getOrientations()