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.java186 private Runnable mLayoutRunnable; field in StatusBarIconView
1031 if (mLayoutRunnable != null) { in onLayout()
1032 mLayoutRunnable.run(); in onLayout()
1033 mLayoutRunnable = null; in onLayout()
1048 mLayoutRunnable = runnable; in executeOnLayout()