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

  /cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerView.java 180 int lowerY = mTopMargin;
183 upperY = lowerY + mLineLength;
185 Log.d(TAG, "Line " + i + " ranges from " + lowerY + " to " + upperY);
186 if (lowerY <= y && y <= upperY) {
197 lowerY += mLineLength;
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
CustomVirtualView.java 274 int lowerY = mTopMargin;
278 upperY = lowerY + mLineLength;
279 if (DEBUG) Log.d(TAG, "Line " + i + " ranges from " + lowerY + " to " + upperY);
280 if (lowerY <= y && y <= upperY) {
291 lowerY += mLineLength;
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CustomVirtualView.java 276 int lowerY = mTopMargin;
280 upperY = lowerY + mLineLength;
281 if (DEBUG) Log.d(TAG, "Line " + i + " ranges from " + lowerY + " to " + upperY);
282 if (lowerY <= y && y <= upperY) {
293 lowerY += mLineLength;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.cpp     [all...]

Completed in 280 milliseconds