Searched refs:mRightIcon (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | MediaNotificationView.java | 38 private ImageView mRightIcon; field in MediaNotificationView 58 boolean hasIcon = mRightIcon.getVisibility() != GONE; in onMeasure() 70 (MarginLayoutParams) mRightIcon.getLayoutParams(); in onMeasure() 83 mRightIcon.setLayoutParams(layoutParams); in onMeasure() 120 mRightIcon.layout(mRightIcon.getLeft() + mImagePushIn, mRightIcon.getTop(), in onLayout() 121 mRightIcon.getRight() + mImagePushIn, mRightIcon.getBottom()); in onLayout() 153 mRightIcon = findViewById(com.android.internal.R.id.right_icon); in onFinishInflate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardAffordanceHelper.java | 61 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() 178 boolean hintOnTheRight = mTargetedView == mRightIcon; in onTouchEvent() 190 mCallback.onSwipingStarted(targetView == mRightIcon); in startSwiping() 199 if (rightSwipePossible() && isOnIcon(mRightIcon, x, y)) { in getIconAtPosition() 200 return mRightIcon; in getIconAtPosition() 206 return isOnIcon(mLeftIcon, x, y) || isOnIcon(mRightIcon, x, y); in isOnAffordanceIcon() [all …]
|