Searched refs:deltas (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | LongSamplingCounterArrayTest.java | 130 final long[] deltas = {123, 234, 345, 456}; in testAddCountLocked() local 132 mCounterArray.addCountLocked(deltas); in testAddCountLocked() 133 assertArrayEquals(deltas, mCounterArray.mCounts); in testAddCountLocked() 136 mCounterArray.addCountLocked(deltas, false); in testAddCountLocked() 138 mCounterArray.addCountLocked(deltas, true); in testAddCountLocked() 139 assertArrayEquals(deltas, mCounterArray.mCounts); in testAddCountLocked() 143 for (int i = 0; i < deltas.length; ++i) { in testAddCountLocked() 144 newCounts[i] = COUNTS[i] + deltas[i]; in testAddCountLocked() 146 mCounterArray.addCountLocked(deltas); in testAddCountLocked() 150 mCounterArray.addCountLocked(deltas, false); in testAddCountLocked() [all …]
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | FocusFinder.java | 694 public View findNearestTouchable(ViewGroup root, int x, int y, int direction, int[] deltas) { in findNearestTouchable() argument 745 deltas[0] = -distance; in findNearestTouchable() 748 deltas[0] = distance; in findNearestTouchable() 751 deltas[1] = -distance; in findNearestTouchable() 754 deltas[1] = distance; in findNearestTouchable()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | GridLayout.java | 1269 public int[] deltas; field in GridLayout.Axis 1758 if (deltas == null) { in getDeltas() 1759 deltas = new int[getChildCount()]; in getDeltas() 1761 return deltas; in getDeltas() 1765 Arrays.fill(deltas, 0); in shareOutDelta() 1776 deltas[i] = delta; in shareOutDelta() 1922 deltas = null; in invalidateStructure()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 67749 Landroid/widget/GridLayout$Axis;->deltas:[I
|