Home
last modified time | relevance | path

Searched refs:mSnapWidthPixels (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/display/
DMessageBubbleBackground.java26 private final int mSnapWidthPixels; field in MessageBubbleBackground
30 mSnapWidthPixels = context.getResources().getDimensionPixelSize( in MessageBubbleBackground()
42 (int) (Math.ceil(bubbleWidth / (float) mSnapWidthPixels) * mSnapWidthPixels)); in onMeasure()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DMessageBubbleBackground.java26 private final int mSnapWidthPixels; field in MessageBubbleBackground
30 mSnapWidthPixels = context.getResources().getDimensionPixelSize( in MessageBubbleBackground()
42 (int) (Math.ceil(bubbleWidth / (float) mSnapWidthPixels) * mSnapWidthPixels)); in onMeasure()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DMessageBubbleBackground.java26 private final int mSnapWidthPixels; field in MessageBubbleBackground
30 mSnapWidthPixels = context.getResources().getDimensionPixelSize( in MessageBubbleBackground()
42 (int) (Math.ceil(bubbleWidth / (float) mSnapWidthPixels) * mSnapWidthPixels)); in onMeasure()