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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 250 int yPerRow = getHeight() / mNumRows;
251 mSelectedRow = y / yPerRow;
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 259 int yPerRow = getHeight() / mNumRows;
260 mSelectedRow = y / yPerRow;

Completed in 130 milliseconds