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/
DBatteryChartView.java74 private int mDividerHeight; field in BatteryChartView
351 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()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java59 private final int mDividerHeight; field in GroupNotificationViewHolder
83 mDividerHeight = mContext.getResources().getDimensionPixelSize( in GroupNotificationViewHolder()
259 int bottom = container.getBottom() + mDividerHeight; in drawDivider()
260 int top = bottom - mDividerHeight; in drawDivider()
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java165 private int mDividerHeight; field in MatchParentShrinkingLinearLayout
275 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() local
678 mTotalLength += mDividerHeight; in measureVertical()
776 mTotalLength += mDividerHeight; in measureVertical()
1179 childTop += mDividerHeight; in layoutVertical()