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 662 final int childWidth = getScaledMeasuredWidth(child);
751 offset += getScaledMeasuredWidth(getPageAt(i)) + mPageSpacing;
774 protected int getScaledMeasuredWidth(View child) {
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 726 final int childWidth = getScaledMeasuredWidth(child);
796 offset += getScaledMeasuredWidth(getPageAt(i)) + mPageSpacing;
821 protected int getScaledMeasuredWidth(View child) {
    [all...]

Completed in 110 milliseconds