Searched defs:target (Results 126 - 150 of 371) sorted by relevance

1234567891011>>

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DMethodCallExpr.java50 MethodCallExpr(Expr target, String name, List<Expr> args) { argument
51 super(concat(target, args));
130 Expr target = getTarget();
131 boolean isStatic = target instanceof StaticIdentifierExpr;
132 ModelMethod method = target.getResolvedType().getMethod(mName, args, isStatic,
143 target.getResolvedType().toJavaCode();
146 target.getResolvedType().toJavaCode());
151 target.getParents().remove(this);
152 getChildren().remove(target);
154 .staticIdentifierFor(target
[all...]
H A DResourceExpr.java52 public ResourceExpr(BindingTarget target, String packageName, String resourceType, argument
55 mTarget = target;
154 return "Resources may not be the target of a two-way binding expression: " +
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java101 Handler target = it.next();
102 Message message = Message.obtain(target, mHandlers.get(target));
103 target.sendMessage(message);
167 * @param target The target handler.
170 public void registerHandler(Handler target, int what) { argument
171 mHandlers.put(target, what);
176 * @param target
178 public void unregisterHandler(Handler target) { argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMccTable.java259 * {@code target}. This looks through the list of {@link #FALLBACKS}, and follows the chain
261 * This function assumes that {@code target} is not in {@code candidates}.
269 private static Locale lookupFallback(Locale target, List<Locale> candidates) { argument
270 Locale fallback = target;
299 final Locale target = new Locale(language, country);
317 if (l.getLanguage().equals(target.getLanguage())) {
319 if (l.getCountry().equals(target.getCountry())) {
335 Locale bestMatch = lookupFallback(target, languageMatches);
347 if (!TextUtils.isEmpty(target.getCountry())) {
349 LocaleInfo targetInfo = LocaleStore.getLocaleInfo(target);
[all...]
/frameworks/support/compat/java/android/support/v4/view/
H A DViewParentCompat.java38 public boolean onStartNestedScroll(ViewParent parent, View child, View target, argument
41 return ((NestedScrollingParent) parent).onStartNestedScroll(child, target,
47 public void onNestedScrollAccepted(ViewParent parent, View child, View target, argument
50 ((NestedScrollingParent) parent).onNestedScrollAccepted(child, target,
55 public void onStopNestedScroll(ViewParent parent, View target) { argument
57 ((NestedScrollingParent) parent).onStopNestedScroll(target);
61 public void onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, argument
64 ((NestedScrollingParent) parent).onNestedScroll(target, dxConsumed, dyConsumed,
69 public void onNestedPreScroll(ViewParent parent, View target, int dx, int dy, argument
72 ((NestedScrollingParent) parent).onNestedPreScroll(target, d
76 onNestedFling(ViewParent parent, View target, float velocityX, float velocityY, boolean consumed) argument
85 onNestedPreFling(ViewParent parent, View target, float velocityX, float velocityY) argument
112 onStartNestedScroll(ViewParent parent, View child, View target, int nestedScrollAxes) argument
124 onNestedScrollAccepted(ViewParent parent, View child, View target, int nestedScrollAxes) argument
135 onStopNestedScroll(ViewParent parent, View target) argument
145 onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) argument
156 onNestedPreScroll(ViewParent parent, View target, int dx, int dy, int[] consumed) argument
167 onNestedFling(ViewParent parent, View target, float velocityX, float velocityY, boolean consumed) argument
179 onNestedPreFling(ViewParent parent, View target, float velocityX, float velocityY) argument
247 onStartNestedScroll(ViewParent parent, View child, View target, int nestedScrollAxes) argument
264 onNestedScrollAccepted(ViewParent parent, View child, View target, int nestedScrollAxes) argument
277 onStopNestedScroll(ViewParent parent, View target) argument
294 onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) argument
312 onNestedPreScroll(ViewParent parent, View target, int dx, int dy, int[] consumed) argument
340 onStartNestedScroll(ViewParent parent, View child, View target, int nestedScrollAxes, int type) argument
370 onNestedScrollAccepted(ViewParent parent, View child, View target, int nestedScrollAxes, int type) argument
394 onStopNestedScroll(ViewParent parent, View target, int type) argument
426 onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int type) argument
459 onNestedPreScroll(ViewParent parent, View target, int dx, int dy, int[] consumed, int type) argument
489 onNestedFling(ViewParent parent, View target, float velocityX, float velocityY, boolean consumed) argument
514 onNestedPreFling(ViewParent parent, View target, float velocityX, float velocityY) argument
[all...]
/frameworks/support/design/tests/src/android/support/design/widget/
H A DCoordinatorLayoutTest.java530 any(View.class), // target
531 any(View.class), // direct child target
538 any(View.class), // target
539 any(View.class), // direct child target
546 any(View.class), // target
555 any(View.class), // target
565 any(View.class)); // target
596 any(View.class), // target
597 any(View.class), // direct child target
604 any(View.class), // target
728 onStartNestedScroll(CoordinatorLayout coordinatorLayout, View child, View directTargetChild, View target, int nestedScrollAxes) argument
[all...]
/frameworks/support/transition/tests/src/android/support/transition/
H A DFadeTest.java214 private void changeVisibility(final Fade fade, final ViewGroup container, final View target, argument
222 target.setVisibility(visibility);
229 * target starts fading in or out.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DParallaxEffect.java132 * @param target ParallaxTarget to add.
134 public final void addTarget(ParallaxTarget target) { argument
135 mTargets.add(target);
141 * @param target ParallaxTarget to add.
144 public final ParallaxEffect target(ParallaxTarget target) { argument
145 mTargets.add(target);
157 public final ParallaxEffect target(Object targetObject, PropertyValuesHolder values) { method in class:ParallaxEffect
163 * Creates a {@link ParallaxTarget} using direct mapping from source property into target
167 * @param targetProperty The target propert
173 public final <T, V extends Number> ParallaxEffect target(T targetObject, method in class:ParallaxEffect
192 removeTarget(ParallaxTarget target) argument
[all...]
/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp225 char* target = buffer; local
227 ucnv_convertEx(mUtf8Conv, conv, &target, target + targetLength,
236 *target = 0;
238 while (--target > buffer && *target == ' ') {
239 *target = 0;
/frameworks/base/cmds/idmap/
H A Dscan.cpp102 String16 target; local
112 target = String16(p, len);
149 if (target == String16(target_package_name)) {
270 ALOGE("error: failed to create idmap for target=%s overlay=%s idmap=%s\n",
/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java31 * This subclass of {@link ValueAnimator} provides support for animating properties on target objects.
32 * The constructors of this class take parameters to define the target object that will be animated
53 * from the target object when the animator starts, just like animators with only one
77 * A weak reference to the target object on which the property exists, set
92 * in a call to the function <code>setFoo()</code> on the target object. If either
125 // New property/values/target should cause re-initialization prior to starting
150 // New property/values/target should cause re-initialization prior to starting
158 * in a call to the function <code>setFoo()</code> on the target object. If either
204 * Private utility constructor that initializes the target object and name of the
207 * @param target Th
212 ObjectAnimator(Object target, String propertyName) argument
223 ObjectAnimator(T target, Property<T, ?> property) argument
243 ofInt(Object target, String propertyName, int... values) argument
266 ofInt(Object target, String xPropertyName, String yPropertyName, Path path) argument
289 ofInt(T target, Property<T, Integer> property, int... values) argument
308 ofInt(T target, Property<T, Integer> xProperty, Property<T, Integer> yProperty, Path path) argument
334 ofMultiInt(Object target, String propertyName, int[][] values) argument
354 ofMultiInt(Object target, String propertyName, Path path) argument
379 ofMultiInt(Object target, String propertyName, TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) argument
401 ofArgb(Object target, String propertyName, int... values) argument
420 ofArgb(T target, Property<T, Integer> property, int... values) argument
442 ofFloat(Object target, String propertyName, float... values) argument
465 ofFloat(Object target, String xPropertyName, String yPropertyName, Path path) argument
488 ofFloat(T target, Property<T, Float> property, float... values) argument
508 ofFloat(T target, Property<T, Float> xProperty, Property<T, Float> yProperty, Path path) argument
534 ofMultiFloat(Object target, String propertyName, float[][] values) argument
555 ofMultiFloat(Object target, String propertyName, Path path) argument
580 ofMultiFloat(Object target, String propertyName, TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) argument
610 ofObject(Object target, String propertyName, TypeEvaluator evaluator, Object... values) argument
637 ofObject(Object target, String propertyName, @Nullable TypeConverter<PointF, ?> converter, Path path) argument
666 ofObject(T target, Property<T, V> property, TypeEvaluator<V> evaluator, V... values) argument
701 ofObject(T target, Property<T, P> property, TypeConverter<V, P> converter, TypeEvaluator<V> evaluator, V... values) argument
728 ofObject(T target, @NonNull Property<T, V> property, @Nullable TypeConverter<PointF, V> converter, Path path) argument
752 ofPropertyValuesHolder(Object target, PropertyValuesHolder... values) argument
926 setTarget(@ullable Object target) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntentSender.java31 * A description of an Intent and target action to perform with it.
139 * @param code Result code to supply back to the IntentSender's target.
165 * @param code Result code to supply back to the IntentSender's target.
320 IBinder target = in.readStrongBinder();
321 return target != null ? new IntentSender(target) : null;
369 public IntentSender(IIntentSender target) { argument
370 mTarget = target;
374 public IntentSender(IIntentSender target, IBinder whitelistToken) { argument
375 mTarget = target;
380 IntentSender(IBinder target) argument
[all...]
/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java212 LegacyListener(SensorListener target) { argument
213 mTarget = target;
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java32 * <p>A CameraCaptureSession is created by providing a set of target output surfaces to
34 * {@link android.hardware.camera2.params.InputConfiguration} and a set of target output surfaces to
95 * a given output Surface before that Surface is used as a target for a request. The number of
113 * used as a target of a capture request in the first session, prepare cannot be called on it
118 * the Surface provided to prepare must not be used as a target of a CaptureRequest submitted
140 * already been used as a target of a CaptureRequest in this
181 * or has already been used as a target of a CaptureRequest in
202 * unfilled image buffers will have been freed. Any future use of the target Surface may require
209 * again even if it was used as a request target before the tearDown() call, as long as it
210 * doesn't get used as a target o
1089 onCaptureBufferLost(@onNull CameraCaptureSession session, @NonNull CaptureRequest request, @NonNull Surface target, long frameNumber) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCallbackProxies.java144 CaptureRequest request, Surface target, long frameNumber) {
145 mProxy.invoke("onCaptureBufferLost", camera, request, target, frameNumber);
143 onCaptureBufferLost(CameraDevice camera, CaptureRequest request, Surface target, long frameNumber) argument
/frameworks/base/core/java/android/os/
H A DMessage.java105 /*package*/ Handler target; field in class:Message
140 * message (including its target) into the new one.
155 m.target = orig.target;
162 * Same as {@link #obtain()}, but sets the value for the <em>target</em> member on the Message returned.
163 * @param h Handler to assign to the returned Message object's <em>target</em> member.
168 m.target = h;
176 * @param h Handler to assign to the returned Message object's <em>target</em> member.
182 m.target = h;
189 * Same as {@link #obtain()}, but sets the values for both <em>target</e
345 setTarget(Handler target) argument
[all...]
H A DShellCommand.java58 public void init(Binder target, FileDescriptor in, FileDescriptor out, FileDescriptor err, argument
60 mTarget = target;
78 public int exec(Binder target, FileDescriptor in, FileDescriptor out, FileDescriptor err, argument
89 init(target, in, out, err, args, callback, start);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnectionWrapper.java37 * has {@code null} in {@code target}.</p>
38 * @param target the {@link InputConnection} to be proxied.
39 * @param mutable set {@code true} to protect this object from being reconfigured to target
40 * another {@link InputConnection}. Note that this is ignored while the target is {@code null}.
42 public InputConnectionWrapper(InputConnection target, boolean mutable) { argument
44 mTarget = target;
45 mMissingMethodFlags = InputConnectionInspector.getMissingMethodFlags(target);
49 * Change the target of the input connection.
53 * has {@code null} in {@code target}.</p>
54 * @param target th
57 setTarget(InputConnection target) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DResolverListController.java273 public float getScore(ResolverActivity.DisplayResolveInfo target) { argument
277 return mResolverComparator.getScore(target.getResolvedComponentName());
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleComponent.java272 * Called when the target radius changes.
274 * @param targetRadius the new target radius
307 public void start(DisplayListCanvas target) { argument
308 if (target == null) {
316 anim.setTarget(target);
/frameworks/base/libs/hwui/
H A DAnimator.cpp85 void BaseRenderNodeAnimator::attach(RenderNode* target) { argument
86 mStagingTarget = target;
376 float RenderPropertyAnimator::getValue(RenderNode* target) const {
377 return (target->properties().*mPropertyAccess->getter)();
380 void RenderPropertyAnimator::setValue(RenderNode* target, float value) { argument
381 (target->animatorProperties().*mPropertyAccess->setter)(value);
394 float CanvasPropertyPrimitiveAnimator::getValue(RenderNode* target) const {
398 void CanvasPropertyPrimitiveAnimator::setValue(RenderNode* target, float value) { argument
417 float CanvasPropertyPaintAnimator::getValue(RenderNode* target) const {
433 void CanvasPropertyPaintAnimator::setValue(RenderNode* target, floa argument
461 setValue(RenderNode* target, float value) argument
[all...]
H A DTexture.cpp96 GLint format, GLenum target) {
101 && mTarget == target) {
108 mTarget = target;
315 // If an RGBA16F bitmap needs conversion, we know the target will be sRGB
348 GLenum target = bitmap.isHardware() ? GL_TEXTURE_EXTERNAL_OES : GL_TEXTURE_2D; local
349 needsAlloc |= updateLayout(bitmap.width(), bitmap.height(), internalFormat, format, target);
384 GLint internalFormat, GLint format, GLenum target) {
390 mTarget = target;
95 updateLayout(uint32_t width, uint32_t height, GLint internalFormat, GLint format, GLenum target) argument
383 wrap(GLuint id, uint32_t width, uint32_t height, GLint internalFormat, GLint format, GLenum target) argument
H A DTexture.h113 GLint format, GLenum target);
135 GLenum target() const { function in class:android::uirenderer::Texture
194 // GlLayer can be de-tangled from being a dual-purpose render target
200 GLint format, GLenum target);
/frameworks/base/libs/hwui/debug/
H A DNullGlesDriver.cpp139 GLenum NullGlesDriver::glCheckFramebufferStatus_(GLenum target) { argument
140 switch (target) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterGraph.java84 Filter target,
86 if (source == null || target == null) {
88 } else if (!containsFilter(source) || !containsFilter(target)) {
93 InputPort inPort = target.getInputPort(inputName);
99 target + "!");
110 Filter target = getFilter(targetName);
114 } else if (target == null) {
116 "Attempting to connect unknown target filter '" + targetName + "'!");
118 connect(source, outputName, target, inputName);
210 Filter target
82 connect(Filter source, String outputName, Filter target, String inputName) argument
[all...]

Completed in 7118 milliseconds

1234567891011>>