Searched refs:mActivityChooserContent (Results 1 – 2 of 2) sorted by relevance
85 private final LinearLayout mActivityChooserContent; field in ActivityChooserView252 mActivityChooserContent = (LinearLayout) findViewById(R.id.activity_chooser_view_content); in ActivityChooserView()253 mActivityChooserContentBackground = mActivityChooserContent.getBackground(); in ActivityChooserView()470 View child = mActivityChooserContent; in onMeasure()484 mActivityChooserContent.layout(0, 0, right - left, bottom - top); in onLayout()575 mActivityChooserContent.setBackground(mActivityChooserContentBackground); in updateAppearance()577 mActivityChooserContent.setBackground(null); in updateAppearance()
86357 Landroid/widget/ActivityChooserView;->mActivityChooserContent:Landroid/widget/LinearLayout;