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

12 3

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 199 float newHeight = state.height * state.scale;
201 float newNotificationEnd = newYTranslation + newHeight;
210 ? newHeight
213 updateChildClippingAndBackground(state, newHeight, clipHeight,
214 newHeight - (previousNotificationStart - newYTranslation));
492 int newHeight = childHeight;
494 newHeight = (int) Math.max(Math.min(transitioningPositionStart + offset -
496 childViewState.height = newHeight;
498 childViewState.yTranslation = transitioningPositionStart + offset - newHeight
502 clampPositionToTopStackEnd(childViewState, newHeight);
    [all...]
  /frameworks/native/libs/gui/
GLConsumer.cpp 876 int32_t newHeight = mCurrentCrop.height();
878 if (newWidth * mDefaultHeight > newHeight * mDefaultWidth) {
879 newWidth = newHeight * mDefaultWidth / mDefaultHeight;
881 } else if (newWidth * mDefaultHeight < newHeight * mDefaultWidth) {
882 newHeight = newWidth * mDefaultHeight / mDefaultWidth;
883 ST_LOGV("too tall: newHeight = %d", newHeight);
892 } else if (newHeight < mCurrentCrop.height()) {
893 int32_t dh = (newHeight - mCurrentCrop.height())/2;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp     [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c     [all...]
  /frameworks/base/media/java/android/media/session/
MediaSessionLegacyHelper.java 344 int newHeight = Math.round(scale * height);
349 Bitmap outBitmap = Bitmap.createBitmap(newWidth, newHeight, newConfig);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 199 float newHeight = clamp(target);
200 mScaler.setHeight(newHeight);
435 final float newHeight = clamp(rawHeight);
452 mScaler.setHeight(newHeight);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ListRowPresenter.java 403 int newHeight = expanded ? getExpandedRowHeight() : getRowHeight();
404 vh.getGridView().setRowHeight(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);
  /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...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 85 int newHeight = availablePreviewSizes[i].height;
86 if (newWidth >= previewWidth && newHeight >= previewHeight &&
88 newHeight <= MAX_INITIAL_PREVIEW_HEIGHT) {
91 availableVideoSizes[j].height == newHeight) {
93 previewHeight = newHeight;
    [all...]
  /frameworks/base/core/java/android/widget/
ImageView.java 951 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) +
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 304 final float newHeight = Math.max(0, h + mInitialOffsetOnTouch);
305 if (newHeight > mPeekHeight) {
315 setExpandedHeightInternal(newHeight);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 640 int newHeight = bitmap.getHeight();
641 float smallestWidth = (float)Math.min(newWidth, newHeight);
645 newHeight = bitmap.getHeight() - statusBarHeight - navBarHeight;
650 newHeight = bitmap.getHeight() - statusBarHeight - navBarHeightLandscape;
652 newHeight = bitmap.getHeight() - statusBarHeight;
656 bitmap = Bitmap.createBitmap(bitmap, newLeft, newTop, newWidth, newHeight);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 662 int newHeight = SCALED_SCREENSHOT_MAX_HEIGHT_WIDTH;
666 scaleY = newHeight / originalHeight;
669 newHeight = (int)Math.round(originalHeight * scale);
670 return Bitmap.createScaledBitmap(originalBitmap, newWidth, newHeight, true);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp 424 LayoutUnit newHeight = logicalHeight();
425 if (oldHeight > newHeight && !childrenInline()) {
430 if (block->lowestFloatLogicalBottom() + block->logicalTop() <= newHeight)
437 bool heightChanged = (previousHeight != newHeight);
647 LayoutUnit newHeight = applyAfterBreak(child, logicalHeight(), marginInfo);
648 if (newHeight != height())
649 setLogicalHeight(newHeight);
    [all...]
RenderBox.cpp     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java     [all...]

Completed in 1256 milliseconds

12 3