HomeSort by relevance Sort by last modified time
    Searched refs:startHeight (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;
27 startHeight = target.getHeight();
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,
93 float startHeight, float stopWidth,
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)
336 _startHeight = startHeight;
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)
340 _startHeight = startHeight;
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 62 float startHeight,
68 float& startHeight,
244 float startWidth, float startHeight,
video_render_direct3d9.cc 73 float startHeight,
80 _startHeight = startHeight;
88 float& startHeight,
95 startHeight = _startHeight;
630 float startWidth, startHeight, stopWidth, stopHeight;
632 startHeight, stopWidth,
636 UpdateVerticeBuffer(_pVB, 0, startWidth, startHeight,
890 float startHeight,
905 top = 1 - startHeight * 2;
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
TestResizingRelayoutWithAutoMeasure.java 94 int startHeight = recyclerView.getMeasuredHeight();
100 makeMeasureSpec((int) (startHeight * mHeightMultiplier),
105 makeMeasureSpec(startHeight, EXACTLY));
  /frameworks/support/transition/ics/android/support/transition/
ChangeBoundsPort.java 142 int startHeight = startBottom - startTop;
146 if (startWidth != 0 && startHeight != 0 && endWidth != 0 && endHeight != 0) {
228 if (startHeight != endHeight) {
230 Math.max(startHeight, endHeight));
243 int heightDelta = endHeight - startHeight;
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 95 * @param startHeight The initial height 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 102 float startHeight = startScale * finalBounds.height();
103 float deltaHeight = (startHeight - startBounds.height()) / 2;
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java 102 float startHeight = startScale * finalBounds.height();
103 float deltaHeight = (startHeight - startBounds.height()) / 2;
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
UIAnimation.java 102 float startHeight = startScale * finalBounds.height();
103 float deltaHeight = (startHeight - startBounds.height()) / 2;
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 149 float startHeight = startScale * finalBounds.height();
150 float deltaHeight = (startHeight - startBounds.height()) / 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) {
254 mStartHeight = startHeight;
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 299 final int startHeight = startBottom - startTop;
305 if ((startWidth != 0 && startHeight != 0) || (endWidth != 0 && endHeight != 0)) {
318 if (startWidth == endWidth && startHeight == endHeight) {
356 int maxHeight = Math.max(startHeight, endHeight);
370 startClip = new Rect(0, 0, startWidth, startHeight);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaPickerPanel.java 279 final int startHeight = mCurrentDesiredHeight;
285 final int deltaHeight = height - startHeight;
290 mCurrentDesiredHeight = (int) (startHeight + deltaHeight * interpolatedTime);
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 138 int startHeight);
140 int startWidth, int startHeight);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 219 int startHeight) throws RemoteException {
225 int startWidth, int startHeight) throws RemoteException {
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java 731 final int startHeight = mContentContainer.getHeight();
759 int deltaHeight = (int) (interpolatedTime * (targetHeight - startHeight));
760 setHeight(mContentContainer, startHeight + deltaHeight);
763 startY - (mContentContainer.getHeight() - startHeight));
    [all...]
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 587 final int startHeight = renderer.frameHeight();
590 final int scaledHeight = startHeight / 2;

Completed in 1361 milliseconds

1 2