HomeSort by relevance Sort by last modified time
    Searched full:boundgap (Results 1 - 1 of 1) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteListView.java 176 final int boundGap = (int) (getHeight() * BOUND_GAP_RATIO);
177 mTopScrollBound = (getTop() + boundGap);
178 mBottomScrollBound = (getBottom() - boundGap);

Completed in 227 milliseconds