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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
OrientationHelper.java 33 public abstract class OrientationHelper {
47 private OrientationHelper(RecyclerView.LayoutManager layoutManager) {
226 * Creates an OrientationHelper for the given LayoutManager and orientation.
230 * @return A new OrientationHelper
232 public static OrientationHelper createOrientationHelper(
244 * Creates a horizontal OrientationHelper for the given LayoutManager.
247 * @return A new OrientationHelper
249 public static OrientationHelper createHorizontalHelper(
251 return new OrientationHelper(layoutManager) {
343 * Creates a vertical OrientationHelper for the given LayoutManager
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 103 milliseconds