Searched refs:method (Results 276 - 293 of 293) sorted by relevance

<<1112

/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassifierImpl.java34 import android.text.method.WordIterator;
128 // Avoid throwing from this method. Log the error.
157 // Avoid throwing from this method. Log the error.
173 // Avoid throwing from this method. Log the error.
/frameworks/base/core/tests/coretests/src/android/text/method/
H A DWordIteratorTest.java17 package android.text.method;
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java59 import android.text.method.PasswordTransformationMethod;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java42 import android.text.method.TransformationMethod;
1060 // Calling the super method may result in setChecked() getting called
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatTextViewAutoSizeTest.java36 import android.text.method.SingleLineTransformationMethod;
/frameworks/base/core/java/android/widget/
H A DEditor.java65 import android.text.method.KeyListener;
66 import android.text.method.MetaKeyKeyListener;
67 import android.text.method.MovementMethod;
68 import android.text.method.WordIterator;
395 // The get method will add the listener on controller creation.
482 // The user is entering text, so the input method is needed. We
1645 // input method.
2118 * the current cursor position or selection range. This method is consistent with the
2119 * method to show suggestions {@link SuggestionsPopupWindow#updateSuggestions}.
2360 * a dictionary) from the current input method, provide
[all...]
H A DNumberPicker.java37 import android.text.method.NumberKeyListener;
672 // its draw() method is not called but dispatchDraw() is called
675 // draw() method to be called. Therefore, we declare we will draw.
1357 * not wrap. Hence, in such a case calling this method is a NOP.
1372 * this method should be called any time any of the 3 values (i.e. user choice, min and max
2094 // soft input method!
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2462 private void enforcePolicyAccess(int uid, String method) {
2476 Slog.w(TAG, "Notification policy access denied calling " + method);
2481 private void enforcePolicyAccess(String pkg, String method) {
2488 Slog.w(TAG, "Notification policy access denied calling " + method);
4217 * from both lists. Do not call this method while iterating over either list.
4368 // Ideally we'd do this in the caller of this method. However, that would
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java339 public Bundle call(String method, String name, Bundle args) { argument
341 switch (method) {
394 Slog.w(LOG_TAG, "call() with invalid method: " + method);
1468 // This check is not inside the name-based checks below because this method performs checks
1509 * Context, int, String, boolean)}, which should be in sync with this method.
1786 * is set, the said method will only allow values with the "-" prefix.
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java47 import android.text.method.MovementMethod;
106 * <p>An input method has significant discretion in how it goes about its
110 * to decide how to use them. For example, one input method could implement
138 * however else your input method wants to generate text. Most implementations
159 * <p>Often while the user is generating raw text, an input method wants to
179 * <p>Sometimes your input method UI is too large to integrate with the
181 * accomplished by switching to full-screen mode, causing the input method
217 * retrieved with {@link #getCurrentInputEditorInfo()} method. The most
222 * raw key events to it. An input method will also want to look at other
246 * This input method wil
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jar ... .String attribute () public abstract java.lang.String method () } android/databinding/BindingMethods.class BindingMethods.java package android ...
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java61 import android.text.method.ArrowKeyMovementMethod;
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2639 * This method must be called at first when sound effects are enabled
2660 * This method can be called to free some memory when
3838 boolean checkAudioSettingsPermission(String method) { argument
3843 String msg = "Audio Settings Permission Denial: " + method + " from pid="
4656 * This method can be called to free some memory when
/frameworks/base/core/java/android/app/
H A DActivity.java78 import android.text.method.TextKeyListener;
319 * create views, bind data to lists, etc. This method also
358 * CPU, etc. Implementations of this method must be very quick because
359 * the next activity will not be resumed until this method returns.
389 * Activity#isFinishing} method.</td>
397 * are marked as being killable, after that method returns the process hosting the
400 * {@link #onPause} method to write any persistent data (such as user edits)
401 * to storage. In addition, the method
422 * process will not be killed by the system starting from the time the method
460 * {@link #onConfigurationChanged} method instea
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java64 import android.text.method.QwertyKeyListener;
575 * Convenience method: Append the specified text slice to the TextView's
1866 * this subclass method filters on the range from
2159 // Use this method to generate text to add to the list of addresses.
2188 // Use this method to generate text to display in a chip.
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java350 * i.e. the user has to use a strong authentication method like password, PIN or pattern.
3159 * Internal method used by {@link CertificateMonitor}.
3365 * DO NOT use this method except in {@link #setActiveAdmin}. Use {@link #isAdminTestOnlyLocked}
3396 private void enforceShell(String method) { argument
3399 throw new SecurityException("Non-shell user attempted to call " + method);
4892 // Caller UID needs to be trusted, so we restrict this method to SYSTEM_UID callers.
5561 /*method strength*/ 1);
5592 /*method strength*/ 1);
5603 /*method strength*/ 0);
5614 /*method strengt
[all...]
/frameworks/base/core/java/android/view/
H A DView.java323 * <li>From the onCreate method of an Activity, find the Button
393 * method and queried by calling {@link #getPaddingLeft()}, {@link #getPaddingTop()},
419 * When a view's measure() method returns, its {@link #getMeasuredWidth()} and
467 * To initiate a layout, call {@link #requestLayout}. This method is typically
484 * draw it before calling back to its <code>onDraw()</code> method. The child
512 * the UI thread when calling any method on any view.</em>
523 * through the {@link #isFocusable} method. To change whether a view can take
692 * {@link #onFilterTouchEventForSecurity(MotionEvent)} method to implement your own
2882 * Flag indicating that an overridden method correctly called down to
2893 * Flag indicating that we're in the process of fitting system windows using the old method
[all...]

Completed in 1283 milliseconds

<<1112