HomeSort by relevance Sort by last modified time
    Searched defs:startWidth (Results 1 - 10 of 10) 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;
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java 96 float startWidth = startScale * finalBounds.width();
97 float deltaWidth = (startWidth - startBounds.width()) / 2;
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java 96 float startWidth = startScale * finalBounds.width();
97 float deltaWidth = (startWidth - startBounds.width()) / 2;
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
UIAnimation.java 96 float startWidth = startScale * finalBounds.width();
97 float deltaWidth = (startWidth - startBounds.width()) / 2;
  /cts/tests/tests/transition/src/android/transition/cts/
FadeTest.java 135 final int startWidth = redSquare.getWidth();
146 assertEquals(startWidth, view.getWidth());
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 72 float startWidth,
79 _startWidth = startWidth;
87 float& startWidth,
94 startWidth = _startWidth;
630 float startWidth, startHeight, stopWidth, stopHeight;
631 channelObj->GetStreamSettings(0, zOrder, startWidth,
636 UpdateVerticeBuffer(_pVB, 0, startWidth, startHeight,
889 float startWidth,
901 left = startWidth * 2 - 1;
    [all...]
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 586 final int startWidth = renderer.frameWidth();
589 final int scaledWidth = startWidth / 2;
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.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 

Completed in 736 milliseconds