Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/security/
H A DRequestManageCredentials.java93 private boolean mIsLandscapeMode = false; field in RequestManageCredentials
126 mIsLandscapeMode = getResources().getConfiguration().orientation in onCreate()
148 if (mIsLandscapeMode) { in onCreate()
210 /* include header= */ !mIsLandscapeMode, /* include expander= */ false); in loadRecyclerView()
233 final int position = mIsLandscapeMode in loadExtendedFloatingActionButton()