Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DConfigMonitor.java49 private final Point mSmallestSize, mLargestSize; field in ConfigMonitor
67 mLargestSize = new Point(displayInfo.largestSize); in ConfigMonitor()
98 if (!mSmallestSize.equals(mTmpPoint1) || !mLargestSize.equals(mTmpPoint2)) { in onDisplayInfoChanged()
100 mSmallestSize, mLargestSize, mTmpPoint1, mTmpPoint2)); in onDisplayInfoChanged()