Home
last modified time | relevance | path

Searched refs:mCurrentCount (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DListGridLayout.java45 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()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPositionListenerActivity.java92 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()
/aosp12/frameworks/rs/cpp/
H A DAllocation.cpp32 mCurrentCount = mCurrentDimX; in updateCacheInfo()
34 mCurrentCount *= mCurrentDimY; in updateCacheInfo()
37 mCurrentCount *= mCurrentDimZ; in updateCacheInfo()
223 if((off + count) > mCurrentCount) { in copy1DRangeFrom()
224 ALOGE("Overflow, Available count %u, got %zu at offset %u.", mCurrentCount, count, off); in copy1DRangeFrom()
246 if((off + count) > mCurrentCount) { in copy1DRangeTo()
247 ALOGE("Overflow, Available count %u, got %zu at offset %u.", mCurrentCount, count, off); in copy1DRangeTo()
274 copy1DRangeFrom(0, mCurrentCount, data); in copy1DFrom()
278 copy1DRangeTo(0, mCurrentCount, data); in copy1DTo()
H A DrsCppStructs.h594 uint32_t mCurrentCount; variable
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java65 mCurrentCount = mCurrentDimX; in initLOD()
67 mCurrentCount *= mCurrentDimY; in initLOD()
70 mCurrentCount *= mCurrentDimZ; in initLOD()
H A DAllocation.java86 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()
615mCurrentCount + ", 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 …]
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DImportProcessor.java65 private int mCurrentCount = 0; field in ImportProcessor
90 mCurrentCount++; in onEntryCreated()
93 entry, mCurrentCount, mTotalCount); in onEntryCreated()
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DAllocation.java87 int mCurrentCount; field in Allocation
342 mCurrentCount = mCurrentDimX; in updateCacheInfo()
344 mCurrentCount *= mCurrentDimY; in updateCacheInfo()
347 mCurrentCount *= mCurrentDimZ; in updateCacheInfo()
603 if (d.length != mCurrentCount) { in copyFrom()
605 mCurrentCount + ", array length = " + d.length); in copyFrom()
613 copy1DRangeFromUnchecked(0, mCurrentCount, i); in copyFrom()
619 copy1DRangeFromUnchecked(0, mCurrentCount, i); in copyFrom()
685 copy1DRangeFromUnchecked(0, mCurrentCount, array, dt, arrayLen); in copyFromUnchecked()
1095 if((off + count) > mCurrentCount) { in data1DChecks()
[all …]
/aosp12/packages/apps/Nfc/src/com/android/nfc/beam/
H A DBeamTransferManager.java129 int mCurrentCount; field in BeamTransferManager
170 mCurrentCount = 0; in BeamTransferManager()
233 mCurrentCount++; in finishTransfer()
252 if (mCurrentCount == mTotalCount) { in finishTransfer()
328 progress = (float) mCurrentCount * progressUnit + mProgress * progressUnit; in updateNotification()
/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DCarPowerManagementService.java1564 private int mCurrentCount; field in CarPowerManagementService.ShutdownProcessingTimerTask
1568 mCurrentCount = 0; in ShutdownProcessingTimerTask()
1578 mCurrentCount++; in run()
1579 if (mCurrentCount > mExpirationCount) { in run()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48720 Landroid/renderscript/Allocation;->mCurrentCount:I
76873 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->mCurrentCount:J