Searched refs:method (Results 126 - 138 of 138) sorted by relevance

123456

/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp58 void (PreviewPlayer::*method)())
60 mMethod(method) {
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java62 * Central system API to the overall input method framework (IMF) architecture,
63 * which arbitrates interaction between applications and the current input method.
78 * <p>There are three primary parties involved in the input method
82 * <li> The <strong>input method manager</strong> as expressed by this class
87 * <li> An <strong>input method (IME)</strong> implements a particular
89 * to the current input method that is use, causing it to be created and run,
92 * method manager for input focus and control over the state of the IME. Only
107 * text views, so that the input method will have enough context to help the
109 * <li> Deal well with losing screen space when the input method is
123 * area, letting the user pick an input method, et
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java64 import android.text.method.KeyListener;
65 import android.text.method.MetaKeyKeyListener;
66 import android.text.method.MovementMethod;
67 import android.text.method.PasswordTransformationMethod;
68 import android.text.method.WordIterator;
221 // The get method will add the listener on controller creation.
294 // The user is entering text, so the input method is needed. We
592 * Unlike {@link TextView#textCanBeSelected()}, this method is based on the <i>current</i> state
602 * a password transformation. We should hence use isPasswordInputType instead of this method.
610 * However, this is like this for legacy reasons and we cannot break existing apps. This method
[all...]
H A DSpellChecker.java25 import android.text.method.WordIterator;
H A DNumberPicker.java34 import android.text.method.NumberKeyListener;
621 // its draw() method is not called but dispatchDraw() is called
624 // draw() method to be called. Therefore, we declare we will draw.
1285 * not wrap. Hence, in such a case calling this method is a NOP.
1957 // soft input method!
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java140 // TODO: remove this method once SipWakeupTimer can better handle variety
1674 * method; false otherwise
1676 private static boolean isRequestEvent(String method, EventObject event) { argument
1680 return method.equals(requestEvent.getRequest().getMethod());
1692 * @return true if the event is a response event and the CSeqHeader method
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp77 void (AwesomePlayer::*method)())
79 mMethod(method) {
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java38 import android.text.method.MovementMethod;
91 * <p>An input method has significant discretion in how it goes about its
95 * to decide how to use them. For example, one input method could implement
123 * however else your input method wants to generate text. Most implementations
144 * <p>Often while the user is generating raw text, an input method wants to
164 * <p>Sometimes your input method UI is too large to integrate with the
166 * accomplished by switching to full-screen mode, causing the input method
202 * retrieved with {@link #getCurrentInputEditorInfo()} method. The most
207 * raw key events to it. An input method will also want to look at other
231 * This input method wil
[all...]
/frameworks/base/core/java/android/view/
H A DKeyEvent.java21 import android.text.method.MetaKeyKeyListener;
59 * input method. In particular, the default software keyboard will never send any
262 * interpreted as an ALT key by {@link android.text.method.MetaKeyKeyListener}. */
939 * {#link {@link #getRepeatCount()} method returns the number of times
2097 * {@link #META_SHIFT_LEFT_ON}, then this method ensures that the
2100 * {@link #META_SHIFT_ON}, then this method ensures that the modifier
2104 * then this method throws an illegal argument exception.
2186 * {@link #META_SHIFT_LEFT_ON}, then this method ensures that the
2189 * {@link #META_SHIFT_ON}, then this method ensures that the modifier
2193 * then this method throw
[all...]
/frameworks/base/media/java/android/media/
H A DAudioService.java1804 * This method must be called at first when sound effects are enabled
1825 * This method can be called to free some memory when
2772 boolean checkAudioSettingsPermission(String method) { argument
2777 String msg = "Audio Settings Permission Denial: " + method + " from pid="
3399 * This method can be called to free some memory when
/frameworks/base/core/java/android/app/
H A DActivity.java57 import android.text.method.TextKeyListener;
271 * create views, bind data to lists, etc. This method also
310 * CPU, etc. Implementations of this method must be very quick because
311 * the next activity will not be resumed until this method returns.
341 * Activity#isFinishing} method.</td>
349 * are marked as being killable, after that method returns the process hosting the
352 * {@link #onPause} method to write any persistent data (such as user edits)
353 * to storage. In addition, the method
374 * process will not be killed by the system starting from the time the method
412 * {@link #onConfigurationChanged} method instea
[all...]
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java54 import android.text.method.QwertyKeyListener;
381 * Convenience method: Append the specified text slice to the TextView's
1364 * this subclass method filters on the range from
1597 // Use this method to generate text to add to the list of addresses.
1626 // Use this method to generate text to display in a chip.
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java61 import android.text.method.ArrowKeyMovementMethod;

Completed in 487 milliseconds

123456