Searched defs:mTranslate (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java7770 Point mTranslate; field in class:WebViewClassic.FocusTransitionDrawable
7806 if (mTranslate == null) {
7811 mTranslate = new Point(from.x - to.x, from.y - to.y);
7817 float tx = mTranslate.x * mProgress;
7818 float ty = mTranslate.y * mProgress;
7829 tx = mTranslate.x - tx;
7830 ty = mTranslate.y - ty;

Completed in 82 milliseconds