Home
last modified time | relevance | path

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

123

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DPlaybackOverlayFragment.java468 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/
DAnimatedStateListDrawable.java174 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()
DAnimatedVectorDrawable.java449 public void reverse() { in reverse() method in AnimatedVectorDrawable
455 animator.reverse(); in reverse()
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java257 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/
DAbsActionBarView.java241 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/
DActivatableNotificationView.java258 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/
DTaskStackViewLayoutAlgorithm.java274 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/
Dsorttable.js97 sorttable.reverse(this.sorttable_tbody);
110 sorttable.reverse(this.sorttable_tbody);
244 reverse: function(tbody) { method
/frameworks/base/core/java/android/animation/
DAnimator.java372 public void reverse() { in reverse() method in Animator
DAnimatorSet.java942 public void reverse() { in reverse() method in AnimatorSet
945 node.animation.reverse(); in reverse()
DValueAnimator.java1047 public void reverse() { in reverse() method in ValueAnimator
/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/libs/hwui/
DSpotShadow.h94 static void reverse(Vector2* polygon, int len);
DSpotShadow.cpp472 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/
Dtouch.jd68 // 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/
Dindex.jd69 Learn how to convert a location's latitude and longitude into an address (reverse
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DSearchOrbView.java233 mShadowFocusAnimator.reverse(); in startShadowFocusAnimation()
/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/tools/help/
Dproguard.jd42 …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/
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
/frameworks/base/docs/html/design/handhelds/
Dindex.jd56 interacted with most recently. They are organized in reverse chronological order with the most
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java816 mShowHideFrameAnimator.reverse(); in handleMessage()
821 mShowHideFrameAnimator.reverse(); in handleMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DRecentsTaskLoader.java331 Collections.reverse(tasks); in getRecentTasks()

123