Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DLinearLayout.java397 lp.bottomMargin + getNextLocationOffset(child)); in measureVertical()
473 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child)); in measureVertical()
551 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child)); in measureVertical()
712 getNextLocationOffset(child); in measureHorizontal()
716 lp.rightMargin + getNextLocationOffset(child)); in measureHorizontal()
804 getNextLocationOffset(child); in measureHorizontal()
808 lp.leftMargin + lp.rightMargin + getNextLocationOffset(child)); in measureHorizontal()
881 getNextLocationOffset(child); in measureHorizontal()
885 lp.leftMargin + lp.rightMargin + getNextLocationOffset(child)); in measureHorizontal()
1040 int getNextLocationOffset(View child) { in getNextLocationOffset() method in LinearLayout
[all …]
DTableRow.java271 int getNextLocationOffset(View child) { in getNextLocationOffset() method in TableRow