Searched refs:mCompensationMatrix (Results 1 – 1 of 1) sorted by relevance
91 private Matrix mCompensationMatrix = new Matrix(); field in GLRootView247 mCompensationMatrix.setRotate(mCompensation); in layoutContentPane()249 mCompensationMatrix.preTranslate(-w / 2, -h / 2); in layoutContentPane()251 mCompensationMatrix.postTranslate(h / 2, w / 2); in layoutContentPane()253 mCompensationMatrix.setRotate(mCompensation, w / 2, h / 2); in layoutContentPane()472 event = MotionEventHelper.transformEvent(event, mCompensationMatrix); in dispatchTouchEvent()561 return mCompensationMatrix; in getCompensationMatrix()