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

  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerViewFastScrollPopup.java 90 mBgBounds.left = mRv.getBackgroundPadding().left + (2 * mRv.getMaxScrollbarWidth());
93 mBgBounds.right = mRv.getWidth() - mRv.getBackgroundPadding().right -
BaseRecyclerView.java 178 public Rect getBackgroundPadding() {
BaseRecyclerViewFastScrollBar.java 207 int top = mRv.getBackgroundPadding().top;
208 int bottom = mRv.getHeight() - mRv.getBackgroundPadding().bottom - mThumbHeight;

Completed in 43 milliseconds