Home
last modified time | relevance | path

Searched defs:isGestureMode (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/
DFakeInvariantDeviceProfileTest.kt49 protected var isGestureMode: Boolean = true variable in com.android.launcher3.FakeInvariantDeviceProfileTest
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java103 public final boolean isGestureMode; field in DeviceProfile
305 boolean transposeLayoutWithOrientation, boolean isMultiDisplay, boolean isGestureMode, in DeviceProfile()
2108 public Builder setGestureMode(boolean isGestureMode) { in setGestureMode()