HomeSort by relevance Sort by last modified time
    Searched refs:mActionLabel (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 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) {
  /packages/apps/Messaging/src/com/android/messaging/ui/
SnackBar.java 50 private final String mActionLabel;
57 mActionLabel = actionLabel;
65 return mActionLabel;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 209 mActionLabel = actionLabel;
214 return mActionLabel;
229 private final String mActionLabel;
    [all...]

Completed in 106 milliseconds