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

  /external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
ValidationMessageBubble.java 37 * @param anchorWidth Anchor size in the CSS unit.
47 int anchorWidth, int anchorHeight, String mainText, String subText) {
49 contentViewCore, anchorX, anchorY, anchorWidth, anchorHeight);
80 * @param anchorWidth Anchor size in the CSS unit.
85 int anchorX, int anchorY, int anchorWidth, int anchorHeight) {
87 contentViewCore, anchorX, anchorY, anchorWidth, anchorHeight);
94 int anchorX, int anchorY, int anchorWidth, int anchorHeight) {
100 coordinates.fromLocalCssToPix(anchorX + anchorWidth),
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
SelectPopupDropdown.java 56 float anchorWidth = renderCoordinates.fromPixToDip(
60 mDropdownPopupWindow.setAnchorRect(anchorX, anchorY, anchorWidth, anchorHeight);
  /frameworks/base/core/java/android/widget/
PopupWindow.java     [all...]

Completed in 359 milliseconds