HomeSort by relevance Sort by last modified time
    Searched refs:setTranslationY (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /packages/apps/Camera2/src/com/android/camera/ui/
RotateLayout.java 91 mChild.setTranslationY(0);
95 mChild.setTranslationY(h);
99 mChild.setTranslationY(h);
103 mChild.setTranslationY(0);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateLayout.java 86 mChild.setTranslationY(0);
90 mChild.setTranslationY(h);
94 mChild.setTranslationY(h);
98 mChild.setTranslationY(0);
  /frameworks/base/core/tests/coretests/src/android/animation/
AnimatorSetEventsTest.java 81 public void setTranslationY(float value) {
82 button.setTranslationY(value);
  /frameworks/base/core/java/android/transition/
TranslationAnimationCreator.java 66 view.setTranslationY(startY);
131 mMovingView.setTranslationY(mTerminalY);
137 mMovingView.setTranslationY(mPausedY);
147 mMovingView.setTranslationY(mTerminalY);
  /packages/apps/Camera/src/com/android/camera/ui/
RotateLayout.java 155 mChild.setTranslationY(0);
159 mChild.setTranslationY(h);
163 mChild.setTranslationY(h);
167 mChild.setTranslationY(0);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
StickyHeaderScrollView.java 87 drawTarget.setTranslationY(getScrollY() - drawOffset);
89 drawTarget.setTranslationY(0);
  /packages/apps/Camera2/src/com/android/camera/widget/
SettingsCling.java 69 setTranslationY(referenceTop + referenceView.getMeasuredHeight());
81 setTranslationY(referenceTop - getMeasuredHeight());
Cling.java 95 setTranslationY(top - currentTop);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionableToastBar.java 264 mFloatingActionButton.setTranslationY(0);
375 setTranslationY(animationDistance);
393 mFloatingActionButton.setTranslationY(animationDistance);
408 setTranslationY(0);
427 mFloatingActionButton.setTranslationY(0);
436 mFloatingActionButton.setTranslationY(0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
SystemBarScrimViews.java 64 mStatusBarScrimView.setTranslationY(-mStatusBarScrimView.getMeasuredHeight());
81 mNavBarScrimView.setTranslationY(mNavBarScrimView.getMeasuredHeight());
TaskViewTransform.java 118 v.setTranslationY(translationY);
138 v.setTranslationY(0f);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BrightnessMirrorController.java 86 mBrightnessMirror.setTranslationY(0);
91 mBrightnessMirror.setTranslationY(originalY - mirrorY);
  /frameworks/support/v4/honeycomb/android/support/v4/view/
ViewCompatHC.java 96 public static void setTranslationY(View view, float value) {
97 view.setTranslationY(value);
  /development/samples/devbytes/animation/MultiPropertyAnimations/src/com/example/android/multipropertyanimations/
MultiPropertyAnimations.java 59 view.setTranslationY(TY_START + fraction * (TY_END - TY_START));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogMotion.java 71 mDialogView.setTranslationY(-h);
142 mChevron.setTranslationY(posY + v + -mDialogView.getTranslationY());
167 mContents.setTranslationY(v + -mDialogView.getTranslationY());
217 mContents.setTranslationY(-mDialogView.getTranslationY());
219 mChevron.setTranslationY(posY + -mDialogView.getTranslationY());
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPINView.java 120 setTranslationY(mAppearAnimationUtils.getStartTranslation());
135 setTranslationY(0);
  /frameworks/base/tests/Assist/src/com/android/test/assist/
AssistInteractionSession.java 126 mBackground.setTranslationY(50 * mDensity);
153 mCard2.setTranslationY(mCard1.getTranslationY());
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
ItemTouchUIUtilImpl.java 79 ViewCompat.setTranslationY(view, 0f);
91 ViewCompat.setTranslationY(view, dY);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
FloatingActionButtonController.java 107 mFloatingActionButtonContainer.setTranslationY(0);
145 mFloatingActionButtonContainer.setTranslationY(offsetY);
  /packages/apps/Launcher3/src/com/android/launcher3/
ClickShadowView.java 105 setTranslationY(topShift
LauncherStateTransitionAnimation.java 244 revealView.setTranslationY(0f);
291 contentView.setTranslationY(revealViewToYDrift);
391 toView.setTranslationY(0.0f);
534 revealView.setTranslationY(0);
588 contentView.setTranslationY(0);
652 contentView.setTranslationY(0);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 105 setTranslationY(getTranslationY() + deltaY);
258 setTranslationY(touchY - mRegistrationY);
286 setTranslationY(touchY - mRegistrationY + (int) mOffsetY);
SearchDropTargetBar.java 112 mDropTargetBar.setTranslationY(-mBarHeight);
142 mQSBSearchBar.setTranslationY(0);
157 mQSBSearchBar.setTranslationY(-mBarHeight);
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DefaultItemAnimator.java 265 ViewCompat.setTranslationY(view, -deltaY);
297 ViewCompat.setTranslationY(view, 0);
321 ViewCompat.setTranslationY(oldHolder.itemView, prevTranslationY);
327 ViewCompat.setTranslationY(newHolder.itemView, -deltaY);
356 ViewCompat.setTranslationY(view, 0);
377 ViewCompat.setTranslationY(newView, 0);
417 ViewCompat.setTranslationY(item.itemView, 0);
431 ViewCompat.setTranslationY(view, 0);
459 ViewCompat.setTranslationY(view, 0);
541 ViewCompat.setTranslationY(view, 0)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 171 this.setTranslationY(0);
218 setTranslationY(0);
410 setTranslationY(getVisibleTitleHeight() - getEmbeddedHeight());

Completed in 1271 milliseconds

1 2 3 4 5 6