Home | History | Annotate | Download | only in java

Lines Matching defs:styleable

58               "android:styleable/hey.dude", ResourceId(0x01030000),
242 .AddValue("android:styleable/foo", ResourceId(0x01030000),
302 Styleable styleable;
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)))
331 EXPECT_NE(std::string::npos, actual.find(styleable.GetComment().data()));
340 .AddValue("android:styleable/ActionBar",
344 .AddValue("android:styleable/ActionBar.LayoutParams",