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
903 if (mLayoutRunnable != null) { in onLayout()
904 mLayoutRunnable.run(); in onLayout()
905 mLayoutRunnable = null; in onLayout()
916 mLayoutRunnable = runnable; in executeOnLayout()