HomeSort by relevance Sort by last modified time
    Searched refs:myWidth (Results 1 - 5 of 5) 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;
  /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/view/
SurfaceView.java 487 int myWidth = mRequestedWidth;
488 if (myWidth <= 0) myWidth = getWidth();
496 final boolean sizeChanged = mSurfaceWidth != myWidth || mSurfaceHeight != myHeight;
514 mSurfaceWidth = myWidth;
670 + " w=" + myWidth + " h=" + myHeight);
675 c.surfaceChanged(mSurfaceHolder, mFormat, myWidth, myHeight);
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 691 int myWidth = mSurfaceHolder.getRequestedWidth();
692 if (myWidth <= 0) myWidth = ViewGroup.LayoutParams.MATCH_PARENT;
701 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
714 mWidth = myWidth;
721 mLayout.width = myWidth;
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 

Completed in 628 milliseconds