Home
last modified time | relevance | path

Searched defs:withView (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DFooterActionsControllerBuilder.kt51 fun withView(view: FooterActionsView): FooterActionsControllerBuilder { regex
/aosp12/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java747 public static Builder withView(@CujType int cuj, @NonNull View view) { in withView() method in InteractionJankMonitor.Configuration.Builder