Home
last modified time | relevance | path

Searched defs:widgetView (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationAppPreferenceTest.java65 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in setChecked_shouldUpdateButtonCheckedState() local
83 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in setSwitchEnabled_shouldUpdateButtonEnabledState() local
101 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in setSwitchEnabled_shouldUpdateButtonEnabledState_beforeViewBound() local
116 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldToggleButton() local
136 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotToggleButtonIfDisabled() local
153 final View widgetView = holder.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotifyPreferenceChanged() local
174 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in setDisabledByAdmin_hasEnforcedAdmin_shouldDisableButton() local
190 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in setDisabledByAdmin_noEnforcedAdmin_shouldEnableButton() local
206 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in onBindViewHolder_toggleButtonShouldHaveContentDescription() local
DZenCustomRadioButtonPreferenceTest.java99 final View widgetView = holder.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotifyWidgetClicked() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DMasterCheckBoxPreferenceTest.java129 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldToggleCheckBox() local
148 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotToggleCheckBoxIfDisabled() local
164 final View widgetView = holder.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotifyPreferenceChanged() local
DMasterSwitchPreferenceTest.java111 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldToggleButton() local
131 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotToggleButtonIfDisabled() local
148 final View widgetView = holder.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotifyPreferenceChanged() local
DDisabledCheckBoxPreferenceTest.java60 final LinearLayout widgetView = mHolder.itemView.findViewById(android.R.id.widget_frame); in inflatePreference() local
/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/
DFirstScreenWidget.java14 void onWidgetUpdated(ViewGroup widgetView); in onWidgetUpdated()
/packages/apps/Settings/src/com/android/settings/widget/
DMasterCheckBoxPreference.java65 final View widgetView = holder.findViewById(android.R.id.widget_frame); in onBindViewHolder() local
DMasterSwitchPreference.java66 final View widgetView = holder.findViewById(android.R.id.widget_frame); in onBindViewHolder() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DMasterCheckBoxPreference.java65 final View widgetView = holder.findViewById(android.R.id.widget_frame); in onBindViewHolder() local
DMasterSwitchPreference.java66 final View widgetView = holder.findViewById(android.R.id.widget_frame); in onBindViewHolder() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationAppPreference.java64 final View widgetView = view.findViewById(android.R.id.widget_frame); in onBindViewHolder() local
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAppPreference.java64 final View widgetView = view.findViewById(android.R.id.widget_frame); in onBindViewHolder() local
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java157 private void setupForWidget(LauncherAppWidgetHostView widgetView, CellLayout cellLayout, in setupForWidget()
347 static void updateWidgetSizeRanges(AppWidgetHostView widgetView, Launcher launcher, in updateWidgetSizeRanges()