Searched refs:getWrappedContext (Results 1 – 1 of 1) sorted by relevance
74 if (isMulti) MultipageCellLayout(getWrappedContext(applicationContext, dp)) in createCellLayout()75 else CellLayout(getWrappedContext(applicationContext, dp), container) in createCellLayout()89 private fun getWrappedContext(context: Context, dp: DeviceProfile): Context { in getDeviceProfile() method in com.android.launcher3.celllayout.UnitTestCellLayoutBuilderRule