HomeSort by relevance Sort by last modified time
    Searched full:translucent (Results 126 - 150 of 154) sorted by null

1 2 3 4 56 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion5-expected-completion40.txt 120 android:drawingCacheQuality : Defines the quality of translucent drawing caches. [enum]
completionvalues1-expected-completion32.txt 70 android:drawingCacheQuality : Defines the quality of translucent drawing caches. [enum]
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 281 * well as the ability to display transparent/translucent colors.
    [all...]
  /development/samples/ApiDemos/
AndroidManifest.xml 125 android:theme="@style/Theme.Translucent">
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.mm 222 // translucent or invisible. As a result, don't animate the alpha change.
    [all...]
  /external/skia/include/core/
SkBitmap.h 179 /** Returns true if the bitmap is opaque (has no translucent/transparent pixels).
  /external/skia/legacy/include/core/
SkBitmap.h 174 /** Returns true if the bitmap is opaque (has no translucent/transparent pixels).
    [all...]
  /frameworks/base/core/res/res/values/
styles.xml 114 <!-- Standard animations for a translucent window or activity. This
115 style is <em>not</em> used by default for the translucent theme
116 (since translucent activities are a special case that have no
120 <style name="Animation.Translucent">
    [all...]
attrs.xml 39 background is a texture or translucent. When a device is able
299 non-opaque pixels, your window will be translucent
321 <!-- Flag indicating whether this is a translucent window. -->
    [all...]
public.xml     [all...]
  /development/samples/ApiDemos/res/values/
strings.xml 65 <string name="activity_translucent">App/Activity/Translucent</string>
67 activity have a translucent background, compositing over
70 <string name="activity_translucent_blur">App/Activity/Translucent Blur</string>
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /external/quake/quake/src/QW/client/
gl_rsurf.c 1092 continue; // draw translucent water later
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 1161 continue; // draw translucent water later
    [all...]
  /frameworks/base/core/java/android/view/
Window.java 73 * an Action Bar with a transparent background or otherwise displaying a transparent/translucent
    [all...]
ViewRootImpl.java 739 final boolean translucent = attrs.format != PixelFormat.OPAQUE;
740 mAttachInfo.mHardwareRenderer = HardwareRenderer.createGlRenderer(2, translucent);
    [all...]
View.java     [all...]
  /frameworks/base/docs/html/guide/topics/graphics/
hardware-accel.jd 760 <dd>When you make a view translucent using {@link android.view.View#setAlpha setAlpha()}
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 659 return mGradientState.mOpaque ? PixelFormat.OPAQUE : PixelFormat.TRANSLUCENT;
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 379 // May the Force... Makes the foreground object translucent blue, with a bright
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 681 // if we don't have a buffer yet, we're translucent regardless of the
    [all...]
  /frameworks/base/core/java/android/widget/
PopupWindow.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowStateAnimator.java 683 final int format = isHwAccelerated ? PixelFormat.TRANSLUCENT : attrs.format;
    [all...]
WindowManagerService.java     [all...]
  /packages/apps/Settings/
AndroidManifest.xml     [all...]

Completed in 1335 milliseconds

1 2 3 4 56 7