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

  /frameworks/base/core/tests/coretests/src/android/text/
PackedIntVectorTest.java 29 * PackedIntVectorTest tests the features of android.util.PackedIntVector.
39 PackedIntVector p = new PackedIntVector(width);
  /frameworks/base/core/java/android/text/
PackedIntVector.java 25 * PackedIntVector stores a two-dimensional array of integers,
32 public class PackedIntVector {
43 * Creates a new PackedIntVector with the specified width and
46 * @param columns the width of the PackedIntVector.
48 public PackedIntVector(int columns) {
235 * Returns the number of rows in the PackedIntVector. This number
245 * Returns the width of the PackedIntVector. This number is set
DynamicLayout.java 415 mInts = new PackedIntVector(COLUMNS_ELLIPSIZE);
439 mInts = new PackedIntVector(COLUMNS_NORMAL);
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 612 milliseconds