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.java498 private NotificationEntry mDraggedDownEntry; field in StatusBar
3000 if (mDraggedDownEntry != null) { in showKeyguardImpl()
3001 mDraggedDownEntry.setUserLocked(false); in showKeyguardImpl()
3002 mDraggedDownEntry.notifyHeightChanged(false /* needsAnimation */); in showKeyguardImpl()
3003 mDraggedDownEntry = null; in showKeyguardImpl()
3141 if (mDraggedDownEntry != null) { in hideKeyguardImpl()
3142 mDraggedDownEntry.setUserLocked(false); in hideKeyguardImpl()
3143 mDraggedDownEntry = null; in hideKeyguardImpl()
3552 mDraggedDownEntry = entry; in goToLockedShade()