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

  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetImageView.java 92 float myWidth = getWidth();
96 final float scale = bitmapWidth > myWidth ? myWidth / bitmapWidth : 1;
100 mDstRectF.left = (myWidth - scaledWidth) / 2;
101 mDstRectF.right = (myWidth + scaledWidth) / 2;
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
AppsSearchContainerLayout.java 123 int myWidth = rowWidth - iconPadding + getPaddingLeft() + getPaddingRight();
124 super.onMeasure(makeMeasureSpec(myWidth, EXACTLY), heightMeasureSpec);
134 int myWidth = right - left;
135 int expectedLeft = parent.getPaddingLeft() + (availableWidth - myWidth) / 2;
  /frameworks/base/core/java/android/view/
SurfaceView.java 489 int myWidth = mRequestedWidth;
490 if (myWidth <= 0) myWidth = getWidth();
498 final boolean sizeChanged = mSurfaceWidth != myWidth || mSurfaceHeight != myHeight;
516 mSurfaceWidth = myWidth;
677 + " w=" + myWidth + " h=" + myHeight);
682 c.surfaceChanged(mSurfaceHolder, mFormat, myWidth, myHeight);
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 392 int myWidth = -1;
405 myWidth = widthSize;
413 width = myWidth;
447 if (isLayoutRtl() && myWidth == -1) {
448 myWidth = DEFAULT_WIDTH;
460 applyHorizontalSizeRules(params, myWidth, rules);
461 measureChildHorizontal(child, params, myWidth, myHeight);
463 if (positionChildHorizontal(child, params, myWidth, isWrapContentWidth)) {
479 measureChild(child, params, myWidth, myHeight);
487 width = Math.max(width, myWidth - params.mLeft)
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 730 int myWidth = mSurfaceHolder.getRequestedWidth();
731 if (myWidth <= 0) myWidth = ViewGroup.LayoutParams.MATCH_PARENT;
740 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
753 mWidth = myWidth;
760 mLayout.width = myWidth;
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 179 milliseconds