Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java211 int layoutRight; in onLayout() local
218 layoutRight = end - mContentEndMargin; in onLayout()
220 layoutRight = end - params.getMarginEnd(); in onLayout()
222 layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()
228 layoutRight = right; in onLayout()
233 layoutLeft = getWidth() - layoutRight; in onLayout()
234 layoutRight = getWidth() - ltrLeft; in onLayout()
236 child.layout(layoutLeft, top, layoutRight, bottom); in onLayout()