Home
last modified time | relevance | path

Searched refs:childDimension (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DFillContentLayout.java105 private static int getMaxSizeMeasureSpec(int maxSize, int padding, int childDimension) { in getMaxSizeMeasureSpec() argument
109 if (childDimension >= 0) { in getMaxSizeMeasureSpec()
111 return MeasureSpec.makeMeasureSpec(childDimension, MeasureSpec.EXACTLY); in getMaxSizeMeasureSpec()
112 } else if (childDimension == LayoutParams.MATCH_PARENT) { in getMaxSizeMeasureSpec()
115 } else if (childDimension == LayoutParams.WRAP_CONTENT) { in getMaxSizeMeasureSpec()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java8501 public static int getChildMeasureSpec(int parentSize, int padding, int childDimension, in getChildMeasureSpec() argument
8507 if (childDimension >= 0) { in getChildMeasureSpec()
8508 resultSize = childDimension; in getChildMeasureSpec()
8517 if (childDimension >= 0) { in getChildMeasureSpec()
8518 resultSize = childDimension; in getChildMeasureSpec()
8520 } else if (childDimension == LayoutParams.MATCH_PARENT) { in getChildMeasureSpec()
8524 } else if (childDimension == LayoutParams.WRAP_CONTENT) { in getChildMeasureSpec()
8545 int childDimension, boolean canScroll) { in getChildMeasureSpec() argument
8550 if (childDimension >= 0) { in getChildMeasureSpec()
8551 resultSize = childDimension; in getChildMeasureSpec()
[all …]
/frameworks/base/core/java/android/view/
DViewGroup.java6850 public static int getChildMeasureSpec(int spec, int padding, int childDimension) { in getChildMeasureSpec() argument
6862 if (childDimension >= 0) { in getChildMeasureSpec()
6863 resultSize = childDimension; in getChildMeasureSpec()
6865 } else if (childDimension == LayoutParams.MATCH_PARENT) { in getChildMeasureSpec()
6869 } else if (childDimension == LayoutParams.WRAP_CONTENT) { in getChildMeasureSpec()
6879 if (childDimension >= 0) { in getChildMeasureSpec()
6881 resultSize = childDimension; in getChildMeasureSpec()
6883 } else if (childDimension == LayoutParams.MATCH_PARENT) { in getChildMeasureSpec()
6888 } else if (childDimension == LayoutParams.WRAP_CONTENT) { in getChildMeasureSpec()
6898 if (childDimension >= 0) { in getChildMeasureSpec()
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...