Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationAppPreferenceTest.java63 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in setChecked_shouldUpdateButtonCheckedState() local
81 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in setSwitchEnabled_shouldUpdateButtonEnabledState() local
99 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in setSwitchEnabled_shouldUpdateButtonEnabledState_beforeViewBound() local
114 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldToggleButton() local
134 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotToggleButtonIfDisabled() local
151 final View widgetView = holder.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotifyPreferenceChanged() local
172 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in setDisabledByAdmin_hasEnforcedAdmin_shouldDisableButton() local
188 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in setDisabledByAdmin_noEnforcedAdmin_shouldEnableButton() local
204 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in onBindViewHolder_toggleButtonShouldHaveContentDescription() local
DZenCustomRadioButtonPreferenceTest.java103 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.java127 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldToggleCheckBox() local
146 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotToggleCheckBoxIfDisabled() local
162 final View widgetView = holder.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotifyPreferenceChanged() local
DMasterSwitchPreferenceTest.java109 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldToggleButton() local
129 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotToggleButtonIfDisabled() local
146 final View widgetView = holder.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotifyPreferenceChanged() local
DDisabledCheckBoxPreferenceTest.java61 final LinearLayout widgetView = mHolder.itemView.findViewById(android.R.id.widget_frame); in inflatePreference() local
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAppPreference.java63 final View widgetView = view.findViewById(android.R.id.widget_frame); in onBindViewHolder() local
/packages/apps/Settings/src/com/android/settings/widget/
DMasterSwitchPreference.java65 final View widgetView = holder.findViewById(android.R.id.widget_frame); in onBindViewHolder() local
DMasterCheckBoxPreference.java64 final View widgetView = holder.findViewById(android.R.id.widget_frame); in onBindViewHolder() local
/packages/apps/Launcher2/src/com/android/launcher2/
DAppWidgetResizeFrame.java77 LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) { in AppWidgetResizeFrame()
339 static void updateWidgetSizeRanges(AppWidgetHostView widgetView, Launcher launcher, in updateWidgetSizeRanges()
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java131 private void setupForWidget(LauncherAppWidgetHostView widgetView, CellLayout cellLayout, in setupForWidget()
321 static void updateWidgetSizeRanges(AppWidgetHostView widgetView, Launcher launcher, in updateWidgetSizeRanges()