Home
last modified time | relevance | path

Searched refs:reverse (Results 1 – 25 of 77) sorted by relevance

1234

/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedStateListDrawable.java168 currentTransition.reverse(); in selectTransition()
238 public void reverse() { in reverse() method in AnimatedStateListDrawable.Transition
298 public void reverse() { in reverse() method in AnimatedStateListDrawable.AnimationDrawableTransition
299 mAnim.reverse(); in reverse()
337 reverse(); in start()
344 public void reverse() { in reverse() method in AnimatedStateListDrawable.AnimatedVectorDrawableTransition
346 mAvd.reverse(); in reverse()
DAnimatedVectorDrawable.java624 public void reverse() { in reverse() method in AnimatedVectorDrawable
633 mAnimatorSet.reverse(); in reverse()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DPlaybackOverlaySupportFragment.java547 mBgFadeOutAnimator.reverse(); in fade()
548 mControlRowFadeOutAnimator.reverse(); in fade()
549 mOtherRowFadeOutAnimator.reverse(); in fade()
550 mDescriptionFadeOutAnimator.reverse(); in fade()
552 mBgFadeInAnimator.reverse(); in fade()
553 mControlRowFadeInAnimator.reverse(); in fade()
554 mOtherRowFadeInAnimator.reverse(); in fade()
555 mDescriptionFadeInAnimator.reverse(); in fade()
DPlaybackOverlayFragment.java545 mBgFadeOutAnimator.reverse(); in fade()
546 mControlRowFadeOutAnimator.reverse(); in fade()
547 mOtherRowFadeOutAnimator.reverse(); in fade()
548 mDescriptionFadeOutAnimator.reverse(); in fade()
550 mBgFadeInAnimator.reverse(); in fade()
551 mControlRowFadeInAnimator.reverse(); in fade()
552 mOtherRowFadeInAnimator.reverse(); in fade()
553 mDescriptionFadeInAnimator.reverse(); in fade()
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DViewDumpParser.java32 mIds = reverse(idMap); in parse()
55 private static Map<String, Short> reverse(Map<Short, Object> m) { in reverse() method in ViewDumpParser
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DAbsActionBarView.java263 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { in positionChild() argument
268 if (reverse) { in positionChild()
274 return (reverse ? -childWidth : childWidth); in positionChild()
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java263 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { in positionChild() argument
268 if (reverse) { in positionChild()
274 return (reverse ? -childWidth : childWidth); in positionChild()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java248 private void startActivateAnimation(boolean reverse) { in startActivateAnimation() argument
256 if (reverse) { in startActivateAnimation()
266 if (!reverse) { in startActivateAnimation()
275 if (reverse) { in startActivateAnimation()
291 .alpha(reverse ? 0f : 1f) in startActivateAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewLayoutAlgorithm.java337 static float reverse(float x) { in reverse() method in TaskStackViewLayoutAlgorithm
342 return 1f - (float) (Math.pow(LogBase, reverse(x))) / (LogBase); in logFunc()
346 return (float) (Math.log((1f - reverse(y)) * (LogBase - 1) + 1) / Math.log(LogBase)); in invLogFunc()
/frameworks/base/tools/preload/
Dsorttable.js97 sorttable.reverse(this.sorttable_tbody);
110 sorttable.reverse(this.sorttable_tbody);
244 reverse: function(tbody) { method
/frameworks/base/libs/hwui/
DSpotShadow.h58 static void reverse(Vector2* polygon, int len);
DSpotShadow.cpp317 reverse(polygon, len); in makeClockwise()
327 void SpotShadow::reverse(Vector2* polygon, int len) { in reverse() function in android::uirenderer::SpotShadow
/frameworks/base/docs/html/training/location/
Ddisplay-address.jd54 also known as <em>reverse geocoding</em>.</p>
142 <em>reverse geocoding</em>. To perform the main work of the intent service,
143 that is, your reverse geocoding request, implement
146 {@link android.location.Geocoder} object to handle the reverse geocoding.</p>
200 include the {@link android.location.Location} object required for reverse
221 a string. In the case of a successful reverse geocoding, the string contains
288 request. In the case of a successful reverse geocoding, the message contains
433 reverse geocoding process was successful, the <code>resultData</code> contains
Dindex.jd90 (reverse geocoding).
/frameworks/minikin/libs/minikin/
DLineBreaker.cpp370 std::reverse(mBreaks.begin(), mBreaks.end()); in finishBreaksOptimal()
371 std::reverse(mWidths.begin(), mWidths.end()); in finishBreaksOptimal()
372 std::reverse(mFlags.begin(), mFlags.end()); in finishBreaksOptimal()
/frameworks/base/docs/html/google/play/billing/
Dbilling_best_practices.jd40 verification process by reverse engineering your .apk file. If you do offload security processing to
56 <p>You should obfuscate your In-app Billing code so it is difficult for an attacker to reverse
78 which means it is relatively easy for an attacker to reverse engineer your application if you use
/frameworks/base/core/java/android/animation/
DAnimator.java436 public void reverse() { in reverse() method in Animator
DAnimatorSet.java968 public void reverse() { in reverse() method in AnimatorSet
971 node.animation.reverse(); in reverse()
/frameworks/base/docs/html/training/graphics/opengl/
Dtouch.jd72 // reverse direction of rotation above the mid-line
77 // reverse direction of rotation to left of the mid-line
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DSearchOrbView.java237 mShadowFocusAnimator.reverse(); in startShadowFocusAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DRecentsTaskLoadPlan.java83 Collections.reverse(mRawTasks); in preloadRawTasks()
/frameworks/base/docs/html/guide/topics/resources/
Danimation-resource.jd79 android:repeatMode=["repeat" | "reverse"]
88 android:repeatMode=["repeat" | "reverse"]
198 …ve integer or <code>"-1"</code> for this attribute to have an effect. Set to <code>"reverse"</code>
199 …to have the animation reverse direction with each iteration or <code>"repeat"</code> to have the a…
271 …ve integer or <code>"-1"</code> for this attribute to have an effect. Set to <code>"reverse"</code>
272 …to have the animation reverse direction with each iteration or <code>"repeat"</code> to have the a…
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dsparse_weight_vector.cpp324 abs_val_list.reverse(); in ReprojectL1()
/frameworks/base/docs/html/guide/practices/
Dscreens-distribution.jd104 &lt;compatible-screens>}</a> element for the reverse scenario (when your application is not
175 &lt;supports-screens>}</a> element for the reverse scenario (when your application is not compatible
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java334 if (matches(getResources().getDomainSuffixes(), reverse(domain))) { in isValidDomain()
1330 protected static String reverse(String str) { in reverse() method in AbstractMessageParser

1234