Home
last modified time | relevance | path

Searched refs:DEFAULT_PATH_SIZE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DPreloadIconDrawable.java20 import static com.android.launcher3.graphics.IconShape.DEFAULT_PATH_SIZE;
126 (bounds.width() - 2 * PROGRESS_WIDTH - 2 * PROGRESS_GAP) / DEFAULT_PATH_SIZE, in onBoundsChange()
127 (bounds.height() - 2 * PROGRESS_WIDTH - 2 * PROGRESS_GAP) / DEFAULT_PATH_SIZE); in onBoundsChange()
133 float scale = bounds.width() / DEFAULT_PATH_SIZE; in onBoundsChange()
DIconShape.java73 public static final int DEFAULT_PATH_SIZE = 100; field in IconShape
82 getShape().addToPath(p, 0, 0, DEFAULT_PATH_SIZE * 0.5f); in getShapePath()
474 drawable.setBounds(0, 0, DEFAULT_PATH_SIZE, DEFAULT_PATH_SIZE);
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java234 IconShape.DEFAULT_PATH_SIZE); in DeviceProfile()