Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java720 lp.bottomMargin + getNextLocationOffset(child)); in measureVertical()
802 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child)); in measureVertical()
906 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child)); in measureVertical()
1086 int getNextLocationOffset(View child) { in getNextLocationOffset() method in MatchParentShrinkingLinearLayout
1186 childTop += childHeight + lp.bottomMargin + getNextLocationOffset(child); in layoutVertical()
1333 getNextLocationOffset(child); in layoutHorizontal()