Searched defs:with (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/ui/
H A DRect.cpp5 * you may not use this file except in compliance with the License.
85 bool Rect::intersect(const Rect& with, Rect* result) const { argument
86 result->left = max(left, with.left);
87 result->top = max(top, with.top);
88 result->right = min(right, with.right);
89 result->bottom = min(bottom, with.bottom);
/frameworks/native/libs/gui/
H A DStreamSplitter.cpp5 * you may not use this file except in compliance with the License.
281 void StreamSplitter::BufferTracker::mergeFence(const sp<Fence>& with) { argument
282 mMergedFence = Fence::merge(String8("StreamSplitter"), mMergedFence, with);
/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java5 * you may not use this file except in compliance with the License.
37 * used in conjunction with methods in the {@link AnimatorSet.Builder Builder}
41 * <p>It is possible to set up a <code>AnimatorSet</code> with circular dependencies between
50 * <p>For more information about animating with {@code AnimatorSet}, read the
121 // and sibling relationship indicates "with" relationship, as sibling animators start at the
140 // consistent with the behavior for other animator types. In order to keep the behavior
162 * This is equivalent to calling {@link #play(Animator)} with the first animator in the
163 * set and then {@link Builder#with(Animator)} with each of the other animators. Note that
164 * an Animator with
1297 public Builder with(Animator anim) { method in class:AnimatorSet.Builder
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 193 milliseconds