Searched refs:mBarHeight (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | UndoBarView.java | 41 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()
|
D | ScrollBarView.java | 30 private int mBarHeight; field in ScrollBarView 58 mBarHeight = bottom - top; in onLayout() 94 int y = (mBarHeight - mGripHeight) / 2; in render()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | SearchDropTargetBar.java | 51 private int mBarHeight; field in SearchDropTargetBar 102 mBarHeight = getResources().getDimensionPixelSize(R.dimen.qsb_bar_height); in onFinishInflate() 112 mDropTargetBar.setTranslationY(-mBarHeight); in onFinishInflate() 113 … mDropTargetBarAnim = ObjectAnimator.ofFloat(mDropTargetBar, "translationY", -mBarHeight, 0f); in onFinishInflate() 114 … mQSBSearchBarAnim = ObjectAnimator.ofFloat(mQSBSearchBar, "translationY", 0f, -mBarHeight); in onFinishInflate() 157 mQSBSearchBar.setTranslationY(-mBarHeight); in hideSearchBar()
|