| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/ |
| D | PrimaryBouncerToGoneTransitionViewModelTest.kt | 77 val values by collectValues(underTest.bouncerAlpha) in bouncerAlpha() constant 90 val values by collectValues(underTest.bouncerAlpha) in bouncerAlpha_runDimissFromKeyguard() constant 105 val values by collectValues(underTest.lockscreenAlpha) in lockscreenAlpha() constant 117 val values by collectValues(underTest.lockscreenAlpha) in lockscreenAlpha_runDimissFromKeyguard() constant 131 val values by collectValues(underTest.lockscreenAlpha) in lockscreenAlpha_leaveShadeOpen() constant 145 val values by collectValues(underTest.scrimAlpha) in scrimAlpha_runDimissFromKeyguard() constant 161 val values by collectValues(underTest.scrimAlpha) in scrimBehindAlpha_leaveShadeOpen() constant 179 val values by collectValues(underTest.scrimAlpha) in scrimBehindAlpha_doNotLeaveShadeOpen() constant
|
| D | DreamingToLockscreenTransitionViewModelTest.kt | 70 val values = mutableListOf<Float>() in dreamOverlayTranslationY() constant 93 val values = mutableListOf<Float>() in dreamOverlayFadeOut() constant 116 val values = mutableListOf<Float>() in lockscreenFadeIn() constant 136 val values = mutableListOf<Float>() in lockscreenTranslationY() constant 157 val values = mutableListOf<TransitionStep>() in transitionEnded() constant
|
| D | LockscreenToOccludedTransitionViewModelTest.kt | 61 val values = mutableListOf<Float>() in lockscreenFadeOut() constant 85 val values = mutableListOf<Float>() in lockscreenTranslationY() constant 108 val values = mutableListOf<Float>() in lockscreenTranslationYIsCanceled() constant
|
| D | OccludedToLockscreenTransitionViewModelTest.kt | 61 val values = mutableListOf<Float>() in lockscreenFadeIn() constant 85 val values = mutableListOf<Float>() in lockscreenTranslationY() constant 106 val values = mutableListOf<Float>() in lockscreenTranslationYResettedAfterJobCancelled() 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/tests/src/com/android/systemui/keyguard/data/quickaffordance/ |
| D | FlashlightQuickAffordanceConfigTest.kt | 69 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant 92 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in flashlightIsOn_triggered_iconIsOffAndInactive() constant 115 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant 138 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant 155 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant 177 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() in <lambda>() constant
|
| /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/keyguard/domain/interactor/ |
| D | WindowManagerLockscreenVisibilityInteractorTest.kt | 99 val values by collectValues(underTest.surfaceBehindVisibility) in surfaceBehindVisibility_switchesToCorrectFlow() constant 207 val values by collectValues(underTest.usingKeyguardGoingAwayAnimation) in testUsingGoingAwayAnimation_duringTransitionToGone() constant 269 val values by collectValues(underTest.usingKeyguardGoingAwayAnimation) in testNotUsingGoingAwayAnimation_evenWhenAnimating_ifStateIsNotGone() constant 350 val values by collectValues(underTest.lockscreenVisibility) in lockscreenVisibility_visibleWhenGone() constant
|
| D | FromPrimaryBouncerTransitionInteractorTest.kt | 70 val values by collectValues(underTest.surfaceBehindVisibility) in testSurfaceBehindVisibility() constant 151 val values by collectValues(underTest.surfaceBehindModel) in testSurfaceBehindModel() constant
|
| D | FromLockscreenTransitionInteractorTest.kt | 69 val values by collectValues(underTest.surfaceBehindVisibility) in testSurfaceBehindVisibility_nonNullOnlyForRelevantTransitions() constant 119 val values by collectValues(underTest.surfaceBehindModel) in testSurfaceBehindModel() constant
|
| /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/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/core/java/android/animation/ |
| D | ObjectAnimator.java | 243 public static ObjectAnimator ofInt(Object target, String propertyName, int... values) { in ofInt() 289 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() 334 public static ObjectAnimator ofMultiInt(Object target, String propertyName, int[][] values) { in ofMultiInt() 380 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt() argument 401 public static ObjectAnimator ofArgb(Object target, String propertyName, int... values) { in ofArgb() 421 int... values) { in ofArgb() 442 public static ObjectAnimator ofFloat(Object target, String propertyName, float... values) { in ofFloat() 489 float... values) { in ofFloat() 535 float[][] values) { in ofMultiFloat() 581 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/graphics/java/android/graphics/ |
| D | Interpolator.java | 73 public void setKeyFrame(int index, int msec, float[] values) { in setKeyFrame() 87 public void setKeyFrame(int index, int msec, float[] values, float[] blend) { in setKeyFrame() 121 public Result timeToValues(float[] values) { in timeToValues() 136 public Result timeToValues(int msec, float[] values) { in timeToValues() 160 …ve void nativeSetKeyFrame(long native_instance, int index, int msec, float[] values, float[] blend… in nativeSetKeyFrame() 162 private static native int nativeTimeToValues(long native_instance, int msec, float[] values); in nativeTimeToValues()
|
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
| D | MediaInserterTest.java | 106 ContentValues values = new ContentValues(); in createFileContent() local 112 ContentValues values = new ContentValues(); in createAudioContent() local 118 ContentValues values = new ContentValues(); in createVideoContent() local 124 ContentValues values = new ContentValues(); in createImageContent() local 138 ContentValues values; in fillBuffer() local
|
| /frameworks/base/core/java/android/provider/ |
| D | SyncStateContract.java | 105 ContentValues values = new ContentValues(); in set() local 114 ContentValues values = new ContentValues(); in insert() local 123 ContentValues values = new ContentValues(); in update() local 160 ContentValues values = new ContentValues(); in newSetOperation() local 179 ContentValues values = new ContentValues(); in newUpdateOperation() local
|
| /frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/framework/compose/ |
| D | OverridableFlowTest.kt | 40 val values = collectValues(overridableFlow.flow) in <lambda>() constant 52 val values = collectValues(overridableFlow.flow) in <lambda>() constant
|
| /frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
| D | ShadowEventLog.java | 35 protected static int writeEvent(int tag, Object... values) { in writeEvent() 57 public final List<Object> values; field in ShadowEventLog.Entry 59 public Entry(int tag, List<Object> values) { in Entry()
|
| /frameworks/av/drm/libmediadrm/tests/ |
| D | EventMetric_test.cpp | 30 std::map<int, EventStatistics> values; in TEST() local 43 std::map<int, EventStatistics> values; in TEST() local 74 std::map<std::string, EventStatistics> values; in TEST() local 122 std::map<int, EventStatistics> values; in TEST() local
|
| D | CounterMetric_test.cpp | 32 std::map<int, int64_t> values; in TEST_F() local 45 std::map<int, int64_t> values; in TEST_F() local 64 std::map<std::string, int64_t> values; in TEST_F() local
|
| /frameworks/hardware/interfaces/stats/aidl/vts/functional/ |
| D | VtsHalStatsTargetTest.cpp | 45 std::vector<VendorAtomValue> values; in TEST_P() local 92 std::vector<VendorAtomValue> values; in TEST_P() local 113 std::vector<VendorAtomValue> values; in TEST_P() local 134 std::vector<VendorAtomValue> values; in TEST_P() local
|
| /frameworks/ex/common/java/com/android/common/content/ |
| D | SQLiteContentProvider.java | 71 protected abstract Uri insertInTransaction(Uri uri, ContentValues values); in insertInTransaction() 76 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction() 95 public Uri insert(Uri uri, ContentValues values) { in insert() 122 public int bulkInsert(Uri uri, ContentValues[] values) { in bulkInsert() 148 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
| /frameworks/base/libs/androidfw/tests/ |
| D | AttributeResolution_test.cpp | 78 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in TEST() local 109 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in TEST_F() local 162 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in TEST_F() local 214 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in TEST_F() local
|