/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | FrameFormat.java | 93 public int getTarget() { in getTarget() method in FrameFormat 165 result.setTarget(getTarget()); in mutableCopy() 204 if (specification.getTarget() != TARGET_UNSPECIFIED in isCompatibleWith() 205 && getTarget() != specification.getTarget()) { in isCompatibleWith() 261 if (specification.getTarget() != TARGET_UNSPECIFIED in mayBeCompatibleWith() 262 && getTarget() != TARGET_UNSPECIFIED in mayBeCompatibleWith() 263 && getTarget() != specification.getTarget()) { in mayBeCompatibleWith()
|
H A D | SimpleFrameManager.java | 44 switch(format.getTarget()) { in newBoundFrame() 54 + FrameFormat.targetToString(format.getTarget()) + "!"); in newBoundFrame() 61 switch(format.getTarget()) { in createNewFrame() 84 FrameFormat.targetToString(format.getTarget()) + "!"); in createNewFrame()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | StateListAnimatorTest.java | 70 stateListAnimator.getTarget()); in testAttachDetach() 80 stateListAnimator.getTarget()); in testAttachDetach() 84 view, stateListAnimator2.getTarget()); in testAttachDetach() 88 stateListAnimator2.getTarget()); in testAttachDetach()
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | ObjectAnimator.java | 824 if (((ObjectAnimator) anim).getTarget() == getTarget() && in hasSameTargetAndProperties() 844 Log.d(LOG_TAG, "Anim target, duration: " + getTarget() + ", " + getDuration()); in start() 887 final Object target = getTarget(); in initAnimation() 921 public Object getTarget() { in getTarget() method in ObjectAnimator 927 final Object oldTarget = getTarget(); in setTarget() 942 final Object target = getTarget(); in setupStartValues() 955 final Object target = getTarget(); in setupEndValues() 979 final Object target = getTarget(); in animateValue() 1009 getTarget(); in toString()
|
H A D | StateListAnimator.java | 103 public View getTarget() { in getTarget() method in StateListAnimator 112 final View current = getTarget(); in setTarget() 186 match.mAnimator.setTarget(getTarget()); in start()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | BroadcasterTest.java | 90 if (msg.getTarget() == mHandlers[index]) { in handleMessage() 149 if (msg.what == MESSAGE_C && msg.getTarget() == h1) { in test4() 184 if (msg.what == MESSAGE_D && msg.getTarget() == h2) { in test5() 220 if (msg.what == MESSAGE_C && msg.getTarget() == h1) { in test6()
|
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
H A D | ImageCombineFilter.java | 72 int target = getInputFormat(mInputNames[0]).getTarget(); in assertAllInputTargetsMatch() 74 if (target != getInputFormat(inputName).getTarget()) { in assertAllInputTargetsMatch() 94 updateProgramWithTarget(inputs[0].getFormat().getTarget(), context); in process()
|
H A D | CropFilter.java | 89 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram() 92 switch (format.getTarget()) { in createProgram()
|
H A D | ResizeFilter.java | 69 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram() 71 switch (format.getTarget()) { in createProgram()
|
H A D | CrossProcessFilter.java | 108 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 109 initProgram(context, inputFormat.getTarget()); in process()
|
H A D | NegativeFilter.java | 86 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 87 initProgram(context, inputFormat.getTarget()); in process()
|
H A D | PosterizeFilter.java | 89 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 90 initProgram(context, inputFormat.getTarget()); in process()
|
H A D | SepiaFilter.java | 87 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 88 initProgram(context, inputFormat.getTarget()); in process()
|
H A D | ColorTemperatureFilter.java | 96 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 97 initProgram(context, inputFormat.getTarget()); in process()
|
H A D | DuotoneFilter.java | 96 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 97 initProgram(context, inputFormat.getTarget()); in process()
|
H A D | FillLightFilter.java | 103 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 104 initProgram(context, inputFormat.getTarget()); in process()
|
H A D | FlipFilter.java | 90 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 91 initProgram(context, inputFormat.getTarget()); in process()
|
H A D | TintFilter.java | 97 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 98 initProgram(context, inputFormat.getTarget()); in process()
|
H A D | CropRectFilter.java | 100 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 101 initProgram(context, inputFormat.getTarget()); in process()
|
H A D | BlackWhiteFilter.java | 142 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 143 initProgram(context, inputFormat.getTarget()); in process()
|
H A D | SharpenFilter.java | 108 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 109 initProgram(context, inputFormat.getTarget()); in process()
|
H A D | SaturateFilter.java | 119 if (mBenProgram == null || inputFormat.getTarget() != mTarget) { in process() 120 initProgram(context, inputFormat.getTarget()); in process()
|
H A D | VignetteFilter.java | 132 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 133 initProgram(context, inputFormat.getTarget()); in process()
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | LooperStats.java | 265 || entry.handler.getClass() != msg.getTarget().getClass() in findEntry() 266 || entry.handler.getLooper().getThread() != msg.getTarget().getLooper().getThread() in findEntry() 321 this.handler = msg.getTarget(); in Entry() 349 result = 31 * result + msg.getTarget().getLooper().getThread().hashCode(); in idFor() 350 result = 31 * result + msg.getTarget().getClass().hashCode(); in idFor()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | PendingIntentControllerTest.java | 106 piCaptor.getValue().getTarget()); in alarmsRemovedOnCancel() 116 piCaptor.getValue().getTarget()); in alarmsRemovedOnRecreateWithCancelCurrent() 126 piCaptor.getValue().getTarget()); in alarmsRemovedOnSendingOneShot()
|