Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 23 of 23) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DStringFloat.java24 public StringFloat(String newKey, float newValue) { in StringFloat()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java250 final long newValue = SQLiteGlobal.getDefaultPageSize(); in setPageSize() local
260 final long newValue = SQLiteGlobal.getWALAutoCheckpoint(); in setAutoCheckpointInterval() local
270 final long newValue = SQLiteGlobal.getJournalSizeLimit(); in setJournalSizeLimit() local
280 final long newValue = mConfiguration.foreignKeyConstraintsEnabled ? 1 : 0; in setForeignKeyModeFromConfiguration() local
300 private void setSyncMode(String newValue) { in setSyncMode()
319 private void setJournalMode(String newValue) { in setJournalMode()
1257 PreparedStatement oldValue, PreparedStatement newValue) { in entryRemoved()
/frameworks/rs/driver/runtime/
Drs_core.c37 …ute__((overloadable)) rsAtomicCas(volatile int32_t *ptr, int32_t expectedValue, int32_t newValue) { in rsAtomicCas()
41 …__((overloadable)) rsAtomicCas(volatile uint32_t *ptr, uint32_t expectedValue, uint32_t newValue) { in rsAtomicCas()
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DBaseFragmentPagerAdapter.java184 Fragment oldValue, Fragment newValue) { in entryRemoved()
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DLruCache.java275 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved()
/frameworks/support/v4/java/android/support/v4/util/
DLruCache.java227 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved()
/frameworks/base/core/java/android/util/
DLruCache.java264 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java336 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade() local
449 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade() local
866 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade() local
DSettingsProvider.java743 final String newValue = (args == null) in call() local
1335 protected void entryRemoved(boolean evicted, String key, Bundle oldValue, Bundle newValue) { in entryRemoved()
/frameworks/base/core/java/android/speech/tts/
DTtsEngines.java543 String newValue) { in updateValueInCommaSeparatedList()
/frameworks/base/core/java/android/preference/
DPreference.java151 boolean onPreferenceChange(Preference preference, Object newValue); in onPreferenceChange()
927 protected boolean callChangeListener(Object newValue) { in callChangeListener()
/frameworks/base/media/java/android/media/
DRemoteControlClient.java787 public abstract void onMetadataUpdate(int key, Object newValue); in onMetadataUpdate()
DMediaRouter.java1276 static void systemVolumeChanged(int newValue) { in systemVolumeChanged()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialPickerLayout.java97 void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance); in onValueSelected()
/frameworks/base/core/java/android/os/
DStrictMode.java2297 final int newValue = value != null ? value + 1 : 1; in InstanceTracker() local
2308 final int newValue = value - 1; in finalize() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiWatchdogStateMachine.java1016 public void update(double newValue, int newVolume) { in update()
/frameworks/base/libs/hwui/
DRenderProperties.h143 static bool setFlag(int flag, bool newValue, int* outFlags) { in setFlag()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp527 const int32_t newValue = enabled ? eventBit : 0; in eventControl() local
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java212 void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance); in onValueSelected()
/frameworks/native/services/inputflinger/
DInputReader.cpp6448 float newValue, highNewValue; in process() local
6563 float filter, float newValue, float currentValue, float min, float max) { in hasValueChangedSignificantly()
6579 float filter, float newValue, float currentValue, float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange()
DInputReader.h1802 float newValue; // most recent value member
/frameworks/base/core/java/android/transition/
DTransition.java1794 Object newValue = newValues.values.get(key); in isValueChanged() local
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java10654 int newValue = (curValue&~diff) | (visibility&diff); in updateStatusBarVisibilityLocked() local