HomeSort by relevance Sort by last modified time
    Searched full:transposelayoutwithorientation (Results 1 - 1 of 1) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 44 public final boolean transposeLayoutWithOrientation;
117 transposeLayoutWithOrientation =
256 if (isLandscape && transposeLayoutWithOrientation) {
290 if (isLandscape && transposeLayoutWithOrientation) {
326 if ((isLandscape && transposeLayoutWithOrientation) || isLargeTablet) {
374 return isLandscape && transposeLayoutWithOrientation;

Completed in 62 milliseconds