/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/domain/interactor/ |
D | HideNotificationsInteractorTest.kt | 112 val values by collectValues(hideNotificationsFlow) in displaySwitch_hidesNotifications() constant 124 val values by collectValues(hideNotificationsFlow) in displaySwitch_sizeIsTheSame_noChangesToNotifications() constant 136 val values by collectValues(hideNotificationsFlow) in displaySwitch_sizeIsTheSameAfterRotation_noChangesToNotifications() constant 153 val values by collectValues(hideNotificationsFlow) in displaySwitch_noAnimations_screenTurnedOn_showsNotificationsBack() constant 168 val values by collectValues(hideNotificationsFlow) in displaySwitchUnfold_animationsEnabled_screenTurnedOn_doesNotShowNotifications() constant 183 val values by collectValues(hideNotificationsFlow) in displaySwitchFold_animationsEnabled_screenTurnedOn_showsNotifications() constant 198 val values by collectValues(hideNotificationsFlow) in displaySwitch_noAnimations_screenGoesToSleep_showsNotificationsBack() constant 213 val values by collectValues(hideNotificationsFlow) in displaySwitch_animationsEnabled_screenGoesToSleep_showsNotificationsBack() constant 228 val values by collectValues(hideNotificationsFlow) in displaySwitch_animationsEnabled_unfoldAnimationNotFinished_notificationsHidden() constant 241 val values by collectValues(hideNotificationsFlow) in displaySwitch_animationsEnabled_unfoldAnimationFinishes_showsNotificationsBack() constant [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | PrimaryBouncerToGoneTransitionViewModelTest.kt | 65 val values by collectValues(underTest.bouncerAlpha) in bouncerAlpha() constant 84 val values by collectValues(underTest.bouncerAlpha) in bouncerAlpha_runDimissFromKeyguard() constant 105 val values by collectValues(underTest.lockscreenAlpha) in lockscreenAlpha() constant 118 val values by collectValues(underTest.lockscreenAlpha) in lockscreenAlpha_runDimissFromKeyguard() constant 137 val values by collectValues(underTest.lockscreenAlpha) in lockscreenAlpha_leaveShadeOpen() constant 152 val values by collectValues(underTest.notificationAlpha) in notificationAlpha() constant 169 val values by collectValues(underTest.notificationAlpha) in notificationAlpha_leaveShadeOpen() constant
|
D | DreamingToLockscreenTransitionViewModelTest.kt | 88 val values by collectValues(underTest.dreamOverlayTranslationY(pixels)) in dreamOverlayTranslationY() constant 110 val values by collectValues(underTest.dreamOverlayAlpha) in dreamOverlayFadeOut() constant 132 val values by collectValues(underTest.lockscreenAlpha) in lockscreenFadeIn() constant 153 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewFadeIn() constant 180 val values by collectValues(underTest.deviceEntryBackgroundViewAlpha) in deviceEntryBackgroundViewAppear() constant 200 val values by collectValues(underTest.lockscreenTranslationY(pixels)) in lockscreenTranslationY() constant
|
D | OccludedToLockscreenTransitionViewModelTest.kt | 57 val values by collectValues(underTest.lockscreenAlpha) in lockscreenFadeIn() constant 87 val values by collectValues(underTest.lockscreenTranslationY) in lockscreenTranslationY() constant 112 val values by collectValues(underTest.lockscreenTranslationY) in lockscreenTranslationYResettedAfterJobCancelled() constant 123 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewFadeIn() constant 151 val values by collectValues(underTest.deviceEntryBackgroundViewAlpha) in deviceEntryBackgroundViewShows() constant
|
D | GlanceableHubToLockscreenTransitionViewModelTest.kt | 52 val values by collectValues(underTest.keyguardAlpha) in lockscreenFadeIn() constant 84 val values by collectValues(underTest.keyguardTranslationX) in lockscreenTranslationX() constant 109 val values by collectValues(underTest.keyguardTranslationX) in lockscreenTranslationX_resetsAfterCancellation() constant
|
D | LockscreenToOccludedTransitionViewModelTest.kt | 94 val values by collectValues(underTest.lockscreenAlpha) in lockscreenFadeOut() constant 120 val values by collectValues(underTest.lockscreenTranslationY) in lockscreenTranslationY() constant 143 val values by collectValues(underTest.lockscreenTranslationY) in lockscreenTranslationYIsCanceled() constant 164 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAlpha_shadeExpanded() constant
|
D | AlternateBouncerToDozingTransitionViewModelTest.kt | 66 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled() constant 88 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewDisappear_udfpsNotEnrolledAndEnabled() constant 108 val values by collectValues(underTest.deviceEntryBackgroundViewAlpha) in deviceEntryBackgroundViewDisappear() constant
|
D | PrimaryBouncerToDozingTransitionViewModelTest.kt | 66 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled() constant 88 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentView_udfpsNotEnrolledAndEnabled_noUpdates() constant 108 val values by collectValues(underTest.deviceEntryBackgroundViewAlpha) in deviceEntryBackgroundViewDisappear() constant
|
D | AlternateBouncerToAodTransitionViewModelTest.kt | 75 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled() constant 102 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewDisappear_udfpsNotEnrolledAndEnabled() constant 122 val values by collectValues(underTest.deviceEntryBackgroundViewAlpha) in deviceEntryBackgroundViewDisappear() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/common/ui/domain/interactor/ |
D | ConfigurationInteractorTest.kt | 94 val values by collectValues(underTest.maxBounds) in maxBoundsChange_emitsMaxBoundsChange() constant 112 val values by collectValues(underTest.maxBounds) in maxBoundsSameOnConfigChange_doesNotEmitMaxBoundsChange() constant 125 val values by collectValues(underTest.maxBounds) in firstMaxBoundsChange_emitsMaxBoundsChange() constant 136 val values by collectValues(underTest.naturalMaxBounds) in maxBoundsChange_emitsNaturalMaxBoundsChange() constant 154 val values by collectValues(underTest.naturalMaxBounds) in maxBoundsSameOnConfigChange_doesNotEmitNaturalMaxBoundsChange() constant 167 val values by collectValues(underTest.naturalMaxBounds) in firstMaxBoundsChange_emitsNaturalMaxBoundsChange() constant 178 val values by collectValues(underTest.naturalMaxBounds) in displayRotatedButMaxBoundsTheSame_doesNotEmitNewNaturalMaxBoundsChange() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
D | InWindowLauncherUnlockAnimationInteractorTest.kt | 84 val values by collectValues(underTest.transitioningToGoneWithInWindowAnimation) in testTransitioningToGoneWithInWindowAnimation_trueIfTopActivityIsLauncher_andTransitioningToGone() constant 167 val values by collectValues(underTest.transitioningToGoneWithInWindowAnimation) in testTransitioningToGoneWithInWindowAnimation_falseIfTopActivityIsLauncherPartwayThrough() constant 244 val values by collectValues(underTest.transitioningToGoneWithInWindowAnimation) in testTransitioningToGoneWithInWindowAnimation_falseIfTopActivityIsLauncherWhileNotTransitioningToGone() constant 288 val values by collectValues(underTest.shouldStartInWindowAnimation) in testShouldStartInWindowAnimation_trueOnceSurfaceAvailable_falseWhenTransitionEnds() constant 352 val values by collectValues(underTest.shouldStartInWindowAnimation) in testShouldStartInWindowAnimation_neverTrueIfSurfaceNotAvailable() constant 394 val values by collectValues(underTest.shouldStartInWindowAnimation) in testShouldStartInWindowAnimation_falseIfSurfaceAvailable_afterTransitionInterrupted() constant
|
D | SwipeToDismissInteractorTest.kt | 51 val values by collectValues(underTest.dismissFling) in <lambda>() constant 71 val values by collectValues(underTest.dismissFling) in <lambda>() constant 97 val values by collectValues(underTest.dismissFling) in <lambda>() constant
|
/frameworks/base/core/java/android/transition/ |
D | VisibilityPropagation.java | 43 public void captureValues(TransitionValues values) { in captureValues() 71 public int getViewVisibility(TransitionValues values) { in getViewVisibility() 89 public int getViewX(TransitionValues values) { in getViewX() 100 public int getViewY(TransitionValues values) { in getViewY() 104 private static int getViewCoordinate(TransitionValues values, int coordinateIndex) { in getViewCoordinate()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/quickaffordance/ |
D | FlashlightQuickAffordanceConfigTest.kt | 68 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant 91 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in flashlightIsOn_triggered_iconIsOffAndInactive() constant 114 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant 137 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant 154 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant 176 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/analytics/ |
D | SmsMmsAnalyticsProviderTest.java | 86 ContentValues values = new ContentValues(); in getContentValues() local 144 ContentValues values = getContentValues(status, type, rat, failureReason); in testFailureSms() local 181 ContentValues values = getContentValues(status, type, rat, failureReason); in testSuccessSms() local 199 ContentValues values = new ContentValues(); in testUpdateIfEntryExistsOtherwiseInsertWhenEntryNotExist() local 209 ContentValues values = new ContentValues(); in testUpdateIfEntryExistsOtherwiseInsertWhenCursorNull() local 218 ContentValues values = new ContentValues(); in testUpdateIfEntryExistsOtherwiseInsertWhenEntryExists() local 244 ContentValues values = new ContentValues(); in testUpdateIfEntryExistsOtherwiseInsertWithInvalidIdColumnIndex() local 258 ContentValues values = new ContentValues(); in testUpdateIfEntryExistsOtherwiseInsertWithInvalidCountColumnIndex() local 272 ContentValues values = new ContentValues(); in testUpdateIfEntryExistsOtherwiseInsertWithInvalidColumnIndex() local
|
D | CallAnalyticsProviderTest.java | 202 ContentValues values = new ContentValues(); in getContentValues() local 262 ContentValues values = getContentValues(callType, callStatus, slotId, rat, failureReason); in testSuccessCall() local 299 ContentValues values = getContentValues(callType, callStatus, slotId, rat, failureReason); in testFailureCall() local 330 ContentValues values = new ContentValues(); in testUpdateEntryIfExistsOrInsertWhenCursorNull() local 343 ContentValues values = new ContentValues(); in testUpdateEntryIfExistsOrInsertWhenCursorInvalid() local 358 ContentValues values = new ContentValues(); in testUpdateEntryIfExistsOrInsertWhenCursorValidUpdateSuccess() local 389 ContentValues values = new ContentValues(); in testUpdateEntryIfExistsOrInsertWhenUpdateFailedDueToInvalidIdIndex() local 407 ContentValues values = new ContentValues(); in testUpdateEntryIfExistsOrInsertWhenUpdateFailedDueToInvalidCountIndex() local 426 ContentValues values = new ContentValues(); in testUpdateEntryIfExistsOrInsertWhenUpdateFailedDueToInvalidColumnIndex() local
|
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
D | CpuPowerStatsProcessorTest.java | 185 private long[] values(long... values) { in values() method in CpuPowerStatsProcessorTest 237 long[] values = getDeviceStats(deviceStates); in getDeviceStats() local 244 long[] values = mDeviceStats.get(key); in getDeviceStats() local 248 void setDeviceStats(int[] states, long[] values, double expectedPowerEstimate) { in setDeviceStats() 255 void setDeviceStats(int[] states, long[] values) { in setDeviceStats() 262 long[] values = getUidStats(uid, uidStates); in getUidStats() local 270 long[] values = mUidStats.get(key); in getUidStats() local 274 void setUidStats(int uid, int[] states, long[] values, double expectedPowerEstimate) { in setUidStats() 282 void setUidStats(int uid, int[] states, long[] values) { in setUidStats()
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | RecurrenceSetTest.java | 43 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet0() local 56 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet1() local 67 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet2() local 80 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet3() local 95 final ContentValues values = verifyPopulateContentValues(recurrence, null, in testRecurrenceSet4() local 110 final ContentValues values = verifyPopulateContentValues(recurrence, "FREQ=YEARLY", null, in testRecurrenceSet5() local 138 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet6() local 244 ContentValues values = new ContentValues(); in verifyPopulateContentValues() local
|
/frameworks/base/core/java/android/content/ |
D | Entity.java | 38 public Entity(ContentValues values) { in Entity() 51 public void addSubValue(Uri uri, ContentValues values) { in addSubValue() 57 public final ContentValues values; field in Entity.NamedContentValues 59 public NamedContentValues(Uri uri, ContentValues values) { in NamedContentValues()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/settings/ |
D | ControlsSettingsRepositoryImplTest.kt | 82 val values = mutableListOf<Boolean>() in showInLockScreen() constant 109 val values = mutableListOf<Boolean>() in showInLockScreen_changesInOtherUsersAreNotQueued() constant 129 val values = mutableListOf<Boolean>() in actionInLockScreen() constant 156 val values = mutableListOf<Boolean>() in actionInLockScreen_changesInOtherUsersAreNotQueued() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/ |
D | WindowManagerLockscreenVisibilityInteractorTest.kt | 93 val values by collectValues(underTest.value.surfaceBehindVisibility) in <lambda>() constant 408 val values by collectValues(underTest.value.usingKeyguardGoingAwayAnimation) in <lambda>() constant 469 val values by collectValues(underTest.value.usingKeyguardGoingAwayAnimation) in <lambda>() constant 559 val values by collectValues(underTest.value.lockscreenVisibility) in <lambda>() constant 626 val values by collectValues(underTest.value.lockscreenVisibility) in <lambda>() constant 728 val values by collectValues(underTest.value.lockscreenVisibility) in <lambda>() constant 831 val values by collectValues(underTest.value.lockscreenVisibility) in <lambda>() constant
|
/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 237 public static ObjectAnimator ofInt(Object target, String propertyName, int... values) { in ofInt() 283 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() 328 public static ObjectAnimator ofMultiInt(Object target, String propertyName, int[][] values) { in ofMultiInt() 374 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt() argument 395 public static ObjectAnimator ofArgb(Object target, String propertyName, int... values) { in ofArgb() 415 int... values) { in ofArgb() 436 public static ObjectAnimator ofFloat(Object target, String propertyName, float... values) { in ofFloat() 483 float... values) { in ofFloat() 529 float[][] values) { in ofMultiFloat() 575 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiFloat() argument [all …]
|
D | PropertyValuesHolder.java | 156 public static PropertyValuesHolder ofInt(String propertyName, int... values) { in ofInt() 167 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt() 185 public static PropertyValuesHolder ofMultiInt(String propertyName, int[][] values) { in ofMultiInt() 241 TypeConverter<V, int[]> converter, TypeEvaluator<V> evaluator, V... values) { in ofMultiInt() argument 263 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiInt() 275 public static PropertyValuesHolder ofFloat(String propertyName, float... values) { in ofFloat() 286 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) { in ofFloat() 304 public static PropertyValuesHolder ofMultiFloat(String propertyName, float[][] values) { in ofMultiFloat() 359 TypeConverter<V, float[]> converter, TypeEvaluator<V> evaluator, V... values) { in ofMultiFloat() argument 381 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiFloat() [all …]
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/coroutines/ |
D | Flow.kt | 48 val values by in collectLastValue() constant 73 val values = mutableListOf<T>() in collectValues() constant
|
/frameworks/base/graphics/java/android/graphics/ |
D | Interpolator.java | 76 public void setKeyFrame(int index, int msec, float[] values) { in setKeyFrame() 90 public void setKeyFrame(int index, int msec, float[] values, float[] blend) { in setKeyFrame() 124 public Result timeToValues(float[] values) { in timeToValues() 139 public Result timeToValues(int msec, float[] values) { in timeToValues() 163 …ve void nativeSetKeyFrame(long native_instance, int index, int msec, float[] values, float[] blend… in nativeSetKeyFrame() 165 private static native int nativeTimeToValues(long native_instance, int msec, float[] values); in nativeTimeToValues()
|