Searched refs:Text (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h105 * A Text (CDATA) XML node. Can not have any children.
107 struct Text : public BaseNode<Text> { struct in namespace:aapt::xml
144 virtual void visit(Text* text) {}
161 void visit(Text* text) override {
H A DXmlDom.cpp68 if (!nodeCast<Text>(thisNode)) {
146 if (Text* text = nodeCast<Text>(lastChild)) {
153 std::unique_ptr<Text> text = util::make_unique<Text>();
284 std::unique_ptr<Text> node = util::make_unique<Text>();
317 if (!nodeCast<Text>(thisNode)) {
/frameworks/base/libs/hwui/
H A DLayerBuilder.h51 Text, enumerator in enum:android::uirenderer::OpBatchType::__anon1058
H A DLayerBuilder.cpp126 bool isTextBatch = getBatchId() == OpBatchType::Text
H A DFrameBuilder.cpp744 return paint.getColor() == SK_ColorBLACK ? OpBatchType::Text : OpBatchType::ColorText;
/frameworks/base/tools/aapt2/java/
H A DProguardRules.cpp32 virtual void visit(xml::Text*) override {};
/frameworks/base/tools/aapt2/flatten/
H A DXmlFlattener.cpp94 void visit(xml::Text* node) override {
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs238 <span class="en">Text Fields</span>
525 <span class="en">Text and Input</span>
/frameworks/base/
H A Dcompiled-classes-phone8057 org.w3c.dom.Text

Completed in 5173 milliseconds