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

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 447 // (See getNextLocationOffset and getLocationOffset)
449 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
671 lp.bottomMargin + getNextLocationOffset(child));
754 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
839 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 531 // (See getNextLocationOffset and getLocationOffset)
533 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
772 lp.bottomMargin + getNextLocationOffset(child));
853 lp.topMargin + 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...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 79 milliseconds