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

/frameworks/base/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.java488 int measureContentWidth(SpinnerAdapter adapter, Drawable background) { argument
523 // Add background padding to measured width
524 if (background != null) {
525 background.getPadding(mTempRect);
749 final Drawable background = getBackground();
751 if (background != null) {
752 background.getPadding(mTempRect);
H A DPopupWindow.java148 * <p>The popup does provide a background.</p>
157 * <p>The popup does provide a background.</p>
166 * <p>The popup does provide a background.</p>
175 * <p>The popup does not provide a background.</p>
201 StateListDrawable background = (StateListDrawable) mBackground;
204 int aboveAnchorStateIndex = background.getStateDrawableIndex(ABOVE_ANCHOR_STATE_SET);
208 int count = background.getStateCount();
220 mAboveAnchorBackgroundDrawable = background.getStateDrawable(aboveAnchorStateIndex);
221 mBelowAnchorBackgroundDrawable = background.getStateDrawable(belowAnchorStateIndex);
234 * <p>The popup does not provide any background
322 setBackgroundDrawable(Drawable background) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java571 // corresponding background
575 // Otherwise, set the normal panel background
576 backgroundResId = st.background;
2306 // Note: if there is no background, we will assume opaque. The
2308 // no background so it can draw everything itself. For that,
2319 // if either the frame -or- the background is opaque.
2336 // frame and background together will draw all pixels.
2722 // Remaining setup -- of background and title -- that only applies
3147 int background; field in class:PhoneWindow.PanelFeatureState
3149 /** The background whe
[all...]

Completed in 139 milliseconds