summaryrefslogtreecommitdiff
path: root/core/java/android/view/FrameInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactors and a potential public API for renderingJohn Reck2018-11-081-118/+0
| | | | | | | | | | | | | Split out the View/ViewRootImpl bits from the hardware rendering bits. Create a potential public API surface for hardware rendering Bug: 112709971 Test: builds & boots Change-Id: I9e6f44b07a170574a905f42338282c4bb7e95f56
* Switch @IntDef from long to int, and add @LongDefTor Norbye2017-12-081-2/+2
| | | | | | | | | | | | This CL mirrors changes made to the android.support.annotation version of IntDef, to keep the usage and semantics identical (though the internal version of @IntDef and @LongDef are of course hidden and not part of the SDK.) Test: These annotations have source retention and therefore have no runtime impact; the change was compiling the SDK. Change-Id: Idaf47e8d983c88be1bd8f938615c86611014b45a
* Initial attempt at jank-tracking stat collectionJohn Reck2015-02-201-0/+118
Is a bit naive, perhaps overly aggressive, but sorta works Change-Id: I01a774e00dbe681439c02557d9728ae43c45ce50