Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActivityChooserView.java84 private final LinearLayout mActivityChooserContent; field in ActivityChooserView
249 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()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DActivityChooserView.java94 private final View mActivityChooserContent; field in ActivityChooserView
240 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()