Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java191 int layoutLeft = left; in onLayout() local
199 layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()
202 int ltrLeft = layoutLeft; in onLayout()
203 layoutLeft = getWidth() - layoutRight; in onLayout()
206 child.layout(layoutLeft, top, layoutRight, bottom); in onLayout()