Home
last modified time | relevance | path

Searched refs:withView (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/
H A DQSFragmentModule.java145 .withView(qqsFooterActionsView) in providesQQSFooterActionsController()
157 .withView(qsFooterActionsView) in providesQSFooterActionsController()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DInteractionJankMonitorWrapper.java83 Configuration.Builder.withView(cujType, v) in begin()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DFooterActionsControllerBuilder.kt51 fun withView(view: FooterActionsView): FooterActionsControllerBuilder { regex
/aosp12/packages/apps/Settings/src/com/android/settings/core/
H A DInstrumentedPreferenceFragment.java161 Configuration.Builder.withView(CUJ_SETTINGS_PAGE_SCROLL, recyclerView) in onScrollStateChanged()
/aosp12/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java435 Configuration.Builder.withView(cujType, v) in begin()
747 public static Builder withView(@CujType int cuj, @NonNull View view) { in withView() method in InteractionJankMonitor.Configuration.Builder
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java501 .withView(getCujType(isAppearing), ActivatableNotificationView.this); in startAppearAnimation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java1407 InteractionJankMonitor.Configuration.Builder.withView(cuj, mView) in beginJankMonitoring()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java516 .withView(InteractionJankMonitor.CUJ_USER_SWITCH, mRootView) in switchToUserId()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java2382 return Configuration.Builder.withView(CUJ_LOCKSCREEN_UNLOCK_ANIMATION, in createInteractionJankMonitorConf()