Home
last modified time | relevance | path

Searched defs:updateValue (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DAnimatedFloat.java84 public void updateValue(float v) { in updateValue() method in AnimatedFloat
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DSettingsCache.java137 private boolean updateValue(Uri keyUri, int defaultValue) { in updateValue() method in SettingsCache
/aosp12/packages/modules/StatsD/statsd/src/logd/
H A DLogEvent.h196 status_t updateValue(size_t key, T& value, Type type) { in updateValue() function
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dtrie_map.cpp213 bool TrieMap::updateValue(const Entry &terminalEntry, const uint64_t value, in updateValue() function in latinime::TrieMap