Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DLauncherAppWidgetInfo.java222 public final boolean isWidgetIdAllocated() { in isWidgetIdAllocated() method in LauncherAppWidgetInfo
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DModelWriter.java333 if (host != null && !info.isCustomWidget() && info.isWidgetIdAllocated()) { in deleteWidgetInfo()