Searched refs:preLayout (Results 1 – 7 of 7) sorted by relevance
276 private void computeMenuItemAnimationInfo(boolean preLayout) { in computeMenuItemAnimationInfo() argument279 SparseArray items = preLayout ? mPreLayoutItems : mPostLayoutItems; in computeMenuItemAnimationInfo()284 MenuItemLayoutInfo info = new MenuItemLayoutInfo(child, preLayout); in computeMenuItemAnimationInfo()1032 MenuItemLayoutInfo(View view, boolean preLayout) { in MenuItemLayoutInfo() argument1035 if (preLayout) { in MenuItemLayoutInfo()
85 virtual void preLayout(Module& pModule, IRBuilder& pBuilder) = 0;
413 void preLayout(Module& pModule, IRBuilder& pBuilder);
226 void setExpectedItemCounts(int preLayout, int postLayout) { in setExpectedItemCounts() argument227 expectedPreLayoutItemCount = preLayout; in setExpectedItemCounts()
1522 private void setExpectedItemCounts(int preLayout, int postLayout) { in setExpectedItemCounts() argument1523 mLayoutManager.mOnLayoutCallbacks.setExpectedItemCounts(preLayout, postLayout); in setExpectedItemCounts()
655 m_LDBackend.preLayout(*m_pModule, *m_pBuilder); in prelayout()
2501 void GNULDBackend::preLayout(Module& pModule, IRBuilder& pBuilder) { in preLayout() function in mcld::GNULDBackend