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.java719 lp.bottomMargin + getNextLocationOffset(child)); in measureVertical()
801 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child)); in measureVertical()
905 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child)); in measureVertical()
1085 int getNextLocationOffset(View child) { in getNextLocationOffset() method in MatchParentShrinkingLinearLayout
1185 childTop += childHeight + lp.bottomMargin + getNextLocationOffset(child); in layoutVertical()
1332 getNextLocationOffset(child); in layoutHorizontal()