Searched refs:widgetContent (Results 1 – 1 of 1) sorted by relevance
405 View widgetContent = mAppWidgetHostViewPreview.getChildAt(0); in ensurePreviewWithCallback() local406 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);