HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1376 - 1400 of 4117) sorted by null

<<51525354555657585960>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java 2 * Copyright (C) 2013 The Android Open Source Project
351 Bitmap source = MasterImage.getImage().getThumbnailBitmap(); local
352 if (iconBounds.width() > source.getWidth() * 2) {
353 source = MasterImage.getImage().getLargeThumbnailBitmap();
360 float minSize = Math.min(source.getWidth(), source.getHeight());
364 float dx = (iconBounds.width() - (source.getWidth() * scale))/2.0f;
365 float dy = (iconBounds.height() - (source.getHeight() * scale))/2.0f;
367 canvas.drawBitmap(source, m, new Paint(Paint.FILTER_BITMAP_FLAG));
369 bitmap = mEnvironment.getBitmapCopy(source, BitmapCache.ICON)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSlidingWindow.java 2 * Copyright (C) 2010 The Android Open Source Project
92 AlbumDataLoader source, int cacheSize) {
93 source.setDataListener(this);
94 mSource = source;
96 mSize = source.size();
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 2 * Copyright (C) 2013 The Android Open Source Project
67 TileSource source; field in class:TiledImageView.ImageRendererWrapper
152 public void setTileSource(TileSource source, Runnable isReadyCallback) {
157 mRenderer.source = source;
159 mRenderer.centerX = source != null ? source.getImageWidth() / 2 : 0;
160 mRenderer.centerY = source != null ? source.getImageHeight() / 2 : 0;
161 mRenderer.rotation = source != null ? source.getRotation() : 0
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppInfoBase.java 2 * Copyright (C) 2015 The Android Open Source Project
221 String pkg, int uid, Fragment source, int request, int sourceMetricsCategory) {
222 startAppInfoFragment(fragment, titleRes, pkg, uid, source.getActivity(), request,
227 String pkg, int uid, Activity source, int request, int sourceMetricsCategory) {
232 Intent intent = Utils.onBuildStartFragmentIntent(source, fragment.getName(),
234 source.startActivityForResultAsUser(intent, request,
  /packages/apps/TV/src/com/android/tv/tuner/source/
FileTsStreamer.java 2 * Copyright (C) 2015 The Android Open Source Project
17 package com.android.tv.tuner.source;
57 // Virtual frequency base used for file-based source
TunerTsStreamer.java 2 * Copyright (C) 2015 The Android Open Source Project
17 package com.android.tv.tuner.source;
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
CropView.java 2 * Copyright (C) 2013 The Android Open Source Project
71 final float imageWidth = mRenderer.source.getImageWidth();
72 final float imageHeight = mRenderer.source.getImageHeight();
89 float initialCenterX = mRenderer.source.getImageWidth() / 2f;
90 float initialCenterY = mRenderer.source.getImageHeight() / 2f;
133 return new Point(mRenderer.source.getImageWidth(), mRenderer.source.getImageHeight());
136 public void setTileSource(TileSource source, Runnable isReadyCallback) {
137 super.setTileSource(source, isReadyCallback);
144 updateMinScale(getWidth(), getHeight(), source, true) local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-plugin/0.20.0/
tycho-compiler-plugin-0.20.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tcp.h 25 __be16 source; member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
introspect.h 84 * and source have both an index and a name associated with it. As such
97 * \subsection siso_subsec Sink Inputs and Source Outputs
99 * Sink inputs and source outputs are the representations of the client ends
103 * Sink inputs and source outputs only have an index to identify them. As
155 * It is also possible to mute a sink or source:
162 * \subsection siso_subsec Sink Inputs and Source Outputs
168 * There is no support for modifying the volume of source outputs.
170 * It is also possible to remove sink inputs and source outputs, terminating
174 * \li Source output - pa_context_kill_source_output()
217 uint32_t monitor_source; /**< Index of the monitor source connected to this sink *
541 uint32_t source; \/**< Index of the connected source *\/ member in struct:pa_source_output_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
introspect.h 85 * and source have both an index and a name associated with it. As such
98 * \subsection siso_subsec Sink Inputs and Source Outputs
100 * Sink inputs and source outputs are the representations of the client ends
104 * Sink inputs and source outputs only have an index to identify them. As
156 * It is also possible to mute a sink or source:
163 * \subsection siso_subsec Sink Inputs and Source Outputs
167 * of its associated sink input or source output, using
170 * It is also possible to remove sink inputs and source outputs, terminating
174 * \li Source output - pa_context_kill_source_output()
220 uint32_t monitor_source; /**< Index of the monitor source connected to this sink *
569 uint32_t source; \/**< Index of the connected source *\/ member in struct:pa_source_output_info
    [all...]
  /prebuilts/misc/common/robolectric/lib/
wagon-http-shared-1.0-beta-6.jar 
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
tcp.h 19 __u16 source; member in struct:tcphdr
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
tcp.h 19 __u16 source; member in struct:tcphdr
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
tcp.h 19 __u16 source; member in struct:tcphdr
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
tcp.h 19 __u16 source; member in struct:tcphdr
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
tcp.h 19 __u16 source; member in struct:tcphdr
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
tcp.h 19 __u16 source; member in struct:tcphdr
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
tcp.h 19 __u16 source; member in struct:tcphdr
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
tcp.h 19 __u16 source; member in struct:tcphdr
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
tcp.h 19 __u16 source; member in struct:tcphdr
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
tcp.h 19 __u16 source; member in struct:tcphdr
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
tcp.h 19 __u16 source; member in struct:tcphdr
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
tcp.h 19 __u16 source; member in struct:tcphdr
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
tcp.h 19 __u16 source; member in struct:tcphdr

Completed in 2129 milliseconds

<<51525354555657585960>>