Home
last modified time | relevance | path

Searched refs:setTranslationForCentering (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DNavigableAppWidgetHostView.java177 public void setTranslationForCentering(float x, float y) { in setTranslationForCentering() method in NavigableAppWidgetHostView
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java192 nahv.setTranslationForCentering(-(lp.width - (lp.width * scaleX)) / 2.0f, in layoutChild()