OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSwipingInProgress
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java
50
private boolean
mSwipingInProgress
;
73
mSwipingInProgress
= false;
163
if (
mSwipingInProgress
) {
191
mSwipingInProgress
= true;
217
if (
mSwipingInProgress
) {
514
if (
mSwipingInProgress
) {
516
mSwipingInProgress
= false;
521
return
mSwipingInProgress
;
525
if (
mSwipingInProgress
) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java
110
private boolean
mSwipingInProgress
;
[
all
...]
Completed in 500 milliseconds