Home
last modified time | relevance | path

Searched defs:shape (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
H A DColorOptionsProvider.java92 Drawable shape = loadShape(shapePackage); in loadOptions() local
116 private void addDefault(List<Drawable> previewIcons, Drawable shape) { in addDefault()
162 PathShape shape = new PathShape(PathParser.createPathFromPathData(path), in loadShape() local
H A DShapeOptionsProvider.java99 PathShape shape = new PathShape(path, PATH_SIZE, PATH_SIZE); in createShapeDrawable() local
135 String shape = overlayRes.getString(overlayRes.getIdentifier(CONFIG_ICON_MASK, "string", in loadPath() local
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DCpuOperationUtils.h35 inline tflite::Dims<4> convertShapeToDims(const Shape& shape) { in convertShapeToDims()
56 inline tflite::RuntimeShape convertShapeToTflshape(const Shape& shape) { in convertShapeToTflshape()
162 bool initialize(const T* data, const Shape& shape) { in initialize()
186 bool initialize(T* data, const Shape& shape) { in initialize()
H A DOperationsUtils.h144 inline bool handleNegativeAxis(const Shape& shape, int32_t* axis) { in handleNegativeAxis()
326 inline bool transposeFirstTwoDimensions(const T* buffer, const Shape& shape, T* transposedBuffer) { in transposeFirstTwoDimensions()
347 inline bool transposeFirstTwoDimensions(const Shape& shape, Shape* transposedShape) { in transposeFirstTwoDimensions()
H A DCpuExecutor.h76 Shape shape() const { in shape() function
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPathDashPathEffect.java42 public PathDashPathEffect(Path shape, float advance, float phase, in PathDashPathEffect()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DRectShape.java64 final RectShape shape = (RectShape) super.clone(); in clone() local
H A DPathShape.java75 final PathShape shape = (PathShape) super.clone(); in clone() local
H A DShape.java129 Shape shape = (Shape) o; in equals() local
H A DRoundRectShape.java135 final RoundRectShape shape = (RoundRectShape) super.clone(); in clone() local
/aosp12/hardware/google/pixel/vibrator/drv2624/
H A DVibrator.h130 WaveShape shape; member
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DLogicalNot.cpp34 bool compute(const bool8* input, const Shape& shape, bool8* output) { in compute()
H A DNeg.cpp40 inline bool compute(const T* input, const Shape& shape, T* output) { in compute()
H A DLogSoftmax.cpp42 inline bool compute(const T* input, const Shape& shape, T beta, uint32_t axis, T* output) { in compute()
H A DElementwise.cpp38 inline bool compute(IntermediateType func(IntermediateType), const T* input, const Shape& shape, in compute()
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dsub_v1_2.mod.py37 shape = "{2, 4, 16, 2}, 0.5, 0" variable
/aosp12/packages/modules/NeuralNetworks/common/
H A DOperationsUtils.cpp134 uint32_t getNumberOfElements(const Shape& shape) { in getNumberOfElements()
142 uint32_t getNumberOfElements(const Shape& shape, size_t firstAxisInclusive, in getNumberOfElements()
154 uint32_t getNumberOfDimensions(const Shape& shape) { in getNumberOfDimensions()
158 uint32_t getSizeOfDimension(const Shape& shape, uint32_t dimensionIdx) { in getSizeOfDimension()
163 uint32_t hasKnownRank(const Shape& shape) { in hasKnownRank()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceActivity.java93 GradientDrawable shape = (GradientDrawable) item.getBackground(); in buildActivity() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dsub_quant8_signed.mod.py86 shape = "{2, 4, 16, 2}, 0.5, -128" variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestExecution.cpp111 V1_2::OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in execute_1_2() local
133 V1_2::OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in execute_1_3() local
150 V1_2::OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in executeSynchronously() local
170 V1_2::OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in executeSynchronously_1_3() local
/aosp12/frameworks/base/libs/hwui/jni/
H A DPathEffect.cpp49 const SkPath* shape = reinterpret_cast<SkPath*>(shapeHandle); in OneD_constructor() local
/aosp12/frameworks/base/core/java/android/text/
H A DTextLine.java314 void shape(TextShaper.GlyphsConsumer consumer) { in shape() method in TextLine
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionBuilder.cpp70 [](const OutputShape& shape) { return shape.isSufficient; })) in validateOutputShapesFromDriver()
92 [](const OutputShape& shape) { return !shape.isSufficient; })) in validateOutputShapesFromDriver()
1205 for (const auto& shape : from) { in updateOutputShapes() local
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java203 public void clip(Shape shape) { in clip()
490 public boolean clip(Shape shape, int regionOp) { in clip()
/aosp12/packages/apps/Dialer/java/com/android/dialer/lettertile/
H A DLetterTileDrawable.java379 @Shape final int shape, in setCanonicalDialerLetterTileDetails()

12