Searched defs:newOrientation (Results 1 – 5 of 5) sorted by relevance
94 void setOrientation(ui::Rotation newOrientation) { mOrientation = newOrientation; } in setOrientation()
1116 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged() local1135 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation() local1176 final int newOrientation = getRotatedOrientation(dc); in testFixedToUserRotationChanged() local1585 final int newOrientation = getRotatedOrientation(mDisplayContent); in testApplyTopFixedRotationTransform() local1799 final int newOrientation = getRotatedOrientation(mDisplayContent); in testNoFixedRotationOnResumedScheduledApp() local
177 val newOrientation = newConfig.orientation in <lambda>() constant
1059 int newOrientation = getResources().getConfiguration().orientation; in updateResources() local
440 boolean updateOrientation(@ScreenOrientation int newOrientation, boolean forceUpdate) { in updateOrientation()