HomeSort by relevance Sort by last modified time
    Searched refs:mBarHeight (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScrollBarView.java 27 private int mBarHeight;
55 mBarHeight = bottom - top;
91 int y = (mBarHeight - mGripHeight) / 2;
UndoBarView.java 37 private final int mBarHeight;
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/
SearchDropTargetBar.java 51 private int mBarHeight;
103 mBarHeight = getResources().getDimensionPixelSize(R.dimen.qsb_bar_height);
113 mDropTargetBar.setTranslationY(-mBarHeight);
115 -mBarHeight, 0f);
117 -mBarHeight);
160 mQSBSearchBar.setTranslationY(-mBarHeight);

Completed in 234 milliseconds