• T
    Avoid object creations in the onMeasure method. · e8083a52
    Takeshi Hagikura 提交于
    (avoid reordering the views in every onMeasure method even if any order
    attributres haven't changed from the last measurement)
    
    Instead, this PR changes the behavior to reorder the views if a new view
    is added or order attributes of any children has changed from the last
    measurement.
    
    Change-Id: Ied25bdbcb0da93a96445e4225eac7fee6b93cff9
    e8083a52
FlexboxLayout.java 86.0 KB