/external/chromium-trace/trace-viewer/src/model/ |
sample.js | 22 function Sample(category, title, colorId, ts, args) { 25 this.colorId = colorId;
|
slice.js | 22 function Slice(category, title, colorId, start, args, opt_duration) { 26 this.colorId = colorId;
|
async_slice_group_test.html | 52 ' "colorId" : 0,', 61 ' "colorId" : 0,',
|
async_slice_group.js | 23 function AsyncSlice(category, title, colorId, start, args) { 24 Slice.call(this, category, title, colorId, start, args);
|
thread.js | 37 function ThreadSlice(cat, title, colorId, start, args, opt_duration) { 38 Slice.call(this, cat, title, colorId, start, args, opt_duration); 124 var colorId = tracing.getStringColorId(title); 125 var sample = new tracing.model.Sample(category, title, colorId, ts,
|
slice_group.js | 26 * @param {function(new:Slice, category, title, colorId, start, args)} 85 var colorId = tracing.getStringColorId(title); 86 var slice = new this.sliceConstructor(category, title, colorId, ts, 182 slice.colorId, slice.start, 213 * The colorId of both parts of the split slices are kept the same, and the
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
ColorResourceLoader.java | 31 public int getValue(int colorId) { 32 String resourceName = resourceExtractor.getResourceName(colorId);
|
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/ |
PlaybackView.java | 54 public TileDrawable(TileData t, int colorId) { 56 getPaint().setColor(getResources().getColor(colorId)); 57 if (colorId == R.color.ready_tile 58 || colorId == R.color.unready_tile) { 164 int colorId; 167 colorId = R.color.ready_tile; 170 colorId = R.color.unready_tile; 175 mTempShapes.add(new TileDrawable(t, colorId));
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
fast_rect_renderer.js | 76 * @param {number} colorId The color of this rectangle, as an index 79 fillRect: function(x, w, colorId) { 89 this.mergedColorId = colorId; 92 this.mergedColorId = Math.max(this.mergedColorId, colorId); 97 this.ctx_.fillStyle = this.pallette_[colorId];
|
timeline_model.js | 33 function TimelineSlice(title, colorId, start, args) { 36 this.colorId = colorId; 163 var colorId = getColor(event.name); 164 var slice = new TimelineSlice(event.name, colorId, event.ts,
|
timeline_track.js | 243 var colorId; 244 colorId = slice.selected ? 245 slice.colorId + selectedIdBoost : 246 slice.colorId; 250 tr.fillRect(x, w, colorId);
|
/external/chromium-trace/trace-viewer/src/ |
fast_rect_renderer.js | 71 * @param {number} colorId The color of this rectangle, as an index 74 fillRect: function(x, w, colorId) { 83 this.mergedColorId = colorId; 86 this.mergedColorId = Math.max(this.mergedColorId, colorId); 91 this.ctx_.fillStyle = this.pallette_[colorId];
|
/external/chromium-trace/trace-viewer/src/tracks/ |
slice_track.js | 132 var colorId = slice.selected ? 133 slice.colorId + highlightIdBoost : 134 slice.colorId; 139 tr.fillRect(x, w, colorId); 144 tr.fillRect(x, pixWidth, colorId); 146 ctx.fillStyle = palette[colorId]; 276 slice.colorId != this.slices_[index].colorId) {
|
slice_track_test.html | 136 // title, colorId, start, args, opt_duration 157 // title, colorId, start, args, opt_duration
|
counter_track.js | 113 var colorId = ctr.seriesColors[seriesIndex]; 114 ctx.fillStyle = palette[colorId];
|
/external/chromium-trace/trace-viewer/src/importer/ |
v8_log_importer.js | 68 var colorId = tracing.getStringColorId(name); 69 var slice = new tracing.model.Slice('v8', name, colorId, start, 141 var colorId = tracing.getStringColorId(name); 142 var slice = new tracing.model.Slice('v8', name, colorId, start,
|
trace_event_importer_test.html | 251 assertNotEquals(a1.colorId, b.colorId); 255 assertEquals(a1.colorId, a2.colorId);
|
/external/chromium-trace/trace-viewer/src/importer/linux_perf/ |
disk_parser.js | 57 slice.colorId, slice.start, slice.args, slice.duration)];
|
/packages/apps/Email/src/com/android/email/widget/ |
EmailWidget.java | 431 int colorId = mResourceHelper.getAccountColorId(accountId); 432 if (colorId != ResourceHelper.UNDEFINED_RESOURCE_ID) { 435 views.setImageViewResource(R.id.color_chip, colorId);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
TextCandidatesViewManager.java | [all...] |
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2Test.java | [all...] |
/external/chromium-trace/ |
script.js | 68 c.xViewToWorld(e);c.drawUnderContent(b,m,e,g);b.save();c.applyTransformToCanvas(b);this.asyncStyle_&&(b.globalAlpha=0.25);var q=new tracing.FastRectRenderer(b,2*d,2*d,a);q.setYandH(0,g);for(var p=this.slices_,r=tracing.findLowIndexInSortedArray(p,function(b){return b.start+b.duration},m),u=r;u<p.length;++u){var s=p[u],w=s.start;if(w>e)break;var v=Math.max(s.duration,0.001),x=s.selected?s.colorId+f:s.colorId;v<d&&(v=d);0<s.duration?q.fillRect(w,v,x):0.001<d?q.fillRect(w,d,x):(b.fillStyle=a[x],b.beginPath(), [all...] |
/external/chromium-trace/trace-viewer/test_data/ |
android_systrace.html | 33 "saveTraceFileComplete")},onSaveTraceFileCanceled:function(){cr.dispatchSimpleEvent(this,"saveTraceFileCanceled")},selfTest:function(){this.beginTracing();window.setTimeout(this.endTracing.bind(This),500)}};return{TracingController:g}});cr.define("tracing",function(){function g(a,b,d,c,f){this.title=a;this.start=d;this.colorId=b;this.args=c;this.didNotFinish=!1;void 0!==f&&(this.duration=f)}function e(a,b,d,c,f){g.call(this,a,b,d,c,f);this.subSlices=[]}function c(a,b,d,c){g.call(this,a,b,d,c)}function f(a,b){if(!a)throw"Parent must be provided.";this.parent=a;this.tid=b;this.subRows=[[]];this.asyncSlices=new d(this.ptid)}function h(a,b,d){this.parent=a;this.id=b;this.name=d;this.seriesNames=[];this.seriesColors=[];this.timestamps= [all...] |