HomeSort by relevance Sort by last modified time
    Searched full:tint (Results 26 - 50 of 81) sorted by null

12 3 4

  /packages/apps/Phone/res/layout-finger/
voicemail_dial_delete.xml 49 android:tint="#ff555555"
  /packages/apps/Phone/res/layout-long-finger/
voicemail_dial_delete.xml 51 android:tint="#ff555555"
  /external/opencore/doc/pvauthor_html/
classMPVDevSoundAudioOutput.html 16 <tr><td nowrap align=right valign=top>virtual IMPORT_C void&nbsp;</td><td valign=bottom><a class="el" href="classMPVDevSoundAudioOutput.html#a2">SetOutputFormatL</a> (const TDesC8 &amp;aFormat, const TDesC8 &amp;aFmtSpecific, <a class="el" href="classMPVDataSinkBase.html">MPVDataSinkBase</a> *aConsumer, TInt &amp;aMaxRequestSize)=0</td></tr>
131 <td class="md" nowrap>TInt &amp;&nbsp;</td>
  /frameworks/base/core/java/android/widget/
ImageView.java 141 int tint = a.getInt(com.android.internal.R.styleable.ImageView_tint, 0); local
142 if (tint != 0) {
143 setColorFilter(tint);
873 * @param color Color tint to apply.
887 * @param color Color tint to apply.
  /external/icu4c/i18n/
umsg.cpp 416 int32_t tInt =0;
431 tInt = va_arg(ap, int32_t);
432 args[i].setLong(tInt);
  /frameworks/base/libs/surfaceflinger_client/
SurfaceComposerClient.cpp 631 status_t SurfaceComposerClient::setFreezeTint(SurfaceID id, uint32_t tint)
636 s->tint = tint;
Surface.cpp 222 status_t SurfaceControl::setFreezeTint(uint32_t tint) {
226 return client->setFreezeTint(mToken, tint);
  /packages/apps/Camera/res/values/
strings.xml 205 <string name="pref_camera_coloreffect_entry_redtint">Red tint</string>
206 <string name="pref_camera_coloreffect_entry_bluetint">Blue tint</string>
207 <string name="pref_camera_coloreffect_entry_greentint">Green tint</string>
  /external/webkit/WebCore/platform/wx/
RenderThemeWx.cpp 182 // Checkboxes only have tint when checked.
186 // For now assume other controls have tint if enabled.
  /external/opencore/codecs_v2/video/m4v_h263/dec/include/
pvm4vdecoder_dpi.h 151 IMPORT_C inline TInt GetNLayers()
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.h 58 // A method asking if the control changes its tint when the window has focus or not.
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.h 53 // A method asking if the control changes its tint when the window has focus or not.
  /external/webkit/WebCore/rendering/
RenderThemeChromiumMac.h 48 // A method asking if the control changes its tint when the window has focus or not.
RenderThemeMac.h 44 // A method asking if the control changes its tint when the window has focus or not.
RenderThemeSafari.h 57 // A method asking if the control changes its tint when the window has focus or not.
RenderThemeChromiumMac.mm 588 // Updates the control tint (a.k.a. active state) of |cell| (from |o|).
590 // NSCell(s) lack a parent NSView. Therefore controls don't have their tint
600 NSControlTint tint = isActive(o) ? [NSColor currentControlTint] :
603 if (tint != oldTint)
604 [cell setControlTint:tint];
657 // Checkboxes only have tint when checked.
661 // For now assume other controls have tint if enabled.
    [all...]
RenderReplaced.cpp 151 // The selection tint never gets clipped by border-radius rounding, since we want it to run right up to the edges of
  /frameworks/base/include/surfaceflinger/
SurfaceComposerClient.h 141 status_t setFreezeTint(SurfaceID id, uint32_t tint);
Surface.h 77 status_t setFreezeTint(uint32_t tint);
  /external/openssl/crypto/asn1/
tasn_dec.c 924 ASN1_INTEGER **tint; local
988 tint = (ASN1_INTEGER **)pval;
989 if (!c2i_ASN1_INTEGER(tint, &cont, len))
992 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);
  /dalvik/libcore/sql/src/test/java/tests/sql/
PreparedStatementTest.java 63 + " Bint BIGINT," + " Tint TINYINT," + " Sint SMALLINT,"
80 "insert into type (BoolVal, IntVal, LongVal, Bint, Tint, Sint, Mint,"
    [all...]
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 274 NSControlTint tint = windowInactive ? NSClearControlTint : [NSColor currentControlTint];
275 if (tint != oldTint)
276 [cell setControlTint:tint];
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocevents.cpp 139 TInt eventType = Private->EPOC_WsEvent.Type();
  /frameworks/base/libs/surfaceflinger/
LayerBase.h 99 uint32_t tint; member in struct:android::LayerBase::State
  /frameworks/base/core/jni/
android_view_Surface.cpp 561 jint tint)
565 status_t err = surface->setFreezeTint(tint);

Completed in 492 milliseconds

12 3 4