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

123

/frameworks/base/core/java/android/text/method/
H A DDateKeyListener.java17 package android.text.method;
H A DDateTimeKeyListener.java17 package android.text.method;
H A DHideReturnsTransformationMethod.java17 package android.text.method;
27 * This transformation method causes any carriage return characters (\r)
H A DSingleLineTransformationMethod.java17 package android.text.method;
29 * This transformation method causes any newline characters (\n) to be
H A DTimeKeyListener.java17 package android.text.method;
H A DBaseKeyListener.java17 package android.text.method;
22 import android.text.method.TextKeyListener.Capitalize;
H A DDialerKeyListener.java17 package android.text.method;
48 * Overrides the superclass's lookup method to prefer the number field
H A DKeyListener.java17 package android.text.method;
44 * return any other value, a soft input method will be created when the
47 * not be used, instead the soft input method will take care of managing
H A DTransformationMethod.java17 package android.text.method;
40 * This method is called when the TextView that uses this
H A DMovementMethod.java17 package android.text.method;
44 * Returns true if this movement method allows arbitrary selection
45 * of any text; false if it has no selection (like a movement method
H A DArrowKeyMovementMethod.java17 package android.text.method;
H A DDigitsKeyListener.java17 package android.text.method;
H A DLinkMovementMethod.java17 package android.text.method;
H A DNumberKeyListener.java17 package android.text.method;
H A DScrollingMovementMethod.java17 package android.text.method;
H A DTouch.java17 package android.text.method;
H A DCharacterPickerDialog.java17 package android.text.method;
H A DMultiTapKeyListener.java17 package android.text.method;
24 import android.text.method.TextKeyListener.Capitalize;
217 for (Object method : methods) {
218 content.removeSpan(method);
H A DQwertyKeyListener.java17 package android.text.method;
20 import android.text.method.TextKeyListener.Capitalize;
376 * Call this method when you have done or are about to do an
H A DReplacementTransformationMethod.java17 package android.text.method;
29 * This transformation method causes the characters in the {@link #getOriginal}
/frameworks/base/core/java/com/android/internal/view/
H A DInputBindResult.java23 * Bundle of information returned by input method manager about a successful
24 * binding to an input method.
30 * The input method service.
32 public final IInputMethodSession method; field in class:InputBindResult
35 * The ID for this input method, as found in InputMethodInfo; null if
36 * no input method will be bound.
46 method = _method;
52 method = IInputMethodSession.Stub.asInterface(source.readStrongBinder());
59 return "InputBindResult{" + method + " " + id
70 dest.writeStrongInterface(method);
[all...]
/frameworks/base/core/java/android/syncml/pim/vcalendar/
H A DCalendarStruct.java41 public void addReminderList(String method){ argument
44 reminderList.add(method);
/frameworks/base/media/libdrm/mobile2/include/util/crypto/
H A DDrmCrypto.h33 AesAgent(const AesMode method,const unsigned char* decryptedKey) argument
34 :mode(method),AesKey(decryptedKey){};
/frameworks/base/test-runner/android/test/suitebuilder/
H A DTestMethod.java36 public TestMethod(Method method, Class<? extends TestCase> enclosingClass) { argument
37 this(method.getName(), enclosingClass);
/frameworks/base/core/java/android/webkit/
H A DNetwork.java148 * @param method The http method.
155 public boolean requestURL(String method, argument
190 url, loader.getWebAddress(), method, headers, loader,

Completed in 531 milliseconds

123