OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTouchAboveFalsingThreshold
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java
86
private boolean
mTouchAboveFalsingThreshold
;
257
mTouchAboveFalsingThreshold
= false;
555
mTouchAboveFalsingThreshold
= true;
631
falsingDetected = falsingDetected && !
mTouchAboveFalsingThreshold
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java
78
private boolean
mTouchAboveFalsingThreshold
;
263
mTouchAboveFalsingThreshold
= false;
329
mTouchAboveFalsingThreshold
= true;
391
DozeLog.traceFling(expand,
mTouchAboveFalsingThreshold
,
489
mTouchAboveFalsingThreshold
= false;
610
if (!
mTouchAboveFalsingThreshold
) {
[
all
...]
Completed in 169 milliseconds