Home
last modified time | relevance | path

Searched refs:h (Results 1 – 10 of 10) sorted by relevance

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DMultiTouchActivity.java172 MultiTouchChannel h = mHandler; in onTouch() local
177 if (h != null) { in onTouch()
180 bb.order(h.getEndian()); in onTouch()
188 if (h != null) { in onTouch()
190 bb.order(h.getEndian()); in onTouch()
196 if (h != null) { in onTouch()
198 bb.order(h.getEndian()); in onTouch()
204 if (h != null) { in onTouch()
206 bb.order(h.getEndian()); in onTouch()
212 if (h != null) { in onTouch()
[all …]
/sdk/templates/docs/
Djquery-1.8.0.min.js2h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;d<e;d++)p.event.add(… property
Dprettify.js2 …arCode(a);if(a==="\\"||a==="-"||a==="["||a==="]")a="\\"+a;return a}function h(a){for(var f=a.subst… function in anonymousFunctionda0809480100.L
5 …gnoreCase&&s)for(c=0;c<b;++c)j=f[c],a=j.charAt(0),j.length>=2&&a==="["?f[c]=h(j):a!=="\\"&&(f[c]=j…
6 …"===g)h[s]="\n",t[s<<1]=y++,t[s++<<1|1]=a;break;case 3:case 4:g=a.nodeValue,g.length&&(g=p?g.repla…
7h=[],y=0,t=[],s=0,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=documen… argument
8h[f.charAt(0)];if(i)o=f.match(i[1]),b=i[0];else{for(c=0;c<t;++c)if(i=m[c],o=f.match(i[1])){b=i[0];…
9 l=[],p={},d=0,g=e.length;d<g;++d){var r=e[d],n=r[3];if(n)for(var k=n.length;--k>=0;)h[n.charAt(k)]=…
10h=a.hashComments;h&&(a.cStyleComments?(h>1?m.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q…
11 …/])(?:[^/[\\]|\\[\S\s]|\[(?:[^\\\]]|\\[\S\s])*(?:]|$))+\/)/]);(h=a.types)&&e.push(["typ",h]);a=(""…
/sdk/find_java2/WinLauncher2/
DWinLauncher2.rc3 #include "resource.h"
11 #include "targetver.h"
13 #include "afxres.h"
14 #include "verrsrc.h"
33 "resource.h\0"
39 "#include ""targetver.h""\r\n"
41 "#include ""afxres.h""\r\n"
42 "#include ""verrsrc.h""\r\n"
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/
DMultiTouchView.java93 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() argument
94 super.onSizeChanged(w, h, oldw, oldh); in onSizeChanged()
96 mBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888); in onSizeChanged()
154 public void drawBitmap(int x, int y, int w, int h, int[] colors) { in drawBitmap() argument
156 final Bitmap bmp = Bitmap.createBitmap(colors, 0, w, w, h, Bitmap.Config.ARGB_8888); in drawBitmap()
175 public void drawJpeg(int x, int y, int w, int h, InputStream jpeg) { in drawJpeg() argument
/sdk/find_java2/FindJava2/
DFindJava2.rc3 #include "resource.h"
10 #include "afxres.h"
29 "resource.h\0"
34 "#include ""afxres.h""\r\n"
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
DShareMockupAction.java47 int h = v.getMeasuredHeight(); in launch() local
48 Bitmap mockup = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888); in launch()
50 v.layout(0, 0, w, h); in launch()
/sdk/docs/
Dhowto_SDK_git_cygwin.txt118 libc/kernel/common/linux/netfilter/xt_CONNMARK.h \
119 libc/kernel/common/linux/netfilter/xt_MARK.h \
120 libc/kernel/common/linux/netfilter_ipv6/ip6t_HL.h
167 libc/kernel/common/linux/netfilter/xt_CONNMARK.h \
168 libc/kernel/common/linux/netfilter/xt_MARK.h \
169 libc/kernel/common/linux/netfilter_ipv6/ip6t_HL.h
/sdk/find_lock/
Dfind_lock.cpp239 static bool getHandleType(HANDLE h, CString *type) { in getHandleType() argument
243 int status = sNtQueryObjectFunc(h, 2, NULL, 0, &size); in getHandleType()
247 status = sNtQueryObjectFunc(h, 2, buf, size, NULL); in getHandleType()
/sdk/
Dchanges.txt176 - Headless SDK update. See 'android -h update sdk' for more info.