Searched defs:reverse (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DViewDumpParser.java32 mIds = reverse(idMap);
55 private static Map<String, Short> reverse(Map<Short, Object> m) { method in class:ViewDumpParser
/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.cpp84 void PropertyValuesAnimatorSet::reverse(AnimationListener* listener) { function in class:android::uirenderer::PropertyValuesAnimatorSet
87 BaseRenderNodeAnimator::reverse();
H A DAnimator.cpp108 void BaseRenderNodeAnimator::reverse() { function in class:android::uirenderer::BaseRenderNodeAnimator
H A DSpotShadow.cpp315 reverse(polygon, len);
325 void SpotShadow::reverse(Vector2* polygon, int len) { function in class:android::uirenderer::SpotShadow
/frameworks/base/core/java/android/animation/
H A DAnimator.java450 // Hide reverse() and canReverse() for now since reverse() only work for simple
452 // TODO: make reverse() works for all the Animators.
463 public void reverse() { method in class:Animator
548 * <li>State change requests ({@link #cancel()}, {@link #end()}, {@link #reverse()}, etc...)
H A DAnimatorSet.java848 // Loop to make sure all the Nodes can reverse.
863 public void reverse() { method in class:AnimatorSet
868 node.mAnimation.reverse();
H A DValueAnimator.java132 * Flag to indicate whether this animator is playing in reverse mode, specifically
133 * by being started or interrupted by a call to reverse(). This flag is different than
135 * animator is playing in reverse. It is used in corner cases to determine proper end
209 * will reverse directions on each iteration.
956 * whether the animation should play in reverse. The flag is usually false, but may be set
957 * to true if called from the reverse() method.
965 * @param playBackwards Whether the ValueAnimator should start playing in reverse.
1096 * Plays the ValueAnimator in reverse. If the animation is already running,
1097 * it will stop itself and play backwards from the point reached when reverse was called.
1103 public void reverse() { method in class:ValueAnimator
[all...]
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp153 static void reverse(JNIEnv* env, jobject, jlong animatorSetPtr, jobject finishListener, jint id) { function in namespace:android
156 set->reverse(listener);
179 {"nReverse", "(JLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorRT;I)V", (void*)reverse},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DAnimatedVectorDrawable_Delegate.java152 animatorSet.reverse();
202 private void reverse() { method in class:AnimatedVectorDrawable_Delegate.AnimatorSetHolder
203 mAnimatorSet.reverse();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAbsActionBarView.java261 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { argument
266 if (reverse) {
272 return (reverse ? -childWidth : childWidth);
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java318 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { argument
323 if (reverse) {
329 return (reverse ? -childWidth : childWidth);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java137 public static ByteOrder reverse(ByteOrder o) { method in class:LoaderDicom
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedStateListDrawable.java168 currentTransition.reverse();
238 public void reverse() { method in class:AnimatedStateListDrawable.Transition
298 public void reverse() { method in class:AnimatedStateListDrawable.AnimationDrawableTransition
299 mAnim.reverse();
337 reverse();
344 public void reverse() { method in class:AnimatedStateListDrawable.AnimatedVectorDrawableTransition
346 mAvd.reverse();
348 Log.w(LOGTAG, "Can't reverse, either the reversible is set to false,"
349 + " or the AnimatedVectorDrawable can't reverse");
H A DAnimatedVectorDrawable.java701 * Reverses ongoing animations or starts pending animations in reverse.
703 * NOTE: Only works if all animations support reverse. Otherwise, this will
707 public void reverse() { method in class:AnimatedVectorDrawable
710 // Only reverse when all the animators can be reversed.
712 Log.w(LOGTAG, "AnimatedVectorDrawable can't reverse()");
716 mAnimatorSet.reverse();
820 void reverse(); method in interface:AnimatedVectorDrawable.VectorDrawableAnimator
868 // Although start(), reset() and reverse() should call init() already, it is better to
897 public void reverse() { method in class:AnimatedVectorDrawable.VectorDrawableAnimatorUI
901 mSet.reverse();
1351 public void reverse() { method in class:AnimatedVectorDrawable.VectorDrawableAnimatorRT
[all...]
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java334 if (matches(getResources().getDomainSuffixes(), reverse(domain))) {
381 // prefix matches, we reverse all the strings to get suffix comparisons.
1329 /** Returns the reverse of the given string. */
1330 protected static String reverse(String str) { method in class:AbstractMessageParser
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java305 startActivateAnimation(false /* reverse */);
312 private void startActivateAnimation(final boolean reverse) { argument
320 if (reverse) {
330 if (!reverse) {
339 if (reverse) {
353 .alpha(reverse ? 0f : 1f)
359 if (reverse) {
376 startActivateAnimation(true /* reverse */);
/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 518 milliseconds