/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/format/ |
H A D | PrimitiveFormat.java | 28 public static MutableFrameFormat createByteFormat(int count, int target) { in createByteFormat() 32 public static MutableFrameFormat createInt16Format(int count, int target) { in createInt16Format() 36 public static MutableFrameFormat createInt32Format(int count, int target) { in createInt32Format() 40 public static MutableFrameFormat createFloatFormat(int count, int target) { in createFloatFormat() 44 public static MutableFrameFormat createDoubleFormat(int count, int target) { in createDoubleFormat() 48 public static MutableFrameFormat createByteFormat(int target) { in createByteFormat() 52 public static MutableFrameFormat createInt16Format(int target) { in createInt16Format() 56 public static MutableFrameFormat createInt32Format(int target) { in createInt32Format() 60 public static MutableFrameFormat createFloatFormat(int target) { in createFloatFormat() 64 public static MutableFrameFormat createDoubleFormat(int target) { in createDoubleFormat() [all …]
|
H A D | ObjectFormat.java | 29 public static MutableFrameFormat fromClass(Class clazz, int count, int target) { in fromClass() 40 public static MutableFrameFormat fromClass(Class clazz, int target) { in fromClass() 44 public static MutableFrameFormat fromObject(Object object, int target) { in fromObject() 50 public static MutableFrameFormat fromObject(Object object, int count, int target) { in fromObject() 56 private static int bytesPerSampleForClass(Class clazz, int target) { in bytesPerSampleForClass()
|
H A D | ImageFormat.java | 41 int target) { in create() 56 int target) { in create() 65 public static MutableFrameFormat create(int colorspace, int target) { in create()
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | ObjectAnimator.java | 212 private ObjectAnimator(Object target, String propertyName) { in ObjectAnimator() 223 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator() argument 534 public static ObjectAnimator ofMultiFloat(Object target, String propertyName, in ofMultiFloat() 610 public static ObjectAnimator ofObject(Object target, String propertyName, in ofObject() 637 public static ObjectAnimator ofObject(Object target, String propertyName, in ofObject() 752 public static ObjectAnimator ofPropertyValuesHolder(Object target, in ofPropertyValuesHolder() 887 final Object target = getTarget(); in initAnimation() local 926 public void setTarget(@Nullable Object target) { in setTarget() 942 final Object target = getTarget(); in setupStartValues() local 955 final Object target = getTarget(); in setupEndValues() local [all …]
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | AppsFilterImplTest.java | 276 PackageSetting target = simulateAddPackage(appsFilter, in testQueriesAction_FilterMatches() local 350 PackageSetting target = simulateAddPackage(appsFilter, in testQueriesProvider_FilterMatches() local 372 PackageSetting target = simulateAddPackage(appsFilter, in testOnUserUpdated_FilterMatches() local 423 PackageSetting target = simulateAddPackage(appsFilter, in testQueriesDifferentProvider_Filters() local 444 PackageSetting target = simulateAddPackage(appsFilter, in testQueriesProviderWithSemiColon_FilterMatches() local 463 PackageSetting target = simulateAddPackage(appsFilter, in testQueriesAction_NoMatchingAction_Filters() local 480 PackageSetting target = simulateAddPackage(appsFilter, in testQueriesAction_NoMatchingActionFilterLowSdk_DoesntFilter() local 778 PackageSetting target = simulateAddPackage( in testNoQueries_FeatureOff_DoesntFilter() local 846 PackageSetting target = new PackageSettingBuilder() in testNoTargetPackage_Filters() local 864 var target = pkg("com.some.package.target") in testActsOnTargetOfOverlay() local [all …]
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
H A D | GridSetSelectionBaseTest.java | 58 final int target = mGridView.getAdapter().getCount() - 1; in testSetSelectionToTheEnd() local 66 assertEquals(mGridView.getSelectedItemPosition(), target); in testSetSelectionToTheEnd() local 74 final int target = mGridView.getAdapter().getCount() / 2; in testSetSelectionToMiddle() local 82 assertEquals(mGridView.getSelectedItemPosition(), target); in testSetSelectionToMiddle() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationIconDozeHelper.java | 47 public void setImageDark(ImageView target, boolean dark, boolean fade, long delay, in setImageDark() 66 private void fadeImageColorFilter(final ImageView target, boolean dark, long delay) { in fadeImageColorFilter() 72 private void fadeImageAlpha(final ImageView target, boolean dark, long delay) { in fadeImageAlpha() 79 private void updateImageColorFilter(ImageView target, boolean dark) { in updateImageColorFilter() 83 private void updateImageColorFilter(ImageView target, float intensity) { in updateImageColorFilter() 101 private void updateImageAlpha(ImageView target, boolean dark) { in updateImageAlpha()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/util/ |
H A D | MediaDataUtilsTest.kt | 34 val target = APair(100, 100) regex 43 val target = APair(100, 100) regex 52 val target = APair(100, 100) regex 61 val target = APair(100, 100) regex 70 val target = APair(100, 100) regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InsetsStateController.java | 99 @Nullable InsetsSourceControl[] getControlsForDispatch(InsetsControlTarget target) { in getControlsForDispatch() 232 @InsetsType int getFakeControllingTypes(InsetsControlTarget target) { in getFakeControllingTypes() 248 InsetsControlTarget target = imeTarget != null ? imeTarget : mEmptyImeControlTarget; in onImeControlTargetChanged() local 249 onControlTargetChanged(getImeSourceProvider(), target, false /* fake */); in onImeControlTargetChanged() local 287 @Nullable InsetsControlTarget target, boolean fake) { in onControlTargetChanged() 323 private void removeFromControlMaps(@NonNull InsetsControlTarget target, in removeFromControlMaps() 340 private void addToControlMaps(@NonNull InsetsControlTarget target, in addToControlMaps() 346 mIdFakeControlTargetMap.put(provider.getSource().getId(), target); in addToControlMaps() local 348 mIdControlTargetMap.put(provider.getSource().getId(), target); in addToControlMaps() local 352 void notifyControlChanged(InsetsControlTarget target) { in notifyControlChanged()
|
H A D | ImeInsetsSourceProvider.java | 74 InsetsSourceControl getControl(InsetsControlTarget target) { in getControl() 147 void updateControlForTarget(@Nullable InsetsControlTarget target, boolean force) { in updateControlForTarget() 343 private static boolean isImeLayeringTarget(@NonNull InsetsControlTarget target, in isImeLayeringTarget() 348 private static boolean isAboveImeLayeringTarget(@NonNull InsetsControlTarget target, in isAboveImeLayeringTarget() 355 private boolean isImeFallbackTarget(InsetsControlTarget target) { in isImeFallbackTarget() 359 private boolean isImeInputTarget(InsetsControlTarget target) { in isImeInputTarget() 364 final InsetsControlTarget target = mDisplayContent.getImeTarget(IME_TARGET_CONTROL); in sameAsImeControlTarget() local 377 private boolean isTargetChangedWithinActivity(InsetsControlTarget target) { in isTargetChangedWithinActivity()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowTestRunner.java | 58 private Statement wrapStatement(Statement statement, FrameworkMethod method, Object target) { in wrapStatement() 73 protected Statement withBefores(FrameworkMethod method, Object target, Statement statement) { in withBefores() 94 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters() 106 private FrameworkMethod wrapMethod(FrameworkMethod method, Object target) { in wrapMethod() 113 private List<MethodWrapper> getMethodWrappers(Object target) { in getMethodWrappers()
|
H A D | InsetsSourceProviderTest.java | 110 final WindowState target = createWindow(null, TYPE_APPLICATION, "target"); in testUpdateControlForTarget() local 155 final WindowState target = createWindow(null, TYPE_APPLICATION, "target"); in testUpdateControlForFakeTarget() local 222 final WindowState target = createWindow(null, TYPE_APPLICATION, "target"); in testSetRequestedVisibleTypes() local 234 final WindowState target = createWindow(null, TYPE_APPLICATION, "target"); in testSetRequestedVisibleTypes_noControl() local
|
H A D | LaunchParamsPersisterTests.java | 292 final LaunchParamsPersister target = new LaunchParamsPersister(mPersisterQueue, mSupervisor, in testSavesAndRestoresLaunchParamsAcrossInstances() local 310 final LaunchParamsPersister target = new LaunchParamsPersister(mPersisterQueue, mSupervisor, in testUsesRecordWithSameWindowLayoutAffinityAcrossInstances_NoPreviousRecord() local 338 final LaunchParamsPersister target = new LaunchParamsPersister(mPersisterQueue, mSupervisor, in testUsesRecordWithSameWindowLayoutAffinityAcrossInstances_HasOldPreviousRecord() local 407 final LaunchParamsPersister target = new LaunchParamsPersister(mPersisterQueue, mSupervisor, in testClearsWriteQueueItem() local 424 final LaunchParamsPersister target = new LaunchParamsPersister(mPersisterQueue, mSupervisor, in testClearsFile() local 452 final LaunchParamsPersister target = new LaunchParamsPersister(mPersisterQueue, mSupervisor, in testClearsWriteQueueItemOnPackageUninstalled() local 469 final LaunchParamsPersister target = new LaunchParamsPersister(mPersisterQueue, mSupervisor, in testClearsFileOnPackageUninstalled() local 487 final LaunchParamsPersister target = new LaunchParamsPersister(mPersisterQueue, mSupervisor, in testClearsRemovedPackageFilesOnStartUp() local
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLUtils.java | 98 public static void texImage2D(int target, int level, int internalformat, in texImage2D() 124 public static void texImage2D(int target, int level, int internalformat, in texImage2D() 146 public static void texImage2D(int target, int level, Bitmap bitmap, in texImage2D() 181 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() 206 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() 266 private static native int native_texImage2D(int target, int level, int internalformat, in native_texImage2D() 268 private static native int native_texSubImage2D(int target, int level, int xoffset, int yoffset, in native_texSubImage2D()
|
H A D | GLErrorWrapper.java | 88 public void glBindTexture(int target, int texture) { in glBindTexture() 167 public void glCompressedTexImage2D(int target, int level, in glCompressedTexImage2D() 384 public void glHint(int target, int mode) { in glHint() 576 public void glMultiTexCoord4f(int target, in glMultiTexCoord4f() 743 public void glTexEnvf(int target, int pname, float param) { in glTexEnvf() 761 public void glTexEnvx(int target, int pname, int param) { in glTexEnvx() 794 public void glTexParameterx(int target, int pname, int param) { in glTexParameterx() 962 public void glBindBuffer(int target, int buffer) { in glBindBuffer() 1286 public void glTexEnvi(int target, int pname, int param) { in glTexEnvi() 1417 public int glCheckFramebufferStatusOES(int target) { in glCheckFramebufferStatusOES() [all …]
|
/aosp14/frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/ |
H A D | TestMain.java | 267 TestScopedTarget target = new TestScopedTarget(); in testScopedTarget() local 285 TestScopedTarget target = new TestScopedTarget(); in testScopedExceptionHandling() local 344 private Object untypedLock(TestScopedTarget target) { in untypedLock() 350 TestScopedTarget target = new TestScopedTarget(); in testScopedLockTyping() local 371 synchronized (untypedLock(target)) { in testScopedLockTyping() argument
|
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11ExtensionPack.java | 111 int target, in glBindFramebufferOES() 116 int target, in glBindRenderbufferOES() 121 int target, in glBindTexture() 142 int target in glCheckFramebufferStatusOES() 146 int target, in glCompressedTexImage2D() 157 int target, in glCopyTexImage2D() 194 int target, in glFramebufferRenderbufferOES() 201 int target, in glFramebufferTexture2DOES() 209 int target in glGenerateMipmapOES() 235 int target, in glGetFramebufferAttachmentParameterivOES() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/ |
H A D | IntentCreatorTest.java | 102 Intent target = intent.getParcelableExtra(Intent.EXTRA_INTENT, Intent.class); in test_getShareIntent_plaintext() local 115 Intent target = intent.getParcelableExtra(Intent.EXTRA_INTENT, Intent.class); in test_getShareIntent_html() local 129 Intent target = intent.getParcelableExtra(Intent.EXTRA_INTENT, Intent.class); in test_getShareIntent_image() local 142 Intent target = intent.getParcelableExtra(Intent.EXTRA_INTENT, Intent.class); in test_getShareIntent_spannableText() local
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationSpec.java | 80 static Animation createNoopAnimation(@NonNull RemoteAnimationTarget target) { in createNoopAnimation() 88 Animation createChangeBoundsOpenAnimation(@NonNull RemoteAnimationTarget target) { in createChangeBoundsOpenAnimation() 115 Animation createChangeBoundsCloseAnimation(@NonNull RemoteAnimationTarget target) { in createChangeBoundsCloseAnimation() 147 Animation[] createChangeBoundsChangeAnimations(@NonNull RemoteAnimationTarget target) { in createChangeBoundsChangeAnimations() 204 Animation loadOpenAnimation(@NonNull RemoteAnimationTarget target, in loadOpenAnimation() 229 Animation loadCloseAnimation(@NonNull RemoteAnimationTarget target, in loadCloseAnimation()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewParent.java | 75 default void onDescendantInvalidated(@NonNull View child, @NonNull View target) { in onDescendantInvalidated() 531 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, in onStartNestedScroll() 550 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() 564 public void onStopNestedScroll(@NonNull View target); in onStopNestedScroll() 587 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 610 public void onNestedPreScroll(@NonNull View target, int dx, int dy, @NonNull int[] consumed); in onNestedPreScroll() 631 public boolean onNestedFling(@NonNull View target, float velocityX, float velocityY, in onNestedFling() 654 public boolean onNestedPreFling(@NonNull View target, float velocityX, float velocityY); in onNestedPreFling() 673 public boolean onNestedPrePerformAccessibilityAction(@NonNull View target, int action, in onNestedPrePerformAccessibilityAction()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_animation_PropertyValuesHolder.cpp | 77 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, jint arg) in android_animation_PropertyValuesHolder_callIntMethod() 83 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, jfloat arg) in android_animation_PropertyValuesHolder_callFloatMethod() 89 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, float arg1, float arg2) in android_animation_PropertyValuesHolder_callTwoFloatMethod() 95 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, float arg1, float arg2, in android_animation_PropertyValuesHolder_callFourFloatMethod() 102 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, jfloatArray arg) in android_animation_PropertyValuesHolder_callMultipleFloatMethod() 116 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, int arg1, int arg2) in android_animation_PropertyValuesHolder_callTwoIntMethod() 122 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, int arg1, int arg2, in android_animation_PropertyValuesHolder_callFourIntMethod() 129 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, jintArray arg) in android_animation_PropertyValuesHolder_callMultipleIntMethod()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | TouchAnimator.java | 143 public Builder addFloat(Object target, String property, float... values) { in addFloat() 148 public Builder addInt(Object target, String property, int... values) { in addInt() 153 private void add(Object target, KeyframeSet keyframeSet) { in add() 158 private static Property getProperty(Object target, String property, Class<?> cls) { in getProperty() 224 void setValue(float fraction, Object target) { in setValue() 230 protected abstract void interpolate(int index, float amount, Object target); in interpolate() 252 protected void interpolate(int index, float amount, Object target) { in interpolate() 270 protected void interpolate(int index, float amount, Object target) { in interpolate()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
H A D | OverlayReferenceMapperTests.kt | 56 val target = mockTarget() regex 74 val target = mockTarget() regex 107 val target = mockTarget() regex 120 val target = mockTarget() regex
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | BinderDeathDispatcher.java | 59 private RecipientsInfo(IBinder target) { in RecipientsInfo() 95 public int linkToDeath(@NonNull T target, @NonNull DeathRecipient recipient) { in linkToDeath() 115 public void unlinkToDeath(@NonNull T target, @NonNull DeathRecipient recipient) { in unlinkToDeath()
|
/aosp14/system/core/fs_mgr/libdm/ |
H A D | dm_table.cpp | 25 bool DmTable::AddTarget(std::unique_ptr<DmTarget>&& target) { in AddTarget() 66 for (const auto& target : targets_) { in Serialize() local
|