HomeSort by relevance Sort by last modified time
    Searched refs:availableHeight (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/widget/
AnalogClock.java 174 int availableHeight = mBottom - mTop;
177 int y = availableHeight / 2;
185 if (availableWidth < w || availableHeight < h) {
188 (float) availableHeight / (float) h);
  /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/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 179 int availableWidth, int availableHeight) {
184 availableWidth, availableHeight);
191 availableWidth, availableHeight);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp     [all...]
RenderBoxModelObject.cpp 268 offset.expand(0, valueForLength(style()->top(), containingBlock->availableHeight(), view()));
274 offset.expand(0, -valueForLength(style()->bottom(), containingBlock->availableHeight(), view()));
    [all...]
RenderBox.h 446 LayoutUnit availableHeight() const { return style()->isHorizontalWritingMode() ? availableLogicalHeight(IncludeMarginBorderPadding) : availableLogicalWidth(); }
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 364 int availableHeight = clientArea.y + clientArea.height - getY();
403 if (bottomBorder < availableHeight - 40 && preview.getScale() < 1.2) {
481 int availableHeight = clientArea.y + clientArea.height - getY();
488 availableWidth * (Math.max(0, availableHeight - bottomBorder));
506 int availableHeight = clientArea.y + clientArea.height - getY();
526 availableHeight + PREVIEW_VGAP));
557 mLayoutHeight = availableHeight;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 152 String configurationForViewport(Document*, float devicePixelRatio, int deviceWidth, int deviceHeight, int availableWidth, int availableHeight, ExceptionState&);
Internals.idl 110 long availableHeight);
Internals.cpp 932 String Internals::configurationForViewport(Document* document, float, int deviceWidth, int deviceHeight, int availableWidth, int availableHeight, ExceptionState& es)
941 IntSize initialViewportSize(availableWidth, availableHeight);
    [all...]
  /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 380 milliseconds