Home
last modified time | relevance | path

Searched refs:mTypeIndex (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java127 private final int mTypeIndex; field in DeviceProfile
378 mTypeIndex = INDEX_TWO_PANEL_LANDSCAPE; in DeviceProfile()
380 mTypeIndex = INDEX_TWO_PANEL_PORTRAIT; in DeviceProfile()
384 mTypeIndex = INDEX_LANDSCAPE; in DeviceProfile()
386 mTypeIndex = INDEX_DEFAULT; in DeviceProfile()
391 int transientTaskbarIconSize = pxFromDp(inv.transientTaskbarIconSize[mTypeIndex], mMetrics); in DeviceProfile()
415 startAlignTaskbar = inv.startAlignTaskbar[mTypeIndex]; in DeviceProfile()
465 numFolderRows = inv.numFolderRows[mTypeIndex]; in DeviceProfile()
466 numFolderColumns = inv.numFolderColumns[mTypeIndex]; in DeviceProfile()
493 pxFromDp(inv.allAppsBorderSpaces[mTypeIndex].x, mMetrics), in DeviceProfile()
[all …]