Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 34) sorted by relevance

12

/development/apps/Development/src/com/android/development/
DLogTextBox.java21 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/
DUtils.java43 for (String method : listMethods) { in printStatus()
44 sbMethods.insert(0, method + "\r\n"); in printStatus()
/development/samples/ApiDemos/src/com/example/android/apis/text/
DLogTextBox.java21 import android.text.method.ScrollingMovementMethod;
22 import android.text.method.MovementMethod;
DLink.java27 import android.text.method.LinkMovementMethod;
/development/tools/mkstubs/
DREADME.txt13 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/
DREADME.txt104 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/
DDeviceTestRunner.java137 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/
Datmbr2684.h59 int method; member
/development/ndk/platforms/android-3/include/linux/
Dmsm_audio.h69 uint32_t method; member
/development/samples/browseable/DrawableTinting/
D_index.jd13 … \n\nProgrammatically, tinting is applied to a Drawable through its "setColorFilter" method,
/development/samples/browseable/TextLinkify/src/com.example.android.textlinkify/
DMainActivity.java25 import android.text.method.LinkMovementMethod;
/development/ndk/platforms/android-3/include/
Dzlib.h1321 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),\
Dnsswitch.h175 nss_method method; member
Djni.h521 jmethodID FromReflectedMethod(jobject method) in FromReflectedMethod()
522 { return functions->FromReflectedMethod(this, method); } in FromReflectedMethod()
/development/samples/LceDemo/src/com/example/android/lce/
DLceDemoActivity.java28 import android.text.method.ScrollingMovementMethod;
/development/ndk/platforms/android-21/include/
Dnsswitch.h168 nss_method method; member
/development/samples/ApiDemos/src/com/example/android/apis/app/
DForegroundService.java71 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/
DTextUndoActivity.java27 import android.text.method.DigitsKeyListener;
DClipboardSample.java29 import android.text.method.LinkMovementMethod;
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingFragment.java30 import android.text.method.ScrollingMovementMethod;
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java25 import android.text.method.MetaKeyKeyListener;
/development/tools/checkstyle/
Dcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml sun_checks.xml com/ ...
DLICENSE48 We protect your rights with a two-step method: (1) we copyright the
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dlicense-LGPL.txt48 We protect your rights with a two-step method: (1) we copyright the
/development/perftests/panorama/feature_mos/doc/
Dfeature_mos_API_doxyfile1469 # or class method. Note that enabling this option will significantly increase
1477 # or class method. Note that enabling this option will significantly increase

12