Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mProfile

485     private DeviceProfile mProfile;
540 mProfile = new DeviceProfile(context, deviceProfiles,
548 return mProfile;
553 "Wd: " + mProfile.minWidthDps + ", Hd: " + mProfile.minHeightDps +
554 ", W: " + mProfile.widthPx + ", H: " + mProfile.heightPx +
555 " [r: " + mProfile.numRows + ", c: " + mProfile.numColumns +
556 ", is: " + mProfile.iconSizePx + ", its: " + mProfile.iconTextSize +
557 ", cw: " + mProfile.cellWidthPx + ", ch: " + mProfile.cellHeightPx +
558 ", hc: " + mProfile.numHotseatIcons + ", his: " + mProfile.hotseatIconSizePx + "]";