OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VISIBILITY_MASK
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/
ViewGroup.java
751
if ((mViewFlags &
VISIBILITY_MASK
) != VISIBLE) {
798
if ((child.mViewFlags &
VISIBILITY_MASK
) == VISIBLE) {
823
if ((child.mViewFlags &
VISIBILITY_MASK
) == VISIBLE
873
if ((child.mViewFlags &
VISIBILITY_MASK
) == VISIBLE) {
[
all
...]
View.java
692
static final int
VISIBILITY_MASK
= 0x0000000C;
[
all
...]
Completed in 164 milliseconds