Searched refs:mBarHeight (Results 1 – 2 of 2) sorted by relevance
41 private final int mBarHeight; field in UndoBarView63 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()
30 private int mBarHeight; field in ScrollBarView58 mBarHeight = bottom - top; in onLayout()94 int y = (mBarHeight - mGripHeight) / 2; in render()