Home
last modified time | relevance | path

Searched defs:scrollView (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SettingsLib/ActionBarShadow/src/com/android/settingslib/widget/
DActionBarShadowController.java51 Activity activity, Lifecycle lifecycle, View scrollView) { in attachToView()
59 View anchorView, Lifecycle lifecycle, View scrollView) { in attachToView()
63 private ActionBarShadowController(Activity activity, Lifecycle lifecycle, View scrollView) { in ActionBarShadowController()
70 private ActionBarShadowController(View anchorView, Lifecycle lifecycle, View scrollView) { in ActionBarShadowController()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DScrollViewScrollHandlingDelegate.java38 @Nullable private final BottomScrollView scrollView; field in ScrollViewScrollHandlingDelegate
41 @NonNull RequireScrollMixin requireScrollMixin, @Nullable ScrollView scrollView) { in ScrollViewScrollHandlingDelegate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScrollViewActivity.java32 ScrollView scrollView = new ScrollView(this); in onCreate() local
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
DAnimatedStateVectorDrawableTest.java46 ScrollView scrollView = new ScrollView(this); in onCreate() local
DBitmapDrawableDupe.java57 ScrollView scrollView = new ScrollView(this); in onCreate() local
DAnimatedVectorDrawableTest.java52 ScrollView scrollView = new ScrollView(this); in onCreate() local
DScaleDrawableTests.java46 ScrollView scrollView = new ScrollView(this); in onCreate() local
DVectorDrawablePerformance.java113 ScrollView scrollView = new ScrollView(this); in onCreate() local
DAnimatedVectorDrawableDupPerf.java92 ScrollView scrollView = new ScrollView(this); in onCreate() local
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/template/
DScrollViewScrollHandlingDelegateTest.java39 private BottomScrollView scrollView; field in ScrollViewScrollHandlingDelegateTest
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGlyphCacheActivity.java39 ScrollView scrollView = new ScrollView(this); in onCreate() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DGlifLayoutTest.java140 View scrollView = layout.findViewById(R.id.suw_scroll_view); in assertDefaultTemplateInflated() local
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/
DR$id.classR.java package com.android.layoutlib.test.myapplication public final com.android. ...
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
DSupportPreferencesUtil.java300 ScrollView scrollView = new ScrollView(context); in inflatePreference() local
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifLayout.java113 final ScrollView scrollView = getScrollView(); in init() local
DSetupWizardLayout.java87 final ScrollView scrollView = getScrollView(); in init() local
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/
DGlifLayoutTest.java359 View scrollView = layout.findViewById(R.id.suw_scroll_view); in assertDefaultTemplateInflated() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaCarouselScrollHandler.kt57 private val scrollView: MediaScrollView, constant in com.android.systemui.media.MediaCarouselScrollHandler