Searched refs:portrait (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DRotationLockTile.java96 final boolean portrait = isCurrentOrientationLockPortrait(mController, mContext);
98 final int label = portrait ? R.string.quick_settings_rotation_locked_portrait_label
101 state.icon = portrait ? mAutoToPortrait : mAutoToLandscape;
104 state.icon = portrait ? mPortraitToAuto : mLandscapeToAuto;
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java127 * Constants to whether or not this RemoteViews is composed of a landscape and portrait
135 * {@link #RemoteViews(RemoteViews, RemoteViews)} to keep track of the landscape and portrait
2134 * landspace or portrait RemoteViews, depending on the current configuration.
2137 * @param portrait The RemoteViews to inflate in portrait configuration
2139 public RemoteViews(RemoteViews landscape, RemoteViews portrait) { argument
2140 if (landscape == null || portrait == null) {
2143 if (landscape.mApplication.uid != portrait.mApplication.uid
2144 || !landscape.mApplication.packageName.equals(portrait.mApplication.packageName)) {
2147 mApplication = portrait
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java483 boolean portrait = RotationLockTile.isCurrentOrientationLockPortrait(
486 if (portrait) {

Completed in 121 milliseconds