Searched defs:mSeparatorTopMargin (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DUndoBarView.java42 private final int mSeparatorTopMargin; field in class:UndoBarView
65 mSeparatorTopMargin = GalleryUtils.dpToPixel(10);
115 y = mSeparatorTopMargin;
117 mBarHeight - mSeparatorTopMargin - mSeparatorBottomMargin, GRAY);

Completed in 128 milliseconds