Searched refs:mDistance (Results 1 – 5 of 5) sorted by relevance
485 private GLFrame mDistance; field in BackDropperFilter641 mDistance = (GLFrame)context.getFrameManager().newFrame(mMaskFormat); in allocateFrames()744 mBgDistProgram.process(distInputs, mDistance); in process()745 mDistance.generateMipMap(); in process()746 mDistance.setTextureParameter(GLES20.GL_TEXTURE_MIN_FILTER, in process()749 mBgMaskProgram.process(mDistance, mMask); in process()875 mDistance.release(); in close()
89 private int mDistance; field in Scroller339 mCurrVelocity = velocityCoef * mDistance / mDuration * 1000.0f; in computeScrollOffset()468 mDistance = (int) (totalDistance * Math.signum(velocity)); in fling()
101 private float mDistance = 0.0f; field in Location431 mDistance = mResults[0]; in distanceTo()434 return mDistance; in distanceTo()459 mDistance = mResults[0]; in bearingTo()
56 thiz->mLocationSpherical.mDistance = distance; in I3DLocation_SetLocationSpherical()
129 SLmillimeter mDistance; member