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

/frameworks/base/tools/streaming_proto/
H A Dstring_utils.cpp80 replace_string(const string& str, const char replace, const char with) argument
86 result[i] = with;
/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/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.cpp5 * you may not use this file except in compliance with the License.
407 // attachBufferToOutputs resulting in a new BufferTracker with same bufferId
554 void Camera3StreamSplitter::BufferTracker::mergeFence(const sp<Fence>& with) { argument
555 mMergedFence = Fence::merge(String8("Camera3StreamSplitter"), mMergedFence, with);
/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java5 * you may not use this file except in compliance with the License.
42 * used in conjunction with methods in the {@link AnimatorSet.Builder Builder}
46 * <p>It is possible to set up a <code>AnimatorSet</code> with circular dependencies between
55 * <p>For more information about animating with {@code AnimatorSet}, read the
116 // and sibling relationship indicates "with" relationship, as sibling animators start at the
133 // consistent with the behavior for other animator types. In order to keep the behavior
139 // As a result, the start of the animation is inconsistent with what setCurrentPlayTime(0) would
140 // look like on O. Also it is inconsistent with what reverse() does on O, as reverse would
174 // Indicates where children animators are all initialized with their start values captured.
222 * This is equivalent to calling {@link #play(Animator)} with th
2038 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 494 milliseconds