Searched refs:mActivityChooserContent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java84 private final LinearLayout mActivityChooserContent; field in class:ActivityChooserView
249 mActivityChooserContent = (LinearLayout) findViewById(R.id.activity_chooser_view_content);
250 mActivityChooserContentBackground = mActivityChooserContent.getBackground();
466 View child = mActivityChooserContent;
480 mActivityChooserContent.layout(0, 0, right - left, bottom - top);
571 mActivityChooserContent.setBackground(mActivityChooserContentBackground);
573 mActivityChooserContent.setBackground(null);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActivityChooserView.java94 private final View mActivityChooserContent; field in class:ActivityChooserView
240 mActivityChooserContent = findViewById(R.id.activity_chooser_view_content);
241 mActivityChooserContentBackground = mActivityChooserContent.getBackground();
458 View child = mActivityChooserContent;
472 mActivityChooserContent.layout(0, 0, right - left, bottom - top);
563 mActivityChooserContent.setBackgroundDrawable(mActivityChooserContentBackground);
565 mActivityChooserContent.setBackgroundDrawable(null);

Completed in 45 milliseconds