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

/frameworks/base/tests/framework-tests/src/android/text/
H A DPackedIntVectorTest.java19 import android.text.PackedIntVector;
23 * PackedIntVectorTest tests the features of android.util.PackedIntVector.
29 PackedIntVector p = new PackedIntVector(width);
/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
H A DDynamicLayout.java89 mInts = new PackedIntVector(COLUMNS_ELLIPSIZE);
93 mInts = new PackedIntVector(COLUMNS_NORMAL);
478 private PackedIntVector mInts;

Completed in 92 milliseconds