Searched defs:getLocationOffset (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTableRow.java266 int getLocationOffset(View child) { method in class:TableRow
H A DLinearLayout.java522 // (See getNextLocationOffset and getLocationOffset)
526 // getLocationOffset(child)
1476 int getLocationOffset(View child) { method in class:LinearLayout
1586 setChildFrame(child, childLeft, childTop + getLocationOffset(child),
1732 setChildFrame(child, childLeft + getLocationOffset(child), childTop,
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java443 // (See getNextLocationOffset and getLocationOffset)
447 // getLocationOffset(child)
1384 int getLocationOffset(View child) { method in class:LinearLayoutCompat
1495 setChildFrame(child, childLeft, childTop + getLocationOffset(child),
1630 setChildFrame(child, childLeft + getLocationOffset(child), childTop,

Completed in 66 milliseconds