Searched refs:foreground (Results 1 – 9 of 9) sorted by relevance
3 - <FrameLayout android:foreground="@android:drawable/btn_default">^</FrameLayout> 4 + <FrameLayout android:foreground="@android:drawable/btn_default"><FrameLayout ^></FrameLayout>…
16 …hether an activity should be finished when its task is brought to the foreground by relaunching f…
104 android:foreground : Defines the drawable to draw over the content. [color, reference]105 android:foregroundGravity : Defines the gravity to apply to the foreground drawable. [flag]106 android:foregroundInsidePadding : Defines whether the foreground drawable should be drawn inside t…
383 RGB foreground = null; in getColorsFromTheme() local387 return Pair.of(background, foreground); in getColorsFromTheme()402 foreground = resolveThemeColor(resources, "textColorPrimary"); //$NON-NLS-1$ in getColorsFromTheme()409 if (foreground == null) { in getColorsFromTheme()411 foreground = new RGB(255, 255, 255); in getColorsFromTheme()413 foreground = new RGB(0, 0, 0); in getColorsFromTheme()416 int fgRgb = ImageUtils.rgbToInt(foreground, 0xFF); in getColorsFromTheme()420 foreground = new RGB(255, 255, 255); in getColorsFromTheme()422 foreground = new RGB(0, 0, 0); in getColorsFromTheme()428 return Pair.of(background, foreground); in getColorsFromTheme()
441 RGB foreground = mPreviewIconFactory.getForegroundColor(); in reloadPalette() local442 if (foreground != null) { in reloadPalette()443 mForeground = new Color(getDisplay(), foreground); in reloadPalette()
268 RGB foreground = getRgb(icon, ATTR_FOREGROUND); in getIconState() local269 if (foreground != null) { in getIconState()270 mIconState.foreground = foreground; in getIconState()
130 iconState.foreground = new RGB(0x33, 0xb6, 0xea); in getNextPage()
97 public RGB foreground = new RGB(0x00, 0x00, 0x00); field in CreateAssetSetWizardState
415 updateColor(display, mValues.foreground, false /*background*/); in createControl()540 updateColor(display, mValues.foreground, false /*background*/); in setVisible()819 mValues.foreground = rgb; in widgetSelected()1071 RGB fg = mValues.foreground; in generateImages()1093 RGB fg = mValues.foreground; in generateImages()