Searched refs:ypos (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/gesture/ |
H A D | GestureUtils.java | 138 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 D | ActionBarView.java | 1229 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 D | ResolverDrawerLayout.java | 1068 int ypos = mTopOffset; 1094 int top = ypos + lp.topMargin; 1114 ypos = bottom + lp.bottomMargin;
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | Allocation.java | 3163 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 D | WindowManager.java | 4619 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |