/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimatedStateListDrawable.java | 168 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()
|
D | AnimatedVectorDrawable.java | 624 public void reverse() { in reverse() method in AnimatedVectorDrawable 633 mAnimatorSet.reverse(); in reverse()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
D | PlaybackOverlaySupportFragment.java | 547 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()
|
D | PlaybackOverlayFragment.java | 545 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/ |
D | ViewDumpParser.java | 32 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/ |
D | AbsActionBarView.java | 263 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/ |
D | AbsActionBarView.java | 263 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/ |
D | ActivatableNotificationView.java | 248 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/ |
D | TaskStackViewLayoutAlgorithm.java | 337 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/ |
D | sorttable.js | 97 sorttable.reverse(this.sorttable_tbody); 110 sorttable.reverse(this.sorttable_tbody); 244 reverse: function(tbody) { method
|
/frameworks/base/libs/hwui/ |
D | SpotShadow.h | 58 static void reverse(Vector2* polygon, int len);
|
D | SpotShadow.cpp | 317 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/ |
D | display-address.jd | 54 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
|
D | index.jd | 90 (reverse geocoding).
|
/frameworks/minikin/libs/minikin/ |
D | LineBreaker.cpp | 370 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/ |
D | billing_best_practices.jd | 40 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/ |
D | Animator.java | 436 public void reverse() { in reverse() method in Animator
|
D | AnimatorSet.java | 968 public void reverse() { in reverse() method in AnimatorSet 971 node.animation.reverse(); in reverse()
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | touch.jd | 72 // 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/ |
D | SearchOrbView.java | 237 mShadowFocusAnimator.reverse(); in startShadowFocusAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
D | RecentsTaskLoadPlan.java | 83 Collections.reverse(mRawTasks); in preloadRawTasks()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | animation-resource.jd | 79 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/ |
D | sparse_weight_vector.cpp | 324 abs_val_list.reverse(); in ReprojectL1()
|
/frameworks/base/docs/html/guide/practices/ |
D | screens-distribution.jd | 104 <compatible-screens>}</a> element for the reverse scenario (when your application is not 175 <supports-screens>}</a> element for the reverse scenario (when your application is not compatible
|
/frameworks/base/core/java/com/google/android/util/ |
D | AbstractMessageParser.java | 334 if (matches(getResources().getDomainSuffixes(), reverse(domain))) { in isValidDomain() 1330 protected static String reverse(String str) { in reverse() method in AbstractMessageParser
|