Home
last modified time | relevance | path

Searched refs:matrix (Results 1 – 10 of 10) sorted by relevance

/developers/samples/android/wearable/wear/WearDrawers/Wearable/src/main/java/com/example/android/wearable/wear/weardrawers/
DMainActivity.java245 ColorMatrix matrix = new ColorMatrix(); in onEnterAmbientInFragment() local
246 matrix.setSaturation(0); in onEnterAmbientInFragment()
248 ColorMatrixColorFilter filter = new ColorMatrixColorFilter(matrix); in onEnterAmbientInFragment()
/developers/samples/android/media/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/
DCamera2VideoFragment.kt451 val matrix = Matrix() in configureTransform() constant
459 matrix.setRectToRect(viewRect, bufferRect, Matrix.ScaleToFit.FILL) in configureTransform()
463 with(matrix) { in configureTransform()
468 textureView.setTransform(matrix) in configureTransform()
/developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
DCamera2VideoFragment.java560 Matrix matrix = new Matrix(); in configureTransform() local
567 matrix.setRectToRect(viewRect, bufferRect, Matrix.ScaleToFit.FILL); in configureTransform()
571 matrix.postScale(scale, scale, centerX, centerY); in configureTransform()
572 matrix.postRotate(90 * (rotation - 2), centerX, centerY); in configureTransform()
574 mTextureView.setTransform(matrix); in configureTransform()
/developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
DCamera2BasicFragment.java746 Matrix matrix = new Matrix(); in configureTransform() local
753 matrix.setRectToRect(viewRect, bufferRect, Matrix.ScaleToFit.FILL); in configureTransform()
757 matrix.postScale(scale, scale, centerX, centerY); in configureTransform()
758 matrix.postRotate(90 * (rotation - 2), centerX, centerY); in configureTransform()
760 matrix.postRotate(180, centerX, centerY); in configureTransform()
762 mTextureView.setTransform(matrix); in configureTransform()
/developers/samples/android/media/Camera2Basic/kotlinApp/Application/src/main/java/com/example/android/camera2basic/
DCamera2BasicFragment.kt556 val matrix = Matrix() in configureTransform() constant
567 with(matrix) { in configureTransform()
573 matrix.postRotate(180f, centerX, centerY) in configureTransform()
575 textureView.setTransform(matrix) in configureTransform()
/developers/samples/android/media/Camera2Video/kotlinApp/
DREADME.md20 the matrix to apply to the TextureView so the camera output fits. Use the method `setTransform(matr…
/developers/samples/android/media/Camera2Video/
DREADME.md20 the matrix to apply to the TextureView so the camera output fits. Use the method `setTransform(matr…
/developers/samples/android/media/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
DCamera2RawFragment.java1105 Matrix matrix = new Matrix(); in configureTransform() local
1129 matrix.setRectToRect(viewRect, bufferRect, Matrix.ScaleToFit.FILL); in configureTransform()
1133 matrix.postScale(scale, scale, centerX, centerY); in configureTransform()
1136 matrix.postRotate(rotation, centerX, centerY); in configureTransform()
1138 mTextureView.setTransform(matrix); in configureTransform()
/developers/samples/android/renderScript/RenderScriptIntrinsic/
DREADME.md20 This sample shows how to access and use the blur, convolve, and matrix intrinsics:
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...