Searched refs:LAYOUT_HEIGHT (Results 1 – 2 of 2) sorted by relevance
85 public static final IntProperty<LayoutParams> LAYOUT_HEIGHT = field in LauncherAnimUtils
5 import static com.android.launcher3.LauncherAnimUtils.LAYOUT_HEIGHT;530 PropertyValuesHolder.ofInt(LAYOUT_HEIGHT, lp.height, newHeight), in snapToWidget()