Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationViewProgressController.java47 private View mBackgroundView; field in ConversationViewProgressController
65 mBackgroundView = rootView.findViewById(R.id.background_view); in instantiateProgressIndicators()
80 mBackgroundView.setVisibility(View.VISIBLE); in showLoadingStatus()
119 if (mBackgroundView.getVisibility() == View.VISIBLE) { in dismiss()
133 mBackgroundView.setVisibility(View.GONE); in animateDismiss()
137 Utils.enableHardwareLayer(mBackgroundView); in animateDismiss()
140 animator.setTarget(mBackgroundView); in animateDismiss()
144 mBackgroundView.setVisibility(View.GONE); in animateDismiss()
145 mBackgroundView.setLayerType(View.LAYER_TYPE_NONE, null); in animateDismiss()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java54 private TextView mBackgroundView; field in PlayControlsRowView
170 mBackgroundView = (TextView) findViewById(R.id.background); in onFinishInflate()
499 mBackgroundView.setEnabled(true); in updateAll()
500 setTextIfNeeded(mBackgroundView, null); in updateAll()
503 mBackgroundView.setEnabled(false); in updateAll()
504 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.java393 private final View mBackgroundView;
417 mBackgroundView = view.findViewById(R.id.focused_background);
605 mBackgroundView.setVisibility(View.VISIBLE);
608 mBackgroundView.setVisibility(View.GONE);