HomeSort by relevance Sort by last modified time
    Searched refs:PackedIntVector (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/coretests/src/android/text/
PackedIntVectorTest.java 22 * PackedIntVectorTest tests the features of android.util.PackedIntVector.
28 PackedIntVector p = new PackedIntVector(width);
  /frameworks/base/core/java/android/text/
PackedIntVector.java 23 * PackedIntVector stores a two-dimensional array of integers,
27 class PackedIntVector {
38 * Creates a new PackedIntVector with the specified width and
41 * @param columns the width of the PackedIntVector.
43 public PackedIntVector(int columns) {
230 * Returns the number of rows in the PackedIntVector. This number
240 * Returns the width of the PackedIntVector. This number is set
DynamicLayout.java 110 mInts = new PackedIntVector(COLUMNS_ELLIPSIZE);
114 mInts = new PackedIntVector(COLUMNS_NORMAL);
707 private PackedIntVector mInts;

Completed in 42 milliseconds