Home
last modified time | relevance | path

Searched defs:myHeight (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetImageView.java84 float myHeight = getHeight(); in updateDstRectF() local
/aosp12/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java413 int myHeight = -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()
878 private boolean positionChildVertical(View child, LayoutParams params, int myHeight, in positionChildVertical()
964 private void applyVerticalSizeRules(LayoutParams childParams, int myHeight, int myBaseline) { in applyVerticalSizeRules()
1084 private static void centerVertical(View child, LayoutParams params, int myHeight) { in centerVertical()
H A DTabWidget.java409 final int myHeight = getHeight(); in dispatchDraw() local
412 myHeight - leftStrip.getIntrinsicHeight(), bounds.left, myHeight); in dispatchDraw() local
H A DGallery.java961 int myHeight = duringLayout ? getMeasuredHeight() : getHeight(); in calculateTop() local
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceView.java1077 int myHeight = mRequestedHeight; in updateSurface() local
/aosp12/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java989 int myHeight = mSurfaceHolder.getRequestedHeight(); in updateSurface() local