Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java238 private int mSmallestScreenWidthDp; field in GlobalActionsDialogLite
380 mSmallestScreenWidthDp = resources.getConfiguration().smallestScreenWidthDp; in GlobalActionsDialogLite()
721 && (newConfig.smallestScreenWidthDp != mSmallestScreenWidthDp)) { in onConfigChanged()
722 mSmallestScreenWidthDp = newConfig.smallestScreenWidthDp; in onConfigChanged()