Home
last modified time | relevance | path

Searched defs:b (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
DMain.java94 Bitmap b = mText.getDrawingCache(); in run() local
178 Button b = (Button) findViewById(R.id.go); in onCreate() local
/bootable/recovery/minui/
Dgraphics.cpp186 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a) { in gr_color()