HomeSort by relevance Sort by last modified time
    Searched full:uppery (Results 1 - 11 of 11) sorted by null

  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.kt 145 var upperY = -1
147 upperY = lowerY + lineLength
148 Log.d(TAG, "Line $line ranges from $lowerY to $upperY")
149 if (y in lowerY..upperY) {
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.kt 145 var upperY = -1
147 upperY = lowerY + lineLength
148 Log.d(TAG, "Line $line ranges from $lowerY to $upperY")
149 if (y in lowerY..upperY) {
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
CustomVirtualView.java 275 int upperY = -1;
278 upperY = lowerY + mLineLength;
279 if (DEBUG) Log.d(TAG, "Line " + i + " ranges from " + lowerY + " to " + upperY);
280 if (lowerY <= y && y <= upperY) {
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CustomVirtualView.java 277 int upperY = -1;
280 upperY = lowerY + mLineLength;
281 if (DEBUG) Log.d(TAG, "Line " + i + " ranges from " + lowerY + " to " + upperY);
282 if (lowerY <= y && y <= upperY) {
  /cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerView.java 181 int upperY = -1;
183 upperY = lowerY + mLineLength;
185 Log.d(TAG, "Line " + i + " ranges from " + lowerY + " to " + upperY);
186 if (lowerY <= y && y <= upperY) {
  /external/skia/src/core/
SkAnalyticEdge.h 88 SkDebugf("edge: upperY:%d lowerY:%d y:%g x:%g dx:%g w:%d\n",
SkScan_DAAPath.cpp 188 if ((xorUpperY | xorLowerY) == 0) { // equal upperY and lowerY
  /external/skqp/src/core/
SkAnalyticEdge.h 88 SkDebugf("edge: upperY:%d lowerY:%d y:%g x:%g dx:%g w:%d\n",
SkScan_DAAPath.cpp 188 if ((xorUpperY | xorLowerY) == 0) { // equal upperY and lowerY
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.cpp     [all...]
  /external/autotest/client/cros/graphics/
graphics_utils.py 558 img_w, img_h, upperx, uppery = box
560 '%dx%d+%d+%d' % (img_w, img_h, upperx, uppery))
    [all...]

Completed in 416 milliseconds