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

  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragment.java 63 private View mMoreButton;
193 if (mMoreButton != null) {
220 mMoreButton = UiUtilities.getViewOrNull(view, R.id.more);
225 if (mMoreButton != null) {
226 mMoreButton.setOnClickListener(this);
258 if (mMoreButton == null || mDefaultReplyAll) {
264 if (mMoreButton == null || !mDefaultReplyAll) {
271 if (mMoreButton != null) {
272 mMoreButton.setVisibility(visibility);
427 PopupMenu popup = new PopupMenu(getActivity(), mMoreButton);
    [all...]
  /frameworks/base/core/java/android/view/
VolumePanel.java 112 private final View mMoreButton;
209 mMoreButton = (ImageView) mView.findViewById(R.id.expand_button);
251 mMoreButton.setVisibility(View.GONE);
254 mMoreButton.setOnClickListener(this);
363 return mMoreButton.getVisibility() != View.VISIBLE;
371 mMoreButton.setVisibility(View.INVISIBLE);
376 mMoreButton.setVisibility(View.VISIBLE);
698 if (v == mMoreButton) {

Completed in 1649 milliseconds