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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationHeaderViewWrapper.java 55 private NotificationExpandButton mExpandButton;
106 mExpandButton = mView.findViewById(com.android.internal.R.id.expand_button);
187 mExpandButton.setVisibility(expandable ? View.VISIBLE : View.GONE);
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 56 private ImageView mExpandButton;
115 mExpandButton = findViewById(com.android.internal.R.id.expand_button);
200 if (child == mExpandButton && mShowExpandButtonAtEnd) {
294 mExpandButton.setOnClickListener(mExpandClickListener);
348 mExpandButton.setImageDrawable(getContext().getDrawable(drawableId));
349 mExpandButton.setColorFilter(mOriginalNotificationColor);
350 mExpandButton.setContentDescription(mContext.getText(contentDescriptionId));
396 mExpandButtonRect = addRectAroundView(mExpandButton);
463 mExpandButton.performClick();
498 return mExpandButton;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipMenuActivity.java 117 private ImageView mExpandButton;
242 mExpandButton = findViewById(R.id.expand_button);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationSnooze.java 84 private ImageView mExpandButton;
129 mExpandButton = (ImageView) findViewById(R.id.expand_button);
293 mExpandButton.setImageResource(drawableId);

Completed in 71 milliseconds