Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionController.kt371 logger.logDragDownStarted(startingChild)
806 startingChild = null
844 if (startingChild != null) {
863 if (startingChild != null) {
865 startingChild = null
881 if (startingChild == null) {
882 startingChild = findView(x, y)
883 if (startingChild != null) {
887 startingChild = null
939 if (startingChild != null) {
[all …]
H A DPulseExpansionHandler.kt239 val startingChild = mStartingChild regex
249 lockscreenShadeTransitionController.goToLockedShade(startingChild,
/aosp14/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