Searched refs:mBarHeight (Results 1 – 3 of 3) sorted by relevance
36 private final int mBarHeight; field in UndoBarView58 mBarHeight = (int) GalleryUtils.dpToPixel(48); in UndoBarView()87 setMeasuredSize(0 /* unused */, mBarHeight); in onMeasure()100 mPanel.draw(canvas, mBarMargin, 0, w - mBarMargin * 2, mBarHeight); in render()106 y = (mBarHeight - mUndoText.getHeight()) / 2; in render()110 y = (mBarHeight - mIconSize) / 2; in render()116 mBarHeight - mSeparatorTopMargin - mSeparatorBottomMargin, GRAY); in render()119 y = (mBarHeight - mDeletedText.getHeight()) / 2; in render()
27 private int mBarHeight; field in ScrollBarView55 mBarHeight = bottom - top; in onLayout()91 int y = (mBarHeight - mGripHeight) / 2; in render()
51 private int mBarHeight; field in SearchDropTargetBar103 mBarHeight = getResources().getDimensionPixelSize(R.dimen.qsb_bar_height); in onFinishInflate()113 mDropTargetBar.setTranslationY(-mBarHeight); in onFinishInflate()115 -mBarHeight, 0f); in onFinishInflate()117 -mBarHeight); in onFinishInflate()160 mQSBSearchBar.setTranslationY(-mBarHeight); in hideSearchBar()