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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 105 private int[] mChildOffsetsWithLayoutScale;
721 mChildOffsetsWithLayoutScale = null;
727 mChildOffsetsWithLayoutScale = new int[count];
731 mChildOffsetsWithLayoutScale[i] = -1;
738 mChildOffsets : mChildOffsetsWithLayoutScale;
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 130 private int[] mChildOffsetsWithLayoutScale;
828 mChildOffsetsWithLayoutScale = null;
834 mChildOffsetsWithLayoutScale = new int[count];
838 mChildOffsetsWithLayoutScale[i] = -1;
846 mChildOffsets : mChildOffsetsWithLayoutScale;
    [all...]

Completed in 450 milliseconds