Searched refs:lowThreshold (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/include/input/ |
D | VelocityControl.h | 45 float lowThreshold; member 65 scale(1.0f), lowThreshold(0.0f), highThreshold(0.0f), acceleration(1.0f) { in VelocityControlParameters() 68 VelocityControlParameters(float scale, float lowThreshold, in VelocityControlParameters() 70 scale(scale), lowThreshold(lowThreshold), in VelocityControlParameters()
|
/frameworks/native/libs/input/ |
D | VelocityControl.cpp | 78 } else if (speed > mParameters.lowThreshold) { in move() 81 scale *= 1 + (speed - mParameters.lowThreshold) in move() 82 / (mParameters.highThreshold - mParameters.lowThreshold) in move() 89 mParameters.scale, mParameters.lowThreshold, mParameters.highThreshold, in move() 96 mParameters.scale, mParameters.lowThreshold, mParameters.highThreshold, in move()
|
/frameworks/base/services/java/com/android/server/pm/ |
D | PackageManagerService.java | 7372 final long lowThreshold; in handleStartCopy() local 7378 lowThreshold = 0L; in handleStartCopy() 7380 lowThreshold = dsm.getMemoryLowThreshold(); in handleStartCopy() 7422 lowThreshold); in handleStartCopy() 7432 if (mInstaller.freeCache(size + lowThreshold) >= 0) { in handleStartCopy() 7434 flags, lowThreshold); in handleStartCopy() 7936 final long lowThreshold; in checkFreeStorage() local 7942 lowThreshold = 0L; in checkFreeStorage() 7949 lowThreshold = dsm.getMemoryLowThreshold(); in checkFreeStorage() 7955 return imcs.checkInternalFreeStorage(packageURI, isFwdLocked(), lowThreshold); in checkFreeStorage()
|
/frameworks/base/services/input/ |
D | InputReader.cpp | 724 mConfig.pointerVelocityControlParameters.lowThreshold, in dump() 731 mConfig.wheelVelocityControlParameters.lowThreshold, in dump()
|