Searched refs:mTranslationForReorderPreview (Results 1 – 3 of 3) sorted by relevance
55 private final PointF mTranslationForReorderPreview = new PointF(0, 0); field in NavigableAppWidgetHostView171 super.setTranslationX(mTranslationForReorderBounce.x + mTranslationForReorderPreview.x in updateTranslation()173 super.setTranslationY(mTranslationForReorderBounce.y + mTranslationForReorderPreview.y in updateTranslation()198 mTranslationForReorderPreview.set(x, y); in setReorderPreviewOffset()204 offset.set(mTranslationForReorderPreview); in getReorderPreviewOffset()
100 private final PointF mTranslationForReorderPreview = new PointF(0, 0); field in BubbleTextView925 super.setTranslationX(mTranslationForReorderBounce.x + mTranslationForReorderPreview.x in updateTranslation()928 super.setTranslationY(mTranslationForReorderBounce.y + mTranslationForReorderPreview.y in updateTranslation()943 mTranslationForReorderPreview.set(x, y); in setReorderPreviewOffset()949 offset.set(mTranslationForReorderPreview); in getReorderPreviewOffset()
139 private final PointF mTranslationForReorderPreview = new PointF(0, 0); field in FolderIcon774 super.setTranslationX(mTranslationForReorderBounce.x + mTranslationForReorderPreview.x in updateTranslation()777 super.setTranslationY(mTranslationForReorderBounce.y + mTranslationForReorderPreview.y in updateTranslation()815 mTranslationForReorderPreview.set(x, y); in setReorderPreviewOffset()821 offset.set(mTranslationForReorderPreview); in getReorderPreviewOffset()