Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/appstyleview/
H A DAppStyleViewControllerImpl.java52 ScrollView scrollview = mAppStyleView.requireViewById(R.id.app_styled_content); in setContent() local
53 scrollview.removeAllViews(); in setContent()
54 scrollview.addView(content); in setContent()
/aosp12/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/
H A DTwoPanelSettingsFragment.java183 mScrollView = v.findViewById(R.id.scrollview); in onCreateView()