Searched refs:mTranslationForReorderPreview (Results 1 – 3 of 3) sorted by relevance
54 private final PointF mTranslationForReorderPreview = new PointF(0, 0); field in NavigableAppWidgetHostView170 super.setTranslationX(mTranslationForReorderBounce.x + mTranslationForReorderPreview.x in updateTranslation()172 super.setTranslationY(mTranslationForReorderBounce.y + mTranslationForReorderPreview.y in updateTranslation()192 mTranslationForReorderPreview.set(x, y); in setReorderPreviewOffset()198 offset.set(mTranslationForReorderPreview); in getReorderPreviewOffset()
91 private final PointF mTranslationForReorderPreview = new PointF(0, 0); field in BubbleTextView802 super.setTranslationX(mTranslationForReorderBounce.x + mTranslationForReorderPreview.x); in updateTranslation()803 super.setTranslationY(mTranslationForReorderBounce.y + mTranslationForReorderPreview.y); in updateTranslation()817 mTranslationForReorderPreview.set(x, y); in setReorderPreviewOffset()823 offset.set(mTranslationForReorderPreview); in getReorderPreviewOffset()
136 private final PointF mTranslationForReorderPreview = new PointF(0, 0); field in FolderIcon767 super.setTranslationX(mTranslationForReorderBounce.x + mTranslationForReorderPreview.x); in updateTranslation()768 super.setTranslationY(mTranslationForReorderBounce.y + mTranslationForReorderPreview.y); in updateTranslation()782 mTranslationForReorderPreview.set(x, y); in setReorderPreviewOffset()788 offset.set(mTranslationForReorderPreview); in getReorderPreviewOffset()