Searched refs:RotationMode (Results 1 – 15 of 15) sorted by relevance
34 import com.android.launcher3.graphics.RotationMode;64 public static RotationMode ROTATION_LANDSCAPE = new RotationMode(-90) {91 public static RotationMode ROTATION_SEASCAPE = new RotationMode(90) {137 public static RotationMode getRotationMode(DeviceProfile dp) { in getRotationMode()138 return !dp.isVerticalBarLayout() ? RotationMode.NORMAL in getRotationMode()
21 public abstract class RotationMode { class23 public static RotationMode NORMAL = new RotationMode(0) { };28 public RotationMode(float surfaceRotation) { in RotationMode() method in RotationMode
25 import com.android.launcher3.graphics.RotationMode;69 default RotationMode getRotationMode() { in getRotationMode()70 return RotationMode.NORMAL; in getRotationMode()
18 import com.android.launcher3.graphics.RotationMode;25 RotationMode getRotationMode(); in getRotationMode()
26 import com.android.launcher3.graphics.RotationMode;51 public RotationMode getRotationMode() { in getRotationMode()53 : (isRightEdge() ? ROTATION_LANDSCAPE : RotationMode.NORMAL); in getRotationMode()
30 import com.android.launcher3.graphics.RotationMode;79 public static RotationMode getRotationMode(DeviceProfile dp) { in getRotationMode()80 return RotationMode.NORMAL; in getRotationMode()
24 import com.android.launcher3.graphics.RotationMode;89 public static RotationMode getRotationMode(DeviceProfile dp) { in getRotationMode()90 return RotationMode.NORMAL; in getRotationMode()
29 import com.android.launcher3.graphics.RotationMode;113 public RotationMode getRotationMode() { in getRotationMode()
97 import com.android.launcher3.graphics.RotationMode;286 private RotationMode mRotationMode = RotationMode.NORMAL;445 ? RotationMode.NORMAL : UiFactory.getRotationMode(mDeviceProfile); in reapplyUi()509 mRotationMode = RotationMode.NORMAL; in initDeviceProfile()527 public RotationMode getRotationMode() { in getRotationMode()
63 import com.android.launcher3.graphics.RotationMode;187 private RotationMode mRotationMode = RotationMode.NORMAL;323 public void setRotationMode(RotationMode mode) { in setRotationMode()331 public RotationMode getRotationMode() { in getRotationMode()
71 import com.android.launcher3.graphics.RotationMode;235 RotationMode m = ((Transposable) v).getRotationMode(); in getDescendantCoordRelativeToAncestor()
83 import com.android.launcher3.graphics.RotationMode;300 RotationMode rotationMode = mLauncher.getRotationMode(); in setInsets()
51 import com.android.launcher3.graphics.RotationMode;555 RotationMode rotation = mActivity.getRotationMode(); in onMeasure()590 RotationMode rotation = mActivity.getRotationMode(); in onLayout()
84 import com.android.launcher3.graphics.RotationMode;580 public Consumer<MotionEvent> getRecentsViewDispatcher(RotationMode rotationMode) { in getRecentsViewDispatcher()
94 import com.android.launcher3.graphics.RotationMode;1697 public Consumer<MotionEvent> getEventDispatcher(RotationMode rotationMode) { in getEventDispatcher()