Searched refs:getLocationOffset (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/awt/java/awt/im/
H A DInputMethodRequests.java43 public TextHitInfo getLocationOffset(int x, int y); method in interface:InputMethodRequests
/frameworks/base/awt/org/apache/harmony/awt/im/
H A DInputMethodContext.java525 public TextHitInfo getLocationOffset(int x, int y) { method in class:InputMethodContext
528 return imr.getLocationOffset(x, y);
/frameworks/base/core/java/android/widget/
H A DTableRow.java263 int getLocationOffset(View child) { method in class:TableRow
H A DLinearLayout.java170 // (See getNextLocationOffset and getLocationOffset)
174 // getLocationOffset(child)
899 int getLocationOffset(View child) { method in class:LinearLayout
998 setChildFrame(child, childLeft, childTop + getLocationOffset(child),
1108 setChildFrame(child, childLeft + getLocationOffset(child), childTop,

Completed in 328 milliseconds