Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java205 int layoutRight; in onLayout() local
214 layoutRight = end - mContentEndMargin; in onLayout()
216 layoutRight = end - params.getMarginEnd(); in onLayout()
218 layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()
224 layoutRight = right; in onLayout()
229 layoutLeft = getWidth() - layoutRight; in onLayout()
230 layoutRight = getWidth() - ltrLeft; in onLayout()
232 child.layout(layoutLeft, top, layoutRight, bottom); in onLayout()