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/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 222 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(CSSPropertyWebkitTextDecorationsInEffect);
223 if (!styleValue)
224 styleValue = style->getPropertyCSSValue(CSSPropertyTextDecoration);
225 return matches(element) && styleValue && styleValue->isValueList() && toCSSValueList(styleValue.get())->hasValue(m_primitiveValue.get());
267 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID);
269 return compareCSSValuePtr(value, styleValue);
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 

Completed in 82 milliseconds