Home
last modified time | relevance | path

Searched defs:heightSpec (Results 1 – 9 of 9) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DListPopupWindow.java517 int heightSpec = 0; in show() local
555 mDropDownVerticalOffset, widthSpec, heightSpec); in show() local
994 int heightSpec = MeasureSpec.UNSPECIFIED; in buildDropDown() local
/frameworks/base/core/java/android/widget/
DListPopupWindow.java557 int heightSpec = 0; in show() local
596 mDropDownVerticalOffset, widthSpec, heightSpec); in show() local
DGridLayout.java1004 private void measureChildrenWithMargins(int widthSpec, int heightSpec, boolean firstPass) { in measureChildrenWithMargins()
1036 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
DPopupWindow.java733 public void setWindowLayoutMode(int widthSpec, int heightSpec) { in setWindowLayoutMode()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityViewFlipper.java177 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
DMultiPaneChallengeLayout.java209 protected void onMeasure(final int widthSpec, final int heightSpec) { in onMeasure()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java780 final int heightSpec; in layoutChildren() local
938 final int heightSpec; in fillUp() local
1052 final int heightSpec; in fillDown() local
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
DGridLayout.java905 private void measureChildrenWithMargins(int widthSpec, int heightSpec, boolean firstPass) { in measureChildrenWithMargins()
937 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/frameworks/base/media/java/android/media/
DWebVttRenderer.java1156 final int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY); in setSize() local