Home
last modified time | relevance | path

Searched refs:startThreshold (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
DGesturePointerEventListener.kt101 val startThreshold = r.getDimensionPixelSize(R.dimen.system_gestures_start_threshold) in <lambda>() constant
102 mSwipeStartThreshold[startThreshold, startThreshold, startThreshold] = startThreshold in <lambda>()
/frameworks/base/services/core/java/com/android/server/wm/
DSystemGesturesPointerEventListener.java110 final int startThreshold = r.getDimensionPixelSize( in onConfigurationChanged() local
112 mSwipeStartThreshold.set(startThreshold, startThreshold, startThreshold, in onConfigurationChanged()
113 startThreshold); in onConfigurationChanged()
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.h108 nsecs_t startThreshold = std::chrono::duration_cast<std::chrono::nanoseconds>(2ms).count();
DFrameTimeline.cpp1032 mJankClassificationThresholds.startThreshold) { in classifyJank()