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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DRecyclerViewAnimationsTest.java1541 private void setExpectedItemCounts(int preLayout, int postLayout) { argument
1542 mLayoutManager.mOnLayoutCallbacks.setExpectedItemCounts(preLayout, postLayout);
H A DBaseRecyclerViewAnimationsTest.java230 void setExpectedItemCounts(int preLayout, int postLayout) { argument
231 expectedPreLayoutItemCount = preLayout;
/frameworks/base/core/java/android/widget/
H A DActionMenuPresenter.java274 * @param preLayout Whether this is being called in the pre-layout phase. This is passed
277 private void computeMenuItemAnimationInfo(boolean preLayout) { argument
280 SparseArray items = preLayout ? mPreLayoutItems : mPostLayoutItems;
285 MenuItemLayoutInfo info = new MenuItemLayoutInfo(child, preLayout);
1033 MenuItemLayoutInfo(View view, boolean preLayout) { argument
1036 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 189 milliseconds