Searched refs:CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/jank/ |
H A D | FrameTrackerTest.java | 25 …ort static com.android.internal.jank.InteractionJankMonitor.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE; 146 CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE, CUJ_POSTFIX, /* surfaceOnly= */ false); in testOnlyFirstWindowFrameOverThreshold() 173 eq(CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE]), in testOnlyFirstWindowFrameOverThreshold() 185 CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE, CUJ_POSTFIX, /* surfaceOnly= */ false); in testSfJank() 210 eq(CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE]), in testSfJank() 222 CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE, CUJ_POSTFIX, /* surfaceOnly= */ false); in testFirstFrameJankyNoTrigger() 247 eq(CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE]), in testFirstFrameJankyNoTrigger() 259 CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE, CUJ_POSTFIX, /* surfaceOnly= */ false); in testOtherFrameOverThreshold() 284 eq(CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE]), in testOtherFrameOverThreshold() 324 eq(CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE]), in testLastFrameOverThresholdBeforeEnd() [all …]
|
H A D | InteractionJankMonitorTest.java | 28 …ort static com.android.internal.jank.InteractionJankMonitor.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE; 121 CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE, getEnumName("NOTIFICATION_SHADE_SWIPE")); in initialize() 161 assertThat(monitor.begin(mView, CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)).isTrue(); in testBeginEnd() 163 assertThat(monitor.end(CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)).isTrue(); in testBeginEnd() 177 assertThat(monitor.begin(mView, CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)).isFalse(); in testDisabledThroughDeviceConfig() 178 assertThat(monitor.end(CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)).isFalse(); in testDisabledThroughDeviceConfig() 188 assertThat(monitor.begin(view, CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)).isFalse(); in testCheckInitState() 189 assertThat(monitor.end(CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)).isFalse(); in testCheckInitState() 201 assertThat(monitor.begin(mView, CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE)).isTrue(); in testBeginTimeout() 208 verify(monitor).cancel(CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE, REASON_CANCEL_TIMEOUT); in testBeginTimeout() [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/jank/ |
H A D | InteractionJankMonitor.java | 194 public static final int CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE = 0; field in InteractionJankMonitor 287 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE] = UIINTERACTION_FRAME_INFO_… 399 CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE, 943 case CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE: in getNameOfCuj()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | QuickSettingsController.java | 2312 InteractionJankMonitor.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE, in beginJankMonitoring() 2322 InteractionJankMonitor.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE); in endJankMonitoring() 2330 InteractionJankMonitor.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE); in cancelJankMonitoring()
|