Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DUndoBarView.java38 private final StringTexture mUndoText; field in UndoBarView
75 mUndoText = StringTexture.newInstance(context.getString(R.string.undo), in UndoBarView()
82 mClickRegion = mBarMargin + mUndoTextMargin + mUndoText.getWidth() in UndoBarView()
110 x -= mUndoTextMargin + mUndoText.getWidth(); in render()
111 y = (mBarHeight - mUndoText.getHeight()) / 2; in render()
112 mUndoText.draw(canvas, x, y); in render()