Home
last modified time | relevance | path

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

/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/hierarchy/
DCustomHierarchyHelper.java41 public static boolean isCheckable(View fromView) { in isCheckable() argument
53 if (button.isInstance(fromView)) { in isCheckable()
55 Object toReturn = isCheckable.invoke(fromView); in isCheckable()
63 return fromView instanceof Checkable; in isCheckable()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DExpandable.kt48 fun fromView(view: View): Expandable { in activityLaunchController() method
53 return ActivityLaunchAnimator.Controller.fromView(view, cujType) in activityLaunchController()
59 return DialogLaunchAnimator.Controller.fromView(view, cuj) in activityLaunchController()
DDialogLaunchAnimator.kt163 fun fromView(source: View, cuj: DialogCuj? = null): Controller? { in <lambda>() method
215 val controller = Controller.fromView(view, cuj) in <lambda>()
256 Controller.fromView(it, controller.cuj) in <lambda>()
387 ActivityLaunchAnimator.Controller.fromView(dialogContentWithBackground, cujType) in <lambda>()
DActivityLaunchAnimator.kt349 fun fromView(view: View, cujType: Int? = null): Controller? { in fromView() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/binder/
DFooterActionsViewBinder.kt180 onClick(quickSettingsContext, Expandable.fromView(securityView)) in <lambda>()
214 foregroundServices.onClick(Expandable.fromView(foregroundServicesWithTextView)) in <lambda>()
224 foregroundServices.onClick(Expandable.fromView(foregroundServicesWithNumberView)) in <lambda>()
247 buttonView.setOnClickListener { model.onClick(Expandable.fromView(buttonView)) } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/binder/
DStatusBarUserChipViewBinder.kt63 view.setOnClickListener { viewModel.onClick(Expandable.fromView(view)) } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DQRCodeScannerTile.java110 view == null ? null : ActivityLaunchAnimator.Controller.fromView(view, in handleClick()
DAlarmTile.kt75 ActivityLaunchAnimator.Controller.fromView( in <lambda>()
DDeviceControlsTile.kt112 ActivityLaunchAnimator.Controller.fromView( in handleClick()
DQuickAccessWalletTile.java131 view == null ? null : ActivityLaunchAnimator.Controller.fromView(view, in handleClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardBottomAreaViewBinder.kt504 expandable = Expandable.fromView(view), in <lambda>()
570 expandable = Expandable.fromView(view), in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DHeaderPrivacyIconsController.kt167 ActivityLaunchAnimator.Controller.fromView(privacyChip)) in onChipVisibilityRefreshed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
DDreamHomeControlsComplication.java252 v != null ? ActivityLaunchAnimator.Controller.fromView(v, null /* cujType */) in onClickHomeControls()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DActivityLaunchAnimatorTest.kt203 ActivityLaunchAnimator.Controller.fromView(FrameLayout(mContext)) in <lambda>()
DDialogLaunchAnimatorTest.kt267 DialogLaunchAnimator.Controller.fromView(FrameLayout(mContext)) in creatingControllerFromNormalViewThrows()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardQsUserSwitchController.java195 Expandable.fromView(mUserAvatarViewWithBackground)); in onInit()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt229 ActivityLaunchAnimator.Controller.fromView( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java516 ActivityLaunchAnimator.Controller.fromView(view, in startHistoryIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DCustomTile.java516 : ActivityLaunchAnimator.Controller.fromView(mViewClicked, 0); in startActivityAndCollapse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java423 view != null ? ActivityLaunchAnimator.Controller.fromView(view, in handleLongClick()