Searched refs:FLAG_ALWAYS_DRAWN_WITH_CACHE (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java14867 (flags & ViewGroup.FLAG_ALWAYS_DRAWN_WITH_CACHE) != 0) {
H A DViewGroup.java299 static final int FLAG_ALWAYS_DRAWN_WITH_CACHE = 0x4000; field in class:ViewGroup
302 * When set, and if FLAG_ALWAYS_DRAWN_WITH_CACHE is not set, this ViewGroup will try to
515 mGroupFlags |= FLAG_ALWAYS_DRAWN_WITH_CACHE;
5149 return (mGroupFlags & FLAG_ALWAYS_DRAWN_WITH_CACHE) == FLAG_ALWAYS_DRAWN_WITH_CACHE;
5170 setBooleanFlag(FLAG_ALWAYS_DRAWN_WITH_CACHE, always);

Completed in 187 milliseconds