Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/base/libs/hwui/hwui/
DTypeface.cpp43 static SkTypeface::Style computeSkiaStyle(int weight, bool italic) { in computeSkiaStyle()
52 static minikin::FontStyle computeMinikinStyle(int weight, bool italic) { in computeMinikinStyle()
60 int weight = baseWeight; in computeRelativeStyle() local
87 Typeface* Typeface::createAbsolute(Typeface* base, int weight, bool italic) { in createAbsolute()
120 Typeface* Typeface::createWithDifferentBaseWeight(Typeface* src, int weight) { in createWithDifferentBaseWeight()
134 int weight, int italic) { in createFromFamilies()
/frameworks/base/graphics/java/android/graphics/
DFontFamily.java92 public boolean addFont(String path, int ttcIndex, FontVariationAxis[] axes, int weight, in addFont()
114 int weight, int italic) { in addFontFromBuffer()
139 boolean isAsset, int ttcIndex, int weight, int isItalic, in addFontFromAssetManager()
193 int weight, int isItalic); in nAddFont()
195 int ttcIndex, int weight, int isItalic); in nAddFontWeightStyle()
197 String path, int cookie, boolean isAsset, int ttcIndex, int weight, int isItalic); in nAddFontFromAssetManager()
DFontListParser.java112 int weight = weightStr == null ? 400 : Integer.parseInt(weightStr); in readFont() local
145 int weight; in readAlias() local
DTypeface.java501 @Nullable FontVariationAxis[] axes, int weight, int italic) { in createAssetUid()
547 final int weight = (mWeight == RESOLVE_BY_FONT_TABLE) ? base.mWeight : mWeight; in resolveFallbackTypeface() local
866 int weight, int italic) { in createFromFamiliesWithDefault()
973 int weight = alias.getWeight(); in init() local
1064 long native_instance, int weight, boolean italic); in nativeCreateFromTypefaceWithExactStyle()
1068 private static native long nativeCreateWeightAlias(long native_instance, int weight); in nativeCreateWeightAlias()
1072 private static native long nativeCreateFromArray(long[] familyArray, int weight, int italic); in nativeCreateFromArray()
/frameworks/ml/nn/common/operations/
DLSHProjection.cpp61 RunTimeOperandInfo *weight = GetInput(operation, operands, kWeightTensor); in Prepare() local
85 const RunTimeOperandInfo* weight, float seed) { in running_sign_bit()
115 const RunTimeOperandInfo* weight, int32_t* out_buf) { in SparseLshProjection()
131 const RunTimeOperandInfo* weight, int32_t* out_buf) { in DenseLshProjection()
/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java93 int weight = mWeight + 50 + in getFonts() local
203 /*package*/ static long nativeCreateWeightAlias(long native_instance, int weight) { in nativeCreateWeightAlias()
217 /*package*/ static synchronized long nativeCreateFromArray(long[] familyArray, int weight, in nativeCreateFromArray()
284 public Typeface_Delegate(@NonNull FontFamily_Delegate[] fontFamilies, int style, int weight) { in Typeface_Delegate()
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/vo/
DAvgWeightByAge.java34 public AvgWeightByAge(int age, float weight) { in AvgWeightByAge()
51 public void setWeight(float weight) { in setWeight()
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableMeteringRectangle.java47 int weight = value.getMeteringWeight(); in marshal() local
62 int weight = buffer.getInt(); in unmarshal() local
/frameworks/minikin/libs/minikin/
DFontFamily.cpp43 FontStyle::FontStyle(int variant, int weight, bool italic) in FontStyle()
47 FontStyle::FontStyle(uint32_t languageListId, int variant, int weight, bool italic) in FontStyle()
64 uint32_t FontStyle::pack(int variant, int weight, bool italic) { in pack()
112 bool FontFamily::analyzeStyle(const std::shared_ptr<MinikinFont>& typeface, int* weight, in analyzeStyle()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActivityChooserModel.java538 final float weight; in setDefaultActivity() local
773 public final float weight; field in ActivityChooserModel.HistoricalRecord
782 public HistoricalRecord(String activityName, long time, float weight) { in HistoricalRecord()
793 public HistoricalRecord(ComponentName activityName, long time, float weight) { in HistoricalRecord()
862 public float weight; field in ActivityChooserModel.ActivityResolveInfo
1006 final float weight = in readHistoricalDataImpl() local
/frameworks/base/core/java/android/widget/
DActivityChooserModel.java552 final float weight; in setDefaultActivity() local
798 public final float weight; field in ActivityChooserModel.HistoricalRecord
807 public HistoricalRecord(String activityName, long time, float weight) { in HistoricalRecord()
818 public HistoricalRecord(ComponentName activityName, long time, float weight) { in HistoricalRecord()
887 public float weight; field in ActivityChooserModel.ActivityResolveInfo
1026 final float weight = in readHistoricalDataImpl() local
/frameworks/base/core/jni/android/graphics/
DTypeface.cpp46 jint weight, jboolean italic) { in Typeface_createFromTypefaceWithExactStyle()
68 static jlong Typeface_createWeightAlias(JNIEnv* env, jobject, jlong familyHandle, jint weight) { in Typeface_createWeightAlias()
90 int weight, int italic) { in Typeface_createFromArray()
DFontFamily.cpp124 int weight = givenWeight / 100; in addSkTypeface() local
171 jint ttcIndex, jint weight, jint isItalic) { in FontFamily_addFont()
193 jobject font, jint ttcIndex, jint weight, jint isItalic) { in FontFamily_addFontWeightStyle()
220 jint weight, jint isItalic) { in FontFamily_addFontFromAssetManager()
/frameworks/support/core-ui/java/android/support/v4/view/animation/
DLookupTableInterpolator.java51 float weight = diff / mStepSize; in getInterpolation() local
/frameworks/support/wear/src/android/support/wear/widget/
DBezierSCurveInterpolator.java80 float weight = difference / STEP_SIZE; in getInterpolation() local
/frameworks/ml/nn/runtime/test/specs/
Dlsh_projection.mod.py26 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
Dlsh_projection_weights_as_inputs.mod.py25 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
Dlsh_projection_2.mod.py26 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
/frameworks/ml/nn/runtime/test/generated/models/
Dlsh_projection_weights_as_inputs.model.cpp11 auto weight = model->addOperand(&type2); in CreateModel() local
Dlsh_projection.model.cpp11 auto weight = model->addOperand(&type2); in CreateModel() local
Dlsh_projection_2.model.cpp11 auto weight = model->addOperand(&type2); in CreateModel() local
/frameworks/base/core/java/android/gesture/
DInstanceLearner.java60 double weight; in classify() local
/frameworks/base/core/java/android/text/
DFontConfig.java72 int weight, boolean isItalic) { in Font()
138 public Alias(@NonNull String name, @NonNull String toName, int weight) { in Alias()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DColorfulnessFilter.java69 float weight = (float) Math.pow(2, r); in onProcess() local
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DButtonBarLayout.java91 Float weight = (Float) child.getTag(R.id.suw_original_weight); in setStacked() local

123