Home
last modified time | relevance | path

Searched defs:yOffset (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/anim/
DStateTransitionAnimation.java153 int yOffset = view.getHeight() / 2; in applyOldTexture() local
168 int yOffset = view.getHeight() / 2; in applyContentTransform() local
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DSimSelectorAvatarRequest.java106 final float yOffset = halfHeight - textBound.centerY(); in renderSimAvatarInternal() local
DAvatarRequest.java175 final float yOffset = halfHeight - textBound.centerY(); in renderLetterTile() local
/packages/apps/Launcher3/src/com/android/launcher3/
DDropTarget.java39 public int yOffset = -1; field in DropTarget.DragObject
DButtonDropTarget.java357 final int yOffset = -(viewHeight - height) / 2; in getIconRect() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFlingAnimation.java64 float yOffset = ((scale - 1f) * mDragObject.dragView.getMeasuredHeight()) / 2f; in run() local
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
DGLCanvas.java112 public abstract void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, in texSubImage2D()
DGLES20Canvas.java485 public void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, Bitmap bitmap, in texSubImage2D()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/fragment/
DArtistFragment.java181 private SpaceItemDecoration(int xOffset, int yOffset) { in SpaceItemDecoration()
DAlbumFragment.java170 private SpaceItemDecoration(int xOffset, int yOffset) { in SpaceItemDecoration()
DSeriesFragment.java170 private SpaceItemDecoration(int xOffset, int yOffset) { in SpaceItemDecoration()
DGenreFragment.java166 private SpaceItemDecoration(int xOffset, int yOffset) { in SpaceItemDecoration()
DMovieFragment.java175 private SpaceItemDecoration(int xOffset, int yOffset) { in SpaceItemDecoration()
DPlaylistFragment.java226 private SpaceItemDecoration(int xOffset, int yOffset) { in SpaceItemDecoration()
/packages/apps/Messaging/src/com/android/messaging/ui/
DMultiAttachmentLayout.java376 final int yOffset = viewWrapper.prevTop - view.getTop(); in trySlideAttachmentView() local
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLCanvas.java179 public abstract void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, in texSubImage2D()
DGLES11Canvas.java954 public void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, Bitmap bitmap, in texSubImage2D()
DGLES20Canvas.java933 public void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, Bitmap bitmap, in texSubImage2D()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCallComposerActivity.java475 int yOffset = getResources().getDimensionPixelOffset(R.dimen.privacy_toast_y_offset); in maybeShowPrivacyToast() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DNoBackupImageWallpaper.java301 public void onOffsetsChanged(float xOffset, float yOffset, in onOffsetsChanged()
/packages/apps/Camera2/src/com/android/camera/
DPhotoModule.java840 int yOffset = (originalHeight - newHeight)/2; in cropJpegDataToAspectRatio() local
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3636 int yOffset = DAY_HEADER_HEIGHT + ALLDAY_TOP_MARGIN; in findSelectedEvent() local