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

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 393 int startInset = Math.max(mSectionNamesMargin, mAppsRecyclerView.getMaxScrollbarWidth());
397 topBottomPadding, padding.right + startInset, topBottomPadding);
399 mAppsRecyclerView.setPadding(padding.left + startInset, topBottomPadding,
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java 578 private int updateSpecWithExtra(int spec, int startInset, int endInset) {
579 if (startInset == 0 && endInset == 0) {
585 View.MeasureSpec.getSize(spec) - startInset - endInset, mode);
    [all...]
StaggeredGridLayoutManager.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 273 milliseconds