HomeSort by relevance Sort by last modified time
    Searched refs:getNextLocationOffset (Results 1 - 4 of 4) sorted by null

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
LinearLayoutCompat.java 447 // (See getNextLocationOffset and getLocationOffset)
449 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
672 lp.bottomMargin + getNextLocationOffset(child));
755 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
840 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 595 // (See getNextLocationOffset and getLocationOffset)
597 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
839 lp.bottomMargin + getNextLocationOffset(child));
    [all...]
TableRow.java 274 int getNextLocationOffset(View child) {
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java 491 // (See getNextLocationOffset and getLocationOffset)
493 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
719 lp.bottomMargin + getNextLocationOffset(child));
801 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
    [all...]

Completed in 95 milliseconds