Searched refs:thisItem (Results 1 - 5 of 5) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DTimeLineGraph.java91 TimeLineGraphItem thisItem = (TimeLineGraphItem) fItemsArray[i];
93 int yposition = thisItem.y;
94 int xposition = thisItem.x;
97 g.setBackground(thisItem.color);
98 g.setForeground(thisItem.color);
100 if (thisItem.drawAsBaseline){
109 g.setBackground(thisItem.color);
110 g.setForeground(thisItem.color);
114 if (thisItem.isSpecial)
122 + " alt=\"" + thisItem
261 setRelativeXPosition(TimeLineGraphItem thisItem, List items) argument
[all...]
H A DLineGraph.java124 GraphItem thisItem= (GraphItem) this.fItems.get(i);
126 int yposition= (int) (bottom - (((thisItem.value-min) * (bottom-top)) / graduations));
131 g.setBackground(thisItem.color);
132 g.setForeground(thisItem.color);
138 this.fAreaBuffer.append("\r<area shape=\"CIRCLE\" coords=\""+(xposition-2)+','+(yposition-2)+','+5+" alt=\""+ thisItem.title+": "+thisItem.description+"\""+ " title=\""+ thisItem.title+": "+thisItem.description+"\">");
146 if (thisItem.displayDescription){
147 g.drawString(thisItem
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstArray.java120 Constant thisItem = (Constant) get0(i);
122 int compare = thisItem.compareTo(otherItem);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 106 milliseconds