Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 27) 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/vndk/tools/definition-tool/tests/testdata/test_dex_file/
DExample.smali5 .method public static <clinit>()V
13 .end method
DHello.smali5 .method public static <clinit>()V
13 .end method
/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/repo_pull/
Dgerrit.py191 def _make_json_post_request(url_opener, url, data, method='POST'): argument
206 request.get_method = lambda: method
273 return _make_json_post_request(url_opener, url, data, method='PUT')
281 return _make_json_post_request(url_opener, url, {}, method='DELETE')
DREADME.md83 * `-m` or `--merge` specifies the method to pick the merge commits. (default:
86 * `-p` or `--pick` specifies the method to pick the non-merge commits.
/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/tools/repo_diff/
DREADME.md55 ## Analysis method
64 The first two steps are self explanatory. The method
103 The method described above has proven effective on Android
/development/samples/LceDemo/src/com/example/android/lce/
DLceDemoActivity.java28 import android.text.method.ScrollingMovementMethod;
/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/tools/winscope/adb_proxy/
Dwinscope_proxy.py370 def register_endpoint(self, method: RequestType, name: str, endpoint: RequestEndpoint):
371 self.endpoints[(method, name)] = endpoint
388 def process(self, method: RequestType):
396 return self.endpoints[(method, endpoint_name)].process(self.request, path[1:])
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java27 import android.text.method.MetaKeyKeyListener;
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt130 casual - j. without or seeming to be without plan or method; offhand
264 discipline - n. a system of rules of conduct or method of practice
/development/tools/logblame/
Dsample.txt2092 java.lang.Throwable: Explicit termination method 'close' not called
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12