HomeSort by relevance Sort by last modified time
    Searched refs:getTextId (Results 1 - 11 of 11) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorInfo.java 20 public int getTextId();
EditorRotate.java 58 button.setText(mContext.getString(getTextId()) + " " + mImageRotate.getLocalValue());
65 public int getTextId() {
EditorFlip.java 64 public int getTextId() {
EditorStraighten.java 59 public int getTextId() {
Editor.java 225 s = mContext.getString(mLocalRepresentation.getTextId());
236 if (representation != null && mFilterTitle != null && representation.getTextId() != 0) {
237 String text = mContext.getString(representation.getTextId()).toUpperCase();
BasicEditor.java 117 return mContext.getString(rep.getTextId());
EditorCrop.java 107 public int getTextId() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterImageBorderRepresentation.java 72 public int getTextId() {
FilterRepresentation.java 58 representation.setTextId(getTextId());
171 public int getTextId() {
FilterColorBorderRepresentation.java 86 public int getTextId() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 246 if (representation.getTextId() != 0) {
247 representation.setName(getString(representation.getTextId()));
264 geometry.setTextId(editorInfo.getTextId());
267 if (geometry.getTextId() != 0) {
268 geometry.setName(getString(geometry.getTextId()));
374 if (representation.getTextId() != 0) {
375 representation.setName(getString(representation.getTextId()));
    [all...]

Completed in 230 milliseconds