Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetCell.java405 View widgetContent = mAppWidgetHostViewPreview.getChildAt(0); in ensurePreviewWithCallback() local
406 ViewGroup.LayoutParams layoutParams = widgetContent.getLayoutParams(); in ensurePreviewWithCallback()
502 View widgetContent = mAppWidgetHostViewPreview.getChildAt(0);
503 int appWidgetContentWidth = widgetContent.getMeasuredWidth();
504 int appWidgetContentHeight = widgetContent.getMeasuredHeight();
512 (FrameLayout.LayoutParams) widgetContent.getLayoutParams();
514 layoutParam.width = widgetContent.getMeasuredWidth();
517 layoutParam.height = widgetContent.getMeasuredHeight();
519 widgetContent.setLayoutParams(layoutParam);