Searched refs:statusView (Results 1 – 3 of 3) 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()
1147 TextView statusView = (TextView) v.findViewById(R.id.status);1150 statusView.setText(status);1152 statusView.setVisibility(View.GONE);1243 TextView statusView = (TextView) v.findViewById(R.id.status);1259 if (statusView != null) {1260 statusView.setText(on ? mEnabledStatusMessageResId : mDisabledStatusMessageResId);1261 statusView.setVisibility(View.VISIBLE);1262 statusView.setEnabled(enabled);