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

  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 99 private final ImageView mExpandActivityOverflowButtonImage;
286 mExpandActivityOverflowButtonImage =
288 mExpandActivityOverflowButtonImage.setImageDrawable(expandActivityOverflowButtonDrawable);
327 mExpandActivityOverflowButtonImage.setImageDrawable(drawable);
342 mExpandActivityOverflowButtonImage.setContentDescription(contentDescription);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ActivityChooserView.java 109 private final ImageView mExpandActivityOverflowButtonImage;
276 mExpandActivityOverflowButtonImage =
278 mExpandActivityOverflowButtonImage.setImageDrawable(expandActivityOverflowButtonDrawable);
318 mExpandActivityOverflowButtonImage.setImageDrawable(drawable);
333 mExpandActivityOverflowButtonImage.setContentDescription(contentDescription);

Completed in 63 milliseconds