Home
last modified time | relevance | path

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

/sdk/traceview/src/com/android/traceview/
DCall.java53 public double addWeight(int x, int y, double weight) { in addWeight()
DTimeLineView.java119 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()
DMethodData.java87 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/
DRelativeLayoutConversionHelper.java341 String weight = linearLayoutChild.getAttributeNS(ANDROID_URI, ATTR_LAYOUT_WEIGHT); in getWeight() local
418 float weight = getWeight(child); in analyzeLinearLayout() local