/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | BitmapPixels.java | 53 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
|
D | CreateBitmap.java | 43 int g = y * 255 / (HEIGHT - 1); in createColors() local
|
D | ColorPickerDialog.java | 133 int g = ave(Color.green(c0), Color.green(c1), p); in interpColor() local 142 int g = Color.green(color); in rotateColor() local
|
D | MeasureText.java | 41 int g = y * 255 / (HEIGHT - 1); in createColors() local
|
D | PurgeableBitmapView.java | 72 int g = y * 255 / (HEIGHT - 1); in createColors() local
|
/development/tools/winscope/src/parsers/ |
D | raw_data_utils.ts | 95 const [r, g, b, a] = [ constant
|
/development/tools/winscope/src/app/components/timeline/expanded-timeline/ |
D | canvas_drawer.ts | 49 const {r, g, b} = rgbColor; constant
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | Grid2.java | 42 GridView g = (GridView) findViewById(R.id.myGrid); in onCreate() local
|
/development/tools/winscope/src/common/ |
D | file_utils.ts | 34 static readonly ILLEGAL_FILENAME_CHARACTERS_REGEX = /[^A-Za-z0-9-#._]/g; property in FileUtils
|
/development/tools/motion/motion_test_watcher_app/src/timeline/graph/ |
D | line-graph-visualization.ts | 56 const g = svg constant
|
/development/tools/winscope/protos/surfaceflinger/udc/ |
D | common.proto | 48 float g = 2; field
|
D | transactions.proto | 204 float g = 2; field
|
/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/ |
D | mini_timeline_drawer_impl.ts | 329 const {r, g, b} = rgbColor; constant
|
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/ |
D | SlidingTabStrip.java | 181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
|
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/ |
D | SlidingTabStrip.java | 181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
|
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/ |
D | SlidingTabStrip.java | 181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
|
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/ |
D | SlidingTabStrip.java | 181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
|
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/ |
D | SlidingTabStrip.java | 181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
|
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/ |
D | SlidingTabStrip.java | 181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
|
/development/tools/winscope/src/trace/tree_node/ |
D | formatters.ts | 75 const g = formatAsDecimal(gNode?.getValue() ?? 0); constant
|