Searched defs:PackedIntVector (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/text/
H A DPackedIntVector.java24 * PackedIntVector stores a two-dimensional array of integers,
28 class PackedIntVector { class
39 * Creates a new PackedIntVector with the specified width and
42 * @param columns the width of the PackedIntVector.
44 public PackedIntVector(int columns) { method in class:PackedIntVector
231 * Returns the number of rows in the PackedIntVector. This number
241 * Returns the width of the PackedIntVector. This number is set

Completed in 87 milliseconds