Home
last modified time | relevance | path

Searched refs:gestureHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/gesture/
DGestureUtils.java98 final float gestureHeight = rect.height(); in spatialSampling() local
100 float sy = targetPatchSize / gestureHeight; in spatialSampling()
108 float aspectRatio = gestureWidth / gestureHeight; in spatialSampling()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java361 final float gestureHeight = DeviceConfig.getFloat(DeviceConfig.NAMESPACE_SYSTEMUI, in updateCurrentUserResources() local
364 mBottomGestureHeight = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, gestureHeight, in updateCurrentUserResources()