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

  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 91 private final FrameLayout mExpandActivityOverflowButton;
281 mExpandActivityOverflowButton = expandButton;
544 mExpandActivityOverflowButton.setEnabled(true);
546 mExpandActivityOverflowButton.setEnabled(false);
622 } else if (view == mExpandActivityOverflowButton) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 94 private final FrameLayout mExpandActivityOverflowButton;
238 mExpandActivityOverflowButton = (FrameLayout) findViewById(R.id.expand_activities_button);
239 mExpandActivityOverflowButton.setOnClickListener(mCallbacks);
241 (ImageView) mExpandActivityOverflowButton.findViewById(R.id.image);
501 mExpandActivityOverflowButton.setEnabled(true);
503 mExpandActivityOverflowButton.setEnabled(false);
578 } else if (view == mExpandActivityOverflowButton) {
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 30 milliseconds