Home
last modified time | relevance | path

Searched defs:newValues (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/text/
DAutoGrowArray.java210 final int[] newValues = ArrayUtils.newUnpaddedIntArray(newCapacity); in ensureCapacity() local
319 final float[] newValues = ArrayUtils.newUnpaddedFloatArray(newCapacity); in ensureCapacity() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DCachedAppOptimizerTest.java1070 public void setRss(long[] newValues) { in setRss()
1074 public void setRssAfterCompaction(long[] newValues) { in setRssAfterCompaction()
/frameworks/base/core/java/android/util/
DLongArray.java144 final long[] newValues = ArrayUtils.newUnpaddedLongArray(newCapacity); in ensureCapacity() local
DIntArray.java167 final int[] newValues = ArrayUtils.newUnpaddedIntArray(newCapacity); in ensureCapacity() local
/frameworks/opt/localepicker/src/com/android/localepicker/
DSuggestedLocaleAdapter.java266 final ArrayList<LocaleStore.LocaleInfo> newValues = new ArrayList<>(); in performFiltering() local
/frameworks/base/core/java/com/android/internal/app/
DSuggestedLocaleAdapter.java365 final ArrayList<LocaleStore.LocaleInfo> newValues = new ArrayList<>(); in performFiltering() local
/frameworks/base/core/java/android/widget/
DSimpleAdapter.java382 ArrayList<Map<String, ?>> newValues = new ArrayList<Map<String, ?>>(count); in performFiltering() local
DArrayAdapter.java586 final ArrayList<T> newValues = new ArrayList<>(); in performFiltering() local
/frameworks/base/core/java/android/app/
DLauncherActivity.java211 ArrayList<ListItem> newValues = new ArrayList<ListItem>(count); in performFiltering() local
/frameworks/base/core/java/android/transition/
DVisibility.java508 public boolean isTransitionRequired(TransitionValues startValues, TransitionValues newValues) { in isTransitionRequired()
DTransition.java744 TransitionValues newValues = endValues.viewValues.get(view); in createAnimators() local
1822 private static boolean isValueChanged(TransitionValues oldValues, TransitionValues newValues, in isValueChanged()
/frameworks/av/media/libstagefright/
DVideoRenderQualityTracker.cpp89 std::vector<T> newValues; in getServerConfigurableFlag() local
/frameworks/base/services/core/java/com/android/server/utils/
DWatchedSparseBooleanMatrix.java470 int[] newValues = ArrayUtils.newUnpaddedIntArray(newOrder * newOrder / PACKING); in resizeMatrix() local
/frameworks/base/core/java/android/database/
DDatabaseUtils.java1624 public static String[] appendSelectionArgs(String[] originalValues, String[] newValues) { in appendSelectionArgs()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java1959 int[] newValues = new int[availableFormat.length]; in setAvailableFormats() local
/frameworks/base/core/java/android/view/
DMotionEvent.java4550 float[] newValues = new float[count * 2]; in setAxisValue() local