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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 103 private int[] mChildOffsets;
719 mChildOffsets = null;
725 mChildOffsets = new int[count];
729 mChildOffsets[i] = -1;
738 mChildOffsets : mChildOffsetsWithLayoutScale;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 124 private int[] mChildOffsets;
766 mChildOffsets = null;
772 mChildOffsets = new int[count];
776 mChildOffsets[i] = -1;
786 mChildOffsets : mChildOffsetsWithLayoutScale;
    [all...]

Completed in 21 milliseconds