Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/
H A DAutoGrowArray.java210 final int[] newValues = ArrayUtils.newUnpaddedIntArray(newCapacity); in ensureCapacity() local
319 final float[] newValues = ArrayUtils.newUnpaddedFloatArray(newCapacity); in ensureCapacity() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DCachedAppOptimizerTest.java1070 public void setRss(long[] newValues) { in setRss()
1074 public void setRssAfterCompaction(long[] newValues) { in setRssAfterCompaction()
/aosp14/frameworks/base/core/java/android/util/
H A DLongArray.java144 final long[] newValues = ArrayUtils.newUnpaddedLongArray(newCapacity); in ensureCapacity() local
H A DIntArray.java167 final int[] newValues = ArrayUtils.newUnpaddedIntArray(newCapacity); in ensureCapacity() local
/aosp14/frameworks/base/core/java/android/widget/
H A DSimpleAdapter.java382 ArrayList<Map<String, ?>> newValues = new ArrayList<Map<String, ?>>(count); in performFiltering() local
H A DArrayAdapter.java586 final ArrayList<T> newValues = new ArrayList<>(); in performFiltering() local
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DSuggestedLocaleAdapter.java365 final ArrayList<LocaleStore.LocaleInfo> newValues = new ArrayList<>(); in performFiltering() local
/aosp14/frameworks/base/core/java/android/app/
H A DLauncherActivity.java211 ArrayList<ListItem> newValues = new ArrayList<ListItem>(count); in performFiltering() local
/aosp14/frameworks/base/core/java/android/transition/
H A DVisibility.java508 public boolean isTransitionRequired(TransitionValues startValues, TransitionValues newValues) { in isTransitionRequired()
H A DTransition.java744 TransitionValues newValues = endValues.viewValues.get(view); in createAnimators() local
1822 private static boolean isValueChanged(TransitionValues oldValues, TransitionValues newValues, in isValueChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseBooleanMatrix.java470 int[] newValues = ArrayUtils.newUnpaddedIntArray(newOrder * newOrder / PACKING); in resizeMatrix() local
/aosp14/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java1624 public static String[] appendSelectionArgs(String[] originalValues, String[] newValues) { in appendSelectionArgs()
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java1959 int[] newValues = new int[availableFormat.length]; in setAvailableFormats() local
/aosp14/frameworks/base/core/java/android/view/
H A DMotionEvent.java4550 float[] newValues = new float[count * 2]; in setAxisValue() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...