Searched defs:newOrientation (Results 1 – 6 of 6) sorted by relevance
137 val newOrientation = newConfig.orientation in onConfigurationChanged() constant
94 void setOrientation(ui::Rotation newOrientation) { mOrientation = newOrientation; } in setOrientation()
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 in <lambda>() constant
1171 int newOrientation = getResources().getConfiguration().orientation; in updateResources() local
467 boolean updateOrientation(@ScreenOrientation int newOrientation, boolean forceUpdate) { in updateOrientation()