HomeSort by relevance Sort by last modified time
    Searched defs:newHeight (Results 26 - 50 of 51) sorted by null

12 3

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c     [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c     [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java 180 int newHeight = mScaledHeight;
189 while (tmp < newHeight) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 242 float newHeight = clamp(target);
243 mScaler.setHeight(newHeight);
245 setGlow(calculateGlow(target, newHeight));
439 final float newHeight = clamp(rawHeight);
458 mScaler.setHeight(newHeight);
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 409 int newHeight = mWidgetView.getHeight() + 2 * mBackgroundPadding - mWidgetPaddingTop -
424 if (newY + newHeight > mDragLayer.getHeight()) {
426 mBottomTouchRegionAdjustment = -(newY + newHeight - mDragLayer.getHeight());
433 lp.height = newHeight;
444 newHeight);
PagedViewCellLayout.java 200 int newHeight = heightSpecSize;
204 newHeight = getPaddingTop() + getPaddingBottom() + (mCellCountY * mCellHeight) +
206 setMeasuredDimension(newWidth, newHeight);
216 MeasureSpec.makeMeasureSpec(newHeight - getPaddingTop() -
221 setMeasuredDimension(newWidth, newHeight);
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 401 int newHeight = mWidgetView.getHeight() + 2 * mBackgroundPadding - mWidgetPaddingTop -
420 if (newY + newHeight > mDragLayer.getHeight()) {
422 mBottomTouchRegionAdjustment = -(newY + newHeight - mDragLayer.getHeight());
429 lp.height = newHeight;
440 newHeight);
PagedViewCellLayout.java 194 int newHeight = heightSpecSize;
198 newHeight = getPaddingTop() + getPaddingBottom() + (mCellCountY * mCellHeight) +
200 setMeasuredDimension(newWidth, newHeight);
210 MeasureSpec.makeMeasureSpec(newHeight - getPaddingTop() -
215 setMeasuredDimension(newWidth, newHeight);
CellLayout.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 180 final int newHeight = getMoreSuggestionsHeight();
181 return newHeight;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 153 final String newHeight = height;
179 final String newAttrValue = getValue(valueId, newHeight);
    [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 673 float newHeight = lastSpanY / spanY * mCurrentViewport.height();
684 - newHeight * (mContentRect.bottom - focusY)
689 mCurrentViewport.bottom = mCurrentViewport.top + newHeight;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.cpp     [all...]
  /frameworks/base/core/java/android/widget/
ImageView.java 845 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) +
850 heightSize = resolveAdjustedSize(newHeight, mMaxHeight,
854 if (newHeight <= heightSize) {
855 heightSize = newHeight;
    [all...]
  /frameworks/base/media/java/android/media/
RemoteControlClient.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 606 int newHeight = bitmap.getHeight();
607 float smallestWidth = (float)Math.min(newWidth, newHeight);
611 newHeight = bitmap.getHeight() - statusBarHeight - navBarHeight;
616 newHeight = bitmap.getHeight() - statusBarHeight - navBarHeightLandscape;
618 newHeight = bitmap.getHeight() - statusBarHeight;
622 bitmap = Bitmap.createBitmap(bitmap, newLeft, newTop, newWidth, newHeight);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp 334 LayoutUnit newHeight = logicalHeight();
335 if (oldHeight != newHeight) {
336 if (oldHeight > newHeight && maxFloatLogicalBottom > newHeight && !childrenInline()) {
341 if (block->lowestFloatLogicalBottom() + block->logicalTop() > newHeight)
348 bool heightChanged = (previousHeight != newHeight);
533 LayoutUnit newHeight = applyAfterBreak(child, logicalHeight(), marginInfo);
534 if (newHeight != height())
535 setLogicalHeight(newHeight);
    [all...]
RenderBox.cpp     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 718 int newHeight = 333;
719 final LinearLayout.LayoutParams layoutParams = new LinearLayout.LayoutParams(200, newHeight);
727 assertEquals(newHeight, view.getHeight());
    [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 394 milliseconds

12 3