Searched refs:ScrollAdapterView (Results 1 – 6 of 6) sorted by relevance
30 import com.android.tv.settings.widget.ScrollAdapterView;31 import com.android.tv.settings.widget.ScrollAdapterView.OnScrollListener;46 private ScrollAdapterView mScrollAdapterView;79 public ScrollAdapterView getScrollAdapterView() { in getScrollAdapterView()115 if (root instanceof ScrollAdapterView) { in ensureList()116 mScrollAdapterView = (ScrollAdapterView) root; in ensureList()119 mScrollAdapterView = (ScrollAdapterView) root.findViewById(R.id.list); in ensureList()
26 import com.android.tv.settings.widget.ScrollAdapterView;51 public ScrollAdapterView getScrollAdapterView() { in getScrollAdapterView()
42 import com.android.tv.settings.widget.ScrollAdapterView;43 import com.android.tv.settings.widget.ScrollAdapterView.OnScrollListener;119 private ScrollAdapterView mScrollAdapterView;329 void setScrollAdapterView(ScrollAdapterView scrollAdapterView) { in setScrollAdapterView()
21 import com.android.tv.settings.widget.ScrollAdapterView;133 ScrollAdapterView sav = getScrollAdapterView(); in onResume()
617 private int mOrientation = ScrollAdapterView.HORIZONTAL;670 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in setOrientation()841 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in startScrollByMain()871 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in setScrollCenterByMain()946 return mOrientation == ScrollAdapterView.HORIZONTAL ? in isMainAxisMovingForward()951 return mOrientation == ScrollAdapterView.HORIZONTAL ? in isSecondAxisMovingForward()
105 public final class ScrollAdapterView extends AdapterView<Adapter> { class463 public ScrollAdapterView(Context context, AttributeSet attrs) {474 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ScrollAdapterView);2158 View v = mExpandAdapter.getView(index, recycleView, ScrollAdapterView.this);2700 ClassLoader loader = ScrollAdapterView.class.getClassLoader();