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

  /frameworks/base/core/java/android/widget/
LinearLayout.java 466 // (See getNextLocationOffset and getLocationOffset)
468 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
692 lp.bottomMargin + getNextLocationOffset(child));
774 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
    [all...]
TableRow.java 275 int getNextLocationOffset(View child) {

Completed in 1652 milliseconds