Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAnimUtils.java67 public static final IntProperty<LayoutParams> LAYOUT_WIDTH = field in LauncherAnimUtils
DAppWidgetResizeFrame.java4 import static com.android.launcher3.LauncherAnimUtils.LAYOUT_WIDTH;
456 PropertyValuesHolder.ofInt(LAYOUT_WIDTH, lp.width, newWidth), in snapToWidget()