OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNextLocationOffset
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
LinearLayout.java
445
// (See
getNextLocationOffset
and getLocationOffset)
447
// sum([
getNextLocationOffset
(getChildAt(i)) / i < mBaselineAlignedChildIndex])
671
lp.bottomMargin +
getNextLocationOffset
(child));
753
lp.topMargin + lp.bottomMargin +
getNextLocationOffset
(child));
836
lp.topMargin + lp.bottomMargin +
getNextLocationOffset
(child));
[
all
...]
TableRow.java
273
int
getNextLocationOffset
(View child) {
Completed in 56 milliseconds