/frameworks/base/core/java/android/view/ |
WindowManagerPolicy.java | 262 * Returns true if the window is both full screen and opaque. Must be 273 * also opaque. 274 * @return Returns true if the window is both full screen and opaque [all...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
jni.h | 100 struct _jfieldID; /* opaque structure */ 103 struct _jmethodID; /* opaque structure */ 490 /* do not rename this; it does not seem to be entirely opaque */ [all...] |
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
jni.h | 100 struct _jfieldID; /* opaque structure */ 103 struct _jmethodID; /* opaque structure */ 490 /* do not rename this; it does not seem to be entirely opaque */ [all...] |
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
jni.h | 100 struct _jfieldID; /* opaque structure */ 103 struct _jmethodID; /* opaque structure */ 490 /* do not rename this; it does not seem to be entirely opaque */ [all...] |
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
jni.h | 100 struct _jfieldID; /* opaque structure */ 103 struct _jmethodID; /* opaque structure */ 490 /* do not rename this; it does not seem to be entirely opaque */ [all...] |
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
jni.h | 100 struct _jfieldID; /* opaque structure */ 103 struct _jmethodID; /* opaque structure */ 490 /* do not rename this; it does not seem to be entirely opaque */ [all...] |
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
jni.h | 100 struct _jfieldID; /* opaque structure */ 103 struct _jmethodID; /* opaque structure */ 490 /* do not rename this; it does not seem to be entirely opaque */ [all...] |
/packages/apps/IM/libwbxml/test/ |
imps_parser_test.cpp | 416 void opaque(const char * data, int len) function in class:DomTestHandler 633 /* OPAQUE integer */ 667 /* SWITCH_PAGE, OPAQUE integer, ENTITY */ [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
RotateDrawableTest.java | 127 assertEquals(PixelFormat.OPAQUE, mRotateDrawable.getOpacity());
|
ShapeDrawableTest.java | 188 assertEquals(PixelFormat.OPAQUE, shapeDrawable.getOpacity());
|
/external/bison/lib/ |
bitset.h | 44 While I would like to make this union opaque, it needs to be
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
fileutils.sgml | 238 An opaque structure representing an opened directory.
|
memory_chunks.sgml | 133 The #GMemChunk struct is an opaque data structure representing a memory
|
modules.sgml | 104 The #GModule struct is an opaque data structure to represent a
|
/external/icu4c/common/unicode/ |
uclean.h | 123 * An opaque pointer type that represents an ICU mutex.
|
/external/icu4c/common/ |
utrie2.h | 147 * @param context an opaque pointer, as passed into utrie2_enum() 161 * @param context an opaque pointer, as passed into utrie2_enum() 186 * @param context an opaque pointer that is passed on to the callback functions 547 * @param context an opaque pointer that is passed on to the callback functions [all...] |
/external/kernel-headers/original/linux/ |
capability.h | 24 /* XXX - Note, cap_t, is defined by POSIX to be an "opaque" pointer to
|
dmaengine.h | 47 * typedef dma_cookie_t - an opaque DMA cookie
|
/external/libxml2/ |
uri.c | 1032 if (uri->opaque != NULL) { 1033 p = uri->opaque; [all...] |
/external/opencore/doc/oscl_html/ |
classOscl__Opaque__Type__Compare.html | 31 Opaque type operations with swap & comparisons.
|
classPVLoggerFilter.html | 28 Base class for all message filters. This class defines the interface to the message filters. There are two kinds of msg filtering APIs, one to filter text messages, and other to filter opaque message buffers.
|
/external/opencore/doc/pvauthor_html/ |
classPVAsyncErrorEvent.html | 195 Returns the opaque data asociated with the event. </dl> </td>
|
classPVAsyncInformationalEvent.html | 195 Returns the opaque data asociated with the event. </dl> </td>
|
/external/openssl/crypto/ocsp/ |
ocsp_ht.c | 74 /* Opaque OCSP request status structure */
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 447 * Maps an RGB triple to an opaque pixel value for a given pixel format 575 * being completely opaque. An 'alpha' value of 255 causes blits to be 576 * opaque, the source pixels copied to the destination (the default). Note 650 * set destination alpha to opaque. [all...] |