HomeSort by relevance Sort by last modified time
    Searched refs:newh (Results 1 - 3 of 3) sorted by null

  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 567 int newh = height; local
596 bitmap = createBitmap(neww, newh, newConfig, source.hasAlpha());
605 newh = Math.round(deviceR.height());
607 bitmap = createBitmap(neww, newh, transformed ? Config.ARGB_8888 : newConfig,
    [all...]
  /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...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 920 HeadIndex<K,V> newh = oldh; local
    [all...]

Completed in 212 milliseconds