Searched refs:getCujType (Results 1 – 3 of 3) sorted by relevance
466 InteractionJankMonitor.getInstance().end(getCujType(isAppearing)); in startAppearAnimation()468 InteractionJankMonitor.getInstance().cancel(getCujType(isAppearing)); in startAppearAnimation()479 .withView(getCujType(isAppearing), ActivatableNotificationView.this); in startAppearAnimation()504 private int getCujType(boolean isAppearing) { in getCujType() method in ActivatableNotificationView
504 Configuration.Builder builder = Configuration.Builder.withView(getCujType(), mView) in beginInteractionJankMonitor()517 monitor.end(getCujType()); in endInteractionJankMonitor()525 monitor.cancel(getCujType()); in cancelInteractionJankMonitor()528 private int getCujType() { in getCujType() method in StatusBarStateControllerImpl
903 public @Cuj.CujType int getCujType() { in getCujType() method in InteractionJankMonitor.Configuration