HomeSort by relevance Sort by last modified time
    Searched defs:mBackgroundColor (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/base/core/java/android/text/style/
SuggestionRangeSpan.java 31 private int mBackgroundColor;
35 mBackgroundColor = 0;
39 mBackgroundColor = src.readInt();
54 dest.writeInt(mBackgroundColor);
68 mBackgroundColor = backgroundColor;
73 tp.bgColor = mBackgroundColor;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
AbstractMediaListHeaderPresenter.java 41 private int mBackgroundColor = Color.TRANSPARENT;
100 vh.view.setBackgroundColor(mBackgroundColor);
119 mBackgroundColor = color;
PlaybackControlsRowPresenter.java 156 private int mBackgroundColor = Color.TRANSPARENT;
241 mBackgroundColor = color;
251 return mBackgroundColor;
349 ? mBackgroundColor : getDefaultBackgroundColor(vh.view.getContext()));
438 vh.mCard.setBackgroundColor(mBackgroundColorSet ? mBackgroundColor :
AbstractMediaItemPresenter.java 88 private int mBackgroundColor = Color.TRANSPARENT;
435 vh.mMediaRowView.setBackgroundColor(mBackgroundColor);
481 mBackgroundColor = color;
DetailsOverviewRowPresenter.java 293 private int mBackgroundColor = Color.TRANSPARENT;
329 mBackgroundColor = color;
339 return mBackgroundColor;
506 final int bgColor = mBackgroundColorSet ? mBackgroundColor :
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
WaveScopeView.java 32 private int mBackgroundColor = Color.WHITE;
51 public void setBackgroundColor(int color) { mBackgroundColor = color; }
168 mPaint.setColor(mBackgroundColor);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
GLRotationGuideRenderer.java 37 private final AtomicInteger mBackgroundColor = new AtomicInteger(BACKGROUND_BLACK);
57 mBackgroundColor.set(value);
98 switch (mBackgroundColor.get()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationViewWrapper.java 42 private int mBackgroundColor = 0;
102 mBackgroundColor = 0;
106 mBackgroundColor = ((ColorDrawable) background).getColor();
109 mShouldInvertDark = mBackgroundColor == 0 || isColorLight(mBackgroundColor);
171 return mRow.isSummaryWithChildren() ? 0 : mBackgroundColor;
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationMainView.java 48 private int mBackgroundColor;
72 mBackgroundColor = colorBackground.getColor();
106 mBackgroundColor));
NotificationFooterLayout.java 67 private int mBackgroundColor;
102 mBackgroundColor = ((ColorDrawable) getBackground()).getColor();
141 icon.setBackground(info.getIconForBackground(getContext(), mBackgroundColor));
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
ColorsActivity.java 118 private int mBackgroundColor;
147 mBackgroundColor = color;
217 canvas.drawColor(mBackgroundColor);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
HeadersFragment.java 86 private int mBackgroundColor;
173 listView.setBackgroundColor(mBackgroundColor);
174 updateFadingEdgeToBrandColor(mBackgroundColor);
245 mBackgroundColor = color;
249 getVerticalGridView().setBackgroundColor(mBackgroundColor);
250 updateFadingEdgeToBrandColor(mBackgroundColor);
HeadersSupportFragment.java 83 private int mBackgroundColor;
170 listView.setBackgroundColor(mBackgroundColor);
171 updateFadingEdgeToBrandColor(mBackgroundColor);
242 mBackgroundColor = color;
246 getVerticalGridView().setBackgroundColor(mBackgroundColor);
247 updateFadingEdgeToBrandColor(mBackgroundColor);
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 55 private int mBackgroundColor;
72 mBackgroundColor = ColorUtils.setAlphaComponent(
74 mBackground = new ColorDrawable(mBackgroundColor);
194 mBackgroundColorAnimator = ValueAnimator.ofInt(mBackgroundColor, color);
210 mBackgroundColor = color;
223 return mBackgroundColor;
  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 91 private ColorPreference mBackgroundColor;
300 mBackgroundColor = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_COLOR);
301 mBackgroundColor.setTitles(bgColorTitles);
302 mBackgroundColor.setValues(bgColorValues);
325 mBackgroundColor.setOnValueChangedListener(this);
354 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor);
432 } else if (mBackgroundColor == preference || mBackgroundOpacity == preference) {
433 final int merged = mergeColorOpacity(mBackgroundColor, mBackgroundOpacity);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 79 private Color mBackgroundColor;
181 mBackgroundColor = new Color(getDisplay(), 0x33, 0x33, 0x33);
192 mBackgroundColor.dispose();
277 gc.setBackground(mBackgroundColor);
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 66 private int mBackgroundColor;
162 mBackgroundColor = color;
278 mBackgroundColor = style.hasBackgroundColor() ?
306 if (Color.alpha(mBackgroundColor) > 0) {
310 paint.setColor(mBackgroundColor);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 115 protected float[] mBackgroundColor;
122 return mBackgroundColor;
126 mBackgroundColor = GalleryUtils.intColorToFloatARGBArray(
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
IconView.java 43 private int mBackgroundColor;
72 mBackgroundColor = res.getColor(R.color.filtershow_categoryview_background);
147 return mBackgroundColor;
197 canvas.drawColor(mBackgroundColor);
  /packages/apps/TV/src/com/android/exoplayer/text/
SubtitleView.java 70 private int mBackgroundColor;
131 mBackgroundColor = color;
175 mBackgroundColor = style.backgroundColor;
274 if (Color.alpha(mBackgroundColor) > 0) {
278 paint.setColor(mBackgroundColor);
  /packages/apps/Camera2/src/com/android/camera/ui/
BottomBar.java 72 private int mBackgroundColor;
130 setPaintColor(mBackgroundAlpha, mBackgroundColor);
150 setPaintColor(mBackgroundAlpha, mBackgroundColor);
160 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundColor);
332 super.setBackgroundColor(mBackgroundColor);
374 mBackgroundColor = color;
375 setPaintColor(mBackgroundAlpha, mBackgroundColor);
376 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundColor);
436 setPaintColor(mBackgroundAlpha, mBackgroundColor);
437 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundColor);
    [all...]
ModeTransitionView.java 73 private int mBackgroundColor;
93 mBackgroundColor = getResources().getColor(R.color.video_mode_color);
173 canvas.drawColor(mBackgroundColor);
181 canvas.drawColor(mBackgroundColor);
435 mBackgroundColor = shadeColor;
494 mBackgroundColor = getResources().getColor(colorId);
558 mBackgroundColor = (mBackgroundColor & 0xFFFFFF) | (alphaScaled << 24);
  /packages/apps/Camera2/src/com/android/camera/widget/
ModeOptions.java 44 private int mBackgroundColor;
121 mBackgroundColor = getResources().getColor(R.color.mode_options_background);
123 mPaint.setColor(mBackgroundColor);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java 65 private int mBackgroundColor;
81 mBackgroundColor = res.getColor(R.color.filtershow_stateview_background);
159 mPaint.setColor(mBackgroundColor);
  /frameworks/base/core/java/android/view/animation/
Animation.java 196 private int mBackgroundColor;
634 mBackgroundColor = bg;
766 return mBackgroundColor;
    [all...]

Completed in 2140 milliseconds

1 2