Home
last modified time | relevance | path

Searched refs:myWidth (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DRelativeLayout.java302 int myWidth = -1; in onMeasure() local
315 myWidth = widthSize; in onMeasure()
323 width = myWidth; in onMeasure()
360 applyHorizontalSizeRules(params, myWidth); in onMeasure()
361 measureChildHorizontal(child, params, myWidth, myHeight); in onMeasure()
362 if (positionChildHorizontal(child, params, myWidth, isWrapContentWidth)) { in onMeasure()
377 measureChild(child, params, myWidth, myHeight); in onMeasure()
543 private void measureChild(View child, LayoutParams params, int myWidth, int myHeight) { in measureChild() argument
548 myWidth); in measureChild()
557 … private void measureChildHorizontal(View child, LayoutParams params, int myWidth, int myHeight) { in measureChildHorizontal() argument
[all …]
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java427 int myWidth = mSurfaceHolder.getRequestedWidth(); in updateSurface() local
428 if (myWidth <= 0) myWidth = ViewGroup.LayoutParams.FILL_PARENT; in updateSurface()
434 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight; in updateSurface()
444 mWidth = myWidth; in updateSurface()
451 mLayout.width = myWidth; in updateSurface()
/frameworks/base/core/java/android/view/
DSurfaceView.java349 int myWidth = mRequestedWidth; in updateWindow() local
350 if (myWidth <= 0) myWidth = getWidth(); in updateWindow()
357 final boolean sizeChanged = mWidth != myWidth || mHeight != myHeight; in updateWindow()
374 mWidth = myWidth; in updateWindow()