Home
last modified time | relevance | path

Searched refs:mSrc (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
DMathErr.java32 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/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java1224 private final View mSrc;
1248 mSrc = src;
1288 mSrc.onTouchEvent(e);
1333 final View src = mSrc;
1378 mSrc.removeCallbacks(mTriggerLongPress);
1382 mSrc.removeCallbacks(mDisallowIntercept);
1389 final View src = mSrc;
1399 mSrc.getParent().requestDisallowInterceptTouchEvent(true);
1404 mSrc.onTouchEvent(e);
1418 final View src = mSrc;
[all …]
/frameworks/base/core/java/android/widget/
DListPopupWindow.java1207 private final View mSrc;
1228 mSrc = src;
1264 mSrc.onTouchEvent(e);
1283 mSrc.removeCallbacks(mDisallowIntercept);
1328 final View src = mSrc;
1376 mSrc.removeCallbacks(mTriggerLongPress);
1380 mSrc.removeCallbacks(mDisallowIntercept);
1387 final View src = mSrc;
1419 final View src = mSrc;
1450 final ViewParent parent = mSrc.getParent();
/frameworks/base/libs/hwui/
DDisplayListOp.h758 mBitmap(bitmap), mSrc(srcLeft, srcTop, srcRight, srcBottom) {} in DrawBitmapRectOp()
761 return renderer.drawBitmap(mBitmap, mSrc.left, mSrc.top, mSrc.right, mSrc.bottom, in applyDraw()
768 mBitmap, RECT_ARGS(mSrc), RECT_ARGS(mLocalBounds)); in output()
780 Rect mSrc; variable