Searched refs:defaultWidth (Results 1 – 2 of 2) sorted by relevance
161 final int defaultWidth = strip.getVisibleBounds().width() / 4; in scrollSuggestionView() local162 final int width = getEdgeSensitivityWidth(defaultWidth); in scrollSuggestionView()178 private int getEdgeSensitivityWidth(int defaultWidth) { in getEdgeSensitivityWidth() argument183 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()
694 field public static final int defaultWidth = 16844020; // 0x10104f420936 field @Deprecated public int defaultWidth;