/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
D | PlaybackOverlayFragment.java | 468 mBgFadeOutAnimator.reverse(); in fade() 469 mControlRowFadeOutAnimator.reverse(); in fade() 470 mOtherRowFadeOutAnimator.reverse(); in fade() 471 mDescriptionFadeOutAnimator.reverse(); in fade() 473 mBgFadeInAnimator.reverse(); in fade() 474 mControlRowFadeInAnimator.reverse(); in fade() 475 mOtherRowFadeInAnimator.reverse(); in fade() 476 mDescriptionFadeInAnimator.reverse(); in fade()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimatedStateListDrawable.java | 174 currentTransition.reverse(); in selectTransition() 238 public void reverse() { in reverse() method in AnimatedStateListDrawable.Transition 293 public void reverse() { in reverse() method in AnimatedStateListDrawable.AnimationDrawableTransition 294 mAnim.reverse(); in reverse() 320 reverse(); in start() 327 public void reverse() { in reverse() method in AnimatedStateListDrawable.AnimatedVectorDrawableTransition 329 mAvd.reverse(); in reverse()
|
D | AnimatedVectorDrawable.java | 449 public void reverse() { in reverse() method in AnimatedVectorDrawable 455 animator.reverse(); in reverse()
|
/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/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/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ActivatableNotificationView.java | 258 private void startActivateAnimation(boolean reverse) { in startActivateAnimation() argument 266 if (reverse) { in startActivateAnimation() 276 if (!reverse) { in startActivateAnimation() 285 if (reverse) { in startActivateAnimation() 301 .alpha(reverse ? 0f : 1f) in startActivateAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackViewLayoutAlgorithm.java | 274 static float reverse(float x) { in reverse() method in TaskStackViewLayoutAlgorithm 279 return 1f - (float) (Math.pow(LogBase, reverse(x))) / (LogBase); in logFunc() 283 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/core/java/android/animation/ |
D | Animator.java | 372 public void reverse() { in reverse() method in Animator
|
D | AnimatorSet.java | 942 public void reverse() { in reverse() method in AnimatorSet 945 node.animation.reverse(); in reverse()
|
D | ValueAnimator.java | 1047 public void reverse() { in reverse() method in ValueAnimator
|
/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/libs/hwui/ |
D | SpotShadow.h | 94 static void reverse(Vector2* polygon, int len);
|
D | SpotShadow.cpp | 472 reverse(polygon, len); in makeClockwise() 482 void SpotShadow::reverse(Vector2* polygon, int len) { in reverse() function in android::uirenderer::SpotShadow
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | touch.jd | 68 // reverse direction of rotation above the mid-line 73 // reverse direction of rotation to left of the mid-line
|
/frameworks/base/docs/html/training/location/ |
D | index.jd | 69 Learn how to convert a location's latitude and longitude into an address (reverse
|
/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
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AccessibilityController.java | 816 mShowHideFrameAnimator.reverse(); in handleMessage() 821 mShowHideFrameAnimator.reverse(); in handleMessage()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
D | RecentsTaskLoader.java | 331 Collections.reverse(tasks); in getRecentTasks()
|