Searched defs:mRoundedCorners (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DRoundedRectRevealOutlineProvider.java40 private final @PopupContainerWithArrow.RoundedCornerFlags int mRoundedCorners; field in class:RoundedRectRevealOutlineProvider
54 mRoundedCorners = roundedCorners;
68 if ((mRoundedCorners & ROUNDED_TOP_CORNERS) == 0) {
73 if ((mRoundedCorners & ROUNDED_BOTTOM_CORNERS) == 0) {
/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupItemView.java46 protected @RoundedCornerFlags int mRoundedCorners; field in class:PopupItemView
92 if (mRoundedCorners == 0) {
105 if ((mRoundedCorners & ROUNDED_TOP_CORNERS) != 0) {
114 if ((mRoundedCorners & ROUNDED_BOTTOM_CORNERS) != 0) {
133 mRoundedCorners = roundedCorners;

Completed in 156 milliseconds