HomeSort by relevance Sort by last modified time
    Searched full:translationy (Results 1 - 25 of 182) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/
DismissAnimationsHolder.java 82 .translationY(mDismissEnterYDelta)
88 .translationY(mDismissEnterYDelta)
112 .translationY(0)
118 .translationY(0)
142 .translationY(mDismissStartYDelta)
149 .translationY(mDismissStartYDelta)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DismissViewButton.java 57 float translationY = ((ViewGroup) mParent).getTranslationY();
60 outRect.top += translationY;
61 outRect.bottom += translationY;
  /frameworks/base/tests/HwAccelerationTest/res/layout/
projection_clipping.xml 9 android:translationY="50dp"
28 android:translationY="10dp"
  /packages/apps/DeskClock/src/com/android/deskclock/widget/toast/
LinearLayoutWithSnackbarBehavior.java 42 final float translationY = Math.min(0,
44 child.setTranslationY(translationY);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
AppearAnimationCreator.java 27 float translationY, boolean appearing, Interpolator interpolator,
  /frameworks/support/v17/leanback/res/animator/
lb_guidedstep_slide_down.xml 19 android:propertyName="translationY"
lb_guidedstep_slide_up.xml 19 android:propertyName="translationY"
lb_onboarding_description_enter.xml 26 android:propertyName="translationY"
lb_onboarding_title_enter.xml 26 android:propertyName="translationY"
  /prebuilts/sdk/current/support/v17/leanback/res/animator/
lb_guidedstep_slide_down.xml 19 android:propertyName="translationY"
lb_guidedstep_slide_up.xml 19 android:propertyName="translationY"
  /packages/apps/Dialer/src/com/android/dialer/
FloatingActionButtonBehavior.java 43 float translationY = Math.min(0, dependency.getTranslationY() - dependency.getHeight());
44 child.setTranslationY(translationY);
  /packages/apps/TV/res/animator/
onboarding_welcome_tv_enter.xml 33 android:propertyName="translationY"
39 android:propertyName="translationY"
channel_banner_enter.xml 21 android:propertyName="translationY"
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/
ConfirmationViewHandler.java 305 final int translationY = (offset > 0 ?
316 Log.d(TAG, " translationY: " + translationY);
330 mButtonBarContainer.getTranslationY(), translationY,
334 if (Math.abs(mCurrentTranslation - translationY) > 1e-2f) {
337 if (Math.abs(mButtonBarContainer.getTranslationY() - translationY) > 1e-2f) {
340 * (translationY - mButtonBarContainer.getTranslationY())
344 mButtonBarContainer.getTranslationY(), translationY,
347 mButtonBarContainer.setTranslationY(translationY);
353 mButtonBarContainer.setTranslationY(translationY);
    [all...]
  /frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
MainActivity.java 60 lv.getChildAt(i).animate().translationY(0).setDuration(DURATION);
87 Log.d("RTTest", "View has translationY: " + v.getTranslationY());
  /packages/apps/Messaging/src/com/android/messaging/ui/
SnackBarInteraction.java 59 return mView.animate().translationY(-rootView.getMeasuredHeight());
64 return mView.animate().translationY(0);
  /cts/tests/tests/uirendering/res/layout/
simple_rect_layout.xml 22 android:translationY="5px"
simple_shadow_layout.xml 23 android:translationY="25px"
  /frameworks/base/packages/SystemUI/res/anim/
tv_pip_controls_in_recents_focus_gain_animation.xml 20 android:propertyName="translationY"
tv_pip_controls_in_recents_focus_loss_animation.xml 20 android:propertyName="translationY"
tv_pip_onboarding_button_enter_animation.xml 20 android:propertyName="translationY"
tv_pip_onboarding_description_enter_animation.xml 20 android:propertyName="translationY"
tv_pip_onboarding_image_enter_animation.xml 20 android:propertyName="translationY"
tv_pip_onboarding_title_enter_animation.xml 20 android:propertyName="translationY"

Completed in 2946 milliseconds

1 2 3 4 5 6 7 8