Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java57 float originalSmallestWidth = dpiFromPx(Math.min(info.currentSize.x, info.currentSize.y), in getAllowRotationDefaultValue() local
59 return originalSmallestWidth >= MIN_TABLET_WIDTH; in getAllowRotationDefaultValue()