HomeSort by relevance Sort by last modified time
    Searched refs:newWidth (Results 26 - 40 of 40) sorted by null

12

  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 118 bool setSize(int newWidth, int newHeight);
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 613 final void resize(int newWidth, int newHeight) {
627 if (totalGap + totalWidth > newWidth) {
629 float scaleFactor = (float)(newWidth - totalGap) / totalWidth;
638 mTotalWidth = newWidth;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java 118 final int newWidth = getMeasuredWidth();
120 if (lockedExpanded && oldWidth != newWidth) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CropImage.java     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderFrameSet.cpp 579 int newWidth = maxWidth - borderThickness;
583 int dWidth = (width() - newWidth) / cols;
606 setWidth(max(width(), newWidth));
RenderBox.h 466 void setVisibleWidth(int newWidth);
RenderBox.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 852 int newWidth = widthSpecSize;
855 newWidth = mPaddingLeft + mPaddingRight + (mCountX * mCellWidth) +
    [all...]
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 903 int32_t newWidth = getWindowProp(code->nativeWindow.get(),
907 if (newWidth != code->lastWindowWidth
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayLinearLayout.java 883 final int newWidth = position - overlayView.getLeft();
886 long newDurationMs = (newWidth * mProject.computeDuration()) /
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 156 final String newWidth = width;
170 final String newAttrValue = getValue(valueId, newWidth);
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 890 int newWidth = 200;
891 final LinearLayout.LayoutParams layoutParams = new LinearLayout.LayoutParams(newWidth, 100);
899 assertEquals(newWidth, view.getWidth());
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1927 milliseconds

12