Searched refs:CheckMeasureSelfAndChildFlag (Results 1 – 3 of 3) sorted by relevance
38 … CheckMeasureSelfFlag(propertyChangeFlag) || CheckMeasureSelfAndChildFlag(propertyChangeFlag); in CheckNeedMeasure()73 bool CheckMeasureSelfAndChildFlag(PropertyChangeFlag propertyChangeFlag) in CheckMeasureSelfAndChildFlag() function
87 bool CheckMeasureSelfAndChildFlag(PropertyChangeFlag propertyChangeFlag);
2136 …bool forceChildMeasure = CheckMeasureFlag(flag) || CheckMeasureSelfAndChildFlag(flag) || forceMeas… in UpdateLayoutWrapper()