Searched refs:mBarHeight (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DScrollBarView.java27 private int mBarHeight; field in class:ScrollBarView
55 mBarHeight = bottom - top;
91 int y = (mBarHeight - mGripHeight) / 2;
H A DUndoBarView.java37 private final int mBarHeight; field in class:UndoBarView
59 mBarHeight = GalleryUtils.dpToPixel(48);
88 setMeasuredSize(0 /* unused */, mBarHeight);
101 mPanel.draw(canvas, mBarMargin, 0, w - mBarMargin * 2, mBarHeight);
107 y = (mBarHeight - mUndoText.getHeight()) / 2;
111 y = (mBarHeight - mIconSize) / 2;
117 mBarHeight - mSeparatorTopMargin - mSeparatorBottomMargin, GRAY);
120 y = (mBarHeight - mDeletedText.getHeight()) / 2;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DSearchDropTargetBar.java51 private int mBarHeight; field in class:SearchDropTargetBar
103 mBarHeight = getResources().getDimensionPixelSize(R.dimen.qsb_bar_height);
113 mDropTargetBar.setTranslationY(-mBarHeight);
115 -mBarHeight, 0f);
117 -mBarHeight);
160 mQSBSearchBar.setTranslationY(-mBarHeight);

Completed in 78 milliseconds