Searched defs:background (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp15 GLfloat background; variable
175 glClearColor(background, grey, grey, 1.0f);
182 background = 1.0f - background;
/frameworks/base/core/java/android/widget/
H A DSpinner.java216 * Set the background drawable for the spinner's popup window of choices.
219 * @param background Background drawable
223 public void setPopupBackgroundDrawable(Drawable background) { argument
228 ((DropdownPopup) mPopup).setBackgroundDrawable(background);
232 * Set the background drawable for the spinner's popup window of choices.
235 * @param resId Resource ID of a background drawable
244 * Get the background drawable for the spinner's popup window of choices.
247 * @return background Background drawable
656 int measureContentWidth(SpinnerAdapter adapter, Drawable background) { argument
691 // Add background paddin
[all...]
H A DPopupWindow.java150 * <p>The popup does provide a background.</p>
159 * <p>The popup does provide a background.</p>
168 * <p>The popup does provide a background.</p>
177 * <p>The popup does not provide a background.</p>
203 StateListDrawable background = (StateListDrawable) mBackground;
206 int aboveAnchorStateIndex = background.getStateDrawableIndex(ABOVE_ANCHOR_STATE_SET);
210 int count = background.getStateCount();
222 mAboveAnchorBackgroundDrawable = background.getStateDrawable(aboveAnchorStateIndex);
223 mBelowAnchorBackgroundDrawable = background.getStateDrawable(belowAnchorStateIndex);
236 * <p>The popup does not provide any background
324 setBackgroundDrawable(Drawable background) argument
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java65 // Dimensions of foreground / background mask. Optimum value should take into account only
72 // Levels at which to compute foreground / background decision. Think of them as are deltas
116 // Whether to mirror the background or not. For ex, the Camera app
122 // coordinates, if we were to mirror the background
132 // Maximum distance (in standard deviations) for considering a pixel as background
140 // Width of foreground / background mask.
142 // Height of foreground / background mask.
154 // Mask value to start blending away from background
170 // Default rate at which to learn bg model from new background pixels
174 // Default rate at which to verify whether background i
928 updateBgScaling(Frame video, Frame background, boolean fitModeChanged) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java590 // corresponding background
594 // Otherwise, set the normal panel background
595 backgroundResId = st.background;
2391 // Note: if there is no background, we will assume opaque. The
2393 // no background so it can draw everything itself. For that,
2404 // if either the frame -or- the background is opaque.
2421 // frame and background together will draw all pixels.
2827 // Remaining setup -- of background and title -- that only applies
3259 int background; field in class:PhoneWindow.PanelFeatureState
3261 /** The background whe
[all...]
/frameworks/base/core/java/android/view/
H A DView.java441 * If you set a background drawable for a View, then the View will draw it for you
767 * this flag set and a background. Use with DRAW_MASK when calling setFlags.
949 * background, if any.
1665 * Indicates whether the background is opaque.
3068 * Solid color to use as a background when creating the drawing cache. Enables
3267 * particular its background) as well as the Button class's attributes.
3284 Drawable background = null;
3328 background = a.getDrawable(attr);
3644 if (background != null) {
3645 setBackground(background);
14480 setBackground(Drawable background) argument
14489 setBackgroundDrawable(Drawable background) argument
[all...]

Completed in 148 milliseconds