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

12

/frameworks/base/core/java/android/net/
H A DINetworkManagementEventObserver.aidl29 * @param up True if the interface has been enabled.
31 void interfaceStatusChanged(String iface, boolean up);
38 * @param up True if the physical link-layer connection signal is valid.
40 void interfaceLinkStateChanged(String iface, boolean up);
H A DEthernetDataTracker.java69 public void interfaceStatusChanged(String iface, boolean up) { argument
70 Log.d(TAG, "Interface status changed: " + iface + (up ? "up" : "down"));
73 public void interfaceLinkStateChanged(String iface, boolean up) { argument
74 if (mIface.equals(iface) && mLinkUp != up) {
75 Log.d(TAG, "Interface " + iface + " link " + (up ? "up" : "down"));
76 mLinkUp = up;
79 if (up) {
265 * is completely up t
[all...]
/frameworks/base/cmds/ip-up-vpn/
H A DAndroid.mk20 LOCAL_SRC_FILES := ip-up-vpn.c
22 LOCAL_MODULE := ip-up-vpn
/frameworks/base/services/java/com/android/server/net/
H A DNetworkAlertObserver.java26 public void interfaceStatusChanged(String iface, boolean up) { argument
36 public void interfaceLinkStateChanged(String iface, boolean up) { argument
/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp62 float *up, *vp, *wp; local
80 up = (float *)u;
83 for(int i = 0; i < 4; i++, wp++, up++, vp++) {
84 *wp = *up+t*(*vp-*up);
149 /* if result ended up in p2 then copy it to p1 */
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridScrollListenerTest.java80 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP,
83 inst.sendKeySync(up);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListScrollListenerTest.java77 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP,
80 inst.sendKeySync(up);
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java123 KeyEvent up = new KeyEvent(now, now, KeyEvent.ACTION_UP, eventCode, 0);
129 .injectKeyEvent(up, true);
/frameworks/base/core/java/android/util/
H A DDayOfMonthCursor.java26 * <li>Provides methods to move the cursor up / down / left / right.</li>
96 * Move up one box, potentially flipping to the previous month.
100 public boolean up() { method in class:DayOfMonthCursor
102 // within current month, just move up
/frameworks/base/services/sensorservice/
H A DFusion.cpp261 vec3_t up(mData[0]);
262 vec3_t east(cross_product(mData[1], up));
264 vec3_t north(cross_product(up, east));
265 R << east << north << up; local
312 const vec3_t up( getRotationMatrix() * Ba );
313 const vec3_t east( cross_product(m, up) );
315 // If the m and up vectors align, the cross product magnitude will
325 vec3_t north( cross_product(up, east) );
/frameworks/base/core/tests/coretests/src/android/util/
H A DDayOfMonthCursorTest.java112 // up, same month
113 assertFalse(mc.up());
118 // up, flips back
119 assertTrue(mc.up());
/frameworks/compile/libbcc/runtime/make/
H A Doptions.mk3 # This list of such variables should be kept up to date with AvailableOptions in
H A Dutil.mk92 # Clean up make behavior
/frameworks/base/core/java/android/text/method/
H A DScrollingMovementMethod.java39 protected boolean up(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod
H A DLinkMovementMethod.java56 protected boolean up(TextView widget, Spannable buffer) { method in class:LinkMovementMethod
61 return super.up(widget, buffer);
H A DBaseMovementMethod.java146 * such as {@link #down} and {@link #up}.
189 return up(widget, buffer);
269 * Performs an up movement action.
270 * Moves the cursor or scrolls up by one line.
276 protected boolean up(TextView widget, Spannable buffer) { method in class:BaseMovementMethod
293 * Performs a page-up movement action.
294 * Moves the cursor or scrolls up by one page.
499 * Performs a scroll up action.
500 * Scrolls up by the specified number of lines.
557 * Performs a scroll page up actio
[all...]
H A DArrowKeyMovementMethod.java89 protected boolean up(TextView widget, Spannable buffer) { method in class:ArrowKeyMovementMethod
269 // If we have scrolled, then the up shouldn't move the cursor,
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java526 public void setLookAt(float[] eye, float[] at, float[] up) { argument
527 mController.setLookAt(eye, at, up);
H A DCarouselController.java715 public void setLookAt(float[] eye, float[] at, float[] up) { argument
718 mUp = up;
720 mRenderScript.setLookAt(eye, at, up);
H A DCarouselRS.java286 public void setLookAt(float[] eye, float[] at, float[] up) { argument
290 mUp[i] = up[i];
292 mScript.invoke_lookAt(eye[0], eye[1], eye[2], at[0], at[1], at[2], up[0], up[1], up[2]);
H A Dcarousel.rs62 float3 up;
274 {0,1,0}, // up
438 // up - a normalized vector indicating up (typically { 0, 1, 0})
440 // NOTE: the view direction and up vector cannot be parallel/antiparallel with each other
451 camera.up.x = upX;
452 camera.up.y = upY;
453 camera.up.z = upZ;
468 // Construct a matrix based on eye point, center and up direction. Based on the
470 static void loadLookatMatrix(rs_matrix4x4* matrix, float3 eye, float3 center, float3 up)
[all...]
/frameworks/compile/slang/tests/
H A Dtest.py76 # any .rs file. We automatically bundle up all of these extra args and invoke
157 ' -n, --no-cleanup Don\'t clean up after running tests\n'
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java510 String[] up =
512 if (up != null && up[0] != null) {
513 setUsernamePassword(up[0], up[1]);
853 // list. But the set up is not done until this method is returned.
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java259 public synchronized void interfaceStatusChanged(String interfaze, boolean up) { argument
260 if (!up && mLegacyVpnRunner != null) {
267 public void interfaceLinkStateChanged(String interfaze, boolean up) { argument
379 * Bringing up a VPN connection takes time, and that is all this thread
382 * requests will be piled up. This can be done in a Handler as a state
460 throw new IllegalStateException("Time is up");
465 // Catch all exceptions so we can clean up few things.
H A DTethering.java205 public void interfaceStatusChanged(String iface, boolean up) { argument
206 if (VDBG) Log.d(TAG, "interfaceStatusChanged " + iface + ", " + up);
221 if (up) {
240 public void interfaceLinkStateChanged(String iface, boolean up) { argument
241 if (VDBG) Log.d(TAG, "interfaceLinkStateChanged " + iface + ", " + up);
242 interfaceStatusChanged(iface, up);
550 ifcg.interfaceFlags = ifcg.interfaceFlags.replace("down", "up");
552 ifcg.interfaceFlags = ifcg.interfaceFlags.replace("up", "down");
741 // notification that this interface is up
1117 // we received notice that the cellular DUN connection is up
[all...]

Completed in 465 milliseconds

12