Searched refs:mSmallestScreenWidthDp (Results 1 – 1 of 1) sorted by relevance
238 private int mSmallestScreenWidthDp; field in GlobalActionsDialogLite380 mSmallestScreenWidthDp = resources.getConfiguration().smallestScreenWidthDp; in GlobalActionsDialogLite()721 && (newConfig.smallestScreenWidthDp != mSmallestScreenWidthDp)) { in onConfigChanged()722 mSmallestScreenWidthDp = newConfig.smallestScreenWidthDp; in onConfigChanged()