Home
last modified time | relevance | path

Searched defs:myWidth (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
H A DAppsSearchContainerLayout.java113 int myWidth = rowWidth - iconPadding + getPaddingLeft() + getPaddingRight(); in onMeasure() local
124 int myWidth = right - left; in onLayout() local
/aosp12/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java412 int myWidth = -1; in onMeasure() local
685 private void measureChild(View child, LayoutParams params, int myWidth, int myHeight) { in measureChild()
700 View child, LayoutParams params, int myWidth, int myHeight) { in measureChildHorizontal()
838 private boolean positionChildHorizontal(View child, LayoutParams params, int myWidth, in positionChildHorizontal()
868 private void positionAtEdge(View child, LayoutParams params, int myWidth) { in positionAtEdge()
907 private void applyHorizontalSizeRules(LayoutParams childParams, int myWidth, int[] rules) { in applyHorizontalSizeRules()
1076 private static void centerHorizontal(View child, LayoutParams params, int myWidth) { in centerHorizontal()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetImageView.java83 float myWidth = getWidth(); in updateDstRectF() local
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceView.java1075 int myWidth = mRequestedWidth; in updateSurface() local
/aosp12/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java986 int myWidth = mSurfaceHolder.getRequestedWidth(); in updateSurface() local