Searched refs:transform (Results 1 - 23 of 23) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterTransform.java22 * performs transform on a view based on distance from center
27 * performs transform on a view based on distance pixels from center
29 * @param view view that to perform transform
35 public void transform(View view, int distanceFromCenter, int distanceFromCenter2ndAxis); method in interface:ScrollAdapterTransform
H A DSimpleScrollAdapterTransform.java31 * by ScrollAdapterView. It uses two Animator objects to transform views.
35 /** Animator for transform views on the right/down side of mScrollCenter */
38 /** for transform views on the left/up side of mScrollCenter */
48 public void transform(View child, int distanceFromCenter, int distanceFromCenter2ndAxis) { method in class:SimpleScrollAdapterTransform
H A DScrollAdapterView.java811 mItemTransform.transform(child, getScrollCenter(child)
2009 public void setItemTransform(ScrollAdapterTransform transform) { argument
2010 mItemTransform = transform;
/packages/apps/Camera2/src/com/android/camera/ui/focus/
H A DCameraCoordinateTransformer.java79 Matrix transform = new Matrix();
82 transform.setScale(mirrorX ? -1 : 1, 1);
84 // Apply a rotate transform.
86 transform.postRotate(displayOrientation);
94 // Concat the previous transform on top of the fill behavior.
95 transform.setConcat(fill, transform);
97 return transform;
/packages/apps/TV/common/
H A Dbuildconfig.mk38 $(transform-generated-source)
/packages/apps/Camera2/src/com/android/camera/async/
H A DObservables.java51 public static <F, T> Observable<T> transform(final Observable<F> input, method in class:Observables
72 public static <T> Observable<T> transform(final List<? extends Observable<?>> inputs, method in class:Observables
74 return ObservableCombiner.transform(inputs, output);
82 public static <F, T> Observable<T> transform(final List<? extends Observable<F>> input, method in class:Observables
84 return ObservableCombiner.transform(input, function);
H A DObservableCombiner.java62 static <I, O> Observable<O> transform(final List<? extends Observable<I>> inputs, method in class:ObservableCombiner
76 static <O> Observable<O> transform(final List<? extends Observable<?>> inputs, method in class:ObservableCombiner
H A DFutures2.java99 return Futures.transform(result, new AsyncFunction<List<Object>, TResult>() {
144 return Futures.transform(result, new AsyncFunction<List<Object>, TResult>() {
/packages/apps/Camera2/src/com/android/camera/one/
H A DFlashSetting.java38 super(Observables.transform(flashSettingString, new FlashStringToEnum()));
/packages/apps/Settings/src/com/android/settings/
H A DColorModePreference.java100 && mDescriptions.get(j).transform == null) {
101 mDescriptions.get(j).transform = supportedColorTransforms[i];
106 // Remove any extras that don't have a transform for some reason.
108 if (mDescriptions.get(i).transform == null) {
130 mDisplay.requestColorTransform(desc.transform);
141 private ColorTransform transform; field in class:ColorModePreference.ColorTransformDescription
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DColorModePreference.java102 && mDescriptions.get(j).transform == null) {
103 mDescriptions.get(j).transform = supportedColorTransforms[i];
108 // Remove any extras that don't have a transform for some reason.
110 if (mDescriptions.get(i).transform == null) {
132 mDisplay.requestColorTransform(desc.transform);
143 private ColorTransform transform; field in class:ColorModePreference.ColorTransformDescription
/packages/apps/Camera2/src/com/android/camera/
H A DTextureViewHelper.java42 * This class aims to automate TextureView transform change and notify listeners
91 * If auto adjust transform is enabled, when there is a layout change, the
92 * transform matrix will be automatically adjusted based on the preview
226 * Calculates and updates the preview area rect using the latest transform
263 * @return The transform matrix that should be applied to the
274 Matrix transform = new Matrix();
275 transform.setRectToRect(surfaceDimensions, desiredBounds, Matrix.ScaleToFit.FILL);
293 transform.setRectToRect(rotatedRect, desiredBounds, Matrix.ScaleToFit.FILL);
294 transform.preRotate(270, mWidth / 2, mHeight / 2);
297 transform
[all...]
/packages/apps/Camera2/jni/
H A Djpegutil.h109 * transform.
112 * @param transform the transformation to map output values into the
115 * longer than the width of the output (after applying the transform), then
118 inline RowIterator(Plane plane, Transform transform, int row_length);
173 jpegutil::RowIterator<ROWS>::RowIterator(Plane plane, Transform transform, argument
175 : plane_(plane), transform_(transform) {
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
H A DPreviewStarter.java85 return Futures.transform(sessionFuture,
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DMotionEventHelper.java29 // We try to use the new transform method if possible because it uses
41 newEvent.transform(m);
102 // Construct and transform a vector oriented at the specified clockwise
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DVideoCallFragment.java701 // orientation, so we can transform using "width", which will be either the width or
703 Matrix transform = new Matrix();
704 transform.setScale(-1, 1, width/2, 0);
705 preview.setTransform(transform);
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DSimpleOneCameraFactory.java226 Observable<Boolean> ready = Observables.transform(
H A DZslOneCameraFactory.java299 Observable<Boolean> readyObservable = Observables.transform(
/packages/apps/Gallery/src/com/android/camera/
H A DUtil.java150 public static Bitmap transform(Matrix scaler, method in class:Util
H A DCropImage.java289 croppedImage = Util.transform(new Matrix(), croppedImage,
H A DGalleryPicker.java704 temp = Util.transform(m, temp, imageWidth,
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 379 milliseconds