Home
last modified time | relevance | path

Searched defs:fromView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DExpandable.kt48 fun fromView(view: View): Expandable { in activityLaunchController() method
DActivityLaunchAnimator.kt349 fun fromView(view: View, cujType: Int? = null): Controller? { in fromView() method
DDialogLaunchAnimator.kt163 fun fromView(source: View, cuj: DialogCuj? = null): Controller? { in <lambda>() method
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/hierarchy/
DCustomHierarchyHelper.java41 public static boolean isCheckable(View fromView) { in isCheckable()