Home | History | Annotate | Download | only in launcher3

Lines Matching refs:right

538                 // Pad the left and right of the workspace to ensure consistent spacing
554 defaultWidgetPadding.right), searchBarSpaceHeightPx);
569 int pageIndicatorLeft = widthPx - workspacePadding.right;
577 widthPx - workspacePadding.right, pageIndicatorTop + pageIndicatorHeightPx);
590 // Pad the left and right of the workspace with search/hotseat bar sizes
600 // Pad the left and right of the workspace to ensure consistent spacing
621 desiredWorkspaceLeftRightMarginPx - defaultWidgetPadding.right,
732 workspace.setPadding(padding.left, padding.top, padding.right, padding.bottom);
750 edgeMarginPx + padding.right,
815 padding.left = padding.right = gridPaddingLR;
830 padding.right += pagedFixedViewPadding;
832 pagedView.setPadding(padding.left, padding.top, padding.right, padding.bottom);
833 fakePageContainer.setPadding(padding.left, padding.top, padding.right, padding.bottom);