Home
last modified time | relevance | path

Searched refs:mDividerHeight (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryChartView.java86 private int mDividerHeight; field in BatteryChartView
341 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()
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java166 private int mDividerHeight; field in MatchParentShrinkingLinearLayout
276 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() local
679 mTotalLength += mDividerHeight; in measureVertical()
777 mTotalLength += mDividerHeight; in measureVertical()
1180 childTop += mDividerHeight; in layoutVertical()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java72 private final int mDividerHeight; field in GroupNotificationViewHolder
144 mDividerHeight = getContext().getResources().getDimensionPixelSize( in GroupNotificationViewHolder()
437 int bottom = container.getBottom() + mDividerHeight; in drawDivider()
438 int top = bottom - mDividerHeight; in drawDivider()