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.kt77 fun fromView(view: View): Expandable { in dialogTransitionController() method
DDialogTransitionAnimator.kt171 fun fromView(source: View, cuj: DialogCuj? = null): Controller? { in <lambda>() method
DActivityTransitionAnimator.kt506 fun fromView( in fromView() method
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/hierarchy/
DCustomHierarchyHelper.java41 public static boolean isCheckable(View fromView) { in isCheckable()