/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/ |
H A D | PrimaryBouncerToGoneTransitionViewModelTest.kt | 77 val values by collectValues(underTest.bouncerAlpha) regex 90 val values by collectValues(underTest.bouncerAlpha) regex 105 val values by collectValues(underTest.lockscreenAlpha) regex 117 val values by collectValues(underTest.lockscreenAlpha) regex 131 val values by collectValues(underTest.lockscreenAlpha) regex 145 val values by collectValues(underTest.scrimAlpha) regex 161 val values by collectValues(underTest.scrimAlpha) regex 179 val values by collectValues(underTest.scrimAlpha) regex
|
H A D | DreamingToLockscreenTransitionViewModelTest.kt | 70 val values = mutableListOf<Float>() regex 93 val values = mutableListOf<Float>() regex 116 val values = mutableListOf<Float>() regex 136 val values = mutableListOf<Float>() regex 157 val values = mutableListOf<TransitionStep>() regex
|
H A D | LockscreenToOccludedTransitionViewModelTest.kt | 61 val values = mutableListOf<Float>() regex 85 val values = mutableListOf<Float>() regex 108 val values = mutableListOf<Float>() regex
|
H A D | OccludedToLockscreenTransitionViewModelTest.kt | 61 val values = mutableListOf<Float>() regex 85 val values = mutableListOf<Float>() regex 106 val values = mutableListOf<Float>() regex
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A 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()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/ |
H A D | FlashlightQuickAffordanceConfigTest.kt | 69 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() regex 92 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() regex 115 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() regex 138 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() regex 155 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() regex 177 val values = mutableListOf<KeyguardQuickAffordanceConfig.LockScreenState>() regex
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | ObjectAnimator.java | 380 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt() argument 421 int... values) { in ofArgb() 489 float... values) { in ofFloat() 535 float[][] values) { in ofMultiFloat() 611 TypeEvaluator evaluator, Object... values) { in ofObject() 667 TypeEvaluator<V> evaluator, V... values) { in ofObject() 702 TypeConverter<V, P> converter, TypeEvaluator<V> evaluator, V... values) { in ofObject() argument 753 PropertyValuesHolder... values) { in ofPropertyValuesHolder() 761 public void setIntValues(int... values) { in setIntValues() 776 public void setFloatValues(float... values) { in setFloatValues() [all …]
|
H A D | PropertyValuesHolder.java | 404 Object... values) { in ofObject() 455 TypeEvaluator<V> evaluator, V... values) { in ofObject() 606 public void setIntValues(int... values) { in setIntValues() 624 public void setFloatValues(float... values) { in setFloatValues() 634 public void setKeyframes(Keyframe... values) { in setKeyframes() 662 public void setObjectValues(Object... values) { in setObjectValues() 1079 public void getPropertyValues(PropertyValues values) { in getPropertyValues() 1200 public void setIntValues(int... values) { in setIntValues() 1347 public void setFloatValues(float... values) { in setFloatValues() 1475 float[] values = (float[]) getAnimatedValue(); in setAnimatedValue() local [all …]
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A 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
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A 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
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/settings/ |
H A D | ControlsSettingsRepositoryImplTest.kt | 82 val values = mutableListOf<Boolean>() regex 109 val values = mutableListOf<Boolean>() regex 129 val values = mutableListOf<Boolean>() regex 156 val values = mutableListOf<Boolean>() regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
H A D | WindowManagerLockscreenVisibilityInteractorTest.kt | 99 val values by collectValues(underTest.surfaceBehindVisibility) regex 207 val values by collectValues(underTest.usingKeyguardGoingAwayAnimation) regex 269 val values by collectValues(underTest.usingKeyguardGoingAwayAnimation) regex 350 val values by collectValues(underTest.lockscreenVisibility) regex
|
/aosp14/frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
H A 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()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | ImageShader.java | 173 private void initBuffer(float[] values) { in initBuffer() 178 private void copyValues(float[] values) { in copyValues() 331 public void setUniformValue(String uniformName, int[] values) { in setUniformValue() 338 GLES20.glUniform1iv(uniform.getLocation(), len, values, 0); in setUniformValue() local 342 GLES20.glUniform2iv(uniform.getLocation(), len / 2, values, 0); in setUniformValue() local 346 GLES20.glUniform2iv(uniform.getLocation(), len / 3, values, 0); in setUniformValue() local 350 GLES20.glUniform2iv(uniform.getLocation(), len / 4, values, 0); in setUniformValue() local 360 public void setUniformValue(String uniformName, float[] values) { in setUniformValue() 367 GLES20.glUniform1fv(uniform.getLocation(), len, values, 0); in setUniformValue() local 371 GLES20.glUniform2fv(uniform.getLocation(), len / 2, values, 0); in setUniformValue() local [all …]
|
/aosp14/frameworks/base/libs/androidfw/tests/ |
H A 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
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | BundlePolicySerializer.java | 70 ArrayList<String> values = new ArrayList<>(); in readFromXml() local 83 private static void readBundle(Bundle restrictions, ArrayList<String> values, in readBundle() 126 private static Bundle readBundleEntry(TypedXmlPullParser parser, ArrayList<String> values) in readBundleEntry() 169 String[] values = (String[]) value; in writeBundle() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
H A D | KeyguardRepositoryImplTest.kt | 320 val values = mutableListOf<Float>() regex 354 val values = mutableListOf<WakefulnessModel>() regex 399 val values = mutableListOf<ScreenModel>() regex 526 val values = mutableListOf<BiometricUnlockModel>() regex 577 val values = mutableListOf<DozeTransitionModel>() regex 644 val values = mutableListOf<Point?>() regex 673 val values = mutableListOf<Point?>() regex 707 val values = mutableListOf<BiometricUnlockSource?>() regex
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaInserter.java | 49 public void insert(Uri tableUri, ContentValues values) throws RemoteException { in insert() 53 public void insertwithPriority(Uri tableUri, ContentValues values) throws RemoteException { in insertwithPriority() 57 … private void insert(Uri tableUri, ContentValues values, boolean priority) throws RemoteException { in insert()
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | SensorEvent.java | 807 public final float[] values; field in SensorEvent 853 public SensorEvent(@NonNull Sensor sensor, int accuracy, long timestamp, float[] values) { in SensorEvent()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | ContentProviderOperationTest.java | 204 final Object[] values = new Object[valueSet.size()]; in getCursor() local 221 ContentValues values = new ContentValues(); in testValueBackRefs() local 257 final ContentValues values = new ContentValues(); in testSelectionBackRefs() local 314 public Uri insert(Uri uri, ContentValues values) { in insert() 322 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/coroutines/ |
H A D | Flow.kt | 48 val values by regex 73 val values = mutableListOf<T>() regex
|
/aosp14/frameworks/base/core/java/android/database/ |
H A D | DatabaseUtils.java | 792 ContentValues values) { in cursorStringToContentValues() 818 ContentValues values, String key) { in cursorStringToContentValues() 903 ContentValues values, String key) { in cursorDoubleToContentValues() 918 public static void cursorRowToContentValues(Cursor cursor, ContentValues values) { in cursorRowToContentValues() 1108 public static void cursorLongToContentValuesIfPresent(Cursor cursor, ContentValues values, in cursorLongToContentValuesIfPresent() 1124 public static void cursorShortToContentValuesIfPresent(Cursor cursor, ContentValues values, in cursorShortToContentValuesIfPresent() 1140 public static void cursorIntToContentValuesIfPresent(Cursor cursor, ContentValues values, in cursorIntToContentValuesIfPresent() 1156 public static void cursorFloatToContentValuesIfPresent(Cursor cursor, ContentValues values, in cursorFloatToContentValuesIfPresent() 1299 private long insertInternal(ContentValues values, boolean allowReplace) { in insertInternal() 1444 public long insert(ContentValues values) { in insert() [all …]
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | InMatcher.java | 38 public InMatcher(Collection<T> values) { in InMatcher() 43 public InMatcher(T... values) { in InMatcher()
|