Home
last modified time | relevance | path

Searched defs:widthMeasureSpec (Results 1 – 25 of 98) sorted by relevance

1234

/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
DSpace.java89 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
91 getDefaultSize2(getSuggestedMinimumWidth(), widthMeasureSpec), in onMeasure() local
/frameworks/base/core/java/android/widget/
DSpace.java89 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
91 getDefaultSize2(getSuggestedMinimumWidth(), widthMeasureSpec), in onMeasure() local
DTableLayout.java437 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
456 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
472 void measureVertical(int widthMeasureSpec, int heightMeasureSpec) { in measureVertical()
485 private void findLargestCells(int widthMeasureSpec) { in findLargestCells()
554 private void shrinkAndStretchColumns(int widthMeasureSpec) { in shrinkAndStretchColumns()
DAnalogClock.java134 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
154 setMeasuredDimension(resolveSizeAndState((int) (mDialWidth * scale), widthMeasureSpec, 0), in onMeasure() local
DTableRow.java112 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
192 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
288 int[] getColumnsWidths(int widthMeasureSpec) { in getColumnsWidths()
DTabWidget.java153 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
167 void measureHorizontal(int widthMeasureSpec, int heightMeasureSpec) { in measureHorizontal()
DLinearLayout.java586 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
630 void measureVertical(int widthMeasureSpec, int heightMeasureSpec) { in measureVertical()
958 void measureHorizontal(int widthMeasureSpec, int heightMeasureSpec) { in measureHorizontal()
1340 private void forceUniformHeight(int count, int widthMeasureSpec) { in forceUniformHeight()
1402 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
DAbsoluteLayout.java56 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGradientsActivity.java105 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
130 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
155 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
179 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DTextPathActivity.java52 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DDisplayListLayersActivity.java120 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
DPrintDialogFrame.java36 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/frameworks/base/core/java/com/android/internal/widget/
DWeightedLinearLayout.java57 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DDialogTitle.java46 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DFaceUnlockView.java55 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DActionBarContainer.java270 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DIconMerger.java49 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DQuickSettingsContainerView.java62 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/frameworks/base/core/tests/coretests/src/android/widget/
DLabelView.java120 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DListViewTest.java123 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DScrollingTabContainerView.java78 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
356 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DActionBarContainer.java232 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/frameworks/base/core/java/android/view/
DViewStub.java200 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/frameworks/base/core/java/com/android/internal/view/menu/
DListMenuItemView.java224 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DDpiTestActivity.java235 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()

1234