HomeSort by relevance Sort by last modified time
    Searched defs:mHorizontalHelper (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearSnapHelper.java 40 private OrientationHelper mHorizontalHelper;
285 if (mHorizontalHelper == null || mHorizontalHelper.mLayoutManager != layoutManager) {
286 mHorizontalHelper = OrientationHelper.createHorizontalHelper(layoutManager);
288 return mHorizontalHelper;
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 392 milliseconds