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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DScrollBarView.java30 private int mBarHeight; field in class:ScrollBarView
58 mBarHeight = bottom - top;
94 int y = (mBarHeight - mGripHeight) / 2;
H A DUndoBarView.java41 private final int mBarHeight; field in class:UndoBarView
63 mBarHeight = GalleryUtils.dpToPixel(48);
92 setMeasuredSize(0 /* unused */, mBarHeight);
105 mPanel.draw(canvas, mBarMargin, 0, w - mBarMargin * 2, mBarHeight);
111 y = (mBarHeight - mUndoText.getHeight()) / 2;
115 y = (mBarHeight - mIconSize) / 2;
121 mBarHeight - mSeparatorTopMargin - mSeparatorBottomMargin, GRAY);
124 y = (mBarHeight - mDeletedText.getHeight()) / 2;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DSearchDropTargetBar.java51 private int mBarHeight; field in class:SearchDropTargetBar
102 mBarHeight = getResources().getDimensionPixelSize(R.dimen.qsb_bar_height);
112 mDropTargetBar.setTranslationY(-mBarHeight);
113 mDropTargetBarAnim = ObjectAnimator.ofFloat(mDropTargetBar, "translationY", -mBarHeight, 0f);
114 mQSBSearchBarAnim = ObjectAnimator.ofFloat(mQSBSearchBar, "translationY", 0f, -mBarHeight);
157 mQSBSearchBar.setTranslationY(-mBarHeight);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DSearchDropTargetBar.java49 private int mBarHeight; field in class:SearchDropTargetBar
75 -mBarHeight);
118 mBarHeight = grid.searchBarSpaceHeightPx;
119 mDropTargetBar.setTranslationY(-mBarHeight);
121 -mBarHeight, 0f);
165 mQSBSearchBar.setTranslationY(-mBarHeight);

Completed in 154 milliseconds