Searched refs:FORCE_LAYOUT (Results 1 – 2 of 2) sorted by relevance
1596 static final int FORCE_LAYOUT = 0x00001000; field in View1996 @ViewDebug.FlagToString(mask = FORCE_LAYOUT, equals = FORCE_LAYOUT,11145 return (mPrivateFlags & FORCE_LAYOUT) == FORCE_LAYOUT;11192 mPrivateFlags &= ~FORCE_LAYOUT;12547 mPrivateFlags |= FORCE_LAYOUT;12566 mPrivateFlags |= FORCE_LAYOUT;12591 if ((mPrivateFlags & FORCE_LAYOUT) == FORCE_LAYOUT ||
3331 child.mPrivateFlags &= ~View.FORCE_LAYOUT; in cleanupLayoutState()