/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
D | PlaybackOverlayFragment.java | 518 mBgFadeOutAnimator.reverse(); in fade() 519 mControlRowFadeOutAnimator.reverse(); in fade() 520 mOtherRowFadeOutAnimator.reverse(); in fade() 521 mDescriptionFadeOutAnimator.reverse(); in fade() 523 mBgFadeInAnimator.reverse(); in fade() 524 mControlRowFadeInAnimator.reverse(); in fade() 525 mOtherRowFadeInAnimator.reverse(); in fade() 526 mDescriptionFadeInAnimator.reverse(); in fade()
|
D | PlaybackOverlaySupportFragment.java | 520 mBgFadeOutAnimator.reverse(); in fade() 521 mControlRowFadeOutAnimator.reverse(); in fade() 522 mOtherRowFadeOutAnimator.reverse(); in fade() 523 mDescriptionFadeOutAnimator.reverse(); in fade() 525 mBgFadeInAnimator.reverse(); in fade() 526 mControlRowFadeInAnimator.reverse(); in fade() 527 mOtherRowFadeInAnimator.reverse(); in fade() 528 mDescriptionFadeInAnimator.reverse(); in fade()
|
/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 | 470 public void reverse() { in reverse() method in AnimatedVectorDrawable 481 animator.reverse(); in reverse()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | AbsActionBarView.java | 241 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { in positionChild() argument 246 if (reverse) { in positionChild() 252 return (reverse ? -childWidth : childWidth); in positionChild()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | AbsActionBarView.java | 257 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { in positionChild() argument 262 if (reverse) { in positionChild() 268 return (reverse ? -childWidth : childWidth); in positionChild()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ActivatableNotificationView.java | 261 private void startActivateAnimation(boolean reverse) { in startActivateAnimation() argument 269 if (reverse) { in startActivateAnimation() 279 if (!reverse) { in startActivateAnimation() 288 if (reverse) { in startActivateAnimation() 304 .alpha(reverse ? 0f : 1f) in startActivateAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackViewLayoutAlgorithm.java | 330 static float reverse(float x) { in reverse() method in TaskStackViewLayoutAlgorithm 335 return 1f - (float) (Math.pow(LogBase, reverse(x))) / (LogBase); in logFunc() 339 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 | 57 static void reverse(Vector2* polygon, int len);
|
D | SpotShadow.cpp | 338 reverse(polygon, len); in makeClockwise() 348 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 | 82 (reverse geocoding).
|
/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 | 432 public void reverse() { in reverse() method in Animator
|
D | AnimatorSet.java | 967 public void reverse() { in reverse() method in AnimatorSet 970 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/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
D | RecentsTaskLoadPlan.java | 80 Collections.reverse(mRawTasks); in preloadRawTasks()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | SearchOrbView.java | 233 mShadowFocusAnimator.reverse(); in startShadowFocusAnimation()
|
/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/tools/help/ |
D | proguard.jd | 42 …sized <code>.apk</code> file that is more difficult to reverse engineer. Because ProGuard makes yo… 43 application harder to reverse engineer, it is important that you use it
|
/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
|
/frameworks/base/docs/html/design/handhelds/ |
D | index.jd | 56 interacted with most recently. They are organized in reverse chronological order with the most
|