Searched refs:mTypeIndex (Results 1 – 1 of 1) sorted by relevance
79 private final int mTypeIndex; field in DeviceProfile260 mTypeIndex = InvariantDeviceProfile.INDEX_TWO_PANEL_LANDSCAPE; in DeviceProfile()262 mTypeIndex = InvariantDeviceProfile.INDEX_TWO_PANEL_PORTRAIT; in DeviceProfile()266 mTypeIndex = InvariantDeviceProfile.INDEX_LANDSCAPE; in DeviceProfile()268 mTypeIndex = InvariantDeviceProfile.INDEX_DEFAULT; in DeviceProfile()478 ? pxFromDp(idp.horizontalMargin[mTypeIndex], mMetrics)500 int horizontalSpacePx = pxFromDp(idp.borderSpaces[mTypeIndex].x, mMetrics);501 int verticalSpacePx = pxFromDp(idp.borderSpaces[mTypeIndex].y, mMetrics);661 float invIconSizeDp = inv.iconSize[mTypeIndex];662 float invIconTextSizeSp = inv.iconTextSize[mTypeIndex];[all …]