Home
last modified time | relevance | path

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

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