Searched refs:mBackgroundView (Results 1 – 5 of 5) sorted by relevance
52 private final FloatingWidgetBackgroundView mBackgroundView; field in FloatingWidgetView79 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 …]
55 private TextView mBackgroundView; field in PlayControlsRowView171 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()
79 private View mBackgroundView; field in CallSubjectDialog291 mBackgroundView = findViewById(R.id.call_subject_dialog); in onCreate()292 mBackgroundView.setOnClickListener(mBackgroundListener); in onCreate()444 mBackgroundView, in showCallHistory()
89 private View mBackgroundView; field in CallSubjectDialog288 mBackgroundView = findViewById(R.id.call_subject_dialog); in onCreate()289 mBackgroundView.setOnClickListener(mBackgroundListener); in onCreate()504 final ViewTreeObserver observer = mBackgroundView.getViewTreeObserver(); in showCallHistory()
452 private final View mBackgroundView;476 mBackgroundView = view.findViewById(R.id.focused_background);664 mBackgroundView.setVisibility(View.VISIBLE);667 mBackgroundView.setVisibility(View.GONE);