Home
last modified time | relevance | path

Searched refs:setCounter (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DImageFloatingTextView.java254 Trace.setCounter("ImageFloatingView#staticLayoutCreationCount", in trackParameters()
256 Trace.setCounter("ImageFloatingView#isPrecomputedText", in trackParameters()
280 Trace.setCounter("ImageFloatingView#layoutMaxLines", mLayoutMaxLines); in trackMaxLines()
DMessagingLinearLayout.java269 Trace.setCounter("MessagingLinearLayout#onMeasure_widthMeasureSpecSize", in trackMeasureSpecs()
271 Trace.setCounter("MessagingLinearLayout#onMeasure_widthMeasureSpecMode", in trackMeasureSpecs()
273 Trace.setCounter("MessagingLinearLayout#onMeasure_heightMeasureSpecSize", in trackMeasureSpecs()
275 Trace.setCounter("MessagingLinearLayout#onMeasure_heightMeasureSpecMode", in trackMeasureSpecs()
DNotificationOptimizedLinearLayout.java568 Trace.setCounter("NotifOptimizedLinearLayout#shouldUseOptimizedLayout", in trackShouldUseOptimizedLayout()
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/util/
DATraceLoggerTransitionProgressListener.kt46 Trace.setCounter(traceName, (progress * 100).toLong()) in onTransitionProgress()
/frameworks/base/apct-tests/perftests/core/src/android/os/
DTracePerfTest.java84 Trace.setCounter("testCounter", 123); in testCounter()
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/
DUnfoldRemoteFilter.kt88 Trace.setCounter(name(), (progress * 100).toLong()) in getValue()
DPhysicsBasedUnfoldTransitionProgressProvider.kt159 Trace.setCounter("fold_update", update.toLong()) in saturate()
/frameworks/libs/systemui/tracinglib/core/android/src-public-api/src/
DTraceProxy.jetpack.kt28 Trace.setCounter(counterName, counterValue) in traceCounter()
/frameworks/base/core/java/android/os/
DTrace.java522 public static void setCounter(@NonNull String counterName, long counterValue) { in setCounter() method in Trace
/frameworks/base/core/tests/coretests/src/android/os/
DTraceTest.java80 Trace.setCounter(TAG, 42); in testCounter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsControllerOverlay.kt289 Trace.setCounter("UdfpsAddView", 1) in <lambda>()
441 Trace.setCounter("UdfpsAddView", 0) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java393 Trace.setCounter("display_set_preferred_refresh_rate", in applyKeyguardFlags()
404 Trace.setCounter("display_max_refresh_rate", in applyKeyguardFlags()
/frameworks/base/core/java/android/view/
DViewRootImpl.java5181 Trace.setCounter(mFpsTraceName, fps); in collectFrameRateDecisionMetrics()
5185 Trace.setCounter(mLargestViewTraceName, percentage); in collectFrameRateDecisionMetrics()
DView.java34052 Trace.setCounter("Set frame velocity", (long) mFrameContentVelocity); in setFrameContentVelocity()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt12902 HSPLandroid/os/Trace;->setCounter(Ljava/lang/String;J)V
/frameworks/base/config/
Dboot-image-profile.txt12905 HSPLandroid/os/Trace;->setCounter(Ljava/lang/String;J)V
/frameworks/base/core/api/
Dcurrent.txt33990 method public static void setCounter(@NonNull String, long);