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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 635 final int childWidth = getScaledMeasuredWidth(child);
720 offset += getScaledMeasuredWidth(getPageAt(i)) + mPageSpacing;
743 protected int getScaledMeasuredWidth(View child) {
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 726 final int childWidth = getScaledMeasuredWidth(child);
794 offset += getScaledMeasuredWidth(getPageAt(i)) + mPageSpacing;
819 protected int getScaledMeasuredWidth(View child) {
    [all...]

Completed in 93 milliseconds