Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java516 private NotificationEntry mDraggedDownEntry; field in StatusBar
3119 if (mDraggedDownEntry != null) { in showKeyguardImpl()
3120 mDraggedDownEntry.setUserLocked(false); in showKeyguardImpl()
3121 mDraggedDownEntry.notifyHeightChanged(false /* needsAnimation */); in showKeyguardImpl()
3122 mDraggedDownEntry = null; in showKeyguardImpl()
3260 if (mDraggedDownEntry != null) { in hideKeyguardImpl()
3261 mDraggedDownEntry.setUserLocked(false); in hideKeyguardImpl()
3262 mDraggedDownEntry = null; in hideKeyguardImpl()
3680 mDraggedDownEntry = entry; in goToLockedShade()