Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java198 int layoutLeft = left; in onLayout() local
202 end = layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()
210 end = layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()
215 end = layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()
218 int ltrLeft = layoutLeft; in onLayout()
219 layoutLeft = getWidth() - layoutRight; in onLayout()
222 child.layout(layoutLeft, top, layoutRight, bottom); in onLayout()