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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorInfo.java20 public int getTextId(); method in interface:EditorInfo
H A DEditorRotate.java76 String displayVal = mContext.getString(getTextId()) + " "
89 public int getTextId() { method in class:EditorRotate
H A DEditorMirror.java86 public int getTextId() { method in class:EditorMirror
H A DEditorStraighten.java80 public int getTextId() { method in class:EditorStraighten
H A DEditor.java257 s = mContext.getString(mLocalRepresentation.getTextId());
268 if (representation != null && mFilterTitle != null && representation.getTextId() != 0) {
269 String text = mContext.getString(representation.getTextId()).toUpperCase();
H A DBasicEditor.java117 return mContext.getString(rep.getTextId());
H A DEditorCrop.java159 public int getTextId() { method in class:EditorCrop
H A DEditorChanSat.java165 String text = mContext.getString(rep.getTextId()).toUpperCase();
H A DEditorVignette.java131 String text = mContext.getString(rep.getTextId()).toUpperCase();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterColorBorderRepresentation.java128 public int getTextId() { method in class:FilterColorBorderRepresentation
129 if (super.getTextId() == 0) {
132 return super.getTextId();
H A DFilterImageBorderRepresentation.java76 public int getTextId() { method in class:FilterImageBorderRepresentation
H A DFilterRepresentation.java67 representation.setTextId(getTextId());
172 public int getTextId() { method in class:FilterRepresentation
H A DBaseFiltersManager.java336 if (geometry.getTextId() != 0) {
337 geometry.setName(context.getString(geometry.getTextId()));
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java464 if (representation.getTextId() != 0) {
465 representation.setName(getString(representation.getTextId()));
575 if (representation.getTextId() != 0) {
576 representation.setName(getString(representation.getTextId()));

Completed in 1643 milliseconds