/packages/apps/Launcher2/src/com/android/launcher2/ |
DropTarget.java | 36 /** X offset from the upper-left corner of the cell to where we touched. */ 39 /** Y offset from the upper-left corner of the cell to where we touched. */
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DropTarget.java | 35 /** X offset from the upper-left corner of the cell to where we touched. */ 38 /** Y offset from the upper-left corner of the cell to where we touched. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
MarqueeGesture.java | 119 * @param x The top left corner of the rectangle, x coordinate. 120 * @param y The top left corner of the rectangle, y coordinate.
|
/frameworks/support/cardview/src/main/java/androidx/cardview/widget/ |
CardView.java | 37 * A FrameLayout with a rounded corner background and shadow. 42 * Due to expensive nature of rounded corner clipping, on platforms before Lollipop, CardView does 347 * Updates the corner radius of the CardView. 358 * Returns the corner radius of the CardView. 360 * @return Corner radius of the CardView
|
/external/libxkbcommon/xkbcommon/test/data/keymaps/ |
comprehensive-plus-geom.xkb | [all...] |
syntax-error.xkb | [all...] |
/external/valgrind/none/tests/s390x/ |
cu12.c | 160 0x00, 0x7f, // corner cases 171 0x80, 0xbf, // corner cases 172 0xf8, 0xff, // corner cases 210 0xc2, 0x80, // corner case 211 0xc2, 0xbf, // corner case 212 0xdf, 0x80, // corner case 213 0xdf, 0xbf, // corner case
|
cu12_1.c | 160 0x00, 0x7f, // corner cases 171 0x80, 0xbf, // corner cases 172 0xf8, 0xff, // corner cases 210 0xc2, 0x80, // corner case 211 0xc2, 0xbf, // corner case 212 0xdf, 0x80, // corner case 213 0xdf, 0xbf, // corner case
|
cu14.c | 160 0x00, 0x7f, // corner cases 171 0x80, 0xbf, // corner cases 172 0xf8, 0xff, // corner cases 210 0xc2, 0x80, // corner case 211 0xc2, 0xbf, // corner case 212 0xdf, 0x80, // corner case 213 0xdf, 0xbf, // corner case
|
cu14_1.c | 160 0x00, 0x7f, // corner cases 171 0x80, 0xbf, // corner cases 172 0xf8, 0xff, // corner cases 210 0xc2, 0x80, // corner case 211 0xc2, 0xbf, // corner case 212 0xdf, 0x80, // corner case 213 0xdf, 0xbf, // corner case
|
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/ |
GridModel.java | 52 // Enum values used to determine the corner at which the origin is located within the 161 * Resizes the selection by adjusting the pointer (i.e., the corner of the selection 371 * lower-right corner, whether it is possible that the position is the nearest to the 376 int corner = computeCornerNearestOrigin(); local 377 switch (corner) { 392 throw new RuntimeException("Invalid corner type."); 660 * Computes the corner of the selection nearest the origin.
|
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/ |
GridModel.java | 51 // Enum values used to determine the corner at which the origin is located within the 161 * Resizes the selection by adjusting the pointer (i.e., the corner of the selection 368 * lower-right corner, whether it is possible that the position is the nearest to the 373 int corner = computeCornerNearestOrigin(); local 374 switch (corner) { 389 throw new RuntimeException("Invalid corner type."); 640 * Computes the corner of the selection nearest the origin.
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
layered_filter_d1new_helper.rsh | 139 // Locates the top left corner of the window surrounding this pixel. 190 // Locates the top left corner index of the window surrounding this pixel. 225 // Locates the top left corner of the window surrounding this pixel.
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/ |
Widget.java | 70 * but with the anchor parameter defaulted to the upper left corner.
81 * @param x X-Coordinate of the top left corner of element. When using RELATIVE, must be a value between 0 and 1.
83 * @param y Y_VALS_ONLY-Coordinate of the top-left corner of element. When using RELATIVE, must be a value between 0 and 1.
|
/external/skia/samplecode/ |
SampleSVGPong.cpp | 230 const SkPoint corner = pos - SkPoint::Make(size.width() / 2, size.height() / 2); local 231 update_pos(objectNode, corner); 236 const SkPoint shadowCorner = corner + shadowOffset;
|
/external/skia/src/gpu/ccpr/ |
GrCCCubicShader.cpp | 130 s->codeAppendf("float2 corner = %s[%s * 3];", pts, repetitionID); 131 vars->fCornerVars.fPoint = "corner"; 164 // Use software msaa to estimate actual coverage at the corner pixels.
|
/external/skqp/samplecode/ |
SampleSVGPong.cpp | 230 const SkPoint corner = pos - SkPoint::Make(size.width() / 2, size.height() / 2); local 231 update_pos(objectNode, corner); 236 const SkPoint shadowCorner = corner + shadowOffset;
|
/external/skqp/src/gpu/ccpr/ |
GrCCCoverageProcessor.h | 81 // For Corners, the Impl Generates the conservative rasters of corner points (i.e. 82 // pixel-size boxes). It generates 3 corner boxes for triangles and 2 for curves. The Shader 159 // repetitionID is a 0-based index and indicates which edge or corner is being generated.
|
GrCCCubicShader.cpp | 130 s->codeAppendf("float2 corner = %s[%s * 3];", pts, repetitionID); 131 vars->fCornerVars.fPoint = "corner"; 162 // Use software msaa to estimate actual coverage at the corner pixels.
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuPopupHelper.java | 182 * display the popup with its top-left corner at (x,y) relative to the 184 * popup's top-right corner will be at (x,y). 255 // width such that the top-right corner is at the X offset.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
KeyButtonRipple.java | 113 final float corner = horizontal ? cy : cx; local 117 corner, corner, p);
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
layered_filter_d1new_helper.rsh | 139 // Locates the top left corner of the window surrounding this pixel. 190 // Locates the top left corner index of the window surrounding this pixel. 225 // Locates the top left corner of the window surrounding this pixel.
|
/frameworks/support/car/src/main/java/androidx/car/widget/ |
ListItemAdapter.java | 78 * Sets each item in {@link CardView} with a rounded corner background and shadow. 83 * top and bottom item will have rounded corner at only top/bottom side respectively. If 84 * only one item exists, it will have both top and bottom rounded corner.
|
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/ |
MenuPopupHelper.java | 191 * display the popup with its top-left corner at (x,y) relative to the 193 * popup's top-right corner will be at (x,y). 269 // width such that the top-right corner is at the X offset.
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
BoundedRect.java | 258 // find fixed corner 271 // no fixed corner, return without update 294 // corner
|