Searched defs:mChildOffsetsWithLayoutScale (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java105 private int[] mChildOffsetsWithLayoutScale; field in class:PagedView
721 mChildOffsetsWithLayoutScale = null;
727 mChildOffsetsWithLayoutScale = new int[count];
731 mChildOffsetsWithLayoutScale[i] = -1;
738 mChildOffsets : mChildOffsetsWithLayoutScale;

Completed in 42 milliseconds