Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionController.kt286 logger.logDragDownStarted(startingChild)
684 startingChild = null
722 if (startingChild != null) {
741 if (startingChild != null) {
743 startingChild = null
759 if (startingChild == null) {
760 startingChild = findView(x, y)
761 if (startingChild != null) {
765 startingChild = null
810 if (startingChild != null) {
[all …]
H A DPulseExpansionHandler.kt230 val startingChild = mStartingChild regex
240 lockscreenShadeTransitionController.goToLockedShade(startingChild,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLSShadeTransitionLogger.kt36 fun logUnSuccessfulDragDown(startingChild: View?) {
37 val entry = (startingChild as? ExpandableNotificationRow)?.entry
51 fun logDragDownStarted(startingChild: ExpandableView?) {
52 val entry = (startingChild as? ExpandableNotificationRow)?.entry
60 fun logDraggedDownLockDownShade(startingChild: View?) {
61 val entry = (startingChild as? ExpandableNotificationRow)?.entry
69 fun logDraggedDown(startingChild: View?, dragLengthY: Int) {
70 val entry = (startingChild as? ExpandableNotificationRow)?.entry