Searched refs:isFullScreenPage (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java608 public boolean isFullScreenPage = false; field in class:PagedView.LayoutParams
651 lp.isFullScreenPage = true;
729 if (!lp.isFullScreenPage) {
793 int childLeft = offsetX + (lp.isFullScreenPage ? 0 : getPaddingLeft());
803 if (lp.isFullScreenPage) {
817 int scrollOffsetLeft = lp.isFullScreenPage ? 0 : getPaddingLeft();
830 if (lp.isFullScreenPage) {
832 } else if (nextLp != null && nextLp.isFullScreenPage) {
1348 if (!lp.isFullScreenPage) {

Completed in 37 milliseconds