Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAnimUtils.java83 public static final Property<LayoutParams, Integer> LAYOUT_HEIGHT = field in LauncherAnimUtils
DAppWidgetResizeFrame.java3 import static com.android.launcher3.LauncherAnimUtils.LAYOUT_HEIGHT;
459 PropertyValuesHolder.ofInt(LAYOUT_HEIGHT, lp.height, newHeight), in snapToWidget()