HomeSort by relevance Sort by last modified time
    Searched refs:lowerY (Results 1 - 7 of 7) sorted by null

  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.kt 144 var lowerY = topMargin
147 upperY = lowerY + lineLength
148 Log.d(TAG, "Line $line ranges from $lowerY to $upperY")
149 if (y in lowerY..upperY) {
157 lowerY += lineLength
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.kt 144 var lowerY = topMargin
147 upperY = lowerY + lineLength
148 Log.d(TAG, "Line $line ranges from $lowerY to $upperY")
149 if (y in lowerY..upperY) {
157 lowerY += lineLength
  /cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerView.java 157 int lowerY = mTopMargin;
160 upperY = lowerY + mLineLength;
162 Log.d(TAG, "Line " + i + " ranges from " + lowerY + " to " + upperY);
163 if (lowerY <= y && y <= upperY) {
174 lowerY += mLineLength;
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.java 262 int lowerY = mTopMargin;
266 upperY = lowerY + mLineLength;
267 if (DEBUG) Log.d(TAG, "Line " + i + " ranges from " + lowerY + " to " + upperY);
268 if (lowerY <= y && y <= upperY) {
279 lowerY += mLineLength;
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.java 262 int lowerY = mTopMargin;
266 upperY = lowerY + mLineLength;
267 if (DEBUG) Log.d(TAG, "Line " + i + " ranges from " + lowerY + " to " + upperY);
268 if (lowerY <= y && y <= upperY) {
279 lowerY += mLineLength;
  /external/skia/src/core/
SkScan_AAAPath.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.cpp     [all...]

Completed in 510 milliseconds