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

  /frameworks/base/tools/aapt2/
ResourceValues.cpp 168 StyledString::StyledString(const StringPool::StyleRef& ref) : value(ref) {
171 bool StyledString::equals(const Value* value) const {
172 const StyledString* other = valueCast<StyledString>(value);
188 bool StyledString::flatten(android::Res_value* outValue) const {
198 StyledString* StyledString::clone(StringPool* newPool) const {
199 StyledString* str = new StyledString(newPool->makeRef(value))
    [all...]
ResourceValues.h 220 struct StyledString : public BaseItem<StyledString> {
223 StyledString(const StringPool::StyleRef& ref);
227 StyledString* clone(StringPool* newPool) 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /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 182 milliseconds