Searched refs:mSrc (Results 1 – 7 of 7) sorted by relevance
28 private final byte[] mSrc; field in Asn1Decoder60 mSrc = bytes; in Asn1Decoder()93 byte b = mSrc[offset++]; in nextNode()96 while (offset < mEnd && (mSrc[offset++] & 0x80) != 0) { in nextNode()106 tag = IccUtils.bytesToInt(mSrc, tagStart, offset - tagStart); in nextNode()114 b = mSrc[offset++]; in nextNode()127 dataLen = IccUtils.bytesToInt(mSrc, offset, lenLen); in nextNode()147 Asn1Node root = new Asn1Node(tag, mSrc, offset, dataLen); in nextNode()
45 private final View mSrc; field in ForwardingListener60 mSrc = src; in ForwardingListener()97 mSrc.onTouchEvent(e); in onTouch()116 mSrc.removeCallbacks(mDisallowIntercept); in onViewDetachedFromWindow()161 final View src = mSrc; in onTouchObserved()208 mSrc.removeCallbacks(mTriggerLongPress); in clearCallbacks()212 mSrc.removeCallbacks(mDisallowIntercept); in clearCallbacks()219 final View src = mSrc; in onLongPress()250 final View src = mSrc; in onTouchForwarded()281 final ViewParent parent = mSrc.getParent(); in run()
36 private File mSrc; field in FileUtilsBenchmark43 mSrc = new File("/data/local/tmp/src"); in setUp()48 try (FileOutputStream os = new FileOutputStream(mSrc)) { in setUp()55 try (FileInputStream in = new FileInputStream(mSrc); in timeRegularUserspace()64 try (FileInputStream in = new FileInputStream(mSrc); in timeRegularSendfile()91 try (FileInputStream in = new FileInputStream(mSrc); in timePipeSinkUserspace()100 try (FileInputStream in = new FileInputStream(mSrc); in timePipeSinkSplice()
32 float mSrc[] = new float[BUF_SIZE]; field in MathErr49 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()
509 private final GradientColor mSrc; field in GradientColor.GradientColorFactory512 mSrc = src; in GradientColorFactory()517 return mSrc.mChangingConfigurations; in getChangingConfigurations()522 return mSrc; in newInstance()527 return mSrc.obtainForTheme(theme); in newInstance()
737 private final ColorStateList mSrc; field in ColorStateList.ColorStateListFactory741 mSrc = src; in ColorStateListFactory()746 return mSrc.mChangingConfigurations; in getChangingConfigurations()751 return mSrc; in newInstance()756 return (ColorStateList) mSrc.obtainForTheme(theme); in newInstance()
16462 Landroid/content/res/ColorStateList$ColorStateListFactory;->mSrc:Landroid/content/res/ColorStateLis…16624 Landroid/content/res/GradientColor$GradientColorFactory;->mSrc:Landroid/content/res/GradientColor;70970 Landroid/widget/ForwardingListener;->mSrc:Landroid/view/View;