Home
last modified time | relevance | path

Searched refs:mBarHeight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DUndoBarView.java41 private final int mBarHeight; field in UndoBarView
63 mBarHeight = GalleryUtils.dpToPixel(48); in UndoBarView()
92 setMeasuredSize(0 /* unused */, mBarHeight); in onMeasure()
105 mPanel.draw(canvas, mBarMargin, 0, w - mBarMargin * 2, mBarHeight); in render()
111 y = (mBarHeight - mUndoText.getHeight()) / 2; in render()
115 y = (mBarHeight - mIconSize) / 2; in render()
121 mBarHeight - mSeparatorTopMargin - mSeparatorBottomMargin, GRAY); in render()
124 y = (mBarHeight - mDeletedText.getHeight()) / 2; in render()
DScrollBarView.java30 private int mBarHeight; field in ScrollBarView
58 mBarHeight = bottom - top; in onLayout()
94 int y = (mBarHeight - mGripHeight) / 2; in render()