Home | History | Annotate | Download | only in systemui

Lines Matching refs:mScaler

94     private ViewScaler mScaler;
173 mScaler = new ViewScaler();
175 mScaleAnimation = ObjectAnimator.ofFloat(mScaler, "height", 0f);
198 mScaler.setHeight(newHeight);
466 mScaler.setHeight(newHeight);
523 mScaler.setView(v);
524 mOldHeight = mScaler.getHeight();
529 mNaturalHeight = mScaler.getNaturalHeight();
562 float currentHeight = mScaler.getHeight();
579 int naturalHeight = mScaler.getNaturalHeight();
594 mScaler.setView(null);
613 mScaler.setHeight(targetHeight);
617 mScaler.setView(null);