Searched defs:totalWidth (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | TableLayout.java | 453 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout() 559 int totalWidth = 0; in shrinkAndStretchColumns() local 578 boolean allColumns, int size, int totalWidth) { in mutateColumnsWidth()
|
D | TabWidget.java | 155 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
|
D | TableRow.java | 191 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
|
D | LinearLayout.java | 1463 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
|
/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/ |
D | ThemePreviewLayout.java | 158 int totalWidth = mNumColumns * itemWidth + horizontalMarginsTotalWidth + in onMeasure() local
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewController.java | 911 final int totalWidth = mRootView.getMeasuredWidth(); in runEnterAnimation() local 998 final int totalWidth = mRootView.getMeasuredWidth(); in runExitAnimation() local 1115 int totalWidth = mRootView.getMeasuredWidth(); in initTemporaryImage() local
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 632 int totalWidth = 0; in resize() local
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | LinearLayoutCompat.java | 1371 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
|