Home
last modified time | relevance | path

Searched refs:getTarget (Results 1 – 25 of 86) sorted by relevance

1234

/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java93 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 DSimpleFrameManager.java44 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 DStateListAnimatorTest.java70 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 DObjectAnimator.java824 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 DStateListAnimator.java103 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 DBroadcasterTest.java90 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 DImageCombineFilter.java72 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 DCropFilter.java89 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram()
92 switch (format.getTarget()) { in createProgram()
H A DResizeFilter.java69 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram()
71 switch (format.getTarget()) { in createProgram()
H A DCrossProcessFilter.java108 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
109 initProgram(context, inputFormat.getTarget()); in process()
H A DNegativeFilter.java86 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
87 initProgram(context, inputFormat.getTarget()); in process()
H A DPosterizeFilter.java89 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
90 initProgram(context, inputFormat.getTarget()); in process()
H A DSepiaFilter.java87 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
88 initProgram(context, inputFormat.getTarget()); in process()
H A DColorTemperatureFilter.java96 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
97 initProgram(context, inputFormat.getTarget()); in process()
H A DDuotoneFilter.java96 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
97 initProgram(context, inputFormat.getTarget()); in process()
H A DFillLightFilter.java103 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
104 initProgram(context, inputFormat.getTarget()); in process()
H A DFlipFilter.java90 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
91 initProgram(context, inputFormat.getTarget()); in process()
H A DTintFilter.java97 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
98 initProgram(context, inputFormat.getTarget()); in process()
H A DCropRectFilter.java100 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
101 initProgram(context, inputFormat.getTarget()); in process()
H A DBlackWhiteFilter.java142 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
143 initProgram(context, inputFormat.getTarget()); in process()
H A DSharpenFilter.java108 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
109 initProgram(context, inputFormat.getTarget()); in process()
H A DSaturateFilter.java119 if (mBenProgram == null || inputFormat.getTarget() != mTarget) { in process()
120 initProgram(context, inputFormat.getTarget()); in process()
H A DVignetteFilter.java132 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 DLooperStats.java265 || 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 DPendingIntentControllerTest.java106 piCaptor.getValue().getTarget()); in alarmsRemovedOnCancel()
116 piCaptor.getValue().getTarget()); in alarmsRemovedOnRecreateWithCancelCurrent()
126 piCaptor.getValue().getTarget()); in alarmsRemovedOnSendingOneShot()

1234