Searched refs:lowThreshold (Results 1 – 9 of 9) 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() 97 mParameters.scale, mParameters.lowThreshold, mParameters.highThreshold, in move()
|
/frameworks/base/media/java/android/media/tv/tuner/dvr/ |
D | DvrSettings.java | 72 private DvrSettings(@Filter.Status int statusMask, @BytesLong long lowThreshold, in DvrSettings() argument 75 mLowThreshold = lowThreshold; in DvrSettings() 157 public Builder setLowThreshold(@BytesLong long lowThreshold) { in setLowThreshold() argument 158 this.mLowThreshold = lowThreshold; in setLowThreshold()
|
/frameworks/av/services/tuner/hidl/ |
D | TunerHidlDvr.cpp | 208 .lowThreshold = in getHidlDvrSettings() 209 static_cast<uint32_t>(settings.get<DvrSettings::playback>().lowThreshold), in getHidlDvrSettings() 222 .lowThreshold = in getHidlDvrSettings() 223 static_cast<uint32_t>(settings.get<DvrSettings::record>().lowThreshold), in getHidlDvrSettings()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | OtaDexoptService.java | 255 long lowThreshold = StorageManager.from(mContext).getStorageLowBytes(dataDir); in getMainLowSpaceThreshold() local 256 if (lowThreshold == 0) { in getMainLowSpaceThreshold() 259 return lowThreshold; in getMainLowSpaceThreshold() 269 long lowThreshold = getMainLowSpaceThreshold(); in getAvailableSpace() local 274 return usableSpace - lowThreshold; in getAvailableSpace()
|
D | BackgroundDexOptService.java | 501 long lowThreshold = mInjector.getDataDirStorageLowBytes(); in getLowStorageThreshold() local 502 if (lowThreshold == 0) { in getLowStorageThreshold() 506 return lowThreshold; in getLowStorageThreshold()
|
D | PackageManagerService.java | 2718 final long lowThreshold = storage.getStorageLowBytes(Environment.getDataDirectory()); in freeCacheForInstallation() local 2725 mInstaller.freeCache(null, sizeBytes + lowThreshold, 0); in freeCacheForInstallation()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 839 mConfig.pointerVelocityControlParameters.lowThreshold, in dump() 847 mConfig.wheelVelocityControlParameters.lowThreshold, in dump()
|
/frameworks/base/media/jni/ |
D | android_media_tv_Tuner.cpp | 3274 int64_t lowThreshold = in getDvrSettings() local 3285 .lowThreshold = lowThreshold, in getDvrSettings() 3294 .lowThreshold = lowThreshold, in getDvrSettings()
|