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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 429 private final TextView mActionLabel;
449 mActionLabel = (TextView)mStepView.findViewById(R.id.setup_step_action_label);
450 mActionLabel.setText(res.getString(actionLabel));
452 final int paddingEnd = ViewCompatUtils.getPaddingEnd(mActionLabel);
453 ViewCompatUtils.setPaddingRelative(mActionLabel, paddingEnd, 0, paddingEnd, 0);
456 mActionLabel, res.getDrawable(actionIcon), null, null, null);
466 mActionLabel.setVisibility(isStepActionAlreadyDone ? View.GONE : View.VISIBLE);
470 mActionLabel.setOnClickListener(this);
476 if (v == mActionLabel && mAction != null) {
  /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 129 milliseconds