Searched refs:linear (Results 1 – 5 of 5) sorted by relevance
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 1307 background: -moz-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%); 1308 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00), 1310 background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%); 1311 background: -o-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%); 1312 background: -ms-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%); 1313 background: linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%); 1713 background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c)); 1714 background-image: -webkit-linear-gradient(top, #2faddb, #09c); 1715 background-image: -moz-linear-gradient(top, #2faddb, #09c); 1716 background-image: -ms-linear-gradient(top, #2faddb, #09c); [all …]
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.css | 1105 background-image: -webkit-gradient(linear,left top,left bottom,from(#5dbcd9),to(#4cadcb)); 1106 background-image: -webkit-linear-gradient(top,#5dbcd9,#4cadcb); 1107 background-image: -moz-linear-gradient(top,#5dbcd9,#4cadcb); 1108 background-image: -ms-linear-gradient(top,#5dbcd9,#4cadcb); 1109 background-image: -o-linear-gradient(top,#5dbcd9,#4cadcb); 1110 background-image: linear-gradient(top,#5dbcd9,#4cadcb);
|
D | jquery-resizable.min.js | 19 …).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){… method
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 17 …background-image: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#dddddd), color-stop(25%, #f2f… 18 background-image: -moz-linear-gradient(top, #dddddd, #f2f2f2, #f2f2f2, #dddddd);
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | android-developer-docs.css | 2297 background-image: -webkit-gradient(linear,left top,left bottom,from(#5dbcd9),to(#4cadcb)); 2298 background-image: -webkit-linear-gradient(top,#5dbcd9,#4cadcb); 2299 background-image: -moz-linear-gradient(top,#5dbcd9,#4cadcb); 2300 background-image: -ms-linear-gradient(top,#5dbcd9,#4cadcb); 2301 background-image: -o-linear-gradient(top,#5dbcd9,#4cadcb); 2302 background-image: linear-gradient(top,#5dbcd9,#4cadcb);
|