Searched refs:mActivityChooserContent (Results 1 – 2 of 2) sorted by relevance
84 private final LinearLayout mActivityChooserContent; field in ActivityChooserView249 mActivityChooserContent = (LinearLayout) findViewById(R.id.activity_chooser_view_content); in ActivityChooserView()250 mActivityChooserContentBackground = mActivityChooserContent.getBackground(); in ActivityChooserView()466 View child = mActivityChooserContent; in onMeasure()480 mActivityChooserContent.layout(0, 0, right - left, bottom - top); in onLayout()571 mActivityChooserContent.setBackground(mActivityChooserContentBackground); in updateAppearance()573 mActivityChooserContent.setBackground(null); in updateAppearance()
94 private final View mActivityChooserContent; field in ActivityChooserView240 mActivityChooserContent = findViewById(R.id.activity_chooser_view_content); in ActivityChooserView()241 mActivityChooserContentBackground = mActivityChooserContent.getBackground(); in ActivityChooserView()458 View child = mActivityChooserContent; in onMeasure()472 mActivityChooserContent.layout(0, 0, right - left, bottom - top); in onLayout()563 mActivityChooserContent.setBackgroundDrawable(mActivityChooserContentBackground); in updateAppearance()565 mActivityChooserContent.setBackgroundDrawable(null); in updateAppearance()