Home
last modified time | relevance | path

Searched refs:mSeparatorTopMargin (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DUndoBarView.java46 private final int mSeparatorTopMargin; field in UndoBarView
69 mSeparatorTopMargin = GalleryUtils.dpToPixel(10); in UndoBarView()
119 y = mSeparatorTopMargin; in render()
121 mBarHeight - mSeparatorTopMargin - mSeparatorBottomMargin, GRAY); in render()