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.java179 private Runnable mLayoutRunnable; field in StatusBarIconView
937 if (mLayoutRunnable != null) { in onLayout()
938 mLayoutRunnable.run(); in onLayout()
939 mLayoutRunnable = null; in onLayout()
954 mLayoutRunnable = runnable; in executeOnLayout()