OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mZenIntroduction
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenFooter.java
51
private View
mZenIntroduction
;
74
mZenIntroduction
= findViewById(R.id.zen_introduction);
84
Util.setVisOrGone(
mZenIntroduction
, shouldShowIntroduction());
160
Util.setVisOrGone(
mZenIntroduction
, shouldShowIntroduction());
ZenModePanel.java
108
private View
mZenIntroduction
;
191
mZenIntroduction
= findViewById(R.id.zen_introduction);
529
mZenIntroduction
.setVisibility(introduction ? VISIBLE : GONE);
[
all
...]
Completed in 60 milliseconds