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.java119 private boolean mLayoutAttachedToWindow; field in RecentsOnboarding
252 mLayoutAttachedToWindow = true;
264 mLayoutAttachedToWindow = false;
400 if (!mLayoutAttachedToWindow && orientation == Configuration.ORIENTATION_PORTRAIT) { in show()
441 if (mLayoutAttachedToWindow) { in hide()
466 pw.println(" mLayoutAttachedToWindow: " + mLayoutAttachedToWindow); in dump()