HomeSort by relevance Sort by last modified time
    Searched defs:mContentView (Results 26 - 33 of 33) sorted by null

12

  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 71 private ViewGroup mContentView;
148 mContentView = (ViewGroup) view;
584 TransitionManager.beginDelayedTransition(mContentView, mDeleteTransition);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java 111 private View mContentView;
267 mContentView = findViewById(R.id.content_fragment);
271 mContentView.setTranslationX(mViewOffset / 2);
514 prepareAndAnimateView(mContentView, 1f, mViewOffset / 2, 0, ANIMATE_IN_DURATION,
  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 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
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
WindowDecorActionBar.java 94 private View mContentView;
138 if (mContentAnimations && mContentView != null) {
139 ViewCompat.setTranslationY(mContentView, 0f);
178 mContentView = decor.findViewById(android.R.id.content);
786 if (mContentAnimations && mContentView != null) {
787 ViewCompat.setTranslationY(mContentView, startingY);
788 anim.play(ViewCompat.animate(mContentView).translationY(0f));
811 if (mContentAnimations && mContentView != null) {
812 ViewCompat.setTranslationY(mContentView, 0);
845 if (mContentAnimations && mContentView != null)
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java     [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 133 milliseconds

12