Home
last modified time | relevance | path

Searched refs:mRightIcon (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java61 private KeyguardAffordanceView mRightIcon; field in KeyguardAffordanceHelper
90 updateIcon(mRightIcon, 0.0f, mRightIcon.getRestingAlpha(), false, false, true, false); in KeyguardAffordanceHelper()
113 mRightIcon = mCallback.getRightIcon(); in initIcons()
119 mRightIcon.setPreviewView(mCallback.getRightPreview()); in updatePreviews()
164 if (mTargetedView == mRightIcon) { in onTouchEvent()
179 boolean hintOnTheRight = mTargetedView == mRightIcon; in onTouchEvent()
191 mCallback.onSwipingStarted(targetView == mRightIcon); in startSwiping()
200 if (rightSwipePossible() && isOnIcon(mRightIcon, x, y)) { in getIconAtPosition()
201 return mRightIcon; in getIconAtPosition()
207 return isOnIcon(mLeftIcon, x, y) || isOnIcon(mRightIcon, x, y); in isOnAffordanceIcon()
[all …]
/frameworks/base/core/java/com/android/internal/widget/
DMediaNotificationView.java39 private ImageView mRightIcon; field in MediaNotificationView
58 boolean hasIcon = mRightIcon.getVisibility() != GONE; in onMeasure()
69 (MarginLayoutParams) mRightIcon.getLayoutParams(); in onMeasure()
81 mRightIcon.setLayoutParams(layoutParams); in onMeasure()
144 mRightIcon = findViewById(com.android.internal.R.id.right_icon); in onFinishInflate()