Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java97 private float mStashVelocityThreshold; field in PipTouchHandler
253 mStashVelocityThreshold = DeviceConfig.getFloat( in onInit()
261 mStashVelocityThreshold = properties.getFloat( in onInit()
967 final boolean flingToLeft = vel.x < -mStashVelocityThreshold;
968 final boolean flingToRight = vel.x > mStashVelocityThreshold;