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

  /external/chromium_org/ui/keyboard/resources/
main.js 63 availableHeight: 0,
166 this.availableHeight = this.height - offsetTop - offsetBottom;
546 keyset.style.fontSize = (params.availableHeight /
  /frameworks/base/core/java/android/widget/
AnalogClock.java 185 int availableHeight = mBottom - mTop;
188 int y = availableHeight / 2;
196 if (availableWidth < w || availableHeight < h) {
199 (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/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);
  /packages/apps/Launcher3/src/com/android/launcher3/
PendingAppWidgetHostView.java 204 int availableHeight = getHeight() - paddingTop - paddingBottom;
213 availableHeight - mSetupTextLayout.getHeight()));
DeviceProfile.java 613 int availableHeight = Math.max(0, height - paddingTop - paddingBottom
615 padding.set(availableWidth / 2, paddingTop + availableHeight / 2,
616 availableWidth / 2, paddingBottom + availableHeight / 2);
    [all...]
Workspace.java     [all...]
  /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);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 299 LayoutUnit availableHeight = multiColumnFlowThread()->columnHeightAvailable();
300 LayoutUnit maxColumnHeight = availableHeight ? availableHeight : RenderFlowThread::maxLogicalHeight();
RenderBox.h 466 LayoutUnit availableHeight() const { return style()->isHorizontalWritingMode() ? availableLogicalHeight(IncludeMarginBorderPadding) : availableLogicalWidth(); }
    [all...]
RenderBox.cpp     [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PageAdapter.java 395 final int availableHeight = mPreviewArea.getHeight();
419 availableHeight - 2 * (mPreviewListPadding + mPreviewPageMargin) - mFooterHeight);
434 + 2 * mPreviewPageMargin > availableHeight) {
436 (availableHeight - mPageContentHeight - mFooterHeight) / 2
440 (availableHeight - totalContentHeight) / 2);
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [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/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 3046 milliseconds