Searched refs:getSize (Results 1 – 9 of 9) sorted by relevance
128 public int getSize() {143 public int getSize() {
14 memcpy(dst, bm.getPixels(), bm.getSize()); in convertGL32_to_Mac32()17 uint32_t* stop = dst + (bm.getSize() >> 2); in convertGL32_to_Mac32()74 bm.getSize(), in bitmap2imageref()
140 int specSize = MeasureSpec.getSize(measureSpec); in measureWidth()166 int specSize = MeasureSpec.getSize(measureSpec); in measureHeight()
106 int specSize = MeasureSpec.getSize(measureSpec); in measureWidth()121 int specSize = MeasureSpec.getSize(measureSpec); in measureHeight()
165 final int widthSize = MeasureSpec.getSize(widthMeasureSpec); in onMeasure()168 final int heightSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
77 mImageWorker.getAdapter().getSize()); in onCreate()
199 return mImageWorker.getAdapter().getSize() + mNumColumns; in getCount()
271 int w = MeasureSpec.getSize(widthMeasureSpec); in onMeasure()272 int h = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
362 public abstract int getSize(); in getSize() method in ImageWorker.ImageWorkerAdapter