Searched refs:mDividerHeight (Results 1 – 3 of 3) sorted by relevance
74 private int mDividerHeight; field in BatteryChartView351 mDividerHeight = resources.getDimensionPixelSize(R.dimen.chartview_divider_height); in initializeColors()358 Log.i(TAG, "mDividerHeight:" + mDividerHeight); in initializeColors()383 height - mDividerWidth * 2 - mTrapezoidVOffset - mDividerHeight; in drawHorizontalDividers()389 offsetY = mIndent.top + (height - mDividerHeight - mDividerWidth * .5f); in drawHorizontalDividers()410 final float startY = bottomY - mDividerHeight; in drawVerticalDividers()470 getHeight() - mIndent.bottom - mDividerHeight - mDividerWidth in drawTrapezoids()
59 private final int mDividerHeight; field in GroupNotificationViewHolder83 mDividerHeight = mContext.getResources().getDimensionPixelSize( in GroupNotificationViewHolder()259 int bottom = container.getBottom() + mDividerHeight; in drawDivider()260 int top = bottom - mDividerHeight; in drawDivider()
165 private int mDividerHeight; field in MatchParentShrinkingLinearLayout275 mDividerHeight = divider.getIntrinsicHeight(); in setDividerDrawable()278 mDividerHeight = 0; in setDividerDrawable()338 final int top = child.getTop() - lp.topMargin - mDividerHeight; in drawDividersVertical()348 bottom = getHeight() - getPaddingBottom() - mDividerHeight; in drawDividersVertical()400 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight); in drawHorizontalDivider() local678 mTotalLength += mDividerHeight; in measureVertical()776 mTotalLength += mDividerHeight; in measureVertical()1179 childTop += mDividerHeight; in layoutVertical()