Searched refs:mTranslator (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DSurfaceView.java173 private Translator mTranslator; field in class:SurfaceView
484 mTranslator = viewRoot.mTranslator;
485 if (mTranslator != null) {
486 mSurface.setCompatibilityTranslator(mTranslator);
525 if (mTranslator != null) {
526 mTranslator.translateRectInAppWindowToScreen(mScreenRect);
595 if (mTranslator == null) {
599 float appInvertedScale = mTranslator.applicationInvertedScale;
734 if (mTranslator !
[all...]
H A DViewRootImpl.java322 CompatibilityInfo.Translator mTranslator; field in class:ViewRootImpl
699 mTranslator = compatibilityInfo.getTranslator();
717 if (mTranslator != null) {
718 mSurface.setCompatibilityTranslator(mTranslator);
721 mTranslator.translateWindowLayout(attrs);
734 mAttachInfo.mScalingRequired = mTranslator != null;
736 mTranslator == null ? 1.0f : mTranslator.applicationScale;
777 if (mTranslator != null) {
778 mTranslator
[all...]

Completed in 15 milliseconds