Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRegionSamplingHelper.java45 private final Runnable mUpdateSamplingListener = this::updateSamplingListener; field in RegionSamplingHelper
152 mHandler.removeCallbacks(mUpdateSamplingListener); in postUpdateSamplingListener()
153 mHandler.post(mUpdateSamplingListener); in postUpdateSamplingListener()
DNavBarTintController.java51 private final Runnable mUpdateSamplingListener = this::updateSamplingListener; field in NavBarTintController
147 mHandler.removeCallbacks(mUpdateSamplingListener); in requestUpdateSamplingListener()
148 mHandler.post(mUpdateSamplingListener); in requestUpdateSamplingListener()