Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DImageView.java1164 final int pright = mPaddingRight; in onMeasure() local
1178 widthSize = resolveAdjustedSize(w + pleft + pright, mMaxWidth, widthMeasureSpec); in onMeasure()
1185 final float actualAspect = (float)(widthSize - pleft - pright) / in onMeasure()
1195 pleft + pright; in onMeasure()
1210 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure()
1230 w += pleft + pright; in onMeasure()
/aosp12/system/extras/ext4_utils/include/ext4_utils/
H A Dext4.h82 ext4_fsblk_t pright; member