/development/tools/winscope/src/ |
D | TransactionEntry.vue | 33 v-for="(surface, index) in sufacesAffectedBy(source)" 34 v-bind:key="surface.id" 37 v-if="simplifyNames && surface.shortName && 38 surface.shortName !== surface.name" 39 >{{surface.shortName}}> 43 <span v-if="surface.name" class="surface-name">{{ surface.name }}</span> 44 <span class="surface-id"> 46 <span v-if="surface.name">(</span>{{surface.id}}<span v-if="surface.name">)</span> 250 .affected-surfaces-column .surface-id { 254 .inactive .affected-surfaces-column .surface-id {
|
/development/samples/RenderScript/Levels/src/com/android/rs/levels/ |
D | LevelsRSActivity.java | 214 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() argument 215 if (surface != null) { in onSurfaceTextureAvailable() 216 mOutPixelsAllocation.setSurface(new Surface(surface)); in onSurfaceTextureAvailable() 222 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged() argument 223 if (surface != null) { in onSurfaceTextureSizeChanged() 224 mOutPixelsAllocation.setSurface(new Surface(surface)); in onSurfaceTextureSizeChanged() 229 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed() argument 235 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated() argument
|
/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/ |
D | InlineContentClipView.java | 125 final Surface surface = mBackgroundView.getHolder().getSurface(); in drawBackgroundColorIfReady() local 126 if (surface.isValid()) { in drawBackgroundColorIfReady() 127 final Canvas canvas = surface.lockCanvas(null); in drawBackgroundColorIfReady() 131 surface.unlockCanvasAndPost(canvas); in drawBackgroundColorIfReady()
|
/development/tools/winscope/src/flickerlib/windows/ |
D | WindowState.ts | 42 proto.animator?.surface?.layer ?? 0, 43 proto.animator?.surface?.shown ?? false,
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | LocalPlayer.java | 294 protected void setSurface(Surface surface) { in setSurface() argument 295 mSurface = surface; in setSurface() 366 public static final void setSurface(MediaPlayer player, Surface surface) { in setSurface() argument 367 player.setSurface(surface); in setSurface() 616 public void onWindowCreated(Surface surface) { in onWindowCreated() argument 617 setSurface(surface); in onWindowCreated()
|
D | OverlayDisplayWindow.java | 95 public void onWindowCreated(Surface surface); in onWindowCreated() argument
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 140 Surface surface) throws IOException { in fromVideoFormat() argument 151 videoCodec.configure(trackFormat, surface, null, 0); in fromVideoFormat()
|
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 140 Surface surface) throws IOException { in fromVideoFormat() argument 151 videoCodec.configure(trackFormat, surface, null, 0); in fromVideoFormat()
|
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 140 Surface surface) throws IOException { in fromVideoFormat() argument 151 videoCodec.configure(trackFormat, surface, null, 0); in fromVideoFormat()
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
D | MediaPlayerDemo_Video.java | 64 mPreview = (SurfaceView) findViewById(R.id.surface); in onCreate()
|
/development/samples/browseable/ScreenCapture/src/com.example.android.screencapture/ |
D | ScreenCaptureFragment.java | 81 mSurfaceView = (SurfaceView) view.findViewById(R.id.surface); in onViewCreated()
|
/development/samples/ApiDemos/src/com/example/android/apis/media/projection/ |
D | MediaProjectionDemo.java | 78 mSurfaceView = (SurfaceView) findViewById(R.id.surface); in onCreate()
|
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/ |
D | Camera2BasicFragment.java | 684 Surface surface = new Surface(texture); in createCameraPreviewSession() local 689 mPreviewRequestBuilder.addTarget(surface); in createCameraPreviewSession() 692 mCameraDevice.createCaptureSession(Arrays.asList(surface, mImageReader.getSurface()), in createCameraPreviewSession()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 50 altitude - n. elevation especially above sea level or above the earth's surface 369 exterior - n. the outer side or surface of something 370 external - j. happening or arising or located outside or beyond some limits or especially surface
|