Home
last modified time | relevance | path

Searched refs:RotationLockTile (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DRotationLockTile.java37 public class RotationLockTile extends QSTileImpl<BooleanState> { class
43 public RotationLockTile(QSHost host, RotationLockController rotationLockController) { in RotationLockTile() method in RotationLockTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSFactoryImpl.java43 import com.android.systemui.qs.tiles.RotationLockTile;
66 private final Provider<RotationLockTile> mRotationLockTileProvider;
89 Provider<RotationLockTile> rotationLockTileProvider, in QSFactoryImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java46 import com.android.systemui.qs.tiles.RotationLockTile;
550 boolean portrait = RotationLockTile.isCurrentOrientationLockPortrait( in onRotationLockStateChanged()