Home | History | Annotate | Download | only in app

Lines Matching defs:mContentView

84     private View mContentView;
126 if (mContentAnimations && mContentView != null) {
127 mContentView.setTranslationY(0);
167 mContentView = decor.findViewById(android.R.id.content);
775 if (mContentAnimations && mContentView != null) {
776 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y,
800 if (mContentAnimations && mContentView != null) {
801 mContentView.setTranslationY(0);
834 if (mContentAnimations && mContentView != null) {
835 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y,