Searched defs:newOrientation (Results 1 – 4 of 4) sorted by relevance
987 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged() local1006 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation() local1027 final int newOrientation = getRotatedOrientation(dc); in testFixedToUserRotationChanged() local1337 final int newOrientation = getRotatedOrientation(mDisplayContent); in testApplyTopFixedRotationTransform() local1543 final int newOrientation = getRotatedOrientation(mDisplayContent); in testNoFixedRotationOnResumedScheduledApp() local
271 final int newOrientation = originalOrientation == ActivityInfo.SCREEN_ORIENTATION_PORTRAIT in getOrientations() local
584 int newOrientation = getResources().getConfiguration().orientation; in updateResources() local
372 boolean updateOrientation(@ScreenOrientation int newOrientation, boolean forceUpdate) { in updateOrientation()