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

/frameworks/base/core/java/android/os/
H A DLatencyTimer.java65 long[] array = getArray(tag);
80 private long[] getArray(String tag) { method in class:LatencyTimer
/frameworks/base/graphics/java/android/graphics/
H A DColorMatrix.java65 public final float[] getArray() { return mArray; } method in class:ColorMatrix
/frameworks/base/graphics/java/android/renderscript/
H A DMatrix2f.java55 public float[] getArray() { method in class:Matrix2f
98 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length);
H A DMatrix3f.java55 public float[] getArray() { method in class:Matrix3f
104 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length);
H A DMatrix4f.java55 public float[] getArray() { method in class:Matrix4f
112 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DMatrix2f.java55 public float[] getArray() { method in class:Matrix2f
98 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length);
H A DMatrix3f.java55 public float[] getArray() { method in class:Matrix3f
104 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length);
H A DMatrix4f.java55 public float[] getArray() { method in class:Matrix4f
112 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length);
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java811 private ArrayList<T> getArray() { method in class:ViewTreeObserver.CopyOnWriteArray
838 return getArray().size();
842 getArray().add(item);
846 getArray().addAll(array.mData);
850 getArray().remove(item);
854 getArray().clear();
/frameworks/native/libs/ui/
H A DRegion.cpp419 Rect const * const lhs_rects = lhs.getArray(&lhs_count);
422 Rect const * const rhs_rects = rhs.getArray(&rhs_count);
532 Rect const * const lhs_rects = lhs.getArray(&lhs_count);
634 Rect const* Region::getArray(size_t* count) const { function in class:android::Region

Completed in 537 milliseconds