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

  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 196 int childTop = getHeight();
201 childTop -= childHeight + mMarginBottom;
202 mButton.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight);
203 childTop -= mMarginTop;
204 mFavoritesEnd = childTop - mMarginBottom;
206 int oldChildTop = childTop;
207 childTop = stackApplications(mFavorites, childLeft, childTop);
208 if (childTop != oldChildTop)
    [all...]
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PercentFrameLayout.java 90 final int childTop = subTop + (subHeight - childHeight) / 2;
91 child.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
BoxInsetLayout.java 261 int childTop;
326 childTop = parentTop + lp.topMargin;
332 childTop = 0;
334 childTop = parentTop + lp.topMargin;
338 childTop = parentTop + (parentBottom - parentTop - height) / 2 +
344 childTop = bottom - top - height;
346 childTop = parentBottom - height - lp.bottomMargin;
350 childTop = parentTop + lp.topMargin;
355 child.layout(childLeft, childTop, childLeft + width, childTop + height)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PictureLayout.java 153 final int childTop = getPaddingTop();
154 child.layout(childLeft, childTop,
156 childTop + child.getMeasuredHeight());
  /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/NavigationDrawer/libs/
android-support-v4.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /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 
  /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 

Completed in 252 milliseconds