OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROP_ARRAY_ALT_TEXT
(Results
1 - 2
of
2
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
AliasOptions.java
33
public static final int
PROP_ARRAY_ALT_TEXT
= PropertyOptions.ARRAY_ALT_TEXT;
129
return getOption(
PROP_ARRAY_ALT_TEXT
);
140
PROP_ARRAY_ALTERNATE |
PROP_ARRAY_ALT_TEXT
, value);
166
case
PROP_ARRAY_ALT_TEXT
: return "ARRAY_ALT_TEXT";
182
PROP_ARRAY_ALT_TEXT
;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java
659
if (index < 0 && (aliasForm & AliasOptions.
PROP_ARRAY_ALT_TEXT
) > 0)
Completed in 231 milliseconds