Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java181 private Runnable mLayoutRunnable; field in StatusBarIconView
997 if (mLayoutRunnable != null) { in onLayout()
998 mLayoutRunnable.run(); in onLayout()
999 mLayoutRunnable = null; in onLayout()
1014 mLayoutRunnable = runnable; in executeOnLayout()