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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 145 protected float mLayoutScale = 1.0f;
610 mLayoutScale = childrenScale;
737 int[] childOffsets = Float.compare(mLayoutScale, 1f) == 0 ?
780 return (int) (maxWidth * mLayoutScale + 0.5f);
    [all...]
Workspace.java     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 158 protected float mLayoutScale = 1.0f;
821 int[] childOffsets = Float.compare(mLayoutScale, 1f) == 0 ?
863 return (int) (maxWidth * mLayoutScale + 0.5f);
    [all...]

Completed in 110 milliseconds