Home
last modified time | relevance | path

Searched refs:previewLayout (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/
DWidgetItem.java70 return ATLEAST_S && widgetInfo != null && widgetInfo.previewLayout != Resources.ID_NULL; in hasPreviewLayout()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DLauncherAppWidgetInfo.java250 if (ATLEAST_S && providerInfo.previewLayout != Resources.ID_NULL) { in computeWidgetFeatures()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java301 int previewLayout = 0; in KeyboardView() local
350 if (previewLayout != 0) { in KeyboardView()
351 mPreviewText = (TextView) inflate.inflate(previewLayout, null); in KeyboardView()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java241 launcherAppWidgetProviderInfo.initialLayout = item.widgetInfo.previewLayout; in applyPreviewOnAppWidgetHostView()