Searched defs:DRAWN (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java1636 static final int DRAWN = 0x00000020; field in class:View
2613 @ViewDebug.FlagToString(mask = DRAWN, equals = DRAWN, name = "DRAWN", outputIf = true),
2614 @ViewDebug.FlagToString(mask = DRAWN, equals = DRAWN, name = "NOT_DRAWN", outputIf = false),
8304 mPrivateFlags |= DRAWN;
8334 mPrivateFlags |= DRAWN;
8345 * If this view is becoming invisible, set the DRAWN flag so that
8348 mPrivateFlags |= DRAWN;
[all...]

Completed in 93 milliseconds