Searched defs:fromView (Results 1 – 4 of 4) sorted by relevance
48 fun fromView(view: View): Expandable { in activityLaunchController() method
349 fun fromView(view: View, cujType: Int? = null): Controller? { in fromView() method
163 fun fromView(source: View, cuj: DialogCuj? = null): Controller? { in <lambda>() method
41 public static boolean isCheckable(View fromView) { in isCheckable()