Searched defs:weight (Results 1 – 4 of 4) sorted by relevance
| /sdk/traceview/src/com/android/traceview/ |
| D | Call.java | 53 public double addWeight(int x, int y, double weight) { in addWeight()
|
| D | TimeLineView.java | 119 public double addWeight(int x, int y, double weight); in addWeight() 1507 double weight = computeWeight(recordStart, recordEnd, in computeStrips() local 1523 double weight = computeWeight(recordStart, recordEnd, in computeStrips() local 1586 double weight = rightEndPoint - leftEndPoint; in computeWeight() local 2126 public void setFields(int start, double weight, Segment segment, in setFields()
|
| D | MethodData.java | 87 public double addWeight(int x, int y, double weight) { in addWeight()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| D | RelativeLayoutConversionHelper.java | 341 String weight = linearLayoutChild.getAttributeNS(ANDROID_URI, ATTR_LAYOUT_WEIGHT); in getWeight() local 418 float weight = getWeight(child); in analyzeLinearLayout() local
|