HomeSort by relevance Sort by last modified time
    Searched refs:listHeight (Results 1 - 5 of 5) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
PinnedHeaderListAdapter.java 135 int listHeight = listView.getHeight();
138 int position = listView.getPositionAt(listHeight - bottomHeaderHeight)
152 listView.setHeaderPinnedAtBottom(i, listHeight - bottomHeaderHeight, false);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
PinnedHeaderListAdapter.java 126 int listHeight = listView.getHeight();
129 int position = listView.getPositionAt(listHeight - bottomHeaderHeight) - headerViewsCount;
142 listView.setHeaderPinnedAtBottom(i, listHeight - bottomHeaderHeight, false);
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListView_ScrollTest.java 445 final int listHeight = mListView.getHeight();
446 final int expectedScrollAmount = (y > 0) ? Math.min(y, listHeight - 1)
447 : Math.max(y, -(listHeight - 1));
462 final int listHeight = mListView.getHeight();
474 verifyScrollBy(listHeight + mRowHeightPx);
  /external/python/cpython2/Mac/Modules/list/
_Listmodule.c 211 short listHeight;
214 &listHeight))
217 listHeight,
633 PyDoc_STR("(short listWidth, short listHeight) -> None")},
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]

Completed in 81 milliseconds