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

  /external/setupdesign/main/src/com/google/android/setupdesign/
DividerItemDecoration.java 205 public int getDividerHeight() {
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 210 int childHeight = child.getHeight() + getDividerHeight();
234 int childHeight = startBounds.bottom - startBounds.top + getDividerHeight();
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
ListViewRemovalAnimation.java 225 int childHeight = child.getHeight() + listview.getDividerHeight();
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 297 int childHeight = child.getHeight() + listview.getDividerHeight();
  /cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java 198 assertEquals(20, mListView.getDividerHeight());
204 assertEquals(10, mListView.getDividerHeight());
426 assertEquals(d.getBounds().height(), mListView.getDividerHeight());
430 assertEquals(10, mListView.getDividerHeight());
    [all...]

Completed in 122 milliseconds