Searched defs:preLayout (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAnimationsTest.java1522 private void setExpectedItemCounts(int preLayout, int postLayout) { argument
1523 mLayoutManager.mOnLayoutCallbacks.setExpectedItemCounts(preLayout, postLayout);
H A DBaseRecyclerViewAnimationsTest.java226 void setExpectedItemCounts(int preLayout, int postLayout) { argument
227 expectedPreLayoutItemCount = preLayout;
/frameworks/base/core/java/android/widget/
H A DActionMenuPresenter.java273 * @param preLayout Whether this is being called in the pre-layout phase. This is passed
276 private void computeMenuItemAnimationInfo(boolean preLayout) { argument
279 SparseArray items = preLayout ? mPreLayoutItems : mPostLayoutItems;
284 MenuItemLayoutInfo info = new MenuItemLayoutInfo(child, preLayout);
1032 MenuItemLayoutInfo(View view, boolean preLayout) { argument
1035 if (preLayout) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2500 /// preLayout - Backend can do any needed modification before layout
2501 void GNULDBackend::preLayout(Module& pModule, IRBuilder& pBuilder) { function in class:mcld::GNULDBackend

Completed in 5872 milliseconds