Searched refs:portrait (Results 1 – 12 of 12) sorted by relevance
24 ROTATION_0 = 1; // portrait up26 ROTATION_180 = 3; // portrait down
167 RemoteViews portrait = new RemoteViews(mPackage, 33); in parcelSize_differentOrientation() local170 RemoteViews views = new RemoteViews(landscape, portrait); in parcelSize_differentOrientation()171 assertTrue(getParcelSize(views) < (getParcelSize(landscape) + getParcelSize(portrait))); in parcelSize_differentOrientation()
29 Tests that inherit from the class are automatically executed twice: once in portrait and once in la…
48 public void portrait() { in portrait() method in DisplayPolicyInsetsTests
434 fun setStatusBarHeights(portrait: Int, landscape: Int) { in <lambda>()435 sbHeightPortrait = portrait in <lambda>()
169 // Which orientation the device is in (portrait, landscape).
3538 public RemoteViews(RemoteViews landscape, RemoteViews portrait) {3539 if (landscape == null || portrait == null) {3542 if (!landscape.hasSameAppInfo(portrait.mApplication)) {3546 mApplication = portrait.mApplication;3547 mLayoutId = portrait.mLayoutId;3548 mViewId = portrait.mViewId;3549 mLightBackgroundLayoutId = portrait.mLightBackgroundLayoutId;3552 mPortrait = portrait;3556 configureRemoteViewsAsChild(portrait);3558 mClassCookies = (portrait.mClassCookies != null)[all …]
616 boolean portrait = RotationLockTile.isCurrentOrientationLockPortrait( in onRotationLockStateChanged()619 if (portrait) { in onRotationLockStateChanged()
263 // Is the media in portrait mode?
2052 // in portrait and landscape.
12711 field public static final String FEATURE_SCREEN_PORTRAIT = "android.hardware.screen.portrait";17395 field @Deprecated public static final String SCENE_MODE_NIGHT_PORTRAIT = "night-portrait";17397 field @Deprecated public static final String SCENE_MODE_PORTRAIT = "portrait";
8812 … public static final java.lang.String FEATURE_SCREEN_PORTRAIT = "android.hardware.screen.portrait";12307 field public static final java.lang.String SCENE_MODE_NIGHT_PORTRAIT = "night-portrait";12309 field public static final java.lang.String SCENE_MODE_PORTRAIT = "portrait";