Home
last modified time | relevance | path

Searched refs:defaultWidth (Results 1 – 2 of 2) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInlineUiBot.java161 final int defaultWidth = strip.getVisibleBounds().width() / 4; in scrollSuggestionView() local
162 final int width = getEdgeSensitivityWidth(defaultWidth); in scrollSuggestionView()
178 private int getEdgeSensitivityWidth(int defaultWidth) { in getEdgeSensitivityWidth() argument
183 if (width >= defaultWidth) { in getEdgeSensitivityWidth()
187 + ", which is less than the default of " + defaultWidth + ". Using default"); in getEdgeSensitivityWidth()
188 return defaultWidth; in getEdgeSensitivityWidth()
190 Log.e(TAG, "Failed to get edge sensitivity width. Defaulting to " + defaultWidth, e); in getEdgeSensitivityWidth()
191 return defaultWidth; in getEdgeSensitivityWidth()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt694 field public static final int defaultWidth = 16844020; // 0x10104f4
20936 field @Deprecated public int defaultWidth;