Searched refs:scrollView (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGlyphCacheActivity.java39 ScrollView scrollView = new ScrollView(this);
40 scrollView.setLayoutParams(new LayoutParams(LayoutParams.MATCH_PARENT,
46 scrollView.addView(layout);
51 setContentView(scrollView);
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisibleWithInternalScrollTest.java54 mScrollView = (ScrollView) getActivity().findViewById(R.id.scrollView);
H A DScrollViewButtonsAndLabels.java69 mScrollView = (ScrollView) findViewById(R.id.scrollView);
H A DRequestRectangleVisibleTest.java60 mScrollView = (ScrollView) a.findViewById(R.id.scrollView);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DFadedEdgeDrawHelper.java47 AttributeSet attrs, View scrollView, boolean isVertical) {
51 return new FadedEdgeDrawHelper(context, attrs, scrollView, isVertical);
58 AttributeSet attrs, View scrollView, boolean isVertical) {
59 mScrollView = scrollView;
46 create(Context context, AttributeSet attrs, View scrollView, boolean isVertical) argument
57 FadedEdgeDrawHelper(Context context, AttributeSet attrs, View scrollView, boolean isVertical) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java303 public void setScrollView(View scrollView) { argument
304 mScrollView = scrollView;
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java501 mScrollView = (ScrollView) mWindow.findViewById(R.id.scrollView);
517 contentPanel.removeView(mWindow.findViewById(R.id.scrollView));

Completed in 2172 milliseconds