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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialog.java 101 private final ImageButton mExpandButton;
169 mExpandButton = (ImageButton) mDialogView.findViewById(R.id.volume_expand_button);
170 mExpandButton.setOnClickListener(mClickExpand);
176 mMotion = new VolumeDialogMotion(mDialog, mDialogView, mDialogContentView, mExpandButton,
322 mExpandButton.setTranslationX(x);
323 mExpandButton.setTranslationY(y);
324 mExpandButton.setTag((Integer) y);
523 final Drawable d = mExpandButton.getDrawable();
528 mExpandButton.setImageDrawable(avd);
545 mExpandButton.setClickable(!mExpandButtonAnimationRunning)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 90 private View mExpandButton;
372 mExpandButton = inflated.findViewById(R.id.notification_expand_button);
797 mExpandButton.setAlpha(expandButtonAlpha);
799 mExpandButton.setTranslationY(expandButtonTranslation);
    [all...]

Completed in 150 milliseconds