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.java158 private Runnable mLayoutRunnable; field in StatusBarIconView
908 if (mLayoutRunnable != null) { in onLayout()
909 mLayoutRunnable.run(); in onLayout()
910 mLayoutRunnable = null; in onLayout()
925 mLayoutRunnable = runnable; in executeOnLayout()