Searched refs:up (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DNetworkStateHandler.java46 // Find out if the network is currently up.
97 * @param up true if net has come up, false if net has gone down
99 void onNetworkToggle(boolean up) { argument
100 if (up == mIsNetworkUp) {
103 mIsNetworkUp = up;
106 w.setNetworkAvailable(up);
/packages/apps/VoiceDialer/
H A DAndroid.mk19 # SREC_CONFIG_TARGET_FILES is from external/srec/config/en.us/config.mk and now can be cleaned up.
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerAlertFullScreen.java82 // Only show notifications for times-up when this activity closed.
95 // Handle key down and key up on a few of the system keys.
96 boolean up = event.getAction() == KeyEvent.ACTION_UP;
104 if (up) {
/packages/apps/Calendar/src/com/android/calendar/
H A DDayOfMonthCursor.java28 * <li>Provides methods to move the cursor up / down / left / right.</li>
98 * Move up one box, potentially flipping to the previous month.
102 public boolean up() { method in class:DayOfMonthCursor
104 // within current month, just move up
/packages/apps/Camera/tests/src/com/android/camera/activity/
H A DCameraTestCase.java197 MotionEvent up = MotionEvent.obtain(0, 0,
201 parent.dispatchTouchEvent(up);
/packages/apps/Camera2/tests_camera/src/com/android/camera/activity/
H A DCameraTestCase.java197 MotionEvent up = MotionEvent.obtain(0, 0,
201 parent.dispatchTouchEvent(up);
/packages/inputmethods/LatinIME/native/jni/
H A DHostUnitTests.mk52 #################### Clean up the tmp vars
H A DTargetUnitTests.mk52 #################### Clean up the tmp vars
H A DAndroid.mk96 #################### Clean up the tmp vars
/packages/apps/UnifiedEmail/assets/
H A Dscript.js62 * Walks up the DOM starting at a given element, and returns an element that has the
65 function up(el, className) { function
203 outerDiv = up(el, "mail-message-content");
532 var parent = up(e.target, "elided-text") || up(e.target, "mail-message-content");
738 if (up(msgContentDiv, "mail-message").classList.contains("expanded")) {
/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java396 final boolean up;
400 up = true;
403 up = false;
406 offsetChildren(up ? movedBy : -movedBy);
867 // TODO: Consider matching these back up if we have stable IDs.
/packages/apps/Camera/jni/
H A Dfeature_mos_jni.cpp317 int up = vp + frameSize; local
319 for (int i = 0; i < width; i++, yp++, vp++, up++)
325 u = (0xff & yuv420sp[up]) - 128;
/packages/apps/LegacyCamera/jni/
H A Dfeature_mos_jni.cpp317 int up = vp + frameSize; local
319 for (int i = 0; i < width; i++, yp++, vp++, up++)
325 u = (0xff & yuv420sp[up]) - 128;
/packages/apps/Music/src/com/android/music/
H A DTrackBrowserActivity.java222 // Worst case, we end up doing the same query twice.
273 // we end up here in case we never registered the listeners
321 * This listener gets called when the media scanner starts up or finishes, and
771 // In order to use alt-up/down as a shortcut for moving the selected item
838 private void moveItem(boolean up) { argument
841 if ( (up && curpos < 1) || (!up && curpos >= curcount - 1)) {
847 c.moveItem(curpos, up ? curpos - 1 : curpos + 1);
851 if (up) {
867 if (up) {
[all...]
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java792 // This was our active pointer going up. Choose a new
1047 * <p>Handles scrolling in response to a "page up/down" shortcut press. This
1048 * method will scroll the view by one page up or down and give the focus
1054 * to go one page up or
1131 boolean up = direction == View.FOCUS_UP;
1133 View newFocused = findFocusableViewInBounds(up, top, bottom);
1141 int delta = up ? (top - containerTop) : (bottom - containerBottom);
1151 * Handle scrolling in response to an up or down arrow click.
1196 // it up (take it back to ourselves)
1573 // need to move up t
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java112 * Called when the user quickly moves the finger from up to down.
117 * Called when the user quickly moves the finger from down to up.
1161 MotionEvent up = MotionEvent.obtain(now, now, MotionEvent.ACTION_UP,
1163 result = onModifiedTouchEvent(up, true);
1164 up.recycle();
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java104 * remain consistent even though the rules for filling content up vs. filling down vary.
366 // scroll the list up a bit if we're past the lower bound, and the direction
717 // remain hidden. It is up to the ReorderListener to refresh the UI state
1139 final boolean up;
1143 up = true;
1154 up = false;
1158 offsetChildren(up ? movedBy : -movedBy);
1862 * Handle setting up the animators of child views when the animation is invoked by a change
1975 // the view into its designated position, fly it up from the bottom.
2067 * Calculate and cache the {@link LayoutRecord}s for all positions up t
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 663 milliseconds