Searched refs:mDraggedDownRow (Results 1 – 1 of 1) sorted by relevance
611 private ExpandableNotificationRow mDraggedDownRow; field in StatusBar4119 if (mDraggedDownRow != null) { in showKeyguard()4120 mDraggedDownRow.setUserLocked(false); in showKeyguard()4121 mDraggedDownRow.notifyHeightChanged(false /* needsAnimation */); in showKeyguard()4122 mDraggedDownRow = null; in showKeyguard()4258 if (mDraggedDownRow != null) { in hideKeyguard()4259 mDraggedDownRow.setUserLocked(false); in hideKeyguard()4260 mDraggedDownRow = null; in hideKeyguard()4713 mDraggedDownRow = row; in goToLockedShade()