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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionScroll.java 54 InternalSelectionView isv = new InternalSelectionView(this, 10); local
59 isv.setLayoutParams(llLp);
60 ll.addView(isv);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ButtonAboveTallInternalSelectionViewTest.java 43 assertTrue("top of ISV should be on screen",
54 final InternalSelectionView isv = getActivity().getIsv(); local
56 isv.isFocused());
58 0, isv.getSelectedRow());
59 assertTrue("top of ISV should still be on screen",
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemISVAndButton.java 48 final InternalSelectionView isv = new InternalSelectionView(context, 8, "ISV postion " + position); local
49 isv.setLayoutParams(new LinearLayout.LayoutParams(
52 ll.addView(isv);

Completed in 319 milliseconds