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

  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 199 int childHeight = mButton.getMeasuredHeight();
201 childTop -= childHeight + mMarginBottom;
202 mButton.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight);
222 int childHeight = mButton.getMeasuredHeight();
225 mButton.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight);
245 int childHeight;
260 childHeight = view.getMeasuredHeight();
263 childTop -= childHeight + mMarginBottom;
266 childTop += childHeight + mMarginBottom;
280 view.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight);
    [all...]
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PercentFrameLayout.java 87 final int childHeight = child.getMeasuredHeight();
90 final int childTop = subTop + (subHeight - childHeight) / 2;
91 child.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight);
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
ListViewRemovalAnimation.java 225 int childHeight = child.getHeight() + listview.getDividerHeight();
226 startTop = top + (i > 0 ? childHeight : -childHeight);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 210 int childHeight = child.getHeight() + getDividerHeight();
211 int startTop = top + (i > 0 ? childHeight : -childHeight);
234 int childHeight = startBounds.bottom - startBounds.top + getDividerHeight();
236 endBounds.offset(0, childHeight);
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 297 int childHeight = child.getHeight() + listview.getDividerHeight();
298 startTop = top + (i > 0 ? childHeight : -childHeight);
  /cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java 649 final int childHeight = 200;
656 ViewGroup.LayoutParams childParams = new ViewGroup.LayoutParams(childWidth, childHeight);
660 childParams = new ViewGroup.LayoutParams(childWidth, childHeight);
670 verifyBounds(viewGroup, child1, countDownLatch1, 0, 0, childWidth, childHeight);
672 childWidth, 0, childWidth, childHeight);
683 verifyBounds(viewGroup, child2, countDownLatch2, 0, 0, childWidth, childHeight);
694 verifyBounds(viewGroup, child1, countDownLatch3, 0, 0, childWidth, childHeight);
696 childWidth, 0, childWidth, childHeight);
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 

Completed in 1359 milliseconds