Home | History | Annotate | Download | only in widget

Lines Matching refs:mListPadding

352     Rect mListPadding = new Rect();
1247 return getChildAt(0).getTop() >= mListPadding.top &&
1248 getChildAt(childCount - 1).getBottom() <= getHeight() - mListPadding.bottom;
1550 final int viewportHeight = getHeight() - mListPadding.top - mListPadding.bottom;
1558 final int viewportHeight = getHeight() - mListPadding.top - mListPadding.bottom;
2127 final Rect listPadding = mListPadding;
2237 canScrollUp = child.getTop() < mListPadding.top;
2254 canScrollDown = child.getBottom() > mBottom - mListPadding.bottom;
2279 return mListPadding.top;
2291 return mListPadding.bottom;
2303 return mListPadding.left;
2315 return mListPadding.right;
3995 final boolean inList = x > mListPadding.left && x < getWidth() - mListPadding.right;
4060 final int contentTop = mListPadding.top;
4061 final int contentBottom = getHeight() - mListPadding.bottom;
5026 final Rect listPadding = mListPadding;
5054 final Rect listPadding = mListPadding;
5337 int childrenTop = mListPadding.top;
5338 int childrenBottom = mBottom - mTop - mListPadding.bottom;
7123 mSpecificTop = mListPadding.top + y;
7385 final int paddedTop = mListPadding.top;
7386 final int paddedBottom = getHeight() - mListPadding.bottom;
7461 Math.max(mListPadding.bottom, mExtraScroll) : mListPadding.bottom;
7492 final int extraScroll = Math.max(mListPadding.bottom, mExtraScroll);
7521 Math.max(mExtraScroll, mListPadding.top) : mListPadding.top;
7550 final int extraScroll = Math.max(mListPadding.top, mExtraScroll);