/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/ |
D | MultiTouchView.java | 93 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 225 Log.w(TAG, log); in Logw()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/ |
D | ShareMockupAction.java | 46 int w = v.getMeasuredWidth(); 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() 64 Log.w(TAG, msg, e); in launch()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
D | MultiTouchActivity.java | 220 Log.w(TAG, "Unknown action type: " + action_code); in onTouch() 281 final int w = bb.getInt(); in onFrameBuffer() local 299 mImageView.drawJpeg(x, y, w, h, jpg); in onFrameBuffer() 305 final int pixel_num = h * w; in onFrameBuffer() 334 Log.w(TAG, "Invalid framebuffer format: " + format); in onFrameBuffer() 337 mImageView.drawBitmap(x, y, w, h, mColors); in onFrameBuffer() 353 int w = mImageView.getWidth(); in updateDisplay() local 355 if (w > h != e_width > e_height) { in updateDisplay() 357 int tmp = w; in updateDisplay() 358 w = h; in updateDisplay() [all …]
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | WindowsLoader.java | 70 Window w = new Window(line.substring(index + 1), id); in loadWindows() local 71 windows.add(w); in loadWindows()
|
/sdk/templates/docs/ |
D | prettify.js | 10 …r]*)/,q,"#"]),e.push(["str",/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/… 12 …w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit",/^(?:0x[\da-f]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+… 22 …^=\s*([^\s"'>]*(?:[^\s"'/>]|\/(?=\s)))/],["pun",/^[/<->]+/],["lang-js",/^on\w+\s*=\s*"([^"]+)"/i],…
|
D | jquery-1.8.0.min.js | 2 …w=/^[\],:{}\s]*$/,x=/(?:^|:|,)(?:\s*\[)+/g,y=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,z=/"[^"\\\r\n]*"… property
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
D | Socket.java | 211 Log.w(TAG, log); in Logw()
|
D | Channel.java | 789 Log.w(TAG, log); in Logw()
|
/sdk/find_java/ |
D | find_java.bat | 49 for /f "delims=" %%a in ('"%~dps0\find_java%arch_ext%.exe" -s -w') do set javaw_exe=%%a
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/ |
D | NotificationStudioActivity.java | 177 Log.w(TAG, "Error displaying notification", t);
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/ |
D | SensorChannel.java | 561 if (DEBUG) Log.w(TAG, "<<< Sensor " + getEmulatorFriendlyName() + " is disabled."); in disableSensor()
|