Searched refs:method (Results 76 - 91 of 91) sorted by relevance

1234

/frameworks/base/tools/aapt/
H A DCommand.cpp91 * Return a short string describing the compression method.
93 const char* compressionName(int method) argument
95 if (method == ZipEntry::kCompressStored)
97 else if (method == ZipEntry::kCompressDeflated)
/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java17 package android.text.method;
150 * Call this method after you handle a keypress so that the meta
187 * Call this if you are a method that ignores the locked meta state
305 * Call this if you are a method that ignores the locked meta state
375 * Call this method after you handle a keypress so that the meta
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java19 import android.text.method.MetaKeyKeyListener;
/frameworks/base/core/java/android/widget/
H A DTextView.java66 import android.text.method.DateKeyListener;
67 import android.text.method.DateTimeKeyListener;
68 import android.text.method.DialerKeyListener;
69 import android.text.method.DigitsKeyListener;
70 import android.text.method.KeyListener;
71 import android.text.method.LinkMovementMethod;
72 import android.text.method.MetaKeyKeyListener;
73 import android.text.method.MovementMethod;
74 import android.text.method.PasswordTransformationMethod;
75 import android.text.method
1202 setTransformationMethod(TransformationMethod method) argument
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java53 * Central system API to the overall input method framework (IMF) architecture,
54 * which arbitrates interaction between applications and the current input method.
66 * <p>There are three primary parties involved in the input method
70 * <li> The <strong>input method manager</strong> as expressed by this class
75 * <li> An <strong>input method (IME)</strong> implements a particular
77 * to the current input method that is use, causing it to be created and run,
80 * method manager for input focus and control over the state of the IME. Only
95 * text views, so that the input method will have enough context to help the
97 * <li> Deal well with losing screen space when the input method is
111 * area, letting the user pick an input method, et
[all...]
H A DBaseInputConnection.java31 import android.text.method.MetaKeyKeyListener;
/frameworks/base/core/java/android/webkit/
H A DLoadListener.java575 * Subclasses should call this method to have error fields set.
605 * XXX: Unlike the other network thread methods, this method can do the
724 /* This method is called from CacheLoader when the initial request is
923 * @param method
927 void setRequestData(String method, Map<String, String> headers, argument
929 mMethod = method;
1249 * EventHandler's method call.
/frameworks/base/media/libstagefright/rtsp/
H A DMyTransmitter.h290 AString *request, const char *method, const char *url) {
310 A2.append(method);
289 addAuthentication( AString *request, const char *method, const char *url) argument
/frameworks/base/media/libstagefright/
H A DAwesomePlayer.cpp62 void (AwesomePlayer::*method)())
64 mMethod(method) {
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java1284 * method; false otherwise
1286 private static boolean isRequestEvent(String method, EventObject event) { argument
1290 return method.equals(requestEvent.getRequest().getMethod());
1302 * @return true if the event is a response event and the CSeqHeader method
1317 * CSeqHeader method match the given arguments; false otherwise
/frameworks/base/media/java/android/media/
H A DAudioService.java785 * This method must be called at when sound effects are enabled
835 * This method can be called to free some memory when
1268 boolean checkAudioSettingsPermission(String method) { argument
1273 String msg = "Audio Settings Permission Denial: " + method + " from pid="
/frameworks/base/core/java/android/app/
H A DActivity.java46 import android.text.method.TextKeyListener;
239 * create views, bind data to lists, etc. This method also
278 * CPU, etc. Implementations of this method must be very quick because
279 * the next activity will not be resumed until this method returns.
309 * Activity#isFinishing} method.</td>
317 * are marked as being killable, after that method returns the process hosting the
320 * {@link #onPause} method to write any persistent data (such as user edits)
321 * to storage. In addition, the method
334 * process will not be killed by the system starting from the time the method
372 * {@link #onConfigurationChanged} method instea
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java35 import android.text.method.MovementMethod;
85 * <p>An input method has significant discretion in how it goes about its
89 * to decide how to use them. For example, one input method could implement
117 * however else your input method wants to generate text. Most implementations
138 * <p>Often while the user is generating raw text, an input method wants to
158 * <p>Sometimes your input method UI is too large to integrate with the
160 * accomplished by switching to full-screen mode, causing the input method
196 * retrieved with {@link #getCurrentInputEditorInfo()} method. The most
201 * raw key events to it. An input method will also want to look at other
311 * all of the standard behavior for an input method
[all...]
/frameworks/base/core/java/android/text/
H A DTextUtils.java25 import android.text.method.TextKeyListener.Capitalize;
457 * <p><i>Note: In platform versions 1.1 and earlier, this method only worked well if
963 * This method is called to report that the specified region of
H A DLayout.java30 import android.text.method.TextKeyListener;
/frameworks/base/core/java/com/android/internal/widget/
H A DEditStyledText.java39 import android.text.method.ArrowKeyMovementMethod;

Completed in 226 milliseconds

1234