Searched refs:LAYOUT_WIDTH (Results 1 – 2 of 2) sorted by relevance
70 public static final Property<LayoutParams, Integer> LAYOUT_WIDTH = field in LauncherAnimUtils
4 import static com.android.launcher3.LauncherAnimUtils.LAYOUT_WIDTH;458 PropertyValuesHolder.ofInt(LAYOUT_WIDTH, lp.width, newWidth), in snapToWidget()