Home
last modified time | relevance | path

Searched refs:original (Results 1 – 25 of 31) sorted by relevance

12

/development/samples/ApiDemos/src/com/example/android/apis/view/
DSecureViewOverlay.java63 private void spoofLayout(View spoof, View original) { in spoofLayout() argument
69 original.getLocationOnScreen(globalPos); in spoofLayout()
72 spoof.layout(x, y, x + original.getWidth(), y + original.getHeight()); in spoofLayout()
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DBitmapUtils.java88 private Bitmap getThumbnail(Bitmap original, int maxDimension) { in getThumbnail() argument
89 int width = original.getWidth(); in getThumbnail()
90 int height = original.getHeight(); in getThumbnail()
101 Bitmap thumbnail = Bitmap.createScaledBitmap(original, scaledWidth, scaledHeight, true); in getThumbnail()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DTextUndoActivity.java93 String original = s.toString(); in afterTextChanged() local
94 String formatted = addSpaces(getNumbers(original)); in afterTextChanged()
96 if (!formatted.equals(original)) { in afterTextChanged()
/development/ndk/platforms/android-4/samples/san-angeles/jni/
DREADME.txt17 The original version was made for desktop with OpenGL. It was
23 The Win32 (2000/XP) binary package of original version is
44 As the original version was optimized for size instead of
72 * Toni L�nnberg (!Cube) created the music for original version, which
Dlicense-LGPL.txt55 that what they have is not the original version, so that the original
75 combined work, a derivative of the original library. The ordinary
368 original licensor to copy, distribute, link with or modify the Library
407 original copyright holder who places the Library under this License may add
/development/samples/devbytes/graphics/BitmapScaling/src/com/example/android/bitmapscaling/
DBitmapScaling.java55 private void addScaledImageView(Bitmap original, int sampleSize, LinearLayout container) { in addScaledImageView() argument
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DDiskLruCache.java175 private static <T> T[] copyOfRange(T[] original, int start, int end) { in copyOfRange() argument
176 final int originalLength = original.length; // For exception priority compatibility. in copyOfRange()
186 .newInstance(original.getClass().getComponentType(), resultLength); in copyOfRange()
187 System.arraycopy(original, start, result, 0, copyLength); in copyOfRange()
/development/apps/DevelopmentSettings/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/apps/Fallback/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/samples/CubeLiveWallpaper/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/apps/Development/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/apps/CustomLocale/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/samples/AccelerometerPlay/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/apps/NinePatchLab/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/apps/BluetoothDebug/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/apps/OBJViewer/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/apps/GestureBuilder/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/samples/VoicemailProviderDemo/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/apps/launchperf/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/samples/Home/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/cmds/monkey/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/apps/SdkSetup/
DNOTICE56 represent, as a whole, an original work of authorship. For the purposes
62 the original version of the Work and any modifications or additions
/development/tools/checkstyle/gitlint/
DLICENSE44 represent, as a whole, an original work of authorship. For the purposes
50 the original version of the Work and any modifications or additions
/development/host/windows/usb/
DNOTICE43 represent, as a whole, an original work of authorship. For the purposes
49 the original version of the Work and any modifications or additions
/development/ndk/platforms/
DREADME.CRT.TXT219 /relinking against a newer NDK release, without touching the original
255 original sources.

12