Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerRoundedCorner.java43 private final int mDividerWidth; field in DividerRoundedCorner
53 mDividerWidth = getResources().getDimensionPixelSize(R.dimen.split_divider_bar_width); in DividerRoundedCorner()
140 ? getWidth() / 2 + mDividerWidth / 2 in calculateStartPos()
141 : getWidth() / 2 - mDividerWidth / 2 - mRadius; in calculateStartPos()
147 ? getHeight() / 2 + mDividerWidth / 2 in calculateStartPos()
148 : getHeight() / 2 - mDividerWidth / 2 - mRadius; in calculateStartPos()
/aosp14/frameworks/base/core/java/android/widget/
H A DLinearLayout.java223 private int mDividerWidth; field in LinearLayout
371 mDividerWidth = 0; in setDividerDrawable()
419 return mDividerWidth; in getDividerWidth()
1191 mTotalLength += mDividerWidth; in measureHorizontal()
1313 mTotalLength += mDividerWidth; in measureHorizontal()
1350 mTotalLength += mDividerWidth; in measureHorizontal()
1366 mTotalLength += mDividerWidth; in measureHorizontal()
1406 mTotalLength += mDividerWidth; in measureHorizontal()
1479 mTotalLength += mDividerWidth; in measureHorizontal()
1873 childLeft += mDividerWidth; in layoutHorizontal()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt68075 Landroid/widget/LinearLayout;->mDividerWidth:I