Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java111 private final Lazy<InteractionJankMonitor> mInteractionJankMonitorLazy; field in StatusBarStateControllerImpl
187 mInteractionJankMonitorLazy = interactionJankMonitorLazy; in StatusBarStateControllerImpl()
498 InteractionJankMonitor monitor = mInteractionJankMonitorLazy.get(); in beginInteractionJankMonitor()
513 InteractionJankMonitor monitor = mInteractionJankMonitorLazy.get(); in endInteractionJankMonitor()
521 InteractionJankMonitor monitor = mInteractionJankMonitorLazy.get(); in cancelInteractionJankMonitor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java157 private final Lazy<InteractionJankMonitor> mInteractionJankMonitorLazy; field in QuickSettingsControllerImpl
381 mInteractionJankMonitorLazy = interactionJankMonitorLazy; in QuickSettingsControllerImpl()
2328 InteractionJankMonitor monitor = mInteractionJankMonitorLazy.get(); in beginJankMonitoring()
2341 InteractionJankMonitor monitor = mInteractionJankMonitorLazy.get(); in endJankMonitoring()
2349 InteractionJankMonitor monitor = mInteractionJankMonitorLazy.get(); in cancelJankMonitoring()
2357 InteractionJankMonitor monitor = mInteractionJankMonitorLazy.get(); in traceQsJank()