/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/hierarchy/ |
D | CustomHierarchyHelper.java | 41 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/ |
D | Expandable.kt | 48 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()
|
D | DialogLaunchAnimator.kt | 163 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>()
|
D | ActivityLaunchAnimator.kt | 349 fun fromView(view: View, cujType: Int? = null): Controller? { in fromView() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/binder/ |
D | FooterActionsViewBinder.kt | 180 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/ |
D | StatusBarUserChipViewBinder.kt | 63 view.setOnClickListener { viewModel.onClick(Expandable.fromView(view)) } in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | QRCodeScannerTile.java | 110 view == null ? null : ActivityLaunchAnimator.Controller.fromView(view, in handleClick()
|
D | AlarmTile.kt | 75 ActivityLaunchAnimator.Controller.fromView( in <lambda>()
|
D | DeviceControlsTile.kt | 112 ActivityLaunchAnimator.Controller.fromView( in handleClick()
|
D | QuickAccessWalletTile.java | 131 view == null ? null : ActivityLaunchAnimator.Controller.fromView(view, in handleClick()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardBottomAreaViewBinder.kt | 504 expandable = Expandable.fromView(view), in <lambda>() 570 expandable = Expandable.fromView(view), in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | HeaderPrivacyIconsController.kt | 167 ActivityLaunchAnimator.Controller.fromView(privacyChip)) in onChipVisibilityRefreshed()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/ |
D | DreamHomeControlsComplication.java | 252 v != null ? ActivityLaunchAnimator.Controller.fromView(v, null /* cujType */) in onClickHomeControls()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | ActivityLaunchAnimatorTest.kt | 203 ActivityLaunchAnimator.Controller.fromView(FrameLayout(mContext)) in <lambda>()
|
D | DialogLaunchAnimatorTest.kt | 267 DialogLaunchAnimator.Controller.fromView(FrameLayout(mContext)) in creatingControllerFromNormalViewThrows()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardQsUserSwitchController.java | 195 Expandable.fromView(mUserAvatarViewWithBackground)); in onInit()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/ |
D | OngoingCallController.kt | 229 ActivityLaunchAnimator.Controller.fromView( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 516 ActivityLaunchAnimator.Controller.fromView(view, in startHistoryIntent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | CustomTile.java | 516 : ActivityLaunchAnimator.Controller.fromView(mViewClicked, 0); in startActivityAndCollapse()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileImpl.java | 423 view != null ? ActivityLaunchAnimator.Controller.fromView(view, in handleLongClick()
|