Searched refs:statusView (Results 1 – 2 of 2) sorted by relevance
98 TextView statusView = v.findViewById(R.id.status); in create() local113 if (statusView != null) { in create()114 statusView.setText(on ? mEnabledStatusMessageResId : mDisabledStatusMessageResId); in create()115 statusView.setVisibility(View.VISIBLE); in create()116 statusView.setEnabled(enabled); in create()
78 TextView statusView = v.findViewById(R.id.status); in create() local80 if (statusView != null) { in create()82 statusView.setText(status); in create()84 statusView.setVisibility(View.GONE); in create()