Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DUnitTestCellLayoutBuilderRule.kt74 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