Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DFakeInvariantDeviceProfileTest.kt135 folderStyle = R.style.FolderStyleDefault in newDP()
217 folderStyle = R.style.FolderStyleDefault in initializeVarsForTablet()
302 folderStyle = R.style.FolderStyleDefault in initializeVarsForTwoPanel()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java468 if (mIsScalableGrid && inv.folderStyle != INVALID_RESOURCE_HANDLE) { in DeviceProfile()
469 TypedArray folderStyle = context.obtainStyledAttributes(inv.folderStyle, in DeviceProfile() local
472 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) {
DInvariantDeviceProfile.java141 public @StyleRes int folderStyle; field in InvariantDeviceProfile
378 folderStyle = closestProfile.folderStyle; in initGrid()
860 private final @StyleRes int folderStyle; field in InvariantDeviceProfile.GridOption
957 folderStyle = a.getResourceId(R.styleable.GridDisplayOption_folderStyle, in GridOption()