Home
last modified time | relevance | path

Searched refs:ypos (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/gesture/
H A DGestureUtils.java138 float ypos; in spatialSampling() local
168 plot(xpos, ypos, sample, bitmapSize); in spatialSampling()
177 plot(xpos, ypos, sample, bitmapSize); in spatialSampling()
183 ypos = (float) Math.ceil(segmentStartY); in spatialSampling()
186 while (ypos < segmentEndY) { in spatialSampling()
188 plot(xpos, ypos, sample, bitmapSize); in spatialSampling()
189 ypos++; in spatialSampling()
192 ypos = (float) Math.ceil(segmentEndY); in spatialSampling()
195 while (ypos < segmentStartY) { in spatialSampling()
197 plot(xpos, ypos, sample, bitmapSize); in spatialSampling()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java1229 int ypos = 0; in onLayout() local
1234 ypos = ((paddedBottom - paddedTop) - customView.getMeasuredHeight()) / 2; in onLayout()
1237 ypos = getPaddingTop() + topMargin; in onLayout()
1240 ypos = getHeight() - getPaddingBottom() - customView.getMeasuredHeight() in onLayout()
1245 customView.layout(xpos, ypos, xpos + customWidth, in onLayout()
1246 ypos + customView.getMeasuredHeight()); in onLayout()
H A DResolverDrawerLayout.java1068 int ypos = mTopOffset;
1094 int top = ypos + lp.topMargin;
1114 ypos = bottom + lp.bottomMargin;
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java3163 Bitmap ypos, in createCubemapFromCubeFaces() argument
3172 ypos.getWidth() != height || ypos.getHeight() != height || in createCubemapFromCubeFaces()
3198 adapter.copyFrom(ypos); in createCubemapFromCubeFaces()
3229 Bitmap ypos, in createCubemapFromCubeFaces() argument
3233 return createCubemapFromCubeFaces(rs, xpos, xneg, ypos, yneg, in createCubemapFromCubeFaces()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManager.java4619 public LayoutParams(int w, int h, int xpos, int ypos, int _type, in LayoutParams() argument
4623 y = ypos; in LayoutParams()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...