HomeSort by relevance Sort by last modified time
    Searched refs:startWidth (Results 1 - 25 of 48) sorted by null

1 2

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
SizeToAction.java 22 private float startWidth, startHeight;
26 startWidth = target.getWidth();
31 target.setSize(startWidth + (endWidth - startWidth) * percent, startHeight + (endHeight - startHeight) * percent);
  /frameworks/support/compat/jellybean/android/support/v4/app/
ActivityOptionsCompatJB.java 34 int startX, int startY, int startWidth, int startHeight) {
36 ActivityOptions.makeScaleUpAnimation(source, startX, startY, startWidth, startHeight));
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.h 47 int SetStreamSettings(int streamId, float startWidth, float startHeight,
49 int SetStreamCropSettings(int streamId, float startWidth, float startHeight,
92 VideoChannelAGL* CreateAGLChannel(int channel, int zOrder, float startWidth,
96 float startWidth, float startHeight,
video_render_nsopengl.h 57 int SetStreamSettings(int streamId, float startWidth, float startHeight, float stopWidth, float stopHeight);
58 int SetStreamCropSettings(int streamId, float startWidth, float startHeight, float stopWidth, float stopHeight);
114 VideoChannelNSOpenGL* CreateNSGLChannel(int streamID, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight);
115 VideoChannelNSOpenGL* ConfigureNSGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight);
video_render_nsopengl.mm 330 int VideoChannelNSOpenGL::SetStreamSettings(int /*streamId*/, float startWidth, float startHeight, float stopWidth, float stopHeight)
334 _startWidth = startWidth;
352 int VideoChannelNSOpenGL::SetStreamCropSettings(int /*streamId*/, float /*startWidth*/, float /*startHeight*/, float /*stopWidth*/, float /*stopHeight*/)
733 VideoChannelNSOpenGL* VideoRenderNSOpenGL::CreateNSGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight)
748 if (newAGLChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
930 VideoChannelNSOpenGL* VideoRenderNSOpenGL::ConfigureNSGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight)
940 if (aglChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
942 WEBRTC_TRACE(kTraceError, kTraceVideoRenderer, _id, "%s failed to set stream settings: channel %d. channel=%d zOrder=%d startWidth=%d startHeight=%d stopWidth=%d stopHeight=%d",
943 __FUNCTION__, channel, zOrder, startWidth, startHeight, stopWidth, stopHeight);
946 WEBRTC_TRACE(kTraceInfo, kTraceVideoRenderer, _id, "%s Configuring channel %d. channel=%d zOrder=%d startWidth=%d startHeight=%d stopWidth=%d stopHeight=%d"
    [all...]
video_render_agl.cc 333 int VideoChannelAGL::SetStreamSettings(int /*streamId*/, float startWidth, float startHeight, float stopWidth, float stopHeight)
338 _startWidth = startWidth;
357 int VideoChannelAGL::SetStreamCropSettings(int /*streamId*/, float /*startWidth*/, float /*startHeight*/, float /*stopWidth*/, float /*stopHeight*/)
760 VideoChannelAGL* VideoRenderAGL::CreateAGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight)
782 if (newAGLChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
923 VideoChannelAGL* VideoRenderAGL::ConfigureAGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight)
933 if (aglChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
    [all...]
  /frameworks/support/compat/api21/android/support/v4/app/
ActivityOptionsCompat21.java 38 int startX, int startY, int startWidth, int startHeight) {
40 ActivityOptions.makeScaleUpAnimation(source, startX, startY, startWidth, startHeight));
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.h 61 float startWidth,
67 float& startWidth,
244 float startWidth, float startHeight,
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...]
  /frameworks/support/transition/ics/android/support/transition/
ChangeBoundsPort.java 141 int startWidth = startRight - startLeft;
146 if (startWidth != 0 && startHeight != 0 && endWidth != 0 && endHeight != 0) {
224 if (startWidth != endWidth) {
226 Math.max(startWidth, endWidth));
242 int widthDelta = endWidth - startWidth;
265 Rect tempStartBounds = new Rect(0, 0, startWidth, startHeight);
  /frameworks/support/compat/api23/android/support/v4/app/
ActivityOptionsCompat23.java 39 int startX, int startY, int startWidth, int startHeight) {
41 ActivityOptions.makeScaleUpAnimation(source, startX, startY, startWidth, startHeight));
  /frameworks/support/compat/api24/android/support/v4/app/
ActivityOptionsCompat24.java 39 int startX, int startY, int startWidth, int startHeight) {
41 ActivityOptions.makeScaleUpAnimation(source, startX, startY, startWidth, startHeight));
  /frameworks/support/compat/java/android/support/v4/app/
ActivityOptionsCompat.java 94 * @param startWidth The initial width of the new activity.
100 int startX, int startY, int startWidth, int startHeight) {
104 startWidth, startHeight));
108 startWidth, startHeight));
112 startWidth, startHeight));
116 startWidth, startHeight));
  /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;
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 142 float startWidth = startScale * finalBounds.width();
143 float deltaWidth = (startWidth - startBounds.width()) / 2;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 134 * of the upper left corner of the start rectangle, startWidth and startHeight
249 int startWidth, int startHeight) {
253 mStartWidth = startWidth;
  /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);
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java 730 final int startWidth = mContentContainer.getWidth();
738 int deltaWidth = (int) (interpolatedTime * (targetWidth - startWidth));
739 setWidth(mContentContainer, startWidth + deltaWidth);
751 mMainPanel.setX(mContentContainer.getWidth() - startWidth);
    [all...]
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 137 void overridePendingAppTransitionScaleUp(int startX, int startY, int startWidth,
140 int startWidth, int startHeight);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 218 public void overridePendingAppTransitionScaleUp(int startX, int startY, int startWidth,
225 int startWidth, int startHeight) throws RemoteException {
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 586 final int startWidth = renderer.frameWidth();
589 final int scaledWidth = startWidth / 2;
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java 556 final int startWidth = composeBubbleRect.width();
558 messageBubble.kickOffMorphAnimation(startWidth,
    [all...]

Completed in 872 milliseconds

1 2