Searched refs:folderStyle (Results 1 – 3 of 3) sorted by relevance
135 folderStyle = R.style.FolderStyleDefault in newDP()217 folderStyle = R.style.FolderStyleDefault in initializeVarsForTablet()302 folderStyle = R.style.FolderStyleDefault in initializeVarsForTwoPanel()
468 if (mIsScalableGrid && inv.folderStyle != INVALID_RESOURCE_HANDLE) { in DeviceProfile()469 TypedArray folderStyle = context.obtainStyledAttributes(inv.folderStyle, in DeviceProfile() local472 folderCellHeightPx = folderStyle.getDimensionPixelSize( in DeviceProfile()474 folderCellWidthPx = folderStyle.getDimensionPixelSize( in DeviceProfile()477 folderContentPaddingTop = folderStyle.getDimensionPixelSize( in DeviceProfile()480 int gutter = folderStyle.getDimensionPixelSize( in DeviceProfile()483 folderFooterHeightPx = folderStyle.getDimensionPixelSize( in DeviceProfile()485 folderStyle.recycle(); in DeviceProfile()1539 if (inv.folderStyle == INVALID_RESOURCE_HANDLE) {
141 public @StyleRes int folderStyle; field in InvariantDeviceProfile378 folderStyle = closestProfile.folderStyle; in initGrid()860 private final @StyleRes int folderStyle; field in InvariantDeviceProfile.GridOption957 folderStyle = a.getResourceId(R.styleable.GridDisplayOption_folderStyle, in GridOption()