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

  /packages/services/Car/car-support-lib/src/android/support/car/app/menu/
CarMenu.java 57 if (impl.mRightIcon != null) {
59 MenuItemConstants.KEY_RIGHTICON, snapshot(impl.mRightIcon));
156 final Drawable mRightIcon;
161 mRightIcon = rightIcon;
202 private Drawable mRightIcon;
288 mRightIcon = drawable;
364 return new ItemImpl(mBundle, mIcon, mRightIcon);
CarMenuCallbacks.java 160 realItem.mRightIcon);
  /frameworks/base/core/java/com/android/internal/widget/
MediaNotificationView.java 41 private ImageView mRightIcon;
61 boolean hasIcon = mRightIcon.getVisibility() != GONE;
67 (MarginLayoutParams) mRightIcon.getLayoutParams();
71 size = Math.max(size, mRightIcon.getMinimumWidth());
74 mRightIcon.setLayoutParams(layoutParams);
88 (MarginLayoutParams) mRightIcon.getLayoutParams();
89 int topMargin = getMeasuredHeight() - mRightIcon.getMeasuredHeight()
99 int newMarginEnd = mRightIcon.getMeasuredWidth() + iconParams.getMarginEnd();
155 mRightIcon = (ImageView) findViewById(com.android.internal.R.id.right_icon);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 61 private KeyguardAffordanceView mRightIcon;
90 updateIcon(mRightIcon, 0.0f, mRightIcon.getRestingAlpha(), false, false, true, false);
113 mRightIcon = mCallback.getRightIcon();
119 mRightIcon.setPreviewView(mCallback.getRightPreview());
164 if (mTargetedView == mRightIcon) {
178 boolean hintOnTheRight = mTargetedView == mRightIcon;
190 mCallback.onSwipingStarted(targetView == mRightIcon);
199 if (rightSwipePossible() && isOnIcon(mRightIcon, x, y)) {
200 return mRightIcon;
    [all...]

Completed in 1127 milliseconds