Exemplo n.º 1
0
 internal Translator(CompatibilityInfo _enclosing)
 {
     this._enclosing      = _enclosing;
     mContentInsetsBuffer = null;
     mVisibleInsetsBuffer = null;
     mTouchableAreaBuffer = null;
 }
Exemplo n.º 2
0
 internal Translator(CompatibilityInfo _enclosing, float applicationScale, float applicationInvertedScale
                     )
 {
     this._enclosing               = _enclosing;
     mContentInsetsBuffer          = null;
     mVisibleInsetsBuffer          = null;
     mTouchableAreaBuffer          = null;
     this.applicationScale         = applicationScale;
     this.applicationInvertedScale = applicationInvertedScale;
 }