Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DLinearLayout.java856 lp.bottomMargin + getNextLocationOffset(child)); in measureVertical()
937 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child)); in measureVertical()
1016 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child)); in measureVertical()
1218 + getNextLocationOffset(child); in measureHorizontal()
1222 + lp.rightMargin + getNextLocationOffset(child)); in measureHorizontal()
1315 getNextLocationOffset(child); in measureHorizontal()
1319 lp.leftMargin + lp.rightMargin + getNextLocationOffset(child)); in measureHorizontal()
1392 getNextLocationOffset(child); in measureHorizontal()
1396 lp.leftMargin + lp.rightMargin + getNextLocationOffset(child)); in measureHorizontal()
1575 int getNextLocationOffset(View child) { in getNextLocationOffset() method in LinearLayout
[all …]
DTableRow.java275 int getNextLocationOffset(View child) { in getNextLocationOffset() method in TableRow