Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java52 private final FloatingWidgetBackgroundView mBackgroundView; field in FloatingWidgetView
79 mBackgroundView = new FloatingWidgetBackgroundView(context, attrs, defStyleAttr); in FloatingWidgetView()
80 addView(mBackgroundView); in FloatingWidgetView()
169 mBackgroundView.init(mAppWidgetView, mAppWidgetBackgroundView, windowCornerRadius, in init()
197 mBackgroundView.update(cornerRadiusProgress, fallbackBackgroundAlpha); in update()
216 mBackgroundView.setTranslationX(mBackgroundPosition.left); in positionViews()
217 mBackgroundView.setTranslationY(mBackgroundPosition.top + mIconOffsetY); in positionViews()
218 LayoutParams backgroundParams = (LayoutParams) mBackgroundView.getLayoutParams(); in positionViews()
223 mBackgroundView.setLayoutParams(backgroundParams); in positionViews()
243 mBackgroundView.finish(); in finish()
[all …]
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java55 private TextView mBackgroundView; field in PlayControlsRowView
171 mBackgroundView = (TextView) findViewById(R.id.background); in onFinishInflate()
505 mBackgroundView.setEnabled(true); in updateAll()
506 setTextIfNeeded(mBackgroundView, null); in updateAll()
509 mBackgroundView.setEnabled(false); in updateAll()
510 setTextIfNeeded(mBackgroundView, mUnavailableMessage); in updateAll()
/packages/apps/Dialer/java/com/android/contacts/common/dialog/
DCallSubjectDialog.java79 private View mBackgroundView; field in CallSubjectDialog
291 mBackgroundView = findViewById(R.id.call_subject_dialog); in onCreate()
292 mBackgroundView.setOnClickListener(mBackgroundListener); in onCreate()
444 mBackgroundView, in showCallHistory()
/packages/apps/Contacts/src/com/android/contacts/dialog/
DCallSubjectDialog.java89 private View mBackgroundView; field in CallSubjectDialog
288 mBackgroundView = findViewById(R.id.call_subject_dialog); in onCreate()
289 mBackgroundView.setOnClickListener(mBackgroundListener); in onCreate()
504 final ViewTreeObserver observer = mBackgroundView.getViewTreeObserver(); in showCallHistory()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DPinDialogFragment.java452 private final View mBackgroundView;
476 mBackgroundView = view.findViewById(R.id.focused_background);
664 mBackgroundView.setVisibility(View.VISIBLE);
667 mBackgroundView.setVisibility(View.GONE);