Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java428 private Runnable mExpandAfterLayoutRunnable; field in NotificationPanelView
741 if (mExpandAfterLayoutRunnable != null) { in onLayout()
742 mExpandAfterLayoutRunnable.run(); in onLayout()
743 mExpandAfterLayoutRunnable = null; in onLayout()
1400 mExpandAfterLayoutRunnable = runnable; in stopWaitingForOpenPanelGesture()