Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DLabeledSeekBarPreference.java199 private void updateIconStartIfNeeded(ViewGroup iconFrame, ImageView iconStart, in updateIconStartIfNeeded() argument
211 iconFrame.getContext().getString(mIconStartContentDescriptionId); in updateIconStartIfNeeded()
212 iconFrame.setContentDescription(contentDescription); in updateIconStartIfNeeded()
215 iconFrame.setOnClickListener((view) -> { in updateIconStartIfNeeded()
222 iconFrame.setVisibility(View.VISIBLE); in updateIconStartIfNeeded()
226 private void updateIconEndIfNeeded(ViewGroup iconFrame, ImageView iconEnd, SeekBar seekBar) { in updateIconEndIfNeeded() argument
237 iconFrame.getContext().getString(mIconEndContentDescriptionId); in updateIconEndIfNeeded()
238 iconFrame.setContentDescription(contentDescription); in updateIconEndIfNeeded()
241 iconFrame.setOnClickListener((view) -> { in updateIconEndIfNeeded()
248 iconFrame.setVisibility(View.VISIBLE); in updateIconEndIfNeeded()
[all …]
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/view/
DSafetyEntryCommonViewsManager.kt35 private val iconFrame: View? by lazyView { rootEntryView?.findViewById(R.id.icon_frame) } in <lambda>() constant
55 iconFrame?.visibility = if (hideIcon) LinearLayout.GONE else LinearLayout.VISIBLE in showDetails()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/autodelete/
DAutoDeleteRangePickerPreference.kt64 val iconFrame: LinearLayout? = holder.findViewById(android.R.id.icon_frame) as LinearLayout? in onBindViewHolder() constant
65 widgetFrameParent.removeView(iconFrame) in onBindViewHolder()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/
DReviewOngoingUsageFragment.java235 ViewGroup iconFrame = itemView.requireViewById(R.id.icons); in updateDialogView() local
242 iconFrame.addView(groupView); in updateDialogView()
253 iconFrame.setVisibility(View.VISIBLE); in updateDialogView()
DPermissionHistoryPreference.java123 View iconFrame = holder.findViewById(R.id.icon_frame); in onBindViewHolder() local
124 widgetFrameParent.removeView(iconFrame); in onBindViewHolder()