Searched refs:preLayout (Results 1 – 5 of 5) sorted by relevance
278 private void computeMenuItemAnimationInfo(boolean preLayout) { in computeMenuItemAnimationInfo() argument281 SparseArray items = preLayout ? mPreLayoutItems : mPostLayoutItems; in computeMenuItemAnimationInfo()286 MenuItemLayoutInfo info = new MenuItemLayoutInfo(child, preLayout); in computeMenuItemAnimationInfo()1038 MenuItemLayoutInfo(View view, boolean preLayout) { in MenuItemLayoutInfo() argument1041 if (preLayout) { in MenuItemLayoutInfo()
85 virtual void preLayout(Module& pModule, IRBuilder& pBuilder) = 0;
413 void preLayout(Module& pModule, IRBuilder& pBuilder);
655 m_LDBackend.preLayout(*m_pModule, *m_pBuilder); in prelayout()
2501 void GNULDBackend::preLayout(Module& pModule, IRBuilder& pBuilder) { in preLayout() function in mcld::GNULDBackend