Home
last modified time | relevance | path

Searched defs:g (Results 1 – 14 of 14) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapPixels.java53 private static int pack8888(int r, int g, int b, int a) { in pack8888()
57 private static short pack565(int r, int g, int b) { in pack565()
61 private static short pack4444(int r, int g, int b, int a) { in pack4444()
75 int g = Color.green(c); in premultiplyColor() local
90 int g = getG32(from) << 23; in makeRamp() local
DCreateBitmap.java43 int g = y * 255 / (HEIGHT - 1); in createColors() local
DMeasureText.java41 int g = y * 255 / (HEIGHT - 1); in createColors() local
DColorPickerDialog.java133 int g = ave(Color.green(c0), Color.green(c1), p); in interpColor() local
142 int g = Color.green(color); in rotateColor() local
DPurgeableBitmapView.java72 int g = y * 255 / (HEIGHT - 1); in createColors() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGrid2.java42 GridView g = (GridView) findViewById(R.id.myGrid); in onCreate() local
/development/samples/RenderScript/Levels/src/com/android/rs/levels/
DLevelsDalvikActivity.java185 float g = (float)((mInPixels[i] >> 8) & 0xff); in filter() local
/development/ndk/zlib/
Dzlib.h1661 # define z_gzgetc(g) \ argument
1664 # define gzgetc(g) \ argument
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
DSlidingTabStrip.java181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
DSlidingTabStrip.java181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
DSlidingTabStrip.java181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
DSlidingTabStrip.java181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
DSlidingTabStrip.java181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
DSlidingTabStrip.java181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local