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()
42 private var statusView: KeyguardStatusView? = null129 statusView?.let { removeView(it) }135 statusView = this