/frameworks/base/core/java/android/widget/ |
AbsoluteLayout.java | 70 int childBottom; 76 childBottom = lp.y + child.getMeasuredHeight(); 79 maxHeight = Math.max(maxHeight, childBottom);
|
AdapterViewAnimator.java | 766 int childBottom = mPaddingTop + child.getMeasuredHeight(); 768 child.layout(mPaddingLeft, mPaddingTop, childRight, childBottom); [all...] |
Gallery.java | 912 int childBottom = childTop + child.getMeasuredHeight(); 923 child.layout(childLeft, childTop, childRight, childBottom); [all...] |
LinearLayout.java | [all...] |
Spinner.java | 641 int childBottom = childTop + child.getMeasuredHeight(); 647 child.layout(childLeft, childTop, childRight, childBottom); [all...] |
GridView.java | [all...] |
ListView.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
VTTRegion.cpp | 372 float childBottom = toHTMLDivElement(m_cueContainer->childNode(i))->getBoundingClientRect()->bottom(); 374 if (regionBottom >= childBottom) 377 float height = childBottom - childTop; 379 m_currentTop -= std::min(height, childBottom - regionBottom);
|
/frameworks/base/core/java/android/app/ |
FragmentBreadCrumbs.java | 186 final int childBottom = mPaddingTop + child.getMeasuredHeight() - mPaddingBottom; 219 child.layout(childLeft, childTop, childRight, childBottom);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
QuickSettingsContainerView.java | 136 final int childBottom = childTop + childHeight; 139 child.layout(childLeft, childTop, childRight, childBottom);
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
SpinnerICS.java | 426 int childBottom = childTop + child.getMeasuredHeight(); 432 child.layout(childLeft, childTop, childRight, childBottom);
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationContainer.java | 813 final int childBottom = overlayTopY + overlayView.getMeasuredHeight(); 814 layoutOverlay(overlayView, overlayTopY, childBottom); 815 mAdditionalBottomBorderOverlayTop = (childBottom > mAdditionalBottomBorderOverlayTop) ? 816 childBottom : mAdditionalBottomBorderOverlayTop; [all...] |
/frameworks/ex/widget/java/com/android/ex/widget/ |
StaggeredGridView.java | 803 final int childBottom = childTop + childHeight; 806 child.layout(childLeft, childTop, childRight, childBottom); 809 mItemBottoms[j] = childBottom; [all...] |
/frameworks/support/v4/java/android/support/v4/widget/ |
SlidingPaneLayout.java | 683 final int childBottom = childTop + child.getMeasuredHeight(); 684 child.layout(childLeft, paddingTop, childRight, childBottom); [all...] |
/development/samples/training/NavigationDrawer/libs/ |
android-support-v4.jar | |
/external/robolectric/lib/main/ |
android-support-v4.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/ |
support-v4-13.0.0.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/ |
support-v4-18.0.0.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/ |
support-v4-19.0.0.jar | |