Home
last modified time | relevance | path

Searched refs:ends (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutBlocksTest.java48 private void defineInitialState(int[] ends, int[] indices) { in defineInitialState() argument
49 initialBlockEnds = ends; in defineInitialState()
87 int[] ends = new int[sizes.length]; in assertState() local
88 for (int i = 0; i < ends.length; i++) { in assertState()
89 ends[i] = i == 0 ? (sizes[0] == 0 ? 0 : sizes[0] - 1) : ends[i - 1] + sizes[i]; in assertState()
93 assertEquals(ends[i], dl.getBlockEndLines()[i]); in assertState()
/aosp14/frameworks/base/core/proto/android/os/
H A Dpowermanager.proto63 // ends the dream. The device goes to sleep when goToSleep() is called,
64 // when the dream ends, or when unplugged. User activity may brighten
70 // which ends the dream. The device fully goes to sleep if the dream
71 // cannot be started or ends on its own.
/aosp14/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java195 int[] starts = null, ends = null; in getChars() local
206 ends = new int[nvisible]; in getChars()
211 ends[i] = sp.getSpanEnd(visible[i]); in getChars()
221 if (i >= starts[a] && i < ends[a]) { in getChars()
/aosp14/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java56 int ends = 0; field in SafeSaxTest.ElementCounter
63 ends++; in end()
106 assertEquals(1, rootCounter.ends); in testListener()
108 assertEquals(2, entryCounter.ends); in testListener()
/aosp14/frameworks/base/mime/
H A DAndroid.bp55 // They need to be in different paths because one of them ends up in a
56 // bootclasspath jar whereas the other one ends up in a test jar. Bootclasspath
/aosp14/frameworks/base/tools/aapt2/
H A Dformats.md21 boundary, so if a previous entry ends unaligned, padding must be inserted.
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/
H A DREADME.txt41 * If you are measuring the time elapsed of something that either starts or ends in the target
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DEventLogTags.logtags167 # Package Manager .apk scan ends:
/aosp14/frameworks/base/cmds/bootanimation/
H A DFORMAT.md47 * **PAUSE:** number of FRAMES to delay after this part ends
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DREADME.md96 which ends up as a `ServiceSpecificException(Status.DEAD_OBJECT)` on the client side.
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DREADME.md20 the app ends up paying) and the cost to produce by the system. This assumes that more important
/aosp14/system/core/init/
H A DREADME.md959 bootanimation ends at: 33790 31230 (-2560)
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt55 Don't expose your implementation details: `ViewStructureImpl` ends with `Impl`