Home
last modified time | relevance | path

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

/frameworks/base/libs/protoutil/tests/
DProtoOutputStream_test.cpp71 PrimitiveProto primitives; in TEST() local
113 PrimitiveProto primitives; in TEST() local
157 PrimitiveProto primitives; in TEST() local
/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
DVibratorControllerTest.java222 PrimitiveSegment[] primitives = new PrimitiveSegment[]{ in on_withComposed_performsEffect() local
237 RampSegment[] primitives = new RampSegment[]{ in on_withComposedPwle_performsEffect() local
DFakeVibratorControllerProvider.java129 public long composePwle(RampSegment[] primitives, int braking, long vibrationId) { in composePwle()
245 public void setSupportedPrimitives(int... primitives) { in setSupportedPrimitives()
/frameworks/layoutlib/bridge/src/android/graphics/text/
DBaseLineBreaker.java37 public BaseLineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth, in BaseLineBreaker()
DGreedyLineBreaker.java30 public GreedyLineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth, in GreedyLineBreaker()
DLineBreaker_Delegate.java121 List<Primitive> primitives = in nComputeLineBreaks() local
200 List<Primitive> primitives = new ArrayList<Primitive>(((int) Math.ceil(length * 1.833))); in computePrimitives() local
DOptimizingLineBreaker.java38 public OptimizingLineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth, in OptimizingLineBreaker()
/frameworks/native/cmds/idlcli/vibrator/
DCommandGetSupportedPrimitives.cpp48 std::vector<CompositePrimitive> primitives; in doMain() local
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibratorController.java270 public long on(PrimitiveSegment[] primitives, long vibrationId) { in on()
292 public long on(RampSegment[] primitives, long vibrationId) { in on()
451 public long compose(PrimitiveSegment[] primitives, long vibrationId) { in compose()
456 public long composePwle(RampSegment[] primitives, int braking, long vibrationId) { in composePwle()
DVibrationThread.java1075 List<PrimitiveSegment> primitives = new ArrayList<>(); in play() local
/frameworks/base/apct-tests/perftests/core/src/android/os/
DVibratorPerfTest.java95 int[] primitives = new int[]{VibrationEffect.Composition.PRIMITIVE_CLICK, in testArePrimitivesSupported() local
/frameworks/base/rs/java/android/renderscript/
DMesh.java165 int[] primitives = new int[idxCount]; in updateFromNative() local
168 mRS.nMeshGetIndices(getID(mRS), idxIDs, primitives, idxCount); in updateFromNative() local
365 Primitive[] primitives = new Primitive[mIndexTypes.size()]; in create() local
531 Primitive[] primitives = new Primitive[mIndexTypes.size()]; in create() local
DRenderScript.java967 … native void rsnMeshGetIndices(long con, long id, long[] idxIds, int[] primitives, int vtxIdCount); in rsnMeshGetIndices()
968 synchronized void nMeshGetIndices(long id, long[] idxIds, int[] primitives, int vtxIdCount) { in nMeshGetIndices()
/frameworks/rs/
DrsMesh.h51 RsPrimitive *primitives; member
DrsMesh.cpp129 RsPrimitive *primitives = nullptr; in createFromStream() local
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DRecurrenceSetTest.java205 private Long[] convertToLong(long[] primitives) { in convertToLong()
/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp342 const std::vector<CompositeEffect>& primitives, in performComposedEffect()
363 HalResult<void> AidlHalWrapper::performPwleEffect(const std::vector<PrimitivePwle>& primitives, in performPwleEffect()
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp314 std::vector<aidl::PrimitivePwle> primitives; in vibratorPerformPwleEffect() local
/frameworks/rs/driver/runtime/
Drs_structs.h298 rs_primitive *primitives; member