| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| ResizeGesture.java | 162 int newH = Math.abs(b.h + (direction.isTop() ? -deltaY : deltaY)); 163 double newAspectRatio = newW / (double) newH; 164 if (newH == 0 || newAspectRatio > aspectRatio) {
|
| /external/wpa_supplicant_8/src/radius/ |
| radius_client.c | 273 struct radius_rx_handler **handlers, *newh; local 284 newh = os_realloc_array(*handlers, *num + 1, 286 if (newh == NULL) 289 newh[*num].handler = handler; 290 newh[*num].data = data; 292 *handlers = newh; [all...] |
| /frameworks/base/graphics/java/android/graphics/ |
| Bitmap.java | 678 int newh = height; local 707 bitmap = createBitmap(neww, newh, newConfig, source.hasAlpha()); 716 newh = Math.round(deviceR.height()); 718 bitmap = createBitmap(neww, newh, transformed ? Config.ARGB_8888 : newConfig, [all...] |
| /libcore/luni/src/main/java/java/util/concurrent/ |
| ConcurrentSkipListMap.java | 921 HeadIndex<K,V> newh = oldh; local [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
| test_email.py | [all...] |
| test_email_renamed.py | [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
| test_email.py | [all...] |
| test_email_renamed.py | [all...] |