Home
last modified time | relevance | path

Searched refs:mChildOffsetsWithLayoutScale (Results 1 – 1 of 1) sorted by relevance

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