Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsOnboarding.java116 private boolean mLayoutAttachedToWindow; field in RecentsOnboarding
249 mLayoutAttachedToWindow = true;
261 mLayoutAttachedToWindow = false;
393 if (!mLayoutAttachedToWindow && orientation == Configuration.ORIENTATION_PORTRAIT) { in show()
434 if (mLayoutAttachedToWindow) { in hide()
459 pw.println(" mLayoutAttachedToWindow: " + mLayoutAttachedToWindow); in dump()