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

/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteXmlPullParserAdapter.java226 public String nextText() throws XmlPullParserException, IOException, RemoteException { method in class:RemoteXmlPullParserAdapter
227 return mDelegate.nextText();
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteXmlPullParser.java106 String nextText() throws XmlPullParserException, IOException, RemoteException; method in interface:RemoteXmlPullParser
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteXmlPullParserAdapter.java345 public String nextText() throws XmlPullParserException, IOException { method in class:RemoteXmlPullParserAdapter
346 return mDelegate.nextText();
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java369 public String nextText() throws XmlPullParserException, IOException { method in class:LayoutParserWrapper
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java362 public String nextText() throws XmlPullParserException, IOException { method in class:BridgeXmlBlockParser
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java277 public String nextText() throws XmlPullParserException,IOException { method in class:XmlBlock.Parser

Completed in 580 milliseconds