Home
last modified time | relevance | path

Searched defs:totalWidth (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/widget/
DTableLayout.java454 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
560 int totalWidth = 0; in shrinkAndStretchColumns() local
579 boolean allColumns, int size, int totalWidth) { in mutateColumnsWidth()
DTabWidget.java149 void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
DTableRow.java191 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
DLinearLayout.java1512 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
DThemePreviewLayout.java158 int totalWidth = mNumColumns * itemWidth + horizontalMarginsTotalWidth + in onMeasure() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java988 final int totalWidth = mRootView.getMeasuredWidth(); in runEnterAnimation() local
1085 final int totalWidth = mRootView.getMeasuredWidth(); in runExitAnimation() local
1208 int totalWidth = mRootView.getMeasuredWidth(); in initTemporaryImage() local
/frameworks/support/design/src/android/support/design/internal/
DBottomNavigationMenuView.java142 int totalWidth = 0; in onMeasure() local
/frameworks/support/wear/src/android/support/wear/widget/drawer/
DPageIndicatorView.java570 int totalWidth; in onMeasure() local
/frameworks/base/core/java/android/view/
DNotificationHeaderView.java110 int totalWidth = getPaddingStart() + getPaddingEnd(); in onMeasure() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java632 int totalWidth = 0; in resize() local
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DLinearLayoutCompat.java1375 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()