/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
H A D | ViewDumpParser.java | 32 mIds = reverse(idMap); 55 private static Map<String, Short> reverse(Map<Short, Object> m) { method in class:ViewDumpParser
|
/frameworks/base/libs/hwui/ |
H A D | PropertyValuesAnimatorSet.cpp | 94 void PropertyValuesAnimatorSet::reverse(AnimationListener* listener) { function in class:android::uirenderer::PropertyValuesAnimatorSet 98 BaseRenderNodeAnimator::reverse(); 173 // Check the play direction (i.e. reverse or restart) every other iteration, and calculate the
|
H A D | Animator.cpp | 108 void BaseRenderNodeAnimator::reverse() { function in class:android::uirenderer::BaseRenderNodeAnimator
|
H A D | SpotShadow.cpp | 315 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 D | Animator.java | 450 // 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 D | AnimatorSet.java | 848 // Loop to make sure all the Nodes can reverse. 863 public void reverse() { method in class:AnimatorSet 868 node.mAnimation.reverse();
|
H A D | ValueAnimator.java | 133 * Flag to indicate whether this animator is playing in reverse mode, specifically 134 * by being started or interrupted by a call to reverse(). This flag is different than 136 * animator is playing in reverse. It is used in corner cases to determine proper end 210 * will reverse directions on each iteration. 959 * whether the animation should play in reverse. The flag is usually false, but may be set 960 * to true if called from the reverse() method. 968 * @param playBackwards Whether the ValueAnimator should start playing in reverse. 1100 * Plays the ValueAnimator in reverse. If the animation is already running, 1101 * it will stop itself and play backwards from the point reached when reverse was called. 1107 public void reverse() { method in class:ValueAnimator [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/ |
H A D | AnimatedVectorDrawable_Delegate.java | 152 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 D | AbsActionBarView.java | 259 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { argument 264 if (reverse) { 270 return (reverse ? -childWidth : childWidth);
|
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | AbsActionBarView.java | 318 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { argument 323 if (reverse) { 329 return (reverse ? -childWidth : childWidth);
|
/frameworks/base/core/jni/ |
H A D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 171 static void reverse(JNIEnv* env, jobject, jlong animatorSetPtr, jobject finishListener, jint id) { function in namespace:android 174 set->reverse(listener); 199 {"nReverse", "(JLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorRT;I)V", (void*)reverse},
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/ |
H A D | LoaderDicom.java | 137 public static ByteOrder reverse(ByteOrder o) {
method in class:LoaderDicom
|
/frameworks/support/v7/recyclerview/src/android/support/v7/util/ |
H A D | DiffUtil.java | 146 if (snake.reverse) { 163 if (snake.reverse) { 231 outSnake.reverse = false; 237 // find reverse path at k + delta, in reverse 267 outSnake.reverse = true; 380 boolean reverse; field in class:DiffUtil.Snake 499 root.reverse = false;
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | AnimatedStateListDrawable.java | 168 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 D | AnimatedVectorDrawable.java | 936 * Reverses ongoing animations or starts pending animations in reverse. 938 * NOTE: Only works if all animations support reverse. Otherwise, this will 942 public void reverse() { method in class:AnimatedVectorDrawable 945 // Only reverse when all the animators can be reversed. 947 Log.w(LOGTAG, "AnimatedVectorDrawable can't reverse()"); 951 mAnimatorSet.reverse(); 1055 void reverse(); method in interface:AnimatedVectorDrawable.VectorDrawableAnimator 1103 // Although start(), reset() and reverse() should call init() already, it is better to 1132 public void reverse() { method in class:AnimatedVectorDrawable.VectorDrawableAnimatorUI 1136 mSet.reverse(); 1636 public void reverse() { method in class:AnimatedVectorDrawable.VectorDrawableAnimatorRT [all...] |
/frameworks/base/core/java/com/google/android/util/ |
H A D | AbstractMessageParser.java | 334 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 D | ActivatableNotificationView.java | 324 startActivateAnimation(false /* reverse */); 331 private void startActivateAnimation(final boolean reverse) { argument 339 if (reverse) { 349 if (!reverse) { 358 if (reverse) { 372 .alpha(reverse ? 0f : 1f) 378 if (reverse) { 395 startActivateAnimation(true /* reverse */);
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/ |
H A D | gson-1.7.2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ... |
/frameworks/support/samples/SupportLeanbackShowcase/libs/ |
H A D | gson-1.7.2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ... |