OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTextId
(Results
1 - 14
of
14
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorInfo.java
20
public int
getTextId
();
EditorRotate.java
76
String displayVal = mContext.getString(
getTextId
()) + " "
89
public int
getTextId
() {
EditorMirror.java
86
public int
getTextId
() {
EditorStraighten.java
80
public int
getTextId
() {
Editor.java
257
s = mContext.getString(mLocalRepresentation.
getTextId
());
268
if (representation != null && mFilterTitle != null && representation.
getTextId
() != 0) {
269
String text = mContext.getString(representation.
getTextId
()).toUpperCase();
BasicEditor.java
117
return mContext.getString(rep.
getTextId
());
EditorCrop.java
159
public int
getTextId
() {
EditorChanSat.java
165
String text = mContext.getString(rep.
getTextId
()).toUpperCase();
EditorVignette.java
131
String text = mContext.getString(rep.
getTextId
()).toUpperCase();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterColorBorderRepresentation.java
128
public int
getTextId
() {
129
if (super.
getTextId
() == 0) {
132
return super.
getTextId
();
FilterImageBorderRepresentation.java
76
public int
getTextId
() {
FilterRepresentation.java
67
representation.setTextId(
getTextId
());
172
public int
getTextId
() {
BaseFiltersManager.java
336
if (geometry.
getTextId
() != 0) {
337
geometry.setName(context.getString(geometry.
getTextId
()));
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
464
if (representation.
getTextId
() != 0) {
465
representation.setName(getString(representation.
getTextId
()));
575
if (representation.
getTextId
() != 0) {
576
representation.setName(getString(representation.
getTextId
()));
[
all
...]
Completed in 213 milliseconds