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

1 2 3 4 5

  /frameworks/base/tools/aapt2/java/
JavaClassGenerator_test.cpp 58 "android:styleable/hey.dude", ResourceId(0x01030000),
242 .AddValue("android:styleable/foo", ResourceId(0x01030000),
302 Styleable styleable; local
303 styleable.entries.push_back(
305 styleable.SetComment(StringPiece("This is a styleable"));
311 .AddValue("android:styleable/Container",
312 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>
229 const Styleable& styleable,
240 sorted_attributes.reserve(styleable.entries.size());
241 for (const auto& attr : styleable.entries) {
242 // If we are not encoding final attributes, the styleable entry may have no
244 CHECK(!options_.use_final || attr.id) << "no ID set for Styleable entry";
245 CHECK(bool(attr.name)) << "no name set for Styleable entry"
531 const Styleable* styleable = local
    [all...]
  /frameworks/base/tools/aapt2/link/
TableMerger_test.cpp 59 "com.app.a:styleable/view",
80 EXPECT_TRUE(final_table.FindResource(test::ParseNameOrDie("com.app.a:styleable/view")));
306 .AddValue("com.app.a:styleable/Foo",
322 .AddValue("com.app.a:styleable/Foo", test::StyleableBuilder()
343 Styleable* styleable = test::GetValue<Styleable>(&final_table, "com.app.a:styleable/Foo"); local
344 ASSERT_THAT(styleable, NotNull());
351 EXPECT_THAT(styleable->entries, UnorderedElementsAreArray(expected_refs))
    [all...]
  /frameworks/base/tools/aapt2/proto/
TableProtoDeserializer.cpp 266 const pb::Styleable& pb_styleable = pb_compound_value.styleable();
267 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>(); local
272 styleable->entries.push_back(std::move(attr_ref));
274 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
  /frameworks/base/tools/aapt2/
ResourceParser.cpp 392 {"declare-styleable", std::mem_fn(&ResourceParser::ParseDeclareStyleable)},
1336 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>(); local
    [all...]
  /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 
  /packages/apps/TV/libs/
exoplayer_v2.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 

Completed in 857 milliseconds

1 2 3 4 5