Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DWrapContentBasicTest.java49 private static int WRAP = View.MeasureSpec.makeMeasureSpec(10, View.MeasureSpec.AT_MOST); field in WrapContentBasicTest
79 mRecyclerView.onMeasure(WRAP, WRAP); in testLayoutInOnMeasureWithoutPredictive()
80 mRecyclerView.onMeasure(WRAP, WRAP); in testLayoutInOnMeasureWithoutPredictive()
89 mRecyclerView.onMeasure(WRAP, WRAP); in dataChangeAfterMeasure()
90 mRecyclerView.onMeasure(WRAP, WRAP); in dataChangeAfterMeasure()
101 mLayoutManager.setMeasuredDimensionFromChildren(WRAP, WRAP); in setDimensionsFromChildren()
111 mLayoutManager.setMeasuredDimensionFromChildren(WRAP, hSpec); in setDimensionsFromChildrenAnsSpec1()
120 mLayoutManager.setMeasuredDimensionFromChildren(wSpec, WRAP); in setDimensionsFromChildrenAnsSpec2()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DSampler.java48 WRAP (3), enumConstant
177 b.setWrapS(Value.WRAP); in WRAP_NEAREST()
178 b.setWrapT(Value.WRAP); in WRAP_NEAREST()
197 b.setWrapS(Value.WRAP); in WRAP_LINEAR()
198 b.setWrapT(Value.WRAP); in WRAP_LINEAR()
217 b.setWrapS(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
218 b.setWrapT(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
281 mWrapS = Value.WRAP; in Builder()
282 mWrapT = Value.WRAP; in Builder()
283 mWrapR = Value.WRAP; in Builder()
[all …]
/frameworks/base/rs/java/android/renderscript/
DSampler.java35 WRAP (3), enumConstant
179 b.setWrapS(Value.WRAP); in WRAP_NEAREST()
180 b.setWrapT(Value.WRAP); in WRAP_NEAREST()
203 b.setWrapS(Value.WRAP); in WRAP_LINEAR()
204 b.setWrapT(Value.WRAP); in WRAP_LINEAR()
227 b.setWrapS(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
228 b.setWrapT(Value.WRAP); in WRAP_LINEAR_MIP_LINEAR()
325 mWrapS = Value.WRAP; in Builder()
326 mWrapT = Value.WRAP; in Builder()
327 mWrapR = Value.WRAP; in Builder()
[all …]
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_sampler.java57 b.setWrapS(Sampler.Value.WRAP); in initializeGlobals()
61 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()
112 wrapS.getWrapS() == Sampler.Value.WRAP); in testJavaSide()
125 wrapT.getWrapT() == Sampler.Value.WRAP); in testJavaSide()
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_sampler.java57 b.setWrapS(Sampler.Value.WRAP); in initializeGlobals()
61 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()
112 wrapS.getWrapS() == Sampler.Value.WRAP); in testJavaSide()
125 wrapT.getWrapT() == Sampler.Value.WRAP); in testJavaSide()
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_sampler.java57 b.setWrapS(Sampler.Value.WRAP); in initializeGlobals()
61 b.setWrapT(Sampler.Value.WRAP); in initializeGlobals()
112 wrapS.getWrapS() == Sampler.Value.WRAP); in testJavaSide()
125 wrapT.getWrapT() == Sampler.Value.WRAP); in testJavaSide()
/frameworks/support/v8/renderscript/api/
Dcurrent.txt601 enum_constant public static final android.support.v8.renderscript.Sampler.Value WRAP;
D23.0.0.txt599 enum_constant public static final android.support.v8.renderscript.Sampler.Value WRAP;
D23.1.0.txt599 enum_constant public static final android.support.v8.renderscript.Sampler.Value WRAP;
D23.1.1.txt599 enum_constant public static final android.support.v8.renderscript.Sampler.Value WRAP;
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26511 enum_constant public static final android.renderscript.Sampler.Value WRAP;
/frameworks/base/api/
Dcurrent.txt33656 enum_constant public static final android.renderscript.Sampler.Value WRAP;
Dtest-current.txt33732 enum_constant public static final android.renderscript.Sampler.Value WRAP;
Dsystem-current.txt36364 enum_constant public static final android.renderscript.Sampler.Value WRAP;