/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | AnimateDrawables.java | 49 Animation an = new TranslateAnimation(0, 100, 0, 200); in SampleView() local 50 an.setDuration(2000); in SampleView() 51 an.setRepeatCount(-1); in SampleView() 52 an.initialize(10, 10, 10, 10); in SampleView() 54 mDrawable = new AnimateDrawable(dr, an); in SampleView() 55 an.startNow(); in SampleView()
|
/development/samples/browseable/ActivityInstrumentation/ |
D | _index.jd | 8 This sample provides a basic example of using an InstrumentationTest to probe the 9 internal state of an Activity.
|
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/ |
D | TestHelper.java | 31 String an = actual.replaceAll( "[\\s]+", " ").trim(); in assertSourceEquals() local 35 en, an); in assertSourceEquals()
|
/development/samples/browseable/RuntimePermissions/ |
D | _index.jd | 10 If executed on an Android M device, an additional option to access contacts is shown
|
/development/tools/apkcheck/ |
D | README.txt | 3 This compares the set of classes, fields, and methods used by an Android 13 The dependency set for an APK can be generated with "dexdeps". It finds 92 the enumeration values. This makes it look like an APK is referring 95 If apkcheck sees a reference to an unknown field, and the field's defining 96 class appears to be an Enum (the superclass is java.lang.Enum), we emit 97 a warning instead of an error. 104 to verify that a method call on an annotation is valid. 106 If apkcheck sees a method call to an unknown method, and the class appears 107 to be an annotation (extends Object, implements Annotation, defines no 108 fields or methods), we emit a warning instead of an error. [all …]
|
/development/samples/browseable/FindMyPhone/ |
D | _index.jd | 10 … it is still connected to your wearable, you can also start an activity on the wearable to sound an
|
/development/samples/browseable/CardEmulation/ |
D | _index.jd | 8 This sample demonstrates how to emulate an NFC card, using the "host card emulation" 10 whenever the screen is on and the user taps their device on an appropriately configured
|
/development/samples/USB/MissileLauncher/ |
D | README.txt | 6 This program serves as an example of the following USB host features: 12 - Receiving packets on an interrupt endpoint using a thread that calls
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 1 abbey - n. a monastery ruled by an abbot 6 abstinence - n. practice of refraining from indulging an appetite especially alcohol 21 accusation - n. an assertion that someone is guilty of a fault or offence 32 advisory - n. an announcement that usually advises or warns the public of some threat 33 advocacy - n. active support of an idea or cause etc.; especially the act of pleading or arguing fo… 44 alliance - n. a formal agreement establishing an association or alliance between nations or other g… 45 ally - n. an associate who provides cooperation or assistance 67 apology - n. an expression of regret at having caused trouble for someone 76 arrangement - n. an orderly grouping (of things or persons) considered as a unit; the result of arr… 93 autonomous - j. existing as an independent entity [all …]
|
/development/samples/browseable/Quiz/ |
D | _index.jd | 10 … each of which has an associated DataItem. These DataItems are then received on the wearable, which 12 …by answers as actions. When an answer is selected, the corresponding question\'s DataItem is updat…
|
/development/samples/SimpleJNI/ |
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS, 17 // This makefile shows how to build a shared library and an activity that
|
/development/samples/browseable/SynchronizedNotifications/ |
D | _index.jd | 9 device and an Android Wear watch.
|
/development/samples/browseable/JobScheduler/ |
D | _index.jd | 8 Demonstration of the JobScheduler API, which provides an interface for scheduling
|
/development/samples/browseable/MidiScope/ |
D | _index.jd | 8 This sample demonstrates how to use the MIDI API to receive and process MIDI signals coming from an
|
/development/samples/browseable/MidiSynth/ |
D | _index.jd | 8 This sample demonstrates how to use the MIDI API to receive and play MIDI messages coming from an
|
/development/samples/browseable/FingerprintDialog/ |
D | _index.jd | 9 before proceeding some actions such as purchasing an item.
|
/development/samples/SimpleJNI/jni/ |
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS, 18 // use by our example of how to bundle a shared library with an APK.
|
/development/samples/browseable/CommitContentSampleIME/ |
D | _index.jd | 8 This sample demonstrates how to write an keyboard which sends rich content
|
/development/samples/browseable/CommitContentSampleApp/ |
D | _index.jd | 8 This sample demonstrates how to write an application which accepts rich content
|
/development/samples/TicTacToeLib/ |
D | README.txt | 4 split an APK into multiple projects.
|
/development/samples/browseable/BasicAccessibility/ |
D | _index.jd | 8 …This sample demonstrates how to create an accessible application, using a mix of different widgets…
|
/development/samples/browseable/AsymmetricFingerprintDialog/ |
D | _index.jd | 9 before proceeding some actions such as purchasing an item. This version uses asymmetric keys.
|
/development/samples/browseable/Interpolator/ |
D | _index.jd | 9 Material Design. It shows how an ObjectAnimator is used to animate two properties of a
|
/development/tools/privapp_permissions/ |
D | README | 7 Used for generating an initial version of privapp-permissions.xml file
|
/development/scripts/ |
D | bash_util.bash | 72 if netstat -an | grep -qw "$port"; then
|