HomeSort by relevance Sort by last modified time
    Searched refs:styleValue (Results 1 - 5 of 5) sorted by null

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 90 Integer styleValue = STYLE.getValueInt();
91 if (STYLE_BIG_PICTURE.equals(styleValue)) {
96 if (STYLE_BIG_TEXT.equals(styleValue)) {
101 if (STYLE_INBOX.equals(styleValue)) {
NotificationGenerator.java 96 Integer styleValue = STYLE.getValueInt();
98 if (STYLE_BIG_PICTURE.equals(styleValue)) {
107 } else if (STYLE_BIG_TEXT.equals(styleValue)) {
116 } else if (STYLE_INBOX.equals(styleValue)) {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 234 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(CSSPropertyWebkitTextDecorationsInEffect);
235 if (!styleValue)
236 styleValue = style->getPropertyCSSValue(textDecorationPropertyForEditing());
237 return matches(element) && styleValue && styleValue->isValueList() && toCSSValueList(styleValue.get())->hasValue(m_primitiveValue.get());
279 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID);
281 return compareCSSValuePtr(value, styleValue);
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 

Completed in 483 milliseconds