OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mtranslucentflag
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/policy/src/com/android/internal/policy/impl/
BarController.java
49
private final int
mTranslucentFlag
;
67
mTranslucentFlag
= translucentFlag;
112
vis |=
mTranslucentFlag
;
114
vis &= ~
mTranslucentFlag
;
117
vis = (vis & ~
mTranslucentFlag
) | (oldVis &
mTranslucentFlag
);
233
if ((vis &
mTranslucentFlag
) != 0 || (oldVis &
mTranslucentFlag
) != 0) {
Completed in 6017 milliseconds