Searched refs:bd (Results 1 – 5 of 5) sorted by relevance
118 BitmapDrawable bd = (BitmapDrawable) d; in isGrayscaleIcon() local119 return bd.getBitmap() != null && isGrayscaleIcon(bd.getBitmap()); in isGrayscaleIcon()
3425 BitDescription bd = descriptions[i]; in printBitDescriptions() local3426 if ((diff&bd.mask) != 0) { in printBitDescriptions()3428 if (bd.shift < 0) { in printBitDescriptions()3429 pw.print((newval&bd.mask) != 0 ? "+" : "-"); in printBitDescriptions()3430 pw.print(longNames ? bd.name : bd.shortName); in printBitDescriptions()3431 if (bd.mask == HistoryItem.STATE_WAKE_LOCK_FLAG && wakelockTag != null) { in printBitDescriptions()3444 pw.print(longNames ? bd.name : bd.shortName); in printBitDescriptions()3446 int val = (newval&bd.mask)>>bd.shift; in printBitDescriptions()3447 if (bd.values != null && val >= 0 && val < bd.values.length) { in printBitDescriptions()3448 pw.print(longNames? bd.values[val] : bd.shortValues[val]); in printBitDescriptions()
491 final BitmapDrawable bd = (BitmapDrawable)getResources().getDrawable(id); in loadBitmap() local492 return Bitmap.createBitmap(bd.getBitmap()); in loadBitmap()
942 BitmapDrawable bd = (BitmapDrawable)getResources().getDrawable(resId); in loadBitmap() local943 return Bitmap.createBitmap(bd.getBitmap()); in loadBitmap()
102 <p style="margin-left:1.5em;"><code>“38400000-8cf0-11bd-b23e-10b96e40000d”</code></p>