OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHold
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DeadZone.java
53
//
mHold
ms, then move back over the course of mDecay ms
54
private int
mHold
, mDecay;
75
mHold
= a.getInteger(R.styleable.DeadZone_holdTime, 0);
85
Slog.v(TAG, this + " size=[" + mSizeMin + "-" + mSizeMax + "] hold=" +
mHold
99
if (dt >
mHold
+ mDecay)
101
if (dt <
mHold
)
103
return (int) lerp(mSizeMax, mSizeMin, (float) (dt -
mHold
) / mDecay);
/frameworks/opt/net/voip/src/java/android/net/sip/
SipAudioCall.java
187
private boolean
mHold
= false;
235
if (
mHold
) {
280
return
mHold
;
295
mHold
= false;
443
if (
mHold
) {
674
if (
mHold
) return;
680
mHold
= true;
728
if (!
mHold
) return;
730
mHold
= false;
[
all
...]
/frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java
464
private boolean
mHold
= false;
866
return
mHold
;
[
all
...]
Completed in 74 milliseconds