Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java192 int layoutRight = right; in onLayout() local
198 layoutRight = getWidth() - paddingEnd; in onLayout()
199 layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()
203 layoutLeft = getWidth() - layoutRight; in onLayout()
204 layoutRight = getWidth() - ltrLeft; in onLayout()
206 child.layout(layoutLeft, top, layoutRight, bottom); in onLayout()