HomeSort by relevance Sort by last modified time
    Searched refs:styleValue (Results 1 - 4 of 4) 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/webkit/Source/WebCore/editing/
EditingStyle.cpp 167 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID);
168 return matches(element) && styleValue && styleValue->isValueList() && static_cast<CSSValueList*>(styleValue.get())->hasValue(m_primitiveValue.get());
210 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID);
214 return value && styleValue && value->cssText() == styleValue->cssText();
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 

Completed in 337 milliseconds