Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionController.kt298 internal fun onDraggedDown(startingChild: View?, dragLengthY: Int) { in <lambda>()
305 logger.logDraggedDownLockDownShade(startingChild) in <lambda>()
316 logger.logDraggedDown(startingChild, dragLengthY) in <lambda>()
317 if (!ambientState.isDozing() || startingChild != null) { in <lambda>()
321 if (startingChild is ExpandableNotificationRow) { in <lambda>()
322 startingChild.onExpandedByGesture( in <lambda>()
341 goToLockedShadeInternal(startingChild, animationHandler, cancelRunnable) in <lambda>()
345 logger.logUnSuccessfulDragDown(startingChild) in <lambda>()
366 internal fun onDragDownStarted(startingChild: ExpandableView?) { in <lambda>()
367 logger.logDragDownStarted(startingChild) in <lambda>()
[all …]
DPulseExpansionHandler.kt236 val startingChild = mStartingChild in <lambda>() constant
250 startingChild, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLSShadeTransitionLogger.kt36 fun logUnSuccessfulDragDown(startingChild: View?) { in logUnSuccessfulDragDown()
37 val entry = (startingChild as? ExpandableNotificationRow)?.entry in logUnSuccessfulDragDown()
51 fun logDragDownStarted(startingChild: ExpandableView?) { in logDragDownStarted()
52 val entry = (startingChild as? ExpandableNotificationRow)?.entry in logDragDownStarted()
60 fun logDraggedDownLockDownShade(startingChild: View?) { in logDraggedDownLockDownShade()
61 val entry = (startingChild as? ExpandableNotificationRow)?.entry in logDraggedDownLockDownShade()
69 fun logDraggedDown(startingChild: View?, dragLengthY: Int) { in logDraggedDown()
70 val entry = (startingChild as? ExpandableNotificationRow)?.entry in logDraggedDown()