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

  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 142 float startWidth = startScale * finalBounds.width();
143 float deltaWidth = (startWidth - startBounds.width()) / 2;
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 73 float startWidth,
80 _startWidth = startWidth;
88 float& startWidth,
95 startWidth = _startWidth;
640 float startWidth, startHeight, stopWidth, stopHeight;
641 channelObj->GetStreamSettings(0, zOrder, startWidth,
646 UpdateVerticeBuffer(_pVB, 0, startWidth, startHeight,
900 float startWidth,
912 left = startWidth * 2 - 1;
    [all...]
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 298 final int startWidth = startRight - startLeft;
305 if ((startWidth != 0 && startHeight != 0) || (endWidth != 0 && endHeight != 0)) {
318 if (startWidth == endWidth && startHeight == endHeight) {
355 int maxWidth = Math.max(startWidth, endWidth);
370 startClip = new Rect(0, 0, startWidth, startHeight);
  /development/samples/training/NavigationDrawer/libs/
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 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 725 milliseconds