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/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 126 private int[] mChildOffsetsWithLayoutScale;
768 mChildOffsetsWithLayoutScale = null;
774 mChildOffsetsWithLayoutScale = new int[count];
778 mChildOffsetsWithLayoutScale[i] = -1;
786 mChildOffsets : mChildOffsetsWithLayoutScale;
    [all...]

Completed in 27 milliseconds