HomeSort by relevance Sort by last modified time
    Searched defs:mTranslationY (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
TargetDrawable.java 39 private float mTranslationY = 0.0f;
181 mTranslationY = y;
201 return mTranslationY;
246 canvas.translate(mTranslationX + mPositionX, mTranslationY + mPositionY);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 45 float mTranslationY;
193 mViewPropertyAnimator.translationY(mTranslationY);
228 mTranslationY = value;
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 188 if (mTranslationX == 0.0f && mTranslationY == 0.0f) {
197 if (translationY != mTranslationY) {
198 mTranslationY = translationY;
200 if (mTranslationX == 0.0f && mTranslationY == 0.0f) {
513 float mTranslationX, mTranslationY;
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 391 milliseconds