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

  /frameworks/base/core/java/android/widget/
TableRow.java 275 int getNextLocationOffset(View child) {
LinearLayout.java 505 // (See getNextLocationOffset and getLocationOffset)
507 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
733 lp.bottomMargin + getNextLocationOffset(child));
815 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 443 // (See getNextLocationOffset and getLocationOffset)
445 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
667 lp.bottomMargin + getNextLocationOffset(child));
750 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
835 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 33 milliseconds