Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java91 private Matrix mCompensationMatrix = new Matrix(); field in GLRootView
247 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()