Home
last modified time | relevance | path

Searched refs:WHITE (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DConfig.java39 private static final int WHITE = 0xFFFFFFFF; field in Config
48 return platformVersion == 0 || platformVersion >= GINGERBREAD ? BLACK : WHITE; in getStatusBarColor()
101 return WHITE; in getTimeColor()
111 return WHITE; in getTimeColor()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DViewLayerInvalidationActivity.java31 int currentColor = Color.WHITE;
83 currentColor = (currentColor == Color.WHITE) ? Color.RED : Color.WHITE;
DFramebufferBlendActivity.java58 Color.BLACK, Color.WHITE, Shader.TileMode.CLAMP); in BlendView()
DAdvancedBlendActivity.java82 Color.BLACK, Color.WHITE, Shader.TileMode.CLAMP); in ShadersView()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DTextColor.java35 WHITE(0x9), enumConstant
/frameworks/native/services/surfaceflinger/
DColorizer.h34 WHITE = 37 enumerator
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFSectionBits.hxx39 out().changeColor(raw_ostream::WHITE, true); in print()
DELFHeader.hxx30 out().changeColor(raw_ostream::WHITE, true); in print()
DELFSectionStrTab.hxx56 out().changeColor(raw_ostream::WHITE, true); in print()
DELFReloc.hxx86 out().changeColor(raw_ostream::WHITE, true); in print()
DELFSectionHeader.hxx71 out().changeColor(raw_ostream::WHITE, true); in print()
DELFSectionHeaderTable.hxx75 out().changeColor(raw_ostream::WHITE, true); in print()
DELFSectionRelTable.hxx41 out().changeColor(raw_ostream::WHITE, true); in print()
DELFSectionSymTab.hxx119 out().changeColor(raw_ostream::WHITE, true); in print()
DELFSymbol.hxx81 out().changeColor(raw_ostream::WHITE, true); in print()
/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java352 this.foregroundColor = mHasForegroundColor ? foregroundColor : Color.WHITE; in CaptionStyle()
471 WHITE_ON_BLACK = new CaptionStyle(Color.WHITE, Color.BLACK, EDGE_TYPE_NONE,
473 BLACK_ON_WHITE = new CaptionStyle(Color.BLACK, Color.WHITE, EDGE_TYPE_NONE,
/frameworks/support/v7/palette/src/android/support/v7/graphics/
DColorUtils.java129 .findMinimumAlpha(Color.WHITE, backgroundColor, minContrastRatio);
132 return ColorUtils.modifyAlpha(Color.WHITE, whiteMinAlpha);
/frameworks/base/graphics/java/android/graphics/
DColor.java42 public static final int WHITE = 0xFFFFFFFF; field in Color
402 sColorNameMap.put("white", WHITE);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
DPdfManipulationService.java182 mBitmap.eraseColor(Color.WHITE); in getBitmapForSize()
188 mBitmap.eraseColor(Color.WHITE); in getBitmapForSize()
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java338 final int colorUp = raised ? Color.WHITE : mEdgeColor; in onDraw()
339 final int colorDown = raised ? mEdgeColor : Color.WHITE; in onDraw()
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DCompareActivity.java62 mHardwareView.setBackgroundColor(Color.WHITE); in onCreateCommon()
DManualActivity.java108 mSoftwareView.setBackgroundColor(Color.WHITE); in onCreate()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DRedEyeFilter.java159 mPaint.setColor(Color.WHITE); in createRedEyeFrame()
/frameworks/base/services/core/java/com/android/server/wm/
DFocusedStackFrame.java124 draw(mBounds, Color.WHITE); in setVisibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTask.java148 Color.WHITE) > 3f; in Task()

12