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

/frameworks/base/core/java/android/text/
H A DPackedIntVector.java23 * PackedIntVector stores a two-dimensional array of integers,
27 class PackedIntVector { class
38 * Creates a new PackedIntVector with the specified width and
41 * @param columns the width of the PackedIntVector.
43 public PackedIntVector(int columns) { method in class:PackedIntVector
230 * Returns the number of rows in the PackedIntVector. This number
240 * Returns the width of the PackedIntVector. This number is set

Completed in 36 milliseconds