Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7831331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T11:40:38+00:00 2026-06-02T11:40:38+00:00

I am using matrix to translate/scale an ImageView, after setImageMatrix, the result is shown

  • 0

I am using matrix to translate/scale an ImageView, after setImageMatrix, the result is shown directly, is there anyway to make it animated?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T11:40:41+00:00Added an answer on June 2, 2026 at 11:40 am

    Zooming in would be a combination of both translate and scale:

    // zooms in to the center of the screen
    mZoomIn = new AnimationSet(true);
    
    mTranslate = new TranslateAnimation(
                    Animation.ABSOLUTE, 0.0f, Animation.ABSOLUTE, -imageViewXCoord/(mScreenWidth/mImageViewWidth),
                    Animation.ABSOLUTE, 0.0f, Animation.ABSOLUTE, -imageViewYCoord/(mScreenWidth/mImageViewWidth)
                );
    mTranslate.setDuration(200);
    
    mScale = new ScaleAnimation(1, mScreenWidth/mImageViewWidth, 1, mScreenWidth/mImageViewWidth);
    mScale.setDuration(200);
    
    mZoomIn.addAnimation(mTranslate);
    mZoomIn.addAnimation(mScale);
    mZoomIn.setFillAfter(true);
    mZoomIn.setFillEnabled(true);
    
    mImageView.startAnimation(mZoomIn);
    

    Zooming out would involve a reverse interpolator on the zoom in, after which you can call startAnimation on your image view as per normal:

    mZoomIn.setInterpolator(new ReverseInterpolator())
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using adjacency matrix to represent all the vertex of my weighted unidirectional
I have clients who still using dot matrix for making copies of printed documents
I'm using .net WPF geometry classes to graph waveforms. I've been using the matrix
I need to print a receipt from my web based apps using dot matrix
Given graph, how could i represent it using adj matrix?. I have read lots
I am using a dot matrix printer and have to do a continious printing
I need to call the index of a matrix made using the linspace command,
currently I am trying to write to an 20x4 LCD Dot-Matrix Module using Perle's
Using the following simulated time series: n=70 m1 = matrix(rnorm(n), ncol=7) m2 = matrix(rnorm(n,
I'm using scipy.linalg to solve a matrix equation A*x = b The following code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.