Searched defs:lm (Results 1 – 9 of 9) sorted by relevance
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | ScrollbarHelper.java | 30 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollOffset() 61 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollExtent() 80 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollRange()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | RecyclerViewLayoutTest.java | 740 TestLayoutManager lm = new TestLayoutManager() { in recycleScrapTest() local 815 TestLayoutManager lm = new TestLayoutManager() { in smoothScrollTest() local 933 final TestLayoutManager lm = new TestLayoutManager() { in testConsecutiveSmoothScroll() local 989 TestLayoutManager lm = new TestLayoutManager() { in accessRecyclerOnOnMeasureTest() local 1058 TestLayoutManager lm = new TestLayoutManager() { in compatibleAdapterTest() local 1103 TestLayoutManager lm = new TestLayoutManager() { in incompatibleAdapterTest() local 1133 final TestLayoutManager lm = new TestLayoutManager() { in testRecycleIgnored() local 1174 final TestLayoutManager lm = new TestLayoutManager() { in testFindIgnoredByPosition() local 1446 TestLayoutManager lm = new TestLayoutManager() { in stableIdsMoveTest() local 1541 TestLayoutManager lm = new TestLayoutManager() { in adapterChangeInMainThreadTest() local [all …]
|
D | RecyclerViewAnimationsTest.java | 1029 AnimationLayoutManager lm, RecyclerView.State state) { in beforePreLayout() 1039 void doLayout(RecyclerView.Recycler recycler, AnimationLayoutManager lm, in doLayout() 1060 private void assertNoPreLayoutPosition(RecyclerView.LayoutManager lm) { in assertNoPreLayoutPosition() 1075 void onLayoutChildren(RecyclerView.Recycler recycler, AnimationLayoutManager lm, in onLayoutChildren() 1192 LayoutManager lm = getLayoutManager(); in validateViewHolderPositions() local 1220 private void validateAdapterPosition(AnimationLayoutManager lm) { in validateAdapterPosition() 1233 private void validatePreLayoutSequence(AnimationLayoutManager lm) { in validatePreLayoutSequence()
|
D | BaseRecyclerViewInstrumentationTest.java | 112 TestLayoutManager lm = (TestLayoutManager) mRecyclerView.getLayoutManager(); in postExceptionToInstrumentation() local
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | FragmentActivity.java | 496 LoaderManagerImpl lm = loaders[i]; in onRetainNonConfigurationInstance() local 573 LoaderManagerImpl lm = loaders[i]; in onStart() local 838 LoaderManagerImpl lm = mAllLoaderManagers.get(who); in invalidateSupportFragment() local 866 LoaderManagerImpl lm = mAllLoaderManagers.get(who); in getLoaderManager() local
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
D | TrackerService.java | 116 LocationManager lm = getLocationManager(); in initLocationListeners() local 241 LocationManager lm = getLocationManager(); in stopListeners() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | Shader.java | 110 final Matrix lm = new Matrix(); in copyLocalMatrix() local
|
/frameworks/base/location/java/android/location/ |
D | Geocoder.java | 61 ILocationManager lm = ILocationManager.Stub.asInterface(b); in isPresent() local
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 867 LoaderManagerImpl lm = mAllLoaderManagers.get(who); in getLoaderManager() local 1849 LoaderManagerImpl lm = loaders[i]; in retainNonConfigurationInstances() local 1895 LoaderManagerImpl lm = mAllLoaderManagers.get(who); in invalidateFragment() local 6020 LoaderManagerImpl lm = loaders[i]; in performStart() local
|