Searched refs:LAYOUT_REQUIRED (Results 1 – 2 of 2) sorted by relevance
1598 static final int LAYOUT_REQUIRED = 0x00002000; field in View1998 @ViewDebug.FlagToString(mask = LAYOUT_REQUIRED, equals = LAYOUT_REQUIRED,11175 if (changed || (mPrivateFlags & LAYOUT_REQUIRED) == LAYOUT_REQUIRED) {11181 mPrivateFlags &= ~LAYOUT_REQUIRED;12613 mPrivateFlags |= LAYOUT_REQUIRED;
1060 (root || (view.mPrivateFlags & View.LAYOUT_REQUIRED) != 0) ? profileViewOperation( in profileViewAndChildren()