Searched refs:handle (Results 251 - 252 of 252) sorted by relevance

<<11

/frameworks/base/core/java/android/widget/
H A DEditor.java115 * Helper class used by TextView to handle editable text views.
289 // Will handle the cases where the settings has been changed in the meantime.
707 // Possible when the word iterator does not properly handle the text's language
1972 // The input is in extract mode. Do not handle the easy edit in
2986 final Drawable handle = mTextView.getContext().getDrawable(
2988 positionY += handle.getIntrinsicHeight();
3175 // Where the touch position should be on the handle to ensure a maximum cursor visibility
3330 // Always show a dragging handle.
3513 // Used to detect taps on the insertion handle, which will affect the ActionPopupWindow
3601 // Tapping on the handle dismisse
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5336 public Sensor(int handle) { argument
5337 mHandle = handle;

Completed in 156 milliseconds

<<11