Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DFakeInvariantDeviceProfileTest.kt54 protected var transposeLayoutWithOrientation: Boolean = false variable in com.android.launcher3.FakeInvariantDeviceProfileTest
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java103 public final boolean transposeLayoutWithOrientation; field in DeviceProfile
326 boolean transposeLayoutWithOrientation, boolean isMultiDisplay, boolean isGestureMode, in DeviceProfile()