Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java163 int layoutLeft = left; in onLayout() local
171 layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()
174 int ltrLeft = layoutLeft; in onLayout()
175 layoutLeft = getWidth() - layoutRight; in onLayout()
178 child.layout(layoutLeft, top, layoutRight, bottom); in onLayout()