Searched defs:mode (Results 1 - 25 of 309) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp263 ReadOptions::SeekMode mode; local
264 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
/frameworks/wilhelm/src/itf/
H A DIMetadataTraversal.c22 static SLresult IMetadataTraversal_SetMode(SLMetadataTraversalItf self, SLuint32 mode) argument
26 switch (mode) {
32 thiz->mMode = mode;
/frameworks/support/v4/gingerbread/android/support/v4/view/
H A DViewCompatGingerbread.java26 public static void setOverScrollMode(View v, int mode) { argument
27 v.setOverScrollMode(mode);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java78 * is useful to apply a specific color filter and/or blending mode and/or
103 * blending mode and/or translucency to a view and all its children.</p>
118 public void setOverScrollMode(View v, int mode); argument
130 public void setImportantForAccessibility(View view, int mode); argument
149 public void setOverScrollMode(View v, int mode) { argument
189 public void setImportantForAccessibility(View view, int mode) { argument
217 public void setOverScrollMode(View v, int mode) { argument
218 ViewCompatGingerbread.setOverScrollMode(v, mode);
291 public void setImportantForAccessibility(View view, int mode) { argument
292 ViewCompatJB.setImportantForAccessibility(view, mode);
624 setImportantForAccessibility(View view, int mode) argument
[all...]
/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java56 public static void setImportantForAccessibility(View view, int mode) { argument
57 view.setImportantForAccessibility(mode);
/frameworks/rs/
H A DrsFont.cpp161 RenderMode mode, Rect *bounds,
167 if (mode == Font::MEASURE) {
201 switch (mode) {
747 Font::RenderMode mode,
774 mode, bounds, bitmap, bitmapW, bitmapH);
159 renderUTF(const char *text, uint32_t len, int32_t x, int32_t y, uint32_t start, int32_t numGlyphs, RenderMode mode, Rect *bounds, uint8_t *bitmap, uint32_t bitmapW, uint32_t bitmapH) argument
745 renderText(const char *text, uint32_t len, int32_t x, int32_t y, uint32_t startIndex, int32_t numGlyphs, Font::RenderMode mode, Font::Rect *bounds, uint8_t *bitmap, uint32_t bitmapW, uint32_t bitmapH) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatCmdMessage.java42 public LaunchBrowserMode mode; field in class:CatCmdMessage.BrowserSettings
76 mBrowserSettings.mode = ((LaunchBrowserParams) cmdParams).mode;
107 mBrowserSettings.mode = LaunchBrowserMode.values()[in.readInt()];
128 dest.writeInt(mBrowserSettings.mode.ordinal());
H A DCommandParams.java63 LaunchBrowserMode mode; field in class:LaunchBrowserParams
67 String url, LaunchBrowserMode mode) {
70 this.mode = mode;
66 LaunchBrowserParams(CommandDetails cmdDet, TextMessage confirmMsg, String url, LaunchBrowserMode mode) argument
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java151 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException { argument
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1676 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { argument
1681 public void onDestroyActionMode(ActionMode mode) { argument
1685 public boolean onPrepareActionMode(ActionMode mode, Menu menu) { argument
1693 public boolean onCreateActionMode(ActionMode mode, Menu menu) { argument
2516 // Start drag mode.
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java104 /** The mode that no editing action is done. */
106 /** The mode of copy. */
108 /** The mode of paste. */
110 /** The mode of changing size. */
112 /** The mode of changing color. */
114 /** The mode of selection. */
116 /** The mode of changing alignment. */
118 /** The mode of changing cut. */
419 public void onStateChanged(int mode, int state); argument
527 * Notify the event that the mode an
532 notifyStateChanged(int mode, int state) argument
619 onStartAction(int mode, boolean notifyStateChanged) argument
918 addAction(int mode, EditModeActionBase action) argument
969 addAction(int mode, EditModeActionBase action) argument
973 onAction(int mode) argument
977 onAction(int mode, boolean notifyStateChanged) argument
1244 setEditMode(int mode) argument
2875 getAction(int mode) argument
2886 doNext(int mode) argument
[all...]
/frameworks/ex/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java151 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException { argument
/frameworks/native/libs/gui/
H A DSurfaceTextureClient.cpp633 int SurfaceTextureClient::setScalingMode(int mode) argument
636 ALOGV("SurfaceTextureClient::setScalingMode(%d)", mode);
638 switch (mode) {
644 ALOGE("unknown scaling mode: %d", mode);
649 mScalingMode = mode;
/frameworks/native/libs/utils/
H A DRefBase.cpp574 void RefBase::extendObjectLifetime(int32_t mode) argument
576 android_atomic_or(mode, &mRefs->mFlags);
/frameworks/native/opengl/libagl/
H A Darray.cpp46 static void validate_arrays(ogles_context_t* c, GLenum mode);
400 void vertex_cache_t::dump_stats(GLenum mode) argument
406 switch (mode) {
1080 void validate_arrays(ogles_context_t* c, GLenum mode) argument
1090 c->perspective && mode!=GL_POINTS && (enables & GGL_ENABLE_TMUS);
1095 switch (mode) {
1110 (mode == GL_POINTS) ? GL_FLAT : c->lighting.shadeModel);
1341 void glDrawArrays(GLenum mode, GLint first, GLsizei count) argument
1348 switch (mode) {
1368 validate_arrays(c, mode);
1385 glDrawElements( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) argument
[all...]
H A Dcontext.h245 void dump_stats(GLenum mode);
257 GLenum mode; member in struct:android::gl::fog_t
317 GLenum mode; member in struct:android::gl::color_material_t
H A Dlight.cpp94 c->lighting.colorMaterial.mode = GL_AMBIENT_AND_DIFFUSE;
96 c->fog.mode = GL_EXP;
600 c->fog.mode = param;
604 c->fog.mode = param;
608 c->fog.mode = param;
633 void glShadeModel(GLenum mode) argument
636 if (ggl_unlikely(mode != GL_SMOOTH && mode != GL_FLAT)) {
640 c->lighting.shadeModel = mode;
H A Dmatrix.cpp909 void glMatrixMode(GLenum mode) argument
913 switch (mode) {
927 c->transforms.matrixMode = mode;
H A Dstate.cpp254 void glCullFace(GLenum mode) argument
257 switch (mode) {
265 c->cull.cullFace = mode;
268 void glFrontFace(GLenum mode) argument
271 switch (mode) {
279 c->cull.frontFace = mode;
282 void glHint(GLenum target, GLenum mode) argument
292 GGL_POINT_SMOOTH_NICE, mode==GL_NICEST);
295 c->perspective = (mode == GL_NICEST) ? 1 : 0;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp318 void GLTrace_glBlendEquation(GLenum mode) { argument
324 // copy argument mode
328 arg_mode->add_intvalue((int)mode);
333 glContext->hooks->gl.glBlendEquation(mode);
1148 void GLTrace_glCullFace(GLenum mode) { argument
1154 // copy argument mode
1158 arg_mode->add_intvalue((int)mode);
1163 glContext->hooks->gl.glCullFace(mode);
1552 void GLTrace_glDrawArrays(GLenum mode, GLint first, GLsizei count) { argument
1558 // copy argument mode
1592 GLTrace_glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) argument
1837 GLTrace_glFrontFace(GLenum mode) argument
3165 GLTrace_glHint(GLenum target, GLenum mode) argument
7658 GLTrace_glMultiDrawArraysEXT(GLenum mode, GLint *first, GLsizei *count, GLsizei primcount) argument
7706 GLTrace_glMultiDrawElementsEXT(GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcount) argument
10322 GLTrace_glReadBufferNV(GLenum mode) argument
13484 GLTrace_glMatrixMode(GLenum mode) argument
14027 GLTrace_glShadeModel(GLenum mode) argument
14556 GLTrace_glBlendEquationOES(GLenum mode) argument
[all...]
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp161 llvm::Linker::LinkerMode mode = local
166 mode, &error) != 0) {
/frameworks/compile/libbcc/tools/abcc/
H A DMain.cpp60 static inline bool ParseArguments(int argc, const char *const *argv, Mode &mode, argument
67 // Parse the mode in argv[1].
69 mode = kFdMode;
71 mode = kFileMode;
73 ALOGE("Unknown mode '%s'!", argv[1]);
194 Mode mode = kUnknownMode; local
203 if (ParseArguments(argc, argv, mode, input, output, triple, sysroot)) {
204 switch (mode) {
212 // Unknown mode encountered. Fall-through to print usage and return
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h49 char mode[8]; ///< file mode in ASCII octal member in struct:mcld::Archive::MemberHeader
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java204 void writeFile(String name, String contents, int mode) { argument
206 PrintStream out = new PrintStream(openFileOutput(name, mode));
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapShader_Delegate.java203 private int getCoordinate(int i, int size, TileMode mode) { argument
205 switch (mode) {
225 switch (mode) {

Completed in 3089 milliseconds

1234567891011>>