Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java99 protected Runnable mVisibilityReporter = new Runnable() { field in NotificationLogger
255 mHandler.removeCallbacks(mVisibilityReporter); in stopNotificationLogging()
351 return mVisibilityReporter; in getVisibilityReporter()
422 if (mHandler.hasCallbacks(mVisibilityReporter)) { in onChildLocationsChanged()
433 mHandler.postAtTime(mVisibilityReporter, nextReportUptimeMs); in onChildLocationsChanged()
438 mVisibilityReporter = visibilityReporter; in setVisibilityReporter()