Searched refs:getRotatedOrientation (Results 1 – 6 of 6) sorted by relevance
25 import static android.app.WallpaperManager.getRotatedOrientation;127 mUnfoldedRotated = getRotatedOrientation(mUnfolded); in setUpWithDisplays()128 mFoldedRotated = getRotatedOrientation(mFolded); in setUpWithDisplays()475 int unfoldedTwo = getRotatedOrientation(unfoldedOne); in testGetCrop_hasUnfoldedSuggestedCrop()531 int foldedTwo = getRotatedOrientation(foldedOne); in testGetCrop_hasFoldedSuggestedCrop()575 int unfoldedTwo = getRotatedOrientation(unfoldedOne); in testGetCrop_hasRotatedUnfoldedSuggestedCrop()578 int rotatedUnfolded = getRotatedOrientation(unfolded); in testGetCrop_hasRotatedUnfoldedSuggestedCrop()613 int foldedTwo = getRotatedOrientation(foldedOne); in testGetCrop_hasRotatedFoldedSuggestedCrop()618 int rotatedFolded = getRotatedOrientation(folded); in testGetCrop_hasRotatedFoldedSuggestedCrop()
20 import static android.app.WallpaperManager.getRotatedOrientation;115 getRotatedOrientation(pair.first), getRotatedOrientation(pair.second)); in WallpaperDisplayHelper()
21 import static android.app.WallpaperManager.getRotatedOrientation;185 int rotatedOrientation = getRotatedOrientation(orientation); in getCrop()
1111 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged()1131 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation()1148 .setScreenOrientation(getRotatedOrientation(mDisplayContent)).build(); in testOrientationBehind()1173 final int newOrientation = getRotatedOrientation(dc); in testFixedToUserRotationChanged()1601 final int newOrientation = getRotatedOrientation(mDisplayContent); in testApplyTopFixedRotationTransform()1820 final int newOrientation = getRotatedOrientation(mDisplayContent); in testNoFixedRotationOnResumedScheduledApp()2942 static int getRotatedOrientation(DisplayContent dc) { in getRotatedOrientation() method in DisplayContentTests
476 final int topOrientation = DisplayContentTests.getRotatedOrientation(mDefaultDisplay); in testCheckRotationAfterCleanup()
369 public static @ScreenOrientation int getRotatedOrientation(@ScreenOrientation int orientation) { in getRotatedOrientation() method in WallpaperManager