Home | History | Annotate | Download | only in views

Lines Matching refs:mHeaderView

74     TaskViewHeader mHeaderView;
134 mHeaderView = (TaskViewHeader) findViewById(R.id.task_view_bar);
136 mThumbnailView.enableTaskBarClip(mHeaderView);
163 mHeaderView.measure(MeasureSpec.makeMeasureSpec(widthWithoutPadding, MeasureSpec.EXACTLY),
313 mHeaderView.setTranslationY(y);
340 mHeaderView.setTranslationY(0);
509 mHeaderView.startLaunchTaskDismissAnimation();
554 mHeaderView.startNoUserInteractionAnimation();
559 mHeaderView.setNoUserInteractionState();
579 mHeaderView.setIsFullscreen(isFullscreen);
665 if (mHeaderView != null) {
666 mHeaderView.setDimAlpha(dim);
713 mHeaderView.onTaskViewFocusChanged(true);
735 mHeaderView.onTaskViewFocusChanged(false);
769 mHeaderView.onTaskViewFocusChanged(true);
793 if (mThumbnailView != null && mHeaderView != null) {
800 mHeaderView.rebindToTask(mTask);
802 mHeaderView.mApplicationIcon.setOnClickListener(this);
803 mHeaderView.mDismissButton.setOnClickListener(this);
810 mHeaderView.mApplicationIcon.setOnLongClickListener(this);
819 if (mThumbnailView != null && mHeaderView != null) {
823 mHeaderView.unbindFromTask();
825 mHeaderView.mApplicationIcon.setOnClickListener(null);
826 mHeaderView.mDismissButton.setOnClickListener(null);
832 mHeaderView.mApplicationIcon.setOnLongClickListener(null);
867 if (Constants.DebugFlags.App.EnableTaskFiltering && v == mHeaderView.mApplicationIcon) {
869 } else if (v == mHeaderView.mDismissButton) {
888 if (v == mHeaderView.mApplicationIcon) {