Home
last modified time | relevance | path

Searched defs:cutoff (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScoreCardBasedScorer.java82 int cutoff = estimatedCutoff(candidate); in scoreCandidate() local
106 int cutoff = -RSSI_SCORE_OFFSET; in estimatedCutoff() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java505 public ClockVisibilityTransition setCutoff(float cutoff) { in setCutoff()
546 final float cutoff = mCutoff; in onAppear() local
561 final float cutoff = 1f - mCutoff; in onDisappear() local
570 private Animator createAnimator(View view, float cutoff, int startVisibility, in createAnimator()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.h1024 uint32 cutoff) { in ReadTagWithCutoff()
/frameworks/base/core/java/android/net/
DNetworkStatsHistory.java497 public void removeBucketsBefore(long cutoff) { in removeBucketsBefore()