Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/homepage/
H A DSettingsHomepageActivity.java89 private boolean mIsTwoPaneLastTime; field in SettingsHomepageActivity
152 mIsTwoPaneLastTime = ActivityEmbeddingUtils.isTwoPaneResolution(this); in onCreate()
217 if (mIsTwoPaneLastTime != isTwoPane) { in onConfigurationChanged()
218 mIsTwoPaneLastTime = isTwoPane; in onConfigurationChanged()