Home
last modified time | relevance | path

Searched refs:holderForStartAndLength (Results 1 – 6 of 6) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParser.java220 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() argument
224 holderForStartAndLength[0] = 0; in getTextCharacters()
225 holderForStartAndLength[1] = txt.length(); in getTextCharacters()
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteXmlPullParserAdapter.java140 public char[] getTextCharacters(int[] holderForStartAndLength) throws RemoteException { in getTextCharacters() argument
141 return mDelegate.getTextCharacters(holderForStartAndLength); in getTextCharacters()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteXmlPullParserAdapter.java203 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() argument
205 return mDelegate.getTextCharacters(holderForStartAndLength); in getTextCharacters()
/frameworks/base/core/java/android/content/res/
DXmlBlock.java177 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() argument
181 holderForStartAndLength[0] = 0; in getTextCharacters()
182 holderForStartAndLength[1] = txt.length(); in getTextCharacters()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteXmlPullParser.java71 char[] getTextCharacters(int[] holderForStartAndLength) throws RemoteException; in getTextCharacters() argument
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1483 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() argument
1484 return parser.getTextCharacters(holderForStartAndLength); in getTextCharacters()