/packages/apps/Gallery3D/src/com/cooliris/media/ |
Wallpaper.java | 148 intent.putExtra("crop", "true");
|
Util.java | 113 // this is used for minithumb and crop, so we want to filter here.
|
HudLayer.java | 366 new PopupMenu.Option(mContext.getResources().getString(Res.string.crop), mContext.getResources().getDrawable( 375 final Intent intent = new Intent("com.android.camera.action.CROP"); [all...] |
RenderView.java | 518 // Define a vertically flipped crop rectangle for OES_draw_texture. [all...] |
/hardware/ti/omap3/liboverlay/ |
overlay.cpp | 461 LOGE("Failed defaulting crop window\n"); 840 LOGE("Error setting crop window\n"); 915 LOGI("Crop Win/X%d/Y%d/W%d/H%d\n", x, y, w, h ); 922 LOGE("Set Crop Window Failed!/%d\n", rc); 991 // Catch the case where the data side had no need to set the crop window [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP.c | 692 /* crop */ 1507 OMX_CONFIG_RECTTYPE *crop = (OMX_CONFIG_RECTTYPE*)ComponentConfigStructure; local 1643 OMX_CONFIG_RECTTYPE *crop = (OMX_CONFIG_RECTTYPE*)ComponentConfigStructure; local [all...] |
/external/webkit/WebCore/css/ |
CSSValueKeywords.in | 392 crop
|
/packages/apps/Gallery/res/values/ |
strings.xml | 45 <!-- menu pick: crop the currently selected image --> 46 <string name="crop_label">Crop picture</string> 142 <string name="camera_crop">Crop</string>
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
EditContactActivity.java | [all...] |
/frameworks/base/libs/rs/ |
rsScriptC_Lib.cpp | 776 //GLint crop[4] = {0, h, w, -h}; 795 GLint crop[4] = {cx0, cy0, cx1, cy1}; local 796 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop); [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
MenuHelper.java | 101 /** Activity result code used to report crop results. 587 // Called when "Crop" is clicked. 597 "com.android.camera.action.CROP"); [all...] |
Util.java | 213 // this is used for minithumb and crop, so we want to filter here.
|
ImageGallery.java | 302 String cropValue = myExtras != null ? myExtras.getString("crop") : null; 789 // if the image is close to the target size then crop, [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
OMX_VPP_Utils.h | 227 /* crop */
|
/system/core/include/pixelflinger/ |
pixelflinger.h | 321 GGLint crop[4],
|
/frameworks/base/media/java/android/media/ |
ThumbnailUtils.java | 401 // this is used for minithumb and crop, so we want to filter here.
|
/packages/apps/Camera/src/com/android/camera/ |
Camera.java | 148 private static final String sTempCropFilename = "crop-temp"; [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
OMX_JpegEncoder.c | 1522 OMX_CONFIG_RECTTYPE *crop = (OMX_CONFIG_RECTTYPE*)ComponentConfigStructure; local [all...] |
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
activity_task_design.jd | 450 activities to do this (up to crop). This is how it's done: The user 691 Crop a particular image - resolves to an image cropper activity 701 A generic action to be performed. In these examples: view, edit, dial or crop [all...] |
menu_design.jd | 432 Example: Save/Discard buttons in an image crop activity.
|
icon_design.jd | [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
HeapPanel.java | [all...] |
/external/webkit/WebCore/inspector/front-end/ |
SourceCSSTokenizer.re2js | 107 "continuous", "copy", "cover", "crop", "cross", "crosshair", "currentcolor", "cursive", "dashed", "decimal", "decimal-leading-zero", "default",
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
JPEGTestEnc.c | [all...] |
/packages/apps/Gallery3D/src/com/cooliris/cache/ |
CacheService.java | 642 // Crop to thumbnail aspect ratio biased towards the focus point. [all...] |