Home
last modified time | relevance | path

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

1234

/frameworks/base/core/java/android/widget/
DSpace.java89 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
92 getDefaultSize2(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure() local
DAnalogClock.java134 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
155 resolveSizeAndState((int) (mDialHeight * scale), heightMeasureSpec, 0)); in onMeasure() local
DTableLayout.java437 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
457 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
472 void measureVertical(int widthMeasureSpec, int heightMeasureSpec) { in measureVertical()
DTabWidget.java154 int heightMeasureSpec, int totalHeight) { 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()
924 private void forceUniformWidth(int count, int heightMeasureSpec) { in forceUniformWidth()
958 void measureHorizontal(int widthMeasureSpec, int heightMeasureSpec) { in measureHorizontal()
1402 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
DTableRow.java112 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
193 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
DAbsoluteLayout.java56 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
DSpace.java89 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
92 getDefaultSize2(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure() local
/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/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()
DScrollingTabContainerView.java87 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
409 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
415 heightMeasureSpec); in onMeasure() local
DSizeAdaptiveLayout.java150 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
189 private View selectActiveChild(int heightMeasureSpec) { in selectActiveChild()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DScrollingTabContainerView.java78 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
353 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
361 heightMeasureSpec); in onMeasure() local
DActionBarContainer.java232 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DIconMerger.java54 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/view/menu/
DActionMenuItemView.java208 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
226 heightMeasureSpec); in onMeasure() local
/frameworks/base/core/java/com/android/internal/view/menu/
DActionMenuItemView.java254 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
277 heightMeasureSpec); in onMeasure() local
/frameworks/base/core/java/android/view/
DViewStub.java200 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()

1234