Android Drawing monitoring Interface Onpredrawlistener detailed

Source: Internet
Author: User

public static Interface Viewtreeobserver.onpredrawlistener

Let's look at the definitions in the API:

class overview:

The interface defined for the callback function to be executed when the view tree is about to be drawn.

Common methods:

Public abstract Boolean Onpredraw ()

The callback function to execute when the view tree is about to be drawn. At this point all views are measured and the frame is finalized. The client can use this method to adjust the scrolling border, or even to request a new layout before drawing.

In conclusion, Viewtreeobserver is used to help us monitor certain changes in certain view.

One of the most common areas where we get the long and wide measurements of the view is in other parts of the OnDraw.

Android Drawing monitoring Interface Onpredrawlistener detailed

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.