Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 638) sorted by relevance

12345678910>>...26

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DHideNotificationsInteractorTest.kt111 val values by collectValues(hideNotificationsFlow) in displaySwitch_hidesNotifications() constant
123 val values by collectValues(hideNotificationsFlow) in displaySwitch_sizeIsTheSame_noChangesToNotifications() constant
135 val values by collectValues(hideNotificationsFlow) in displaySwitch_sizeIsTheSameAfterRotation_noChangesToNotifications() constant
152 val values by collectValues(hideNotificationsFlow) in displaySwitch_noAnimations_screenTurnedOn_showsNotificationsBack() constant
167 val values by collectValues(hideNotificationsFlow) in displaySwitchUnfold_animationsEnabled_screenTurnedOn_doesNotShowNotifications() constant
182 val values by collectValues(hideNotificationsFlow) in displaySwitchFold_animationsEnabled_screenTurnedOn_showsNotifications() constant
197 val values by collectValues(hideNotificationsFlow) in displaySwitch_noAnimations_screenGoesToSleep_showsNotificationsBack() constant
212 val values by collectValues(hideNotificationsFlow) in displaySwitch_animationsEnabled_screenGoesToSleep_showsNotificationsBack() constant
227 val values by collectValues(hideNotificationsFlow) in displaySwitch_animationsEnabled_unfoldAnimationNotFinished_notificationsHidden() constant
240 val values by collectValues(hideNotificationsFlow) in displaySwitch_animationsEnabled_unfoldAnimationFinishes_showsNotificationsBack() constant
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DPrimaryBouncerToGoneTransitionViewModelTest.kt65 val values by collectValues(underTest.bouncerAlpha) in bouncerAlpha() constant
80 val values by collectValues(underTest.bouncerAlpha) in bouncerAlpha_runDimissFromKeyguard() constant
97 val values by collectValues(underTest.lockscreenAlpha) in lockscreenAlpha() constant
110 val values by collectValues(underTest.lockscreenAlpha) in lockscreenAlpha_runDimissFromKeyguard() constant
129 val values by collectValues(underTest.lockscreenAlpha) in lockscreenAlpha_leaveShadeOpen() constant
144 val values by in notificationAlpha() constant
163 val values by collectValues(underTest.notificationAlpha(ViewStateAccessor())) in notificationAlpha_leaveShadeOpen() constant
DGlanceableHubToLockscreenTransitionViewModelTest.kt88 val values by collectValues(underTest.keyguardAlpha) in <lambda>() constant
124 val values by collectValues(underTest.keyguardAlpha) in <lambda>() constant
197 val values by collectValues(underTest.keyguardAlpha) in <lambda>() constant
236 val values by collectValues(underTest.keyguardTranslationX) in <lambda>() constant
274 val values by collectValues(underTest.keyguardTranslationX) in <lambda>() constant
306 val values by collectValues(underTest.keyguardTranslationX) in <lambda>() constant
344 val values by collectValues(underTest.keyguardTranslationX) in <lambda>() constant
364 val values by collectValues(underTest.windowBlurRadius) in <lambda>() constant
DDreamingToLockscreenTransitionViewModelTest.kt86 val values by collectValues(underTest.dreamOverlayTranslationY(pixels)) in dreamOverlayTranslationY() constant
108 val values by collectValues(underTest.dreamOverlayAlpha) in dreamOverlayFadeOut() constant
130 val values by collectValues(underTest.lockscreenAlpha) in lockscreenFadeIn() constant
151 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewFadeIn() constant
178 val values by collectValues(underTest.deviceEntryBackgroundViewAlpha) in deviceEntryBackgroundViewAppear() constant
198 val values by collectValues(underTest.lockscreenTranslationY(pixels)) in lockscreenTranslationY() constant
DOccludedToLockscreenTransitionViewModelTest.kt55 val values by collectValues(underTest.lockscreenAlpha) in lockscreenFadeIn() constant
85 val values by collectValues(underTest.lockscreenTranslationY) in lockscreenTranslationY() constant
110 val values by collectValues(underTest.lockscreenTranslationY) in lockscreenTranslationYResettedAfterJobCancelled() constant
121 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewFadeIn() constant
149 val values by collectValues(underTest.deviceEntryBackgroundViewAlpha) in deviceEntryBackgroundViewShows() constant
DAlternateBouncerToPrimaryBouncerTransitionViewModelTest.kt59 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewDisappear() constant
81 val values by collectValues(underTest.notificationAlpha) in notifications_areFullyVisible_whenShadeIsOpen() constant
102 val values by collectValues(underTest.windowBlurRadius) in blurRadiusGoesToMaximumWhenShadeIsExpanded() constant
120 val values by collectValues(underTest.notificationBlurRadius) in notificationBlur_isNonZero_whenShadeIsExpanded() constant
137 val values by collectValues(underTest.windowBlurRadius) in blurRadiusGoesFromMinToMaxWhenShadeIsNotExpanded() constant
DPrimaryBouncerToDozingTransitionViewModelTest.kt65 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled() constant
87 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentView_udfpsNotEnrolledAndEnabled_noUpdates() constant
107 val values by collectValues(underTest.deviceEntryBackgroundViewAlpha) in deviceEntryBackgroundViewDisappear() constant
127 val values by collectValues(underTest.windowBlurRadius) in blurRadiusGoesToMinImmediately() constant
DLockscreenToOccludedTransitionViewModelTest.kt92 val values by collectValues(underTest.lockscreenAlpha) in lockscreenFadeOut_shadeNotExpanded() constant
119 val values by collectValues(underTest.lockscreenAlpha) in lockscreenFadeOut_shadeExpanded() constant
145 val values by collectValues(underTest.lockscreenTranslationY) in lockscreenTranslationY() constant
168 val values by collectValues(underTest.lockscreenTranslationY) in lockscreenTranslationYIsCanceled() constant
191 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAlpha_shadeExpanded() constant
DAlternateBouncerToDozingTransitionViewModelTest.kt64 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled() constant
86 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewDisappear_udfpsNotEnrolledAndEnabled() constant
106 val values by collectValues(underTest.deviceEntryBackgroundViewAlpha) in deviceEntryBackgroundViewDisappear() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DInWindowLauncherUnlockAnimationInteractorTest.kt76 val values by collectValues(underTest.transitioningToGoneWithInWindowAnimation) in testTransitioningToGoneWithInWindowAnimation_trueIfTopActivityIsLauncher_andTransitioningToGone() constant
159 val values by collectValues(underTest.transitioningToGoneWithInWindowAnimation) in testTransitioningToGoneWithInWindowAnimation_falseIfTopActivityIsLauncherPartwayThrough() constant
236 val values by collectValues(underTest.transitioningToGoneWithInWindowAnimation) in testTransitioningToGoneWithInWindowAnimation_falseIfTopActivityIsLauncherWhileNotTransitioningToGone() constant
280 val values by collectValues(underTest.shouldStartInWindowAnimation) in testShouldStartInWindowAnimation_trueOnceSurfaceAvailable_falseWhenTransitionEnds() constant
344 val values by collectValues(underTest.shouldStartInWindowAnimation) in testShouldStartInWindowAnimation_neverTrueIfSurfaceNotAvailable() constant
386 val values by collectValues(underTest.shouldStartInWindowAnimation) in testShouldStartInWindowAnimation_falseIfSurfaceAvailable_afterTransitionInterrupted() constant
DKeyguardShowWhileAwakeInteractorTest.kt56 val values by collectValues(underTest.showWhileAwakeEvents) in emitsMultipleTimeoutEvents() constant
88 val values by collectValues(underTest.showWhileAwakeEvents) in emitsWhenKeyguardReenabled_onlyIfShowingWhenDisabled() constant
122 val values by collectValues(underTest.showWhileAwakeEvents) in doesNotEmit_keyguardNoLongerSuppressed() constant
144 val values by collectValues(underTest.showWhileAwakeEvents) in doesNotEmit_fromLockdown_orFromLockNow_ifEnabledButSuppressed() constant
DKeyguardSurfaceBehindInteractorTest.kt84 val values by collectValues(underTest.viewParams) in testSurfaceBehindModel_toAppSurface() constant
160 val values by collectValues(underTest.viewParams) in testSurfaceBehindModel_toLauncher() constant
221 val values by collectValues(underTest.viewParams) in testSurfaceBehindModel_fromNotificationLaunch() constant
255 val values by collectValues(underTest.viewParams) in testSurfaceBehindModel_toAppSurface_scene_container() constant
302 val values by collectValues(underTest.viewParams) in testSurfaceBehindModel_toLauncher_scene_container() constant
345 val values by collectValues(underTest.viewParams) in testSurfaceBehindModel_fromNotificationLaunch_scene_container() constant
DSwipeToDismissInteractorTest.kt50 val values by collectValues(underTest.dismissFling) in <lambda>() constant
70 val values by collectValues(underTest.dismissFling) in <lambda>() constant
96 val values by collectValues(underTest.dismissFling) in <lambda>() constant
DWindowManagerLockscreenVisibilityInteractorTest.kt99 val values by collectValues(underTest.value.surfaceBehindVisibility) in <lambda>() constant
379 val values by collectValues(underTest.value.usingKeyguardGoingAwayAnimation) in <lambda>() constant
440 val values by collectValues(underTest.value.usingKeyguardGoingAwayAnimation) in <lambda>() constant
530 val values by collectValues(underTest.value.lockscreenVisibility) in <lambda>() constant
597 val values by collectValues(underTest.value.lockscreenVisibility) in <lambda>() constant
692 val values by collectValues(underTest.value.lockscreenVisibility) in <lambda>() constant
795 val values by collectValues(underTest.value.lockscreenVisibility) in <lambda>() constant
911 val values by collectValues(underTest.value.lockscreenVisibility) in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/common/ui/domain/interactor/
DConfigurationInteractorTest.kt117 val values by collectValues(underTest.maxBounds) in maxBoundsChange_emitsMaxBoundsChange() constant
135 val values by collectValues(underTest.maxBounds) in maxBoundsSameOnConfigChange_doesNotEmitMaxBoundsChange() constant
148 val values by collectValues(underTest.maxBounds) in firstMaxBoundsChange_emitsMaxBoundsChange() constant
159 val values by collectValues(underTest.naturalMaxBounds) in maxBoundsChange_emitsNaturalMaxBoundsChange() constant
177 val values by collectValues(underTest.naturalMaxBounds) in maxBoundsSameOnConfigChange_doesNotEmitNaturalMaxBoundsChange() constant
190 val values by collectValues(underTest.naturalMaxBounds) in firstMaxBoundsChange_emitsNaturalMaxBoundsChange() constant
201 val values by collectValues(underTest.naturalMaxBounds) in displayRotatedButMaxBoundsTheSame_doesNotEmitNewNaturalMaxBoundsChange() constant
/frameworks/base/core/java/android/transition/
DVisibilityPropagation.java43 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/
DFlashlightQuickAffordanceConfigTest.kt66 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant
89 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in flashlightIsOn_triggered_iconIsOffAndInactive() constant
112 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant
135 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant
152 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant
174 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/analytics/
DSmsMmsAnalyticsProviderTest.java86 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
DCallAnalyticsProviderTest.java202 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/opt/calendar/tests/src/com/android/calendarcommon2/
DRecurrenceSetTest.java43 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/services/tests/powerstatstests/src/com/android/server/power/stats/processor/
DCpuPowerStatsProcessorTest.java216 private long[] values(long... values) { in values() argument
260 long[] values = getDeviceStats(deviceStates); in getDeviceStats() local
267 long[] values = mDeviceStats.get(key); in getDeviceStats() local
271 void setDeviceStats(int[] states, long[] values, double expectedPowerEstimate) { in setDeviceStats()
278 void setDeviceStats(int[] states, long[] values) { in setDeviceStats()
285 long[] values = getUidStats(uid, uidStates); in getUidStats() local
293 long[] values = mUidStats.get(key); in getUidStats() local
297 void setUidStats(int uid, int[] states, long[] values, double expectedPowerEstimate) { in setUidStats()
305 void setUidStats(int uid, int[] states, long[] values) { in setUidStats()
/frameworks/base/core/java/android/content/
DEntity.java38 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/multivalentTests/src/com/android/systemui/controls/settings/
DControlsSettingsRepositoryImplTest.kt80 val values = mutableListOf<Boolean>() in showInLockScreen() constant
107 val values = mutableListOf<Boolean>() in showInLockScreen_changesInOtherUsersAreNotQueued() constant
127 val values = mutableListOf<Boolean>() in actionInLockScreen() constant
154 val values = mutableListOf<Boolean>() in actionInLockScreen_changesInOtherUsersAreNotQueued() constant
/frameworks/base/core/java/android/animation/
DObjectAnimator.java237 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 …]
DPropertyValuesHolder.java156 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 …]

12345678910>>...26