Searched defs:translate (Results 1 - 25 of 35) sorted by last modified time

12

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DMatrix3f.java299 public void translate(float x, float y) { method in class:Matrix3f
H A DMatrix4f.java399 public void translate(float x, float y, float z) { method in class:Matrix4f
/frameworks/rs/
H A DrsMatrix4x4.h74 void translate(float x, float y, float z) { function in struct:android::renderscript::Matrix4x4
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSms7BitEncodingTranslator.java60 public static String translate(CharSequence message) { method in class:Sms7BitEncodingTranslator
114 * Trying to translate unicode to Gsm 7-bit alphabet; If c is not
116 * (Basic + Supplement), so we don't know how to translate it to a Gsm
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java285 // Find the apparent origin for scaling that equals this scale and translate
347 translate(-distanceX, -distanceY);
634 // translate to the origin & scale
985 * @param tx how many pixels to translate horizontally
986 * @param ty how many pixels to translate vertically
990 private int translate(float tx, float ty) { method in class:PhotoView
1063 // Image is narrower than view; translate to the center of the view
1083 // Image is shorter than view; translate to the bottom edge of the view
1300 final int translateResult = mHeader.translate(mVelocityX * delta, mVelocityY * delta);
1415 mHeader.translate(trans
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/native/include/ui/
H A Dmat4.h142 static tmat44 translate(const tvec4<A>& t);
276 tmat44<T> tmat44<T>::translate(const tvec4<A>& t) { function in class:android::tmat44
/frameworks/native/libs/ui/
H A DRegion.cpp324 if (x|y) translate(*this, x, y);
368 const Region Region::translate(int x, int y) const { function in class:android::Region
370 translate(result, *this, x, y);
736 void Region::translate(Region& reg, int dx, int dy) function in class:android::Region
740 validate(reg, "translate (before)");
750 validate(reg, "translate (after)");
755 void Region::translate(Region& dst, const Region& reg, int dx, int dy) function in class:android::Region
758 translate(dst, dx, dy);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp317 void matrixf_t::translate(GLfloat x, GLfloat y, GLfloat z) { function in class:android::matrixf_t
425 void matrix_stack_t::translate(GLfloat x, GLfloat y, GLfloat z) function in class:android::matrix_stack_t
427 stack[depth].translate(x,y,z);
1070 c->transforms.current->translate(x, y, z);
1077 c->transforms.current->translate(
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp90 bool BitcodeTranslator::translate() { function in class:bcinfo::BitcodeTranslator
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java223 /*package*/ static void translate(Region thisRegion, int dx, int dy, Region dst) { method in class:Region_Delegate
239 mtx.translate(dx, dy);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java420 public void translate(float dx, float dy) { method in class:GcSnapshot
423 layer.getGraphics().translate(dx, dy);
429 mTransform.translate(dx, dy);
653 // We translate the operation to take into account that the rendering does not
655 imageGraphics.translate(-x, -y);
661 imageGraphics.translate(x, y);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java159 protected void setTranslation(View v, float translate) { argument
164 v.setTranslationX(translate);
166 v.setTranslationY(translate);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
H A DShowStackActionButtonEvent.java26 // Whether or not to translate the stack action button when showing it
27 public final boolean translate; field in class:ShowStackActionButtonEvent
29 public ShowStackActionButtonEvent(boolean translate) { argument
30 this.translate = translate;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java394 // If launched via dragging from the nav bar, then we should translate the whole view
457 hideStackActionButton(taskViewExitToHomeDuration, false /* translate */);
617 hideStackActionButton(HIDE_STACK_ACTION_BUTTON_DURATION, true /* translate */);
633 showStackActionButton(SHOW_STACK_ACTION_BUTTON_DURATION, event.translate);
641 hideStackActionButton(HIDE_STACK_ACTION_BUTTON_DURATION, true /* translate */);
651 private void showStackActionButton(final int duration, final boolean translate) { argument
660 if (translate) {
668 if (translate) {
686 private void hideStackActionButton(int duration, boolean translate) { argument
692 hideStackActionButton(duration, translate, postAnimationTrigge
699 hideStackActionButton(int duration, boolean translate, final ReferenceCountedTrigger postAnimationTrigger) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java4053 public void setTranslation(View v, float translate) { argument
4054 ((ExpandableView) v).setTranslation(translate);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java54 public abstract void translate(float x, float y, float z); method in interface:GLCanvas
56 public abstract void translate(float x, float y); method in interface:GLCanvas
H A DGLES20Canvas.java393 public void translate(float x, float y, float z) { method in class:GLES20Canvas
397 // This is a faster version of translate(x, y, z) because
401 public void translate(float x, float y) { method in class:GLES20Canvas
674 translate(0, target.centerY());
676 translate(0, -target.centerY());
/frameworks/base/rs/java/android/renderscript/
H A DMatrix3f.java296 public void translate(float x, float y) { method in class:Matrix3f
H A DMatrix4f.java398 public void translate(float x, float y, float z) { method in class:Matrix4f
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java220 public void translate(int dx, int dy) { method in class:Region
221 translate(dx, dy, null);
228 public native void translate(int dx, int dy, Region dst); method in class:Region
/frameworks/base/libs/hwui/
H A DCanvasState.cpp169 void CanvasState::translate(float dx, float dy, float dz) { function in class:android::uirenderer::CanvasState
170 mSnapshot->transform->translate(dx, dy, dz);
H A DDisplayListCanvas.cpp140 void DisplayListCanvas::translate(float dx, float dy) { function in class:android::uirenderer::DisplayListCanvas
147 mState.translate(dx, dy, 0.0f);
239 translate(left, top);
276 translate(dstLeft, dstTop);
290 translate(dstLeft, dstTop);
H A DMatrix.h151 void translate(float x, float y, float z = 0) { function in class:android::uirenderer::Matrix4
158 // Doing a translation will only affect the translate bit of the type
166 // Restore the type and fix the translate bit
195 * If the matrix is identity or translate and/or scale.

Completed in 8019 milliseconds

12