/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/ |
D | RvCompatListActivity.java | 67 fragment.adapter = createAdapter(); in initializeRecyclerViewFragment() 74 protected abstract RecyclerView.Adapter createAdapter(); in createAdapter() method in RvCompatListActivity
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | FadeAnimationController.java | 81 ? createAdapter(createAnimationSpec(animation), show, windowToken) : null; in fadeWindowToken() 89 protected FadeAnimationAdapter createAdapter(LocalAnimationAdapter.AnimationSpec animationSpec, in createAdapter() method in FadeAnimationController
|
D | NavBarFadeAnimationController.java | 70 protected FadeAnimationAdapter createAdapter(LocalAnimationAdapter.AnimationSpec animationSpec, in createAdapter() method in NavBarFadeAnimationController
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | TrivialRecyclerViewActivity.java | 25 protected RecyclerView.Adapter createAdapter() { in createAdapter() method in TrivialRecyclerViewActivity
|
D | SlowBindRecyclerViewActivity.java | 43 protected RecyclerView.Adapter createAdapter() { in createAdapter() method in SlowBindRecyclerViewActivity
|
D | SlowNestedRecyclerViewActivity.java | 72 protected RecyclerView.Adapter createAdapter() { in createAdapter() method in SlowNestedRecyclerViewActivity
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/ |
D | RecyclerViewUtil.java | 70 Object adapter = createAdapter(layoutlibCallback, adapterClassName); in setAdapter() 120 private static Object createAdapter(@NonNull LayoutlibCallback layoutlibCallback, in createAdapter() method in RecyclerViewUtil
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | GridScenario.java | 208 protected ListAdapter createAdapter() { in createAdapter() method in GridScenario 258 mGridView.setAdapter(createAdapter()); in onCreate()
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
D | GridDelete.java | 46 protected ListAdapter createAdapter() { in createAdapter() method in GridDelete
|
/frameworks/rs/ |
D | rsAllocation.h | 117 static Allocation * createAdapter(Context *rsc, const Allocation *alloc, const Type *type);
|
D | rsAllocation.cpp | 106 Allocation * Allocation::createAdapter(Context *rsc, const Allocation *alloc, const Type *type) { in createAdapter() function in android::renderscript::Allocation 927 Allocation * alloc = Allocation::createAdapter(rsc, in rsi_AllocationAdapterCreate()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
D | BackAnimationController.java | 237 createAdapter(); in onInit() 980 private void createAdapter() { in createAdapter() method in BackAnimationController
|