OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAbsCoordinates
(Results
1 - 4
of
4
) sorted by null
/cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerActivityTest.java
361
mActivity.mUsername.
getAbsCoordinates
());
773
final Rect fieldBounds = line.
getAbsCoordinates
();
VirtualContainerView.java
437
absBounds =
getAbsCoordinates
();
475
Rect
getAbsCoordinates
() {
482
Log.v(TAG, "
getAbsCoordinates
() for " + text.id + ": bounds=" + bounds
/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
CustomVirtualView.java
460
Rect absBounds =
getAbsCoordinates
();
472
private Rect
getAbsCoordinates
() {
480
Log.v(TAG, "
getAbsCoordinates
() for " + mFieldTextItem.id + ": bounds=" + mBounds
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CustomVirtualView.java
462
Rect absBounds =
getAbsCoordinates
();
474
private Rect
getAbsCoordinates
() {
482
Log.v(TAG, "
getAbsCoordinates
() for " + mFieldTextItem.id + ": bounds=" + mBounds
Completed in 234 milliseconds