Searched defs:updateValue (Results 1 – 7 of 7) sorted by relevance
93 private fun updateValue(uri: Uri, defaultValue: Float = 1f) { in updateValue() method
139 private void updateValue() { in updateValue() method in BluetoothAutoOnPreferenceController
110 public void updateValue(float v) { in updateValue() method in AnimatedFloat
107 val updateValue: (Any?) -> Unit = { in <lambda>() constant
157 private boolean updateValue(Uri keyUri, int defaultValue) { in updateValue() method in SettingsCache
235 status_t updateValue(size_t key, T& value, Type type) { in updateValue() function
213 bool TrieMap::updateValue(const Entry &terminalEntry, const uint64_t value, in updateValue() function in latinime::TrieMap