Searched defs:newOrientation (Results 1 – 5 of 5) sorted by relevance
137 val newOrientation = newConfig.orientation regex
1125 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged() local1144 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation() local1185 final int newOrientation = getRotatedOrientation(dc); in testFixedToUserRotationChanged() local1592 final int newOrientation = getRotatedOrientation(mDisplayContent); in testApplyTopFixedRotationTransform() local1811 final int newOrientation = getRotatedOrientation(mDisplayContent); in testNoFixedRotationOnResumedScheduledApp() local
147 val newOrientation = newConfig.orientation regex
1171 int newOrientation = getResources().getConfiguration().orientation; in updateResources() local
467 boolean updateOrientation(@ScreenOrientation int newOrientation, boolean forceUpdate) { in updateOrientation()