Searched refs:mTotalLength (Results 1 – 2 of 2) sorted by relevance
97 private int mTotalLength; field in LinearLayout213 childTop = mBottom - mTop - mPaddingBottom - mTotalLength; in getBaseline()218 mTotalLength) / 2; in getBaseline()327 mTotalLength = 0; in measureVertical()351 mTotalLength += measureNullChild(i); in measureVertical()368 final int totalLength = mTotalLength; in measureVertical()369 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin); in measureVertical()388 totalWeight == 0 ? mTotalLength : 0); in measureVertical()395 final int totalLength = mTotalLength; in measureVertical()396 mTotalLength = Math.max(totalLength, totalLength + childHeight + lp.topMargin + in measureVertical()[all …]
97 private float mTotalLength; field in GestureOverlayView555 mTotalLength = 0; in touchDown()637 mTotalLength += (float) Math.sqrt(dx * dx + dy * dy); in touchMove()639 if (mTotalLength > mGestureStrokeLengthThreshold) { in touchMove()