HomeSort by relevance Sort by last modified time
    Searched refs:upperY (Results 1 - 6 of 6) 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) {
  /cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerView.java 158 int upperY = -1;
160 upperY = lowerY + mLineLength;
162 Log.d(TAG, "Line " + i + " ranges from " + lowerY + " to " + upperY);
163 if (lowerY <= y && y <= upperY) {
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.java 263 int upperY = -1;
266 upperY = lowerY + mLineLength;
267 if (DEBUG) Log.d(TAG, "Line " + i + " ranges from " + lowerY + " to " + upperY);
268 if (lowerY <= y && y <= upperY) {
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.java 263 int upperY = -1;
266 upperY = lowerY + mLineLength;
267 if (DEBUG) Log.d(TAG, "Line " + i + " ranges from " + lowerY + " to " + upperY);
268 if (lowerY <= y && y <= upperY) {
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.cpp     [all...]

Completed in 333 milliseconds