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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DUndoBarView.java47 private final int mClickRegion; field in class:UndoBarView
78 mClickRegion = mBarMargin + mUndoTextMargin + mUndoText.getWidth()
153 return (x >= w - mClickRegion && x < w && y >= 0 && y < h);

Completed in 45 milliseconds