/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | Expandable.kt | 48 fun fromView(view: View): Expandable { regex 53 return ActivityLaunchAnimator.Controller.fromView(view, cujType) 59 return DialogLaunchAnimator.Controller.fromView(view, cuj)
|
H A D | DialogLaunchAnimator.kt | 163 fun fromView(source: View, cuj: DialogCuj? = null): Controller? { regex 215 val controller = Controller.fromView(view, cuj) 256 Controller.fromView(it, controller.cuj) 387 ActivityLaunchAnimator.Controller.fromView(dialogContentWithBackground, cujType)
|
H A D | ActivityLaunchAnimator.kt | 386 fun fromView(view: View, cujType: Int? = null): Controller? { regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/binder/ |
H A D | FooterActionsViewBinder.kt | 185 onClick(quickSettingsContext, Expandable.fromView(securityView)) 219 foregroundServices.onClick(Expandable.fromView(foregroundServicesWithTextView)) 229 foregroundServices.onClick(Expandable.fromView(foregroundServicesWithNumberView)) 252 buttonView.setOnClickListener { model.onClick(Expandable.fromView(buttonView)) }
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/binder/ |
H A D | StatusBarUserChipViewBinder.kt | 63 view.setOnClickListener { viewModel.onClick(Expandable.fromView(view)) }
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
H A D | KeyguardBottomAreaViewBinder.kt | 481 expandable = Expandable.fromView(view), 516 expandable = Expandable.fromView(view), 552 /* animationController= */ ActivityLaunchAnimator.Controller.fromView(view),
|
H A D | KeyguardQuickAffordanceViewBinder.kt | 290 expandable = Expandable.fromView(view), 313 expandable = Expandable.fromView(view),
|
H A D | KeyguardQuickAffordanceOnTouchListener.kt | 128 expandable = Expandable.fromView(view),
|
H A D | KeyguardSettingsViewBinder.kt | 109 /* animationController= */ ActivityLaunchAnimator.Controller.fromView(view),
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | AlarmTile.kt | 78 ActivityLaunchAnimator.Controller.fromView(
|
H A D | QRCodeScannerTile.java | 112 view == null ? null : ActivityLaunchAnimator.Controller.fromView(view, in handleClick()
|
H A D | DeviceControlsTile.kt | 115 ActivityLaunchAnimator.Controller.fromView(
|
H A D | QuickAccessWalletTile.java | 134 view == null ? null : ActivityLaunchAnimator.Controller.fromView(view, in handleClick()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/ |
H A D | DreamHomeControlsComplication.java | 238 v != null ? ActivityLaunchAnimator.Controller.fromView(v, null /* cujType */) in onClickHomeControls()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | HeaderPrivacyIconsController.kt | 178 ActivityLaunchAnimator.Controller.fromView(privacyChip))
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | ActivityLaunchAnimatorTest.kt | 199 ActivityLaunchAnimator.Controller.fromView(FrameLayout(mContext))
|
H A D | DialogLaunchAnimatorTest.kt | 268 DialogLaunchAnimator.Controller.fromView(FrameLayout(mContext))
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/ |
H A D | OngoingCallController.kt | 232 ActivityLaunchAnimator.Controller.fromView(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardQsUserSwitchController.java | 195 Expandable.fromView(mUserAvatarViewWithBackground)); in onInit()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationActivityStarter.java | 530 ActivityLaunchAnimator.Controller.fromView(view, in startHistoryIntent()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
H A D | CustomTile.java | 518 : ActivityLaunchAnimator.Controller.fromView(mViewClicked, 0); in startActivityAndCollapse()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
H A D | QSTileImpl.java | 427 view != null ? ActivityLaunchAnimator.Controller.fromView(view, in handleLongClick()
|