Searched refs:frame (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSelectionDrawer.java25 * Drawer class responsible for drawing selectable frame.
62 public static void drawFrame(GLCanvas canvas, NinePatchTexture frame, argument
64 Rect p = frame.getPaddings();
65 frame.draw(canvas, x - p.left, y - p.top, width + p.left + p.right,
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DMosaic.cpp134 MosaicFrame *frame = frames[frames_size]; local
136 frame->image = imageYVU;
138 // Add frame to aligner
144 align_flag = aligner->addFrame(frame->image);
145 aligner->getLastTRS(frame->trs);
183 // Haven't accepted any frame in aligner. No need to do blending.
/packages/apps/Launcher2/src/com/android/launcher2/
H A DSymmetricalLinearTween.java106 int frame = (int)(diff / FRAME_TIME);
107 long next = base + ((frame+1)*FRAME_TIME);
H A DDragLayer.java382 for (AppWidgetResizeFrame frame: mResizeFrames) {
383 removeView(frame);
H A DCellLayout.java648 final Rect frame = mRect;
660 child.getHitRect(frame);
665 frame.offset(mPaddingLeft, mPaddingTop);
667 if (frame.contains(x, y)) {
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/
H A DVisualization1.java164 final Rect frame = holder.getSurfaceFrame();
165 final int width = frame.width();
166 final int height = frame.height();
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
H A DRendererUtils.java95 int[] frame = new int[1];
96 GLES20.glGenFramebuffers(1, frame, 0);
98 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, frame[0]);
112 GLES20.glDeleteFramebuffers(1, frame, 0);
/packages/apps/Music/src/com/android/music/
H A DTouchInterceptor.java167 Rect frame = mTempRect;
171 child.getHitRect(frame);
172 if (frame.contains(x, y)) {
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoEditorView.java71 mFrameView = findViewById(R.id.frame);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailDisplayUtils.java326 final View frame = photoContainer.findViewById(imageViewId);
327 final View pushLayerView = frame.findViewById(R.id.push_layer);
328 final ImageView imageView = (ImageView) frame.findViewById(R.id.image);
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DProgressBar.java367 * Each frame of the animation is wrapped in a ClipDrawable and
378 Drawable frame = tileify(background.getFrame(i), true);
379 frame.setLevel(10000);
380 newBg.addFrame(frame, background.getDuration(i));
1111 * are sent at most one in a given time frame to save
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
H A DPolarClockWallpaper.java466 final Rect frame = holder.getSurfaceFrame();
467 final int width = frame.width();
468 final int height = frame.height();
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
H A DVisualization4RS.java113 mTextures[1] = Allocation.createFromBitmapResource(mRS, mResources, R.drawable.frame);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
H A DVisualization5RS.java173 mTextures[1] = Allocation.createFromBitmapResource(mRS, mResources, R.drawable.frame,
/packages/apps/Camera/src/com/android/camera/
H A DCamera.java153 private View mPreviewFrame; // Preview frame area.
560 // Let popup window, indicator control or preview frame handle the
1895 // Reset preview frame rate to the maximum because it may be lowered by
1949 // Set the preview frame aspect ratio according to the picture size.
1953 mPreviewFrameLayout = (PreviewFrameLayout) findViewById(R.id.frame);
H A DVideoCamera.java422 mPreviewFrameLayout = (PreviewFrameLayout) findViewById(R.id.frame);

Completed in 455 milliseconds