Searched refs:getTextCharacters (Results 1 - 7 of 7) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteXmlPullParser.java71 char[] getTextCharacters(int[] holderForStartAndLength) throws RemoteException; method in interface:RemoteXmlPullParser
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteXmlPullParserAdapter.java140 public char[] getTextCharacters(int[] holderForStartAndLength) throws RemoteException { method in class:RemoteXmlPullParserAdapter
141 return mDelegate.getTextCharacters(holderForStartAndLength);
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteXmlPullParserAdapter.java203 public char[] getTextCharacters(int[] holderForStartAndLength) { method in class:RemoteXmlPullParserAdapter
205 return mDelegate.getTextCharacters(holderForStartAndLength);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java319 public char[] getTextCharacters(int[] ints) { method in class:LayoutParserWrapper
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java217 public char[] getTextCharacters(int[] holderForStartAndLength) { method in class:BridgeXmlBlockParser
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java162 public char[] getTextCharacters(int[] holderForStartAndLength) { method in class:XmlBlock.Parser
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 700 milliseconds