OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:availableHeight
(Results
1 - 15
of
15
) sorted by null
/frameworks/support/percent/tests/java/android/support/percent/
PercentDynamicLayoutTest.java
120
final int
availableHeight
= containerHeight - percentFrameLayout.getPaddingTop()
129
availableHeight
, child1.getHeight());
133
availableHeight
, child2.getHeight());
150
final int
availableHeight
= containerHeight - percentFrameLayout.getPaddingTop()
159
0.5f *
availableHeight
, child1.getHeight());
163
0.5f*
availableHeight
, child2.getHeight());
180
final int
availableHeight
= containerHeight - percentRelativeLayout.getPaddingTop()
189
availableHeight
, child1.getHeight());
193
availableHeight
, child2.getHeight());
210
final int
availableHeight
= containerHeight - percentRelativeLayout.getPaddingTop(
[
all
...]
/frameworks/support/design/src/android/support/design/widget/
HeaderScrollingViewBehavior.java
76
int
availableHeight
= View.MeasureSpec.getSize(parentHeightMeasureSpec);
77
if (
availableHeight
== 0) {
79
availableHeight
= parent.getHeight();
82
final int height =
availableHeight
- header.getMeasuredHeight()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
MiniDrawerView.java
193
final int
availableHeight
= getMeasuredHeight() - getPaddingBottom() - getPaddingTop();
206
if (childHeight <=
availableHeight
) {
213
if (childHeight <=
availableHeight
) {
215
measureSpacer(
availableHeight
- childHeight);
235
if (childHeight <=
availableHeight
) {
237
measureSpacer(
availableHeight
- childHeight);
/frameworks/base/core/java/android/widget/
AnalogClock.java
186
int
availableHeight
= mBottom - mTop;
189
int y =
availableHeight
/ 2;
197
if (availableWidth < w ||
availableHeight
< h) {
200
(float)
availableHeight
/ (float) h);
/packages/apps/Launcher3/src/com/android/launcher3/
PendingAppWidgetHostView.java
208
int
availableHeight
= getHeight() - paddingTop - paddingBottom - 2 * minPadding;
214
int size = Math.min(maxSize, Math.min(availableWidth,
availableHeight
));
221
float iconSize = Math.max(0, Math.min(availableWidth,
availableHeight
));
226
int maxSize = Math.max(availableWidth,
availableHeight
);
249
if (minHeightWithText <
availableHeight
) {
/packages/apps/DeskClock/src/com/android/deskclock/
AnalogClock.java
182
int
availableHeight
= getHeight();
185
int y =
availableHeight
/ 2;
193
if (availableWidth < w ||
availableHeight
< h) {
196
(float)
availableHeight
/ (float) h);
/frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java
186
final int
availableHeight
= getHeight() - mPaddingTop - mPaddingBottom;
187
final int desiredRowHeight =
availableHeight
/ mNumRows;
191
final int residualHeight =
availableHeight
% mNumRows;
/packages/services/Car/car-support-lib/src/android/support/car/ui/
CarLayoutManager.java
543
int
availableHeight
= getAvailableHeight();
544
int sampleViewsThatCanFitOnScreen =
availableHeight
/ sampleViewHeight;
581
int
availableHeight
= getAvailableHeight();
582
int numberOfSampleViewsThatCanFitOnScreen =
availableHeight
/ sampleViewHeight;
[
all
...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PageAdapter.java
410
final int
availableHeight
= mPreviewArea.getHeight();
434
availableHeight
- 2 * (mPreviewListPadding + mPreviewPageMargin) - mFooterHeight);
449
+ 2 * mPreviewPageMargin >
availableHeight
) {
451
(
availableHeight
- mPageContentHeight - mFooterHeight) / 2
455
(
availableHeight
- totalContentHeight) / 2);
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
TextArea.java
201
float
availableHeight
= getHeight() - (background == null ? 0 : background.getBottomHeight() + background.getTopHeight());
202
linesShowing = (int)Math.floor(
availableHeight
/ font.getLineHeight());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java
365
int
availableHeight
= clientArea.y + clientArea.height - getY();
404
if (bottomBorder <
availableHeight
- 40 && preview.getScale() < 1.2) {
482
int
availableHeight
= clientArea.y + clientArea.height - getY();
489
availableWidth * (Math.max(0,
availableHeight
- bottomBorder));
507
int
availableHeight
= clientArea.y + clientArea.height - getY();
527
availableHeight
+ PREVIEW_VGAP));
558
mLayoutHeight =
availableHeight
;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackLayoutAlgorithm.java
196
int
availableHeight
= taskStackBounds.height() - topMargin - stackBottomOffset;
197
int ffPaddedHeight = (int) (
availableHeight
* freeformHeightPct);
[
all
...]
/prebuilts/sdk/current/support/design/libs/
android-support-design.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 416 milliseconds