Home
last modified time | relevance | path

Searched defs:setup (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Gallery2/jni_jpegstream/src/
Djpeg_writer.cpp44 int32_t JpegWriter::setup(JNIEnv *env, jobject out, int32_t width, int32_t height, in setup() function in JpegWriter
Djpeg_reader.cpp41 int32_t JpegReader::setup(JNIEnv *env, jobject in, int32_t* width, int32_t* height, in setup() function in JpegReader
/packages/apps/Launcher2/src/com/android/launcher2/
DHotseat.java68 public void setup(Launcher launcher) { in setup() method in Hotseat
DSearchDropTargetBar.java65 public void setup(Launcher launcher, DragController dragController) { in setup() method in SearchDropTargetBar
DPagedViewCellLayout.java462 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap, in setup() method in PagedViewCellLayout.LayoutParams
DDragLayer.java96 public void setup(Launcher launcher, DragController controller) { in setup() method in DragLayer
DCellLayout.java3255 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap, in setup() method in CellLayout.LayoutParams
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DJPEGOutputStream.java135 native private int setup(OutputStream out, int width, int height, int format, int quality); in setup() method in JPEGOutputStream
DJPEGInputStream.java182 native private int setup(Point dimens, InputStream in, int format); in setup() method in JPEGInputStream
/packages/apps/Launcher3/src/com/android/launcher3/
DSearchDropTargetBar.java62 public void setup(Launcher launcher, DragController dragController) { in setup() method in SearchDropTargetBar
DHotseat.java65 public void setup(Launcher launcher) { in setup() method in Hotseat
DPagedViewCellLayout.java456 public void setup(Context context, in setup() method in PagedViewCellLayout.LayoutParams
DDragLayer.java115 public void setup(Launcher launcher, DragController controller) { in setup() method in DragLayer
DAppsCustomizePagedView.java1395 public void setup(Launcher launcher, DragController dragController) { in setup() method in AppsCustomizePagedView
DCellLayout.java3176 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap, in setup() method in CellLayout.LayoutParams
/packages/apps/Protips/src/com/android/protips/
DProtipWidget.java68 private void setup(Context context) { in setup() method in ProtipWidget
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipAccountRegistry.java115 void setup(Context context) { in setup() method in SipAccountRegistry
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DIconView.java69 private void setup(Context context) { in setup() method in IconView
/packages/apps/Gallery/src/com/android/camera/
DHighlightView.java367 public void setup(Matrix m, Rect imageRect, RectF cropRect, boolean circle, in setup() method in HighlightView
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageCrop.java80 private void setup(Context context) { in setup() method in ImageCrop
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropView.java97 private void setup(Context context) { in setup() method in CropView
/packages/apps/Camera2/src/com/android/camera/one/v2/
DOneCameraImpl.java467 private void setup(Surface previewSurface, final CaptureReadyCallback listener) { in setup() method in OneCameraImpl
DOneCameraZslImpl.java638 private void setup(Surface previewSurface, final CaptureReadyCallback listener) { in setup() method in OneCameraZslImpl
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
DProgressBar.java583 public void setup(int id, int progress, boolean fromUser) { in setup() method in ProgressBar.RefreshProgressRunnable