HomeSort by relevance Sort by last modified time
    Searched refs:background (Results 101 - 125 of 682) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/opencv3/3rdparty/libpng/
pngrtran.c 92 /* Handle alpha and tRNS via a background color */
105 png_warning(png_ptr, "Application must supply a known background gamma");
113 png_memcpy(&(png_ptr->background), background_color,
329 /* Finally, if pre-multiplying, set the background fields to achieve the
335 png_memset(&png_ptr->background, 0, sizeof png_ptr->background);
342 "conflicting calls to set alpha mode and background");
785 * disabled in background handling. There is no evidence (so far) that this
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 92 /* Handle alpha and tRNS via a background color */
105 png_warning(png_ptr, "Application must supply a known background gamma");
113 png_memcpy(&(png_ptr->background), background_color,
329 /* Finally, if pre-multiplying, set the background fields to achieve the
335 png_memset(&png_ptr->background, 0, sizeof png_ptr->background);
342 "conflicting calls to set alpha mode and background");
785 * disabled in background handling. There is no evidence (so far) that this
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/css/
default.css 7 background-color: #0099cc;
10 background-color: #0099cc;
13 background-color: #0099cc;
20 background-color: #fff;
239 background: rgba(0, 0, 0, 0.1);
244 -webkit-background-clip: padding-box;
245 -moz-background-clip: padding;
246 background-clip: padding-box;
329 background-color:#f7f7f7;
337 background-color:inherit
    [all...]
  /external/avahi/man/
xmltoman.css 19 body { color: black; background-color: white; }
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
common.css 27 background-color: #C5D7EF;
status.css 31 background-color: #f8f8f8;
143 background-color: #EDEDED;
147 background-color: #fff;
150 background-color: #BEEDBE;
154 background-color: #EDBEC6;
157 background-color: #EDE7B2;
  /external/chromium-trace/catapult/third_party/polymer/components/core-item/
core-item.css 44 background-color: rgba(0, 0, 0, 0.000001);
  /external/chromium-trace/catapult/third_party/polymer/components/paper-dropdown-menu/
paper-dropdown-menu.css 14 background-color: #fff;
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
process_track_base.css 8 background-image: -webkit-gradient(linear,
  /external/mesa3d/docs/
mesa.css 3 background-color: #ffffff;
  /prebuilts/go/darwin-x86/doc/codewalk/
codewalk.css 97 background-color: #fffff0;
111 background-color: #f8f8ff;
171 background-color: #f8f8ff;
189 background-color: white;
198 background-color: #f8f8ff;
  /prebuilts/go/linux-x86/doc/codewalk/
codewalk.css 97 background-color: #fffff0;
111 background-color: #f8f8ff;
171 background-color: #f8f8ff;
189 background-color: white;
198 background-color: #f8f8ff;
  /frameworks/base/docs/html/ndk/reference/
doxygen.css 96 background-color: #F1F1F1;
132 background-color: #B8B8B8;
164 background-color: #FBFCFD;
178 background-color: #FCFCFC;
197 -webkit-transition-property: background-color, box-shadow;
199 -moz-transition-property: background-color, box-shadow;
201 -ms-transition-property: background-color, box-shadow;
203 -o-transition-property: background-color, box-shadow;
205 transition-property: background-color, box-shadow;
210 background-color: cyan
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AppScanStats.java 46 boolean background; field in class:AppScanStats.LastScan
50 boolean opportunistic, boolean background) {
54 this.background = background;
104 scan.background = (settings.getCallbackType() & ScanSettings.CALLBACK_TYPE_FIRST_MATCH) != 0;
211 if (lastScan.background) sb.append(" (Background)");
238 if (scan.background) sb.append("Back ");
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 154 public int add(GL10 gl, Drawable background, String text, Paint textPaint) {
155 return add(gl, background, text, textPaint, 0, 0);
174 public int add(GL10 gl, Drawable background, String text, Paint textPaint,
177 boolean drawBackground = background != null;
182 background.getPadding(padding);
183 minWidth = Math.max(minWidth, background.getMinimumWidth());
184 minHeight = Math.max(minHeight, background.getMinimumHeight());
238 background.setBounds(u, v, u + width, v + height);
239 background.draw(mCanvas);
  /external/llvm/docs/_static/
llvm.css 6 .body { color: black; background: white; margin: 0 0 0 0 }
19 background: url("lines.gif");
27 color: black; background: url("lines.gif");
67 { border: solid 1px gray; background: #eeeeee;
76 background: #eeeeee;
93 .doc_notes { background: #fafafa; border: 1px solid #cecece;
  /external/opencv3/modules/video/test/ocl/
test_bgfg_mog2.cpp 114 Mat background; local
115 OCL_OFF(mog2_cpu->getBackgroundImage(background));
120 EXPECT_MAT_NEAR(background, u_background, 1.0);
  /frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
ElementLayoutActivity.java 139 int background = 0xff000000; local
149 background |= (color << shift);
152 mIndicator.setBackgroundColor(background);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatAutoCompleteTextView.java 36 * <li>Allows dynamic tint of it background via the background tint methods in
38 * <li>Allows setting of the background tint using {@link R.attr#backgroundTint} and
102 public void setBackgroundDrawable(Drawable background) {
103 super.setBackgroundDrawable(background);
105 mBackgroundTintHelper.onSetBackgroundDrawable(background);
AppCompatButton.java 38 * <li>Allows dynamic tint of it background via the background tint methods in
40 * <li>Allows setting of the background tint using {@link R.attr#backgroundTint} and
82 public void setBackgroundDrawable(Drawable background) {
83 super.setBackgroundDrawable(background);
85 mBackgroundTintHelper.onSetBackgroundDrawable(background);
AppCompatEditText.java 36 * <li>Allows dynamic tint of it background via the background tint methods in
38 * <li>Allows setting of the background tint using {@link R.attr#backgroundTint} and
80 public void setBackgroundDrawable(Drawable background) {
81 super.setBackgroundDrawable(background);
83 mBackgroundTintHelper.onSetBackgroundDrawable(background);
AppCompatImageButton.java 34 * <li>Allows dynamic tint of it background via the background tint methods in
36 * <li>Allows setting of the background tint using {@link R.attr#backgroundTint} and
83 public void setBackgroundDrawable(Drawable background) {
84 super.setBackgroundDrawable(background);
86 mBackgroundTintHelper.onSetBackgroundDrawable(background);
AppCompatImageView.java 34 * <li>Allows dynamic tint of it background via the background tint methods in
36 * <li>Allows setting of the background tint using {@link R.attr#backgroundTint} and
83 public void setBackgroundDrawable(Drawable background) {
84 super.setBackgroundDrawable(background);
86 mBackgroundTintHelper.onSetBackgroundDrawable(background);
AppCompatMultiAutoCompleteTextView.java 36 * <li>Allows dynamic tint of it background via the background tint methods in
38 * <li>Allows setting of the background tint using {@link R.attr#backgroundTint} and
102 public void setBackgroundDrawable(Drawable background) {
103 super.setBackgroundDrawable(background);
105 mBackgroundTintHelper.onSetBackgroundDrawable(background);
AppCompatTextView.java 36 * <li>Allows dynamic tint of it background via the background tint methods in
38 * <li>Allows setting of the background tint using {@link R.attr#backgroundTint} and
80 public void setBackgroundDrawable(Drawable background) {
81 super.setBackgroundDrawable(background);
83 mBackgroundTintHelper.onSetBackgroundDrawable(background);

Completed in 1355 milliseconds

1 2 3 45 6 7 8 91011>>