OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smallparams
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
SizeAdaptiveLayoutTest.java
262
SizeAdaptiveLayout.LayoutParams
smallParams
=
267
smallParams
.maxHeight + 10 < largeParams.minHeight);
268
int height = (int)
smallParams
.maxHeight + 10;
281
SizeAdaptiveLayout.LayoutParams
smallParams
=
286
smallParams
.minHeight,
288
int height = (int)
smallParams
.maxHeight;
395
SizeAdaptiveLayout.LayoutParams
smallParams
=
400
int endHeight = (int)
smallParams
.maxHeight;
/packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeGroupsXLarge.java
121
ViewGroup.LayoutParams
smallParams
= smallPane.getLayoutParams();
127
largePane.setLayoutParams(
smallParams
);
Completed in 63 milliseconds