Searched refs:mActionLabel (Results 1 – 2 of 2) sorted by relevance
440 private final TextView mActionLabel;460 mActionLabel = (TextView)mStepView.findViewById(R.id.setup_step_action_label);461 mActionLabel.setText(res.getString(actionLabel));463 final int paddingEnd = ViewCompatUtils.getPaddingEnd(mActionLabel);464 ViewCompatUtils.setPaddingRelative(mActionLabel, paddingEnd, 0, paddingEnd, 0);467 mActionLabel, res.getDrawable(actionIcon), null, null, null);477 mActionLabel.setVisibility(isStepActionAlreadyDone ? View.GONE : View.VISIBLE);481 mActionLabel.setOnClickListener(this);487 if (v == mActionLabel && mAction != null) {
50 private final String mActionLabel; field in SnackBar.Action57 mActionLabel = actionLabel; in Action()65 return mActionLabel; in getActionLabel()