Home | History | Annotate | Download | only in ui

Lines Matching refs:mAction

130         private Action mAction;
150 mAction = action;
196 private final Action mAction;
212 mAction = builder.mAction;
250 if (mAction == null) {
253 return mAction.getActionLabel();
277 if (mAction == null || mAction.getActionRunnable() == null) {
293 mActionTextView.setText(mAction.getActionLabel());
297 mAction.getActionRunnable().run();