HomeSort by relevance Sort by last modified time
    Searched defs:StyledString (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tools/aapt2/
ResourceValues.cpp 211 StyledString::StyledString(const StringPool::StyleRef& ref) : value(ref) {}
213 bool StyledString::Equals(const Value* value) const {
214 const StyledString* other = ValueCast<StyledString>(value);
237 bool StyledString::Flatten(android::Res_value* out_value) const {
247 StyledString* StyledString::Clone(StringPool* new_pool) const {
248 StyledString* str = new StyledString(new_pool->MakeRef(value))
    [all...]
ResourceValues.h 201 struct StyledString : public BaseItem<StyledString> {
209 explicit StyledString(const StringPool::StyleRef& ref);
213 StyledString* Clone(StringPool* new_pool) const override;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 30 import org.eclipse.jface.viewers.StyledString;
95 public StyledString getStyledValue(@NonNull IMarker marker) {
164 public StyledString getStyledValue(@NonNull IMarker marker) {
165 StyledString styledString = new StyledString();
168 styledString.append(message);
172 styledString.append(String.format(" (%2$d items)", message, count),
173 StyledString.COUNTER_STYLER);
176 return styledString;
    [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 141 milliseconds