Home
last modified time | relevance | path

Searched refs:dividerHeightPx (Results 1 – 6 of 6) sorted by relevance

/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
DSlidingTabStrip.java120 final int dividerHeightPx = (int) (Math.min(Math.max(0f, mDividerHeight), 1f) * height); in onDraw() local
156 int separatorTop = (height - dividerHeightPx) / 2; in onDraw()
161 separatorTop + dividerHeightPx, mDividerPaint); in onDraw() local
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
DSlidingTabStrip.java120 final int dividerHeightPx = (int) (Math.min(Math.max(0f, mDividerHeight), 1f) * height); in onDraw() local
156 int separatorTop = (height - dividerHeightPx) / 2; in onDraw()
161 separatorTop + dividerHeightPx, mDividerPaint); in onDraw() local
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
DSlidingTabStrip.java120 final int dividerHeightPx = (int) (Math.min(Math.max(0f, mDividerHeight), 1f) * height); in onDraw() local
156 int separatorTop = (height - dividerHeightPx) / 2; in onDraw()
161 separatorTop + dividerHeightPx, mDividerPaint); in onDraw() local
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
DSlidingTabStrip.java120 final int dividerHeightPx = (int) (Math.min(Math.max(0f, mDividerHeight), 1f) * height); in onDraw() local
156 int separatorTop = (height - dividerHeightPx) / 2; in onDraw()
161 separatorTop + dividerHeightPx, mDividerPaint); in onDraw() local
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
DSlidingTabStrip.java120 final int dividerHeightPx = (int) (Math.min(Math.max(0f, mDividerHeight), 1f) * height); in onDraw() local
156 int separatorTop = (height - dividerHeightPx) / 2; in onDraw()
161 separatorTop + dividerHeightPx, mDividerPaint); in onDraw() local
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
DSlidingTabStrip.java120 final int dividerHeightPx = (int) (Math.min(Math.max(0f, mDividerHeight), 1f) * height); in onDraw() local
156 int separatorTop = (height - dividerHeightPx) / 2; in onDraw()
161 separatorTop + dividerHeightPx, mDividerPaint); in onDraw() local