Home | History | Annotate | Download | only in widget

Lines Matching defs:getChildCount

282         final int childCount = getChildCount();
647 final int childCount = getChildCount();
679 int childCount = getChildCount();
742 final int count = getChildCount();
751 correctTooHigh(getChildCount());
760 correctTooLow(getChildCount());
795 setVisibleRangeHint(mFirstPosition, mFirstPosition + getChildCount() - 1);
829 setVisibleRangeHint(mFirstPosition, mFirstPosition + getChildCount() - 1);
878 correctTooHigh(getChildCount());
880 correctTooLow(getChildCount());
962 correctTooHigh(getChildCount());
964 correctTooLow(getChildCount());
1252 if (getChildCount() > 0) {
1448 int childCount = getChildCount();
1495 int childCount = getChildCount();
1504 int childCount = getChildCount();
1645 final int childCount = getChildCount();
1927 getChildCount() - 1);
2373 if (!handled && event.getRepeatCount() == 0 && getChildCount() > 0) {
2504 nextPage = Math.max(0, mSelectedPosition - getChildCount() - 1);
2507 nextPage = Math.min(mItemCount - 1, mSelectedPosition + getChildCount() - 1);
2519 if (down && (position > (mItemCount - getChildCount()))) {
2523 if (!down && (position < getChildCount())) {
2595 final int numChildren = getChildCount();
2678 final int lastPos = mFirstPosition + getChildCount() - 1;
2701 if (getChildCount() <= 0) {
2822 final int numChildren = getChildCount();
2923 int numChildren = getChildCount();
3055 int last = firstPosition + getChildCount() - 1;
3058 firstPosition + getChildCount() - 1;
3104 (mFirstPosition + getChildCount() - 1) < mItemCount;
3156 final int numChildren = getChildCount();
3249 int numChildren = getChildCount();
3295 int lastIndex = getChildCount() - 1;
3365 View last = getChildAt(getChildCount() - 1);
3440 final int count = getChildCount();
3760 // Don't cache the result of getChildCount or mFirstPosition here,
3762 if (adapter.getCount() < getChildCount() + mFirstPosition) {
3771 final int childCount = getChildCount();
3811 int count = getChildCount();