Home
last modified time | relevance | path

Searched refs:fromView (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DExpandable.kt48 fun fromView(view: View): Expandable { regex
53 return ActivityLaunchAnimator.Controller.fromView(view, cujType)
59 return DialogLaunchAnimator.Controller.fromView(view, cuj)
H A DDialogLaunchAnimator.kt163 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 DActivityLaunchAnimator.kt386 fun fromView(view: View, cujType: Int? = null): Controller? { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/binder/
H A DFooterActionsViewBinder.kt185 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 DStatusBarUserChipViewBinder.kt63 view.setOnClickListener { viewModel.onClick(Expandable.fromView(view)) }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardBottomAreaViewBinder.kt481 expandable = Expandable.fromView(view),
516 expandable = Expandable.fromView(view),
552 /* animationController= */ ActivityLaunchAnimator.Controller.fromView(view),
H A DKeyguardQuickAffordanceViewBinder.kt290 expandable = Expandable.fromView(view),
313 expandable = Expandable.fromView(view),
H A DKeyguardQuickAffordanceOnTouchListener.kt128 expandable = Expandable.fromView(view),
H A DKeyguardSettingsViewBinder.kt109 /* animationController= */ ActivityLaunchAnimator.Controller.fromView(view),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DAlarmTile.kt78 ActivityLaunchAnimator.Controller.fromView(
H A DQRCodeScannerTile.java112 view == null ? null : ActivityLaunchAnimator.Controller.fromView(view, in handleClick()
H A DDeviceControlsTile.kt115 ActivityLaunchAnimator.Controller.fromView(
H A DQuickAccessWalletTile.java134 view == null ? null : ActivityLaunchAnimator.Controller.fromView(view, in handleClick()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DDreamHomeControlsComplication.java238 v != null ? ActivityLaunchAnimator.Controller.fromView(v, null /* cujType */) in onClickHomeControls()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DHeaderPrivacyIconsController.kt178 ActivityLaunchAnimator.Controller.fromView(privacyChip))
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DActivityLaunchAnimatorTest.kt199 ActivityLaunchAnimator.Controller.fromView(FrameLayout(mContext))
H A DDialogLaunchAnimatorTest.kt268 DialogLaunchAnimator.Controller.fromView(FrameLayout(mContext))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt232 ActivityLaunchAnimator.Controller.fromView(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardQsUserSwitchController.java195 Expandable.fromView(mUserAvatarViewWithBackground)); in onInit()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java530 ActivityLaunchAnimator.Controller.fromView(view, in startHistoryIntent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java518 : ActivityLaunchAnimator.Controller.fromView(mViewClicked, 0); in startActivityAndCollapse()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java427 view != null ? ActivityLaunchAnimator.Controller.fromView(view, in handleLongClick()