/development/apps/Development/src/com/android/development/ |
D | LogTextBox.java | 21 import android.text.method.ScrollingMovementMethod; 22 import android.text.method.MovementMethod; 23 import android.text.method.KeyListener; 24 import android.text.method.TransformationMethod;
|
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/util/ |
D | Utils.java | 43 for (String method : listMethods) { in printStatus() 44 sbMethods.insert(0, method + "\r\n"); in printStatus()
|
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
D | LogTextBox.java | 21 import android.text.method.ScrollingMovementMethod; 22 import android.text.method.MovementMethod;
|
D | Link.java | 27 import android.text.method.LinkMovementMethod;
|
/development/tools/mkstubs/ |
D | README.txt | 13 Each method body is replaced by the bytecode for 'throw new RuntimeException("stub");'. 30 - a # followed by a field or method name 31 - an internal "Java method signature" that define parameters types and return value. 48 and the specific field and the method with the exact given signature. 70 - We do not currently check whether a class or method uses only included types. 72 method parameter or return value that uses that type should generate a fatal error.
|
/development/tools/apkcheck/ |
D | README.txt | 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 113 Suppose a class defines a method "public Foo gimmeFoo()". Any subclass 114 that overrides that method must also return Foo, so it would seem that 115 there's no need to emit a method entry for gimmeFoo() in the subclasses. 119 is necessary to emit a new method entry, but the public API XML generator 122 If apkcheck can't find an exact match for a method reference, but can 123 find a method that matches on everything but the return type, it will 151 <method name="getParcelableExtra" return="T"> 154 a method with a more specific return type (android.os.Parcelable), so
|
/development/tools/hosttestlib/src/com/android/hosttest/ |
D | DeviceTestRunner.java | 137 protected TestResult runSingleMethod(String testCase, String method, boolean wait) in runSingleMethod() argument 140 Test test = DeviceTestSuite.createTest(testClass, method); in runSingleMethod()
|
/development/ndk/platforms/android-21/include/linux/ |
D | atmbr2684.h | 59 int method; member
|
/development/ndk/platforms/android-3/include/linux/ |
D | msm_audio.h | 69 uint32_t method; member
|
/development/samples/browseable/DrawableTinting/ |
D | _index.jd | 13 … \n\nProgrammatically, tinting is applied to a Drawable through its "setColorFilter" method,
|
/development/samples/browseable/TextLinkify/src/com.example.android.textlinkify/ |
D | MainActivity.java | 25 import android.text.method.LinkMovementMethod;
|
/development/ndk/platforms/android-3/include/ |
D | zlib.h | 1321 ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method, 1335 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1336 deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\
|
D | nsswitch.h | 175 nss_method method; member
|
D | jni.h | 521 jmethodID FromReflectedMethod(jobject method) in FromReflectedMethod() 522 { return functions->FromReflectedMethod(this, method); } in FromReflectedMethod()
|
/development/samples/LceDemo/src/com/example/android/lce/ |
D | LceDemoActivity.java | 28 import android.text.method.ScrollingMovementMethod;
|
/development/ndk/platforms/android-21/include/ |
D | nsswitch.h | 168 nss_method method; member
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | ForegroundService.java | 71 void invokeMethod(Method method, Object[] args) { in invokeMethod() argument 73 method.invoke(this, args); in invokeMethod()
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | TextUndoActivity.java | 27 import android.text.method.DigitsKeyListener;
|
D | ClipboardSample.java | 29 import android.text.method.LinkMovementMethod;
|
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/ |
D | MessagingFragment.java | 30 import android.text.method.ScrollingMovementMethod;
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | SoftKeyboard.java | 25 import android.text.method.MetaKeyKeyListener;
|
/development/tools/checkstyle/ |
D | checkstyle.jar | META-INF/MANIFEST.MF
META-INF/
checkstyle_packages.xml
sun_checks.xml
com/
... |
D | LICENSE | 48 We protect your rights with a two-step method: (1) we copyright the
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license-LGPL.txt | 48 We protect your rights with a two-step method: (1) we copyright the
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1469 # or class method. Note that enabling this option will significantly increase 1477 # or class method. Note that enabling this option will significantly increase
|