OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:styleName
(Results
1 - 7
of
7
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyStylesSet.java
182
final String
styleName
= keyStyleAttr.getString(R.styleable.Keyboard_KeyStyle_styleName);
184
Log.d(TAG, String.format("<%s
styleName
=%s />",
185
KeyboardBuilder.TAG_KEY_STYLE,
styleName
));
186
if (mStyles.containsKey(
styleName
)) {
187
Log.d(TAG, "key-style " +
styleName
+ " is overridden at "
202
mStyles.put(
styleName
, style);
210
final String
styleName
= keyAttr.getString(R.styleable.Keyboard_Key_keyStyle);
211
if (!mStyles.containsKey(
styleName
)) {
212
throw new XmlParseUtils.ParseException("Unknown key style: " +
styleName
, parser);
214
return mStyles.get(
styleName
);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java
157
String
styleName
,
161
DeclareStyleableInfo style = styleMap != null ? styleMap.get(
styleName
) : null;
189
String
styleName
= AdtUtils.capitalize(xmlName);
194
if (!
styleName
.equals(MENU_STYLE_BASE_NAME)) {
195
styleName
= MENU_STYLE_BASE_NAME +
styleName
;
197
return
styleName
;
/external/icu4c/test/intltest/
dtfmtrtts.cpp
192
static const char *
styleName
(DateFormat::EStyle s)
238
logln("Testing style " + UnicodeString(
styleName
((DateFormat::EStyle)style)));
241
errln(UnicodeString("Could not DF::createDateInstance ") + UnicodeString(
styleName
((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
251
logln("Testing style " + UnicodeString(
styleName
((DateFormat::EStyle)style)));
254
errln(UnicodeString("Could not DF::createTimeInstance ") + UnicodeString(
styleName
((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
265
logln("Testing dstyle" + UnicodeString(
styleName
((DateFormat::EStyle)dstyle)) + ", tstyle" + UnicodeString(
styleName
((DateFormat::EStyle)tstyle)) );
268
dataerrln(UnicodeString("Could not DF::createDateTimeInstance ") + UnicodeString(
styleName
((DateFormat::EStyle)dstyle)) + ", tstyle" + UnicodeString(
styleName
((DateFormat::EStyle)tstyle)) + "Locale: " + loc.getDisplayName(temp));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java
346
String
styleName
= guessStyleName(xmlName);
347
String sdkUrl = DescriptorsUtils.MANIFEST_SDK_URL +
styleName
;
401
* @param
styleName
The name of the {@link ElementDescriptor} to inflate. Its XML local name
410
String
styleName
) {
412
assert
styleName
!= null;
420
DeclareStyleableInfo style = styleMap.get(
styleName
);
441
if (
styleName
.equals(parent)) {
541
for (String
styleName
: manifestMap.keySet()) {
542
if (
styleName
.startsWith(ANDROID_MANIFEST_STYLEABLE)) {
543
stylesDeclared.add(
styleName
);
[
all
...]
/prebuilts/devtools/tools/lib/
lint-checks.jar
sdk-common.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 227 milliseconds