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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorInfo.java 20 public int getTextId();
EditorFlip.java 64 public int getTextId() {
EditorRotate.java 58 button.setText(mContext.getString(getTextId()) + " " + mImageRotate.getLocalValue());
65 public int getTextId() {
EditorStraighten.java 59 public int getTextId() {
EditorCrop.java 107 public int getTextId() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterImageBorderRepresentation.java 72 public int getTextId() {
FilterColorBorderRepresentation.java 86 public int getTextId() {
FilterRepresentation.java 58 representation.setTextId(getTextId());
171 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 306 milliseconds