Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAnimatedFloat.java32 obj.updateValue(v);
74 public void updateValue(float v) { in updateValue() method in AnimatedFloat
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.cpp213 bool TrieMap::updateValue(const Entry &terminalEntry, const uint64_t value, in updateValue() function in latinime::TrieMap
332 return updateValue(entry, value, entryIndex); in putInternal()
Dtrie_map.h300 bool updateValue(const Entry &terminalEntry, const uint64_t value,
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DDeviceLockedInputConsumer.java166 mProgress.updateValue(dy / mDisplaySize.y); in onMotionEvent()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeUpAnimationLogic.java136 mCurrentShift.updateValue(shift); in updateDisplacement()