HomeSort by relevance Sort by last modified time
    Searched refs:mLayoutAttached (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 192 final boolean mLayoutAttached;
633 mLayoutAttached = false;
656 mLayoutAttached = mAttrs.type !=
668 mLayoutAttached = false;
    [all...]
DisplayContent.java 501 if (DEBUG_LAYOUT && !w.mLayoutAttached) {
503 + " mLayoutAttached=" + w.mLayoutAttached
525 if (!w.mLayoutAttached) {
561 if (w.mLayoutAttached) {
    [all...]

Completed in 63 milliseconds