OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOnKeyguard
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSAnimator.java
62
private boolean
mOnKeyguard
;
90
mOnKeyguard
= onKeyguard;
91
mQuickQsPanel.setVisibility(
mOnKeyguard
? View.INVISIBLE : View.VISIBLE);
92
if (
mOnKeyguard
) {
283
if (
mOnKeyguard
) {
317
mQuickQsPanel.setVisibility(
mOnKeyguard
? View.INVISIBLE : View.VISIBLE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java
102
private boolean
mOnKeyguard
;
698
return
mOnKeyguard
;
834
mOnKeyguard
= false;
[
all
...]
Completed in 542 milliseconds