Searched defs:ViewNode (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java99 ViewNode node;
165 void pushViewStackEntry(ViewNode node, int pos) {
181 void writeView(ViewNode child, Parcel out, PooledStringWriter pwriter, int levelAdj) {
190 if ((flags&ViewNode.FLAGS_HAS_CHILDREN) != 0) {
208 ViewNode child = mCurViewStackEntry.node.mChildren[mCurViewStackEntry.curChild];
241 ViewNode root = win.mRoot;
343 int mTextColor = ViewNode.TEXT_COLOR_UNDEFINED;
344 int mTextBackgroundColor = ViewNode.TEXT_COLOR_UNDEFINED;
355 return mTextBackgroundColor == ViewNode.TEXT_COLOR_UNDEFINED
401 final ViewNode mRoo
502 static public class ViewNode { class in class:AssistStructure
565 ViewNode() { method in class:AssistStructure.ViewNode
568 ViewNode(ParcelTransferReader reader, int nestingLevel) { method in class:AssistStructure.ViewNode
[all...]

Completed in 76 milliseconds