Searched refs:mSrc (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/ |
D | MathErr.java | 32 float mSrc[] = new float[BUF_SIZE]; field in MathErr 49 mSrc[i] = (((float)i) / 9) - 200; in buildRand() 52 mAllocationSrc.copyFrom(mSrc); in buildRand() 61 …android.util.Log.v("err", "error " + err + " src " + mSrc[i] + " ref " + mRef[i] + " res " + mRes[… in logErr() 71 mRef[i] = (float)Math.pow(2.f, mSrc[i]); in testExp2() 81 mRef[i] = (float)Math.log(mSrc[i]) * 1.442695041f; in testLog2()
|
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 1190 private final View mSrc; 1202 mSrc = src; 1245 mSrc.removeCallbacks(mDisallowIntercept); 1290 final View src = mSrc; 1338 final View src = mSrc; 1363 final ViewParent parent = mSrc.getParent();
|
/frameworks/base/libs/hwui/ |
D | DisplayListOp.h | 872 mBitmap(bitmap), mSrc(srcLeft, srcTop, srcRight, srcBottom) {} in DrawBitmapRectOp() 875 return renderer.drawBitmap(mBitmap, mSrc.left, mSrc.top, mSrc.right, mSrc.bottom, in applyDraw() 882 mBitmap, RECT_ARGS(mSrc), RECT_ARGS(mLocalBounds)); in output() 894 Rect mSrc; variable
|