Searched defs:translationY (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationCreator.java27 float translationY, boolean appearing, Interpolator interpolator,
26 createAnimation(T animatedObject, long delay, long duration, float translationY, boolean appearing, Interpolator interpolator, Runnable finishListener) argument
H A DAppearAnimationUtils.java184 public void createAnimation(final View view, long delay, long duration, float translationY, argument
188 view.setTranslationY(appearing ? translationY : 0);
220 startTranslationYAnimation(view, delay, duration, appearing ? 0 : translationY,
/frameworks/base/core/java/com/android/internal/widget/
H A DWatchListDecorLayout.java322 /** Only set scrolling for the panel if there is a change in its translationY. */
323 private void setScrolling(View panel, float translationY) { argument
324 if (panel.getTranslationY() != translationY) {
325 panel.setTranslationY(translationY);
H A DLockPatternView.java218 float translationY; field in class:LockPatternView.CellState
458 cellState.translationY = startTranslationY;
469 cellState.translationY = (1 - t) * startTranslationY + t * endTranslationY;
491 cellState.translationY = endTranslationY;
1113 float translationY = cellState.translationY;
1123 drawCircle(canvas, (int) centerX, (int) centerY + translationY,
/frameworks/support/compat/ics/android/support/v4/view/
H A DViewPropertyAnimatorCompatICS.java37 public static void translationY(View view, float value) { method in class:ViewPropertyAnimatorCompatICS
38 view.animate().translationY(value);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DRenderNode_Delegate.java108 /*package*/ static boolean nSetTranslationY(long renderNode, float translationY) { argument
110 if (delegate != null && delegate.mTranslationY != translationY) {
111 delegate.mTranslationY = translationY;
170 float translationY = renderNode.getTranslationY();
176 outMatrix.setTranslate(translationX, translationY);
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java411 private static void setTransforms(View view, float translationX, float translationY, argument
415 view.setTranslationY(translationY);
426 public final float translationY; field in class:ChangeTransform.Transforms
436 translationY = view.getTranslationY();
446 setTransforms(view, translationX, translationY, translationZ, scaleX, scaleY,
457 thatTransform.translationY == translationY &&
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPatternView.java452 long duration, float translationY, final boolean appearing,
457 appearing ? translationY : 0f, appearing ? 0f : translationY, /* translation */
462 mAppearAnimationUtils.createAnimation(mEcaView, delay, duration, translationY,
451 createAnimation(final LockPatternView.CellState animatedCell, long delay, long duration, float translationY, final boolean appearing, Interpolator interpolator, final Runnable finishListener) argument
/frameworks/support/compat/java/android/support/v4/view/
H A DViewPropertyAnimatorCompat.java67 public void translationY(ViewPropertyAnimatorCompat vpa, View view, float value); method in interface:ViewPropertyAnimatorCompat.ViewPropertyAnimatorCompatImpl
102 public void translationY(ViewPropertyAnimatorCompat vpa, View view, float value) { method in class:ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl
383 public void translationY(ViewPropertyAnimatorCompat vpa, View view, float value) { method in class:ViewPropertyAnimatorCompat.ICSViewPropertyAnimatorCompatImpl
384 ViewPropertyAnimatorCompatICS.translationY(view, value);
746 * This method will cause the View's <code>translationY</code> property to be animated to the
754 public ViewPropertyAnimatorCompat translationY(float value) { method in class:ViewPropertyAnimatorCompat
757 IMPL.translationY(this, view, value);
1153 * This method will cause the View's <code>translationY</code> property to be animated by the
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java624 * This method will cause the View's <code>translationY</code> property to be animated to the
631 public ViewPropertyAnimator translationY(float value) { method in class:ViewPropertyAnimator
637 * This method will cause the View's <code>translationY</code> property to be animated by the
H A DRenderNode.java459 * @param translationY The Y axis translation value of the display list, in pixels
464 public boolean setTranslationY(float translationY) { argument
465 return nSetTranslationY(mNativeRenderNode, translationY);
860 private static native boolean nSetTranslationY(long renderNode, float translationY); argument
H A DView.java12753 * {@link #setTranslationY(float) translationY} property plus the current
12765 * {@link #setTranslationY(float) translationY} property to be the difference between
12873 * @param translationY The vertical position of this view relative to its top position,
12878 public void setTranslationY(float translationY) { argument
12879 if (translationY != getTranslationY()) {
12881 mRenderNode.setTranslationY(translationY);
22065 * A Property wrapper around the <code>translationY</code> functionality handled by the
22068 public static final Property<View, Float> TRANSLATION_Y = new FloatProperty<View>("translationY") {
23839 stream.addProperty("drawing:translationY", getTranslationY());
/frameworks/base/libs/hwui/
H A DRenderProperties.h274 bool setTranslationY(float translationY) { argument
275 return RP_SET_AND_DIRTY(mPrimitiveFields.mTranslationY, translationY);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java723 * @param translationY the total translation the surfaces moves in y direction
729 float translationY, Rect displayFrame) {
734 Math.abs(translationY) / displayFrame.height());
754 int translationY = mClipRevealTranslationY + (int)(displayFrame.height() / 7f * t);
756 int translationYCorrection = translationY;
769 translationY = (centerY - halfHeight) - appFrame.top;
785 translationY, displayFrame);
793 TranslateAnimation translate = new TranslateAnimation(translationX, 0, translationY, 0);
826 ? Math.max(Math.abs(translationY), Math.abs(translationX)) : 0;
728 calculateClipRevealTransitionDuration(boolean cutOff, float translationX, float translationY, Rect displayFrame) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java674 float translationY;
678 translationY = 0;
683 translationY = NotificationUtils.interpolate(getExpandTranslationStart(), 0,
688 translationY = height - appearStartPosition + getExpandTranslationStart();
690 stackHeight = (int) (height - translationY);
697 setStackTranslation(translationY);
1774 * given translationY or equal to it.
1776 private View getFirstChildBelowTranlsationY(float translationY) { argument
1780 if (child.getVisibility() != View.GONE && child.getTranslationY() >= translationY) {

Completed in 553 milliseconds