Home | History | Annotate | Download | only in widget

Lines Matching defs:mBaselineAlignedChildIndex

146     private int mBaselineAlignedChildIndex = -1;
275 mBaselineAlignedChildIndex =
571 if (mBaselineAlignedChildIndex < 0) {
575 if (getChildCount() <= mBaselineAlignedChildIndex) {
576 throw new RuntimeException("mBaselineAlignedChildIndex of LinearLayout "
580 final View child = getChildAt(mBaselineAlignedChildIndex);
584 if (mBaselineAlignedChildIndex == 0) {
590 throw new RuntimeException("mBaselineAlignedChildIndex of LinearLayout "
597 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
628 return mBaselineAlignedChildIndex;
643 mBaselineAlignedChildIndex = i;
772 final int baselineChildIndex = mBaselineAlignedChildIndex;
859 + "less than mBaselineAlignedChildIndex has weight > 0, which "
861 + "mBaselineAlignedChildIndex.");
1945 encoder.addProperty("layout:baselineAlignedChildIndex", mBaselineAlignedChildIndex);