Searched defs:method (Results 1 - 25 of 142) sorted by relevance

123456

/frameworks/support/webkit-codegen/src/test/resources/codegen/
H A DSingleClassAndMethod.java20 public void method(boolean param) { method in class:SingleClassAndMethod
H A DWebKitTypeAsMethodReturn.java20 public WebViewClient method() { method in class:WebKitTypeAsMethodReturn
H A DWebKitTypeAsMethodParameter.java20 public void method(WebViewClient webViewClient); method in class:WebKitTypeAsMethodParameter
/frameworks/base/core/java/android/text/method/
H A DTransformationMethod2.java16 package android.text.method;
H A DHideReturnsTransformationMethod.java17 package android.text.method;
20 * This transformation method causes any carriage return characters (\r)
H A DSingleLineTransformationMethod.java17 package android.text.method;
20 * This transformation method causes any newline characters (\n) to be
H A DDateKeyListener.java17 package android.text.method;
H A DDateTimeKeyListener.java17 package android.text.method;
H A DDialerKeyListener.java17 package android.text.method;
52 * Overrides the superclass's lookup method to prefer the number field
H A DKeyListener.java17 package android.text.method;
50 * return any other value, a soft input method will be created when the
53 * not be used, instead the soft input method will take care of managing
H A DTimeKeyListener.java17 package android.text.method;
H A DTransformationMethod.java17 package android.text.method;
39 * This method is called when the TextView that uses this
H A DAllCapsTransformationMethod.java16 package android.text.method;
H A DMovementMethod.java17 package android.text.method;
28 * the movement method for purposes of content navigation. The framework automatically
29 * selects an appropriate movement method based on the content of the {@link TextView}.
53 * Returns true if this movement method allows arbitrary selection
54 * of any text; false if it has no selection (like a movement method
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
H A DBindingMethod.java41 * @return The method to call to set the attribute value.
43 String method(); method in interface:BindingMethod
/frameworks/support/webkit-codegen/src/test/resources/codegen-expected/
H A DSingleClassAndMethodBoundaryInterface.java4 void method(boolean param); method in interface:SingleClassAndMethodBoundaryInterface
H A DWebKitTypeAsMethodReturnBoundaryInterface.java6 InvocationHandler method(); method in interface:WebKitTypeAsMethodReturnBoundaryInterface
H A DWebKitTypeAsMethodParameterBoundaryInterface.java6 void method(InvocationHandler webViewClient); method in interface:WebKitTypeAsMethodParameterBoundaryInterface
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCaseFilter.java31 public boolean accept(Method method) { argument
32 return ((method.getParameterTypes().length == 0) &&
33 (method.getName().startsWith("test")) &&
34 (method.getReturnType().getSimpleName().equals("void")));
/frameworks/base/tools/aapt/tests/
H A DPseudolocales_test.cpp29 static void simple_helper(const char* input, const char* expected, PseudolocalizationMethod method) { argument
30 Pseudolocalizer pseudo(method);
37 const char* expected, PseudolocalizationMethod method) {
38 Pseudolocalizer pseudo(method);
36 compound_helper(const char* in1, const char* in2, const char *in3, const char* expected, PseudolocalizationMethod method) argument
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/robolectric/
H A DSuwLibRobolectricTestRunner.java31 protected void runChild(FrameworkMethod method, RunNotifier notifier) { argument
32 System.out.println("===== Running " + method + " =====");
33 super.runChild(method, notifier);
/frameworks/base/core/tests/coretests/src/android/text/method/
H A DBackspaceTest.java17 package android.text.method;
34 * Test backspace key handling of {@link android.text.method.BaseKeyListener}.
36 * Only contains edge cases. For normal cases, see {@see android.text.method.cts.BackspaceTest}.
H A DForwardDeleteTest.java17 package android.text.method;
34 * Test forward delete key handling of {@link android.text.method.BaseKeyListener}.
36 * Only contains edge cases. For normal cases, see {@see android.text.method.cts.ForwardDeleteTest}.
/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer_test.cpp31 Pseudolocalizer::Method method) {
32 Pseudolocalizer pseudo(method);
42 Pseudolocalizer::Method method) {
43 Pseudolocalizer pseudo(method);
29 SimpleHelper(const char* input, const char* expected, Pseudolocalizer::Method method) argument
40 CompoundHelper( const char* in1, const char* in2, const char* in3, const char* expected, Pseudolocalizer::Method method) argument
/frameworks/support/media/version-compat-tests/current/service/src/androidTest/java/androidx/media/test/service/
H A DTestHelperService.java69 public void callMediaSession2Method(int method, Bundle args) throws RemoteException { argument
70 // TODO: Call appropriate method (mSession2.~~~)

Completed in 530 milliseconds

123456