Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java169 private Runnable mLayoutRunnable; field in StatusBarIconView
942 if (mLayoutRunnable != null) { in onLayout()
943 mLayoutRunnable.run(); in onLayout()
944 mLayoutRunnable = null; in onLayout()
959 mLayoutRunnable = runnable; in executeOnLayout()