Home
last modified time | relevance | path

Searched defs:g (Results 1 – 20 of 20) 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
DColorPickerDialog.java133 int g = ave(Color.green(c0), Color.green(c1), p); in interpColor() local
142 int g = Color.green(color); in rotateColor() local
DMeasureText.java41 int g = y * 255 / (HEIGHT - 1); in createColors() local
DPurgeableBitmapView.java72 int g = y * 255 / (HEIGHT - 1); in createColors() local
/development/tools/winscope/src/parsers/
Draw_data_utils.ts95 const [r, g, b, a] = [ constant
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dcanvas_drawer.ts49 const {r, g, b} = rgbColor; constant
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGrid2.java42 GridView g = (GridView) findViewById(R.id.myGrid); in onCreate() local
/development/tools/winscope/src/common/
Dfile_utils.ts34 static readonly ILLEGAL_FILENAME_CHARACTERS_REGEX = /[^A-Za-z0-9-#._]/g; property in FileUtils
/development/tools/motion/motion_test_watcher_app/src/timeline/graph/
Dline-graph-visualization.ts56 const g = svg constant
/development/tools/winscope/protos/surfaceflinger/udc/
Dcommon.proto48 float g = 2; field
Dtransactions.proto204 float g = 2; field
/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_impl.ts329 const {r, g, b} = rgbColor; constant
/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/SwipeRefreshLayoutBasic/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/tools/winscope/src/trace/tree_node/
Dformatters.ts75 const g = formatAsDecimal(gNode?.getValue() ?? 0); constant