Searched defs:widgetView (Results 1 – 8 of 8) sorted by relevance
130 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldToggleCheckBox() local150 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotToggleCheckBoxIfDisabled() local167 final View widgetView = holder.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotifyPreferenceChanged() local
60 final LinearLayout widgetView = mHolder.itemView.findViewById(android.R.id.widget_frame); in inflatePreference() local
14 void onWidgetUpdated(ViewGroup widgetView); in onWidgetUpdated()
143 ImageView widgetView = widgetFrame.findViewById(R.id.icon); in onBindViewHolder() local168 private void setInfoIcon(@NonNull PreferenceViewHolder holder, ImageView widgetView) { in setInfoIcon()
65 final View widgetView = holder.findViewById(android.R.id.widget_frame); in onBindViewHolder() local
95 public static void updateWidgetSizeRanges(AppWidgetHostView widgetView, Context context, in updateWidgetSizeRanges()
240 LauncherAppWidgetHostView widgetView = new LauncherAppWidgetHostView(mContext); in createViewInternal() local
238 private void setupForWidget(LauncherAppWidgetHostView widgetView, CellLayout cellLayout, in setupForWidget()