Home
last modified time | relevance | path

Searched defs:matchWorkspace (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/responsive/
DSizeSpec.kt40 val matchWorkspace: Boolean = false, constant in com.android.launcher3.responsive.SizeSpec
152 val matchWorkspace = styledAttrs.getBoolean(R.styleable.SizeSpec_matchWorkspace, false) in create() constant