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

  /frameworks/base/core/java/android/view/
ViewGroup.java 261 static final int FLAG_ALWAYS_DRAWN_WITH_CACHE = 0x4000;
264 * When set, and if FLAG_ALWAYS_DRAWN_WITH_CACHE is not set, this ViewGroup will try to
445 mGroupFlags |= FLAG_ALWAYS_DRAWN_WITH_CACHE;
    [all...]
View.java     [all...]

Completed in 78 milliseconds