Searched refs:mCurrentCount (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | ListGridLayout.java | 45 private int mCurrentCount = 0; field in ListGridLayout 102 mCurrentCount = 0; in removeAllItems() 116 ViewGroup parent = getParentView(mCurrentCount, mReverseSublists, mSwapRowsAndColumns); in addItem() 123 mCurrentCount++; in addItem()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | PositionListenerActivity.java | 92 int mCurrentCount = 0; field in PositionListenerActivity.MyPositionReporter 135 mCurrentCount, mPosition.toShortString(), mWidth, mHeight, in updateText() 143 mCurrentCount++; in positionChanged() 170 mCurrentCount++; in positionLost() 171 setText(mCurrentCount + " No position"); in positionLost()
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | AllocationAdapter.java | 65 mCurrentCount = mCurrentDimX; in initLOD() 67 mCurrentCount *= mCurrentDimY; in initLOD() 70 mCurrentCount *= mCurrentDimZ; in initLOD()
|
H A D | Allocation.java | 86 int mCurrentCount; field in Allocation 373 mCurrentCount = mCurrentDimX; in updateCacheInfo() 375 mCurrentCount *= mCurrentDimY; in updateCacheInfo() 378 mCurrentCount *= mCurrentDimZ; in updateCacheInfo() 613 if (d.length != mCurrentCount) { in copyFrom() 615 … mCurrentCount + ", array length = " + d.length); in copyFrom() 623 copy1DRangeFromUnchecked(0, mCurrentCount, i); in copyFrom() 629 copy1DRangeFromUnchecked(0, mCurrentCount, i); in copyFrom() 700 copy1DRangeFromUnchecked(0, mCurrentCount, array, dt, arrayLen); in copyFromUnchecked() 1112 if((off + count) > mCurrentCount) { in data1DChecks() [all …]
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 45397 Landroid/renderscript/Allocation;->mCurrentCount:I 73550 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->mCurrentCount:J
|