OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childSize
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.cpp
61
Violation(RenderBox* child, LayoutUnit
childSize
)
63
,
childSize
(
childSize
)
68
LayoutUnit
childSize
;
841
LayoutUnit RenderFlexibleBox::adjustChildSizeForMinAndMax(RenderBox& child, LayoutUnit
childSize
)
846
if (maxExtent != -1 &&
childSize
> maxExtent)
847
childSize
= maxExtent;
854
return std::max(
childSize
, minExtent);
[
all
...]
RenderFlexibleBox.h
143
LayoutUnit adjustChildSizeForMinAndMax(RenderBox& child, LayoutUnit
childSize
);
/external/deqp/modules/gles31/functional/
es31fUniformBlockTests.cpp
208
const int
childSize
= 4;
210
const VarType childType (VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH),
childSize
);
es31fSSBOLayoutTests.cpp
[
all
...]
/frameworks/base/core/java/android/widget/
RelativeLayout.java
737
* @param
childSize
The child's desired size (the width or height field of
747
int
childSize
, int startMargin, int endMargin, int startPadding,
760
} else if (
childSize
>= 0) {
762
childSpecSize =
childSize
;
794
if (
childSize
>= 0) {
800
childSpecSize = Math.min(maxAvailable,
childSize
);
803
childSpecSize =
childSize
;
805
} else if (
childSize
== LayoutParams.MATCH_PARENT) {
810
} else if (
childSize
== LayoutParams.WRAP_CONTENT) {
[
all
...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearLayoutManager.java
745
final int
childSize
= mOrientationHelper.getDecoratedMeasurement(child);
746
if (
childSize
> mOrientationHelper.getTotalSpace()) {
[
all
...]
StaggeredGridLayoutManager.java
716
final int
childSize
= mPrimaryOrientation.getDecoratedMeasurement(child);
717
if (
childSize
> mPrimaryOrientation.getTotalSpace()) {
[
all
...]
/prebuilts/devtools/tools/lib/
sdkuilib.jar
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 229 milliseconds