/frameworks/base/core/java/android/text/method/ |
PasswordTransformationMethod.java | 90 * multiple ViewReferences if someone moves text from one password
|
/frameworks/base/core/java/android/util/ |
Xml.java | 170 * attribute values at each of the tags as the parser moves
|
/frameworks/base/core/java/android/view/ |
DragEvent.java | 172 * The system stops sending ACTION_DRAG_LOCATION events to a View once the user moves the 173 * drag shadow out of the View object's bounding box. If the user moves the drag shadow back 229 * The system stops sending ACTION_DRAG_LOCATION events to a View once the user moves the 230 * drag shadow out of the View object's bounding box. If the user moves the drag shadow back
|
/frameworks/base/docs/html/design/patterns/ |
gestures.jd | 57 <p>Rearranges data within a view, or moves data into a container (e.g. folders on Home Screen).</p>
|
/frameworks/base/docs/html/training/keyboard-input/ |
visibility.jd | 21 <p>When input focus moves into or out of an editable text field, Android shows
|
/frameworks/base/docs/html/training/multiple-threads/ |
define-runnable.jd | 97 // Moves the current Thread into the background
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
SimpleMonthAdapter.java | 215 * Maintains the same hour/min/sec but moves the day to the tapped day.
|
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/ |
UiWatchers.java | 39 * This is a sample watcher looking for ANR and crashes. it closes it and moves on. You should
|
/hardware/ti/wpan/tools/FM/service/src/jni/ |
JFmRxNative.h | 160 * android header files moves to k3.0+ kernel header
|
/libcore/luni/src/main/java/java/lang/ |
AbstractStringBuilder.java | 668 * the character starts at the beginning and moves towards the end. 683 * character starts at the specified offset and moves towards the end. 732 * the character starts at the end and moves towards the beginning. 749 * character starts at the specified offset and moves towards the beginning.
|
/libcore/luni/src/main/java/org/w3c/dom/traversal/ |
NodeIterator.java | 90 * Returns the previous node in the set and moves the position of the
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SendTransaction.java | 53 * <li>Moves sent multimedia message from Outbox to Sent.
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
MultiPartSmsTests.java | 82 // +" Moves like a ghost. Thou sure and firm-set earth,"
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ButteryProgressBar.java | 131 // Because the left-most segment doesn't start all the way on the left, and because it moves
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gl.py | 50 'moves', 'multimap', 'multmatrix', 'n3f', 'newpup', 'newtag',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gl.py | 50 'moves', 'multimap', 'multmatrix', 'n3f', 'newpup', 'newtag',
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
EclipseXmlFormatPreferences.java | 67 // Can't just skip sorting; the attribute table moves attributes out of order
|
/dalvik/dx/src/com/android/dx/ssa/ |
EscapeAnalysis.java | 517 // Propagate and remove extra moves added by scalar replacement 574 // Replace array gets with moves 592 // Replace array puts with moves 641 * Identifies extra moves added by scalar replacement and propagates the 658 // Ignore moves that weren't added due to scalar replacement [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
EscapeAnalysis.java | 518 // Propagate and remove extra moves added by scalar replacement 575 // Replace array gets with moves 593 // Replace array puts with moves 642 * Identifies extra moves added by scalar replacement and propagates the 659 // Ignore moves that weren't added due to scalar replacement [all...] |
/frameworks/base/core/java/android/os/ |
PowerManager.java | 131 * as the user moves between applications and doesn't require a special permission. 148 * as the user moves between applications and doesn't require a special permission. 165 * as the user moves between applications and doesn't require a special permission. 174 * immediately. Shortly after the object moves away, the screen turns on again. 392 * as the user moves between applications and doesn't require a special permission.
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_aura.cc | 809 std::vector<WebPluginGeometry> moves = plugin_window_moves; local 814 for (size_t i = 0; i < moves.size(); ++i) { 815 gfx::Rect clip(moves[i].clip_rect); 817 moves[i].window_rect.OffsetFromOrigin() + scroll_offset); 821 moves[i].clip_rect = clip; 823 moves[i].window_rect.Offset(view_bounds.OffsetFromOrigin()); 825 plugin_window_moves_[moves[i].window] = moves[i]; 831 offset_cutout -= moves[i].window_rect.OffsetFromOrigin(); 832 moves[i].cutout_rects.push_back(offset_cutout) [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceRandom.java | 339 * Generates a random trackball event. This consists of a sequence of small moves, followed by 363 // 10% of trackball moves end with a click
|
/development/samples/Snake/src/com/example/android/snake/ |
SnakeView.java | 90 * moves the snake 254 * Handles snake movement triggers from Snake Activity and moves the snake accordingly. Ignore
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_view_gtk.cc | 72 // Called when the mouse moves within the widget. 478 // Called when the mouse moves within the widget. We notify SadTabView if it's
|
/external/chromium/third_party/libjingle/source/talk/base/ |
fileutils.h | 169 // This moves a file from old_path to new_path, where "old_path" is a 177 // This moves a directory from old_path to new_path, where "old_path" is a
|