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 30 private int mBarHeight;
58 mBarHeight = bottom - top;
94 int y = (mBarHeight - mGripHeight) / 2;
UndoBarView.java 41 private final int mBarHeight;
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/
SearchDropTargetBar.java 51 private int mBarHeight;
102 mBarHeight = getResources().getDimensionPixelSize(R.dimen.qsb_bar_height);
112 mDropTargetBar.setTranslationY(-mBarHeight);
114 -mBarHeight, 0f);
116 -mBarHeight);
159 mQSBSearchBar.setTranslationY(-mBarHeight);

Completed in 140 milliseconds