HomeSort by relevance Sort by last modified time
    Searched defs:styleable (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /frameworks/base/tools/aapt2/java/
JavaClassGenerator_test.cpp 48 .addValue(u"@android:styleable/hey.dude", ResourceId(0x01030000),
207 .addValue(u"@android:styleable/foo", ResourceId(0x01030000),
264 Styleable styleable; local
265 styleable.entries.push_back(Reference(test::parseNameOrDie(u"@android:attr/one")));
266 styleable.setComment(StringPiece16(u"This is a styleable"));
271 .addValue(u"@android:styleable/Container",
272 std::unique_ptr<Styleable>(styleable.clone(nullptr))
    [all...]
JavaClassGenerator.cpp 74 * Transforms an attribute in a styleable to the Java field name:
76 * <declare-styleable name="Foo">
79 * </declare-styleable>
209 const Styleable* styleable,
218 sortedAttributes.reserve(styleable->entries.size());
219 for (const auto& attr : styleable->entries) {
220 // If we are not encoding final attributes, the styleable entry may have no ID
222 assert((!mOptions.useFinal || attr.id) && "no ID set for Styleable entry");
223 assert(attr.name && "no name set for Styleable entry")
447 const Styleable* styleable = static_cast<const Styleable*>( local
    [all...]
  /frameworks/base/tools/aapt2/
ResourceParser_test.cpp 149 <declare-styleable name="bar">
151 </declare-styleable>)EOF";
156 EXPECT_EQ(nullptr, test::getValueForConfig<Styleable>(&mTable, u"@styleable/bar", watchConfig));
160 EXPECT_NE(nullptr, test::getValue<Styleable>(&mTable, u"@styleable/bar"));
180 std::string input = "<declare-styleable name=\"Styleable\">\n"
182 "</declare-styleable>\n"
192 std::string input = "<declare-styleable name=\"Theme\">
402 Styleable* styleable = test::getValue<Styleable>(&mTable, u"@styleable\/foo"); local
416 Styleable* styleable = test::getValue<Styleable>(&mTable, u"@styleable\/foo"); local
513 Styleable* styleable = test::getValue<Styleable>(&mTable, u"@styleable\/foo"); local
    [all...]
ResourceParser.cpp 331 { u"declare-styleable", std::mem_fn(&ResourceParser::parseDeclareStyleable) },
1197 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>(); local
    [all...]
  /frameworks/base/tools/aapt2/proto/
TableProtoDeserializer.cpp 285 const pb::Styleable& pbStyleable = pbCompoundValue.styleable();
286 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>(); local
291 styleable->entries.push_back(std::move(attrRef));
293 value = std::move(styleable);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipant.java 267 IType styleable = javaProject.findType(rFqcn + '.' + ResourceType.STYLEABLE.getName()); local
268 if (styleable != null) {
269 IField[] fields = styleable.getFields();
276 // Rename styleable fields
291 "Update custom view styleable fields");
476 // Look for styleable renames for custom views
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
R.java 147 public static final class styleable { class in class:R
  /external/robolectric/v1/lib/main/
maps_v16.jar 
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc0/
adapters-1.0-rc0.jar 
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.14.0/
gradle-0.14.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.14.1/
gradle-0.14.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.14.2/
gradle-0.14.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.14.4/
gradle-0.14.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.0.0/
gradle-1.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.0.0-rc1/
gradle-1.0.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.0.0-rc4/
gradle-1.0.0-rc4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.0.1/
gradle-1.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.1.0/
gradle-core-1.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.1.3/
gradle-core-1.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.4.0-alpha1/
gradle-core-1.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.4.0-beta3/
gradle-core-1.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.5.0/
gradle-core-1.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/gradle-core/1.5.0/
gradle-core-1.5.0.jar 

Completed in 696 milliseconds

1 2 3 4