Searched refs:actionView (Results 1 – 3 of 3) sorted by relevance
42 private TextView actionView; field in EmptyContentView67 actionView = (TextView) findViewById(R.id.empty_list_view_action); in EmptyContentView()68 actionView.setOnClickListener(this); in EmptyContentView()97 actionView.setText(null); in setActionLabel()98 actionView.setVisibility(View.GONE); in setActionLabel()100 actionView.setText(resourceId); in setActionLabel()101 actionView.setVisibility(View.VISIBLE); in setActionLabel()112 || actionView.getVisibility() == View.VISIBLE; in isShowingContent()
90 TextView actionView = snackbar.findViewById(R.id.action); in show() local94 + actionView.getPaint().measureText(actionText)) in show()96 + actionView.getPaddingRight() + actionView.getPaddingLeft() in show()109 actionView.getLayoutParams().height = textHeight * 2; in show()111 actionView.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSizePx); in show()117 actionView.setText(actionText); in show()118 actionView.setOnClickListener(v -> { in show()
41 View actionView; field in TestMenuItem89 final public MenuItem setActionView(View actionView) { in setActionView() argument90 this.actionView = actionView; in setActionView()96 return this.actionView; in getActionView()