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

12 3

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 245 int newWidth = mBalloonView.getMeasuredWidth() + getPaddingLeft()
249 setWidth(newWidth);
264 mForceDismiss = oldWidth - newWidth > 1 || newWidth - oldWidth > 1;
  /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/core/java/com/android/internal/widget/
ScrollingTabContainerView.java 123 final int newWidth = getMeasuredWidth();
125 if (lockedExpanded && oldWidth != newWidth) {
  /frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java 179 int newWidth = mScaledWidth;
184 final int [] framingBuffer = new int[newWidth];
191 tmp, newWidth, 1);
193 intBuffer.put(framingBuffer, 0, newWidth);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 407 int newWidth = mWidgetView.getWidth() + 2 * mBackgroundPadding - mWidgetPaddingLeft -
432 lp.width = newWidth;
442 PropertyValuesHolder width = PropertyValuesHolder.ofInt("width", lp.width, newWidth);
PagedViewCellLayout.java 199 int newWidth = widthSpecSize;
202 newWidth = getPaddingLeft() + getPaddingRight() + (mCellCountX * mCellWidth) +
206 setMeasuredDimension(newWidth, newHeight);
213 MeasureSpec.makeMeasureSpec(newWidth - getPaddingLeft() -
221 setMeasuredDimension(newWidth, newHeight);
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 399 int newWidth = mWidgetView.getWidth() + 2 * mBackgroundPadding - mWidgetPaddingLeft -
428 lp.width = newWidth;
438 PropertyValuesHolder width = PropertyValuesHolder.ofInt("width", lp.width, newWidth);
PagedViewCellLayout.java 193 int newWidth = widthSpecSize;
196 newWidth = getPaddingLeft() + getPaddingRight() + (mCellCountX * mCellWidth) +
200 setMeasuredDimension(newWidth, newHeight);
207 MeasureSpec.makeMeasureSpec(newWidth - getPaddingLeft() -
215 setMeasuredDimension(newWidth, newHeight);
CellLayout.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 152 final String newWidth = width;
167 final String newAttrValue = getValue(valueId, newWidth);
    [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 672 float newWidth = lastSpanX / spanX * mCurrentViewport.width();
681 - newWidth * (focusX - mContentRect.left)
688 mCurrentViewport.right = mCurrentViewport.left + newWidth;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.cpp     [all...]
  /frameworks/base/core/java/android/widget/
ImageView.java 829 int newWidth = (int)(desiredAspect * (heightSize - ptop - pbottom)) +
834 widthSize = resolveAdjustedSize(newWidth, mMaxWidth, widthMeasureSpec);
837 if (newWidth <= widthSize) {
838 widthSize = newWidth;
    [all...]
  /frameworks/base/media/java/android/media/
RemoteControlClient.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 605 int newWidth = bitmap.getWidth();
607 float smallestWidth = (float)Math.min(newWidth, newHeight);
619 newWidth = bitmap.getWidth() - navBarWidth;
622 bitmap = Bitmap.createBitmap(bitmap, newLeft, newTop, newWidth, newHeight);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 675 int newWidth = 200;
676 final LinearLayout.LayoutParams layoutParams = new LinearLayout.LayoutParams(newWidth, 100);
684 assertEquals(newWidth, view.getWidth());
    [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
org-eclipse-jface-3.6.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 1225 milliseconds

12 3