OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_ALWAYS_DRAWN_WITH_CACHE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/
ViewGroup.java
292
static final int
FLAG_ALWAYS_DRAWN_WITH_CACHE
= 0x4000;
295
* When set, and if
FLAG_ALWAYS_DRAWN_WITH_CACHE
is not set, this ViewGroup will try to
477
mGroupFlags |=
FLAG_ALWAYS_DRAWN_WITH_CACHE
;
[
all
...]
View.java
[
all
...]
Completed in 301 milliseconds