HomeSort by relevance Sort by last modified time
    Searched refs:mExpandButton (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HeaderTransformState.java 32 private View mExpandButton;
41 mExpandButton = header.getExpandButton();
62 if (headerChild != mExpandButton) {
65 CrossFadeHelper.fadeOut(mExpandButton, transformationAmount);
87 if (headerChild == mExpandButton) {
88 CrossFadeHelper.fadeIn(mExpandButton, transformationAmount);
118 mExpandButton = null;
143 if (headerChild == mExpandButton) {
NotificationHeaderViewWrapper.java 61 private ImageView mExpandButton;
75 mExpandButton = (ImageView) mView.findViewById(com.android.internal.R.id.expand_button);
76 mColor = resolveColor(mExpandButton);
266 mExpandButton.setVisibility(expandable ? View.VISIBLE : View.GONE);
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 47 private ImageView mExpandButton;
76 mExpandClickListener.onClick(mExpandButton);
122 mExpandButton = (ImageView) findViewById(com.android.internal.R.id.expand_button);
123 if (mExpandButton != null) {
124 mExpandButton.setAccessibilityDelegate(mExpandDelegate);
264 mExpandButton.setOnClickListener(mExpandClickListener);
299 mExpandButton.setImageDrawable(getContext().getDrawable(drawableId));
300 mExpandButton.setColorFilter(mOriginalNotificationColor);
328 addRectAroundViewView(mExpandButton);
415 return mExpandButton;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialog.java 110 private ImageButton mExpandButton;
217 mExpandButton = (ImageButton) mDialogView.findViewById(R.id.volume_expand_button);
218 mExpandButton.setOnClickListener(mClickExpand);
222 mMotion = new VolumeDialogMotion(mDialog, mDialogView, mDialogContentView, mExpandButton,
591 mExpandButton.setClickable(!mExpandButtonAnimationRunning);
596 mExpandButton.setImageResource(res);
599 mExpandButton.setImageResource(R.drawable.ic_volume_ringer);
600 mExpandButton.setBackgroundResource(0); // remove gray background emphasis
602 mExpandButton.setContentDescription(mContext.getString(mExpanded ?
606 final Drawable d = mExpandButton.getDrawable()
    [all...]

Completed in 80 milliseconds