Home
last modified time | relevance | path

Searched refs:mSurfaceHeight (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DDisplaySinkService.java50 private int mSurfaceHeight; field in DisplaySinkService
136 if (mSurface == surface && mSurfaceWidth == width && mSurfaceHeight == height) { in updateSurfaceFromUi()
142 mSurfaceHeight = height; in updateSurfaceFromUi()
153 "video/avc", mSurfaceWidth, mSurfaceHeight); in updateSurfaceFromUi()
235 mBuffer.putInt(mSurfaceHeight); in sendSinkStatus()
/frameworks/base/core/java/android/view/
DSurfaceView.java210 int mSurfaceHeight = -1; field in SurfaceView
678 mTmpRect.set(0, 0, mSurfaceWidth, mSurfaceHeight); in setClipBounds()
1007 mScreenRect.height() / (float) mSurfaceHeight /*postScaleY*/); in performSurfaceTransaction()
1017 mSurfaceHeight); in performSurfaceTransaction()
1025 replacePositionUpdateListener(mSurfaceWidth, mSurfaceHeight, in performSurfaceTransaction()
1035 mScreenRect.bottom, mSurfaceWidth, mSurfaceHeight)); in performSurfaceTransaction()
1046 mSurfaceFrame.bottom = mSurfaceHeight; in performSurfaceTransaction()
1050 mSurfaceFrame.bottom = (int) (mSurfaceHeight * appInvertedScale + 0.5f); in performSurfaceTransaction()
1100 final boolean sizeChanged = mSurfaceWidth != myWidth || mSurfaceHeight != myHeight; in updateSurface()
1130 mSurfaceHeight = myHeight; in updateSurface()
[all …]
DThreadedRenderer.java243 private int mSurfaceWidth, mSurfaceHeight; field in ThreadedRenderer
441 mSurfaceHeight = height + mInsetTop + surfaceInsets.bottom; in setup()
449 mSurfaceHeight = height; in setup()
452 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()
556 RecordingCanvas canvas = mRootNode.beginRecording(mSurfaceWidth, mSurfaceHeight); in updateRootDisplayList()
/frameworks/base/media/java/android/media/tv/
DTvView.java100 private int mSurfaceHeight; field in TvView
120 mSurfaceHeight = height;
122 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
1102 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight); in onSessionCreated()
/frameworks/base/core/java/android/widget/
DVideoView.java126 private int mSurfaceHeight; field in VideoView
514 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
680 mSurfaceHeight = h;
/frameworks/rs/
DrsFont.h162 float mSurfaceHeight; variable
DrsFont.cpp675 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) { in appendMeshQuad()
772 mSurfaceHeight = (float)mRSC->getCurrentSurfaceHeight(); in renderText()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt34634 Landroid/media/tv/TvView;->mSurfaceHeight:I
65543 Landroid/view/SurfaceView;->mSurfaceHeight:I
66396 Landroid/view/ThreadedRenderer;->mSurfaceHeight:I
71558 Landroid/widget/Magnifier$InternalPopupWindow;->mSurfaceHeight:I
74218 Landroid/widget/VideoView;->mSurfaceHeight:I