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

/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/v8/renderscript/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.java978 private ArrayList<T> getArray() { method in class:ViewTreeObserver.CopyOnWriteArray
1007 return getArray().size();
1011 getArray().add(item);
1015 getArray().addAll(array.mData);
1019 getArray().remove(item);
1023 getArray().clear();
/frameworks/native/libs/ui/
H A DRegion.cpp553 Rect const * const lhs_rects = lhs.getArray(&lhs_count);
556 Rect const * const rhs_rects = rhs.getArray(&rhs_count);
666 Rect const * const lhs_rects = lhs.getArray(&lhs_count);
771 Rect const* Region::getArray(size_t* count) const { function in class:android::Region
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java354 public StatusBarNotification[] getArray(int count) { method in class:NotificationManagerService.Archive
366 public StatusBarNotification[] getArray(int count, String pkg, int userId) { method in class:NotificationManagerService.Archive
539 tmp = mArchive.getArray(count);

Completed in 157 milliseconds