Home
last modified time | relevance | path

Searched refs:setWeight (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
DUsageView.java130 setWeight(R.id.space1, before); in setSideLabelWeights()
131 setWeight(R.id.space2, after); in setSideLabelWeights()
134 private void setWeight(int id, float weight) { in setWeight() method in UsageView
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DWeightRecordInternal.java39 public WeightRecordInternal setWeight(double weight) { in setWeight() method in WeightRecordInternal
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DWeightRecordHelper.java95 weightRecord.setWeight(getCursorDouble(cursor, WEIGHT_COLUMN_NAME)); in populateSpecificRecordValue()
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DWeightRecord.java194 recordInternal.setWeight(mWeight.getInGrams()); in toRecordInternal()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DSearchSpecToProtoConverterTest.java327 .setWeight(2.0) in testToScoringSpecProto()
1810 PropertyWeight.newBuilder().setPath("property1").setWeight(1.0)) in testConvertPropertyWeights()
1812 PropertyWeight.newBuilder().setPath("property2").setWeight(2.0)) in testConvertPropertyWeights()
1818 PropertyWeight.newBuilder().setPath("property1").setWeight(1.0)) in testConvertPropertyWeights()
1820 PropertyWeight.newBuilder().setPath("property2").setWeight(2.0)) in testConvertPropertyWeights()
1828 .setWeight(0.5)) in testConvertPropertyWeights()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSearchSpecToProtoConverter.java1067 .setWeight(propertyWeight.getValue())); in addTypePropertyWeights()