Searched refs:mDividerHeight (Results 1 – 3 of 3) sorted by relevance
86 private int mDividerHeight; field in BatteryChartView341 mDividerHeight = resources.getDimensionPixelSize(R.dimen.chartview_divider_height); in initializeColors()348 Log.i(TAG, "mDividerHeight:" + mDividerHeight); in initializeColors()402 final float bottomOffsetY = mIndent.top + (height - mDividerHeight - mDividerWidth * .5f); in drawHorizontalDividers()440 final float startY = bottomY - mDividerHeight; in drawVerticalDividers()476 dividerY += mDividerHeight / 4f; in drawVerticalDividers()610 getHeight() - mIndent.bottom - mDividerHeight - mDividerWidth - mTrapezoidVOffset; in drawTrapezoids()676 getHeight() - mIndent.bottom - mDividerHeight - mDividerWidth - mTrapezoidVOffset; in drawTransomLine()
166 private int mDividerHeight; field in MatchParentShrinkingLinearLayout276 mDividerHeight = divider.getIntrinsicHeight(); in setDividerDrawable()279 mDividerHeight = 0; in setDividerDrawable()339 final int top = child.getTop() - lp.topMargin - mDividerHeight; in drawDividersVertical()349 bottom = getHeight() - getPaddingBottom() - mDividerHeight; in drawDividersVertical()401 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight); in drawHorizontalDivider() local679 mTotalLength += mDividerHeight; in measureVertical()777 mTotalLength += mDividerHeight; in measureVertical()1180 childTop += mDividerHeight; in layoutVertical()
72 private final int mDividerHeight; field in GroupNotificationViewHolder144 mDividerHeight = getContext().getResources().getDimensionPixelSize( in GroupNotificationViewHolder()437 int bottom = container.getBottom() + mDividerHeight; in drawDivider()438 int top = bottom - mDividerHeight; in drawDivider()