Searched defs:forward (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java439 private static boolean stepInternal(boolean forward) { argument
443 mIndices[modifierMapIndex] += (forward ? 1 : -1);
449 mIndices[modifierMapIndex] = (forward ? 0 : map.size() - 1);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java335 public void focusNextTask(boolean forward) { argument
342 stackView.focusNextTask(forward);
H A DTaskStackView.java459 void focusNextTask(boolean forward) { argument
467 mFocusedTaskIndex + (forward ? -1 : 1)));
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py288 # adb forward <source> <destination>
289 def forward(self, source, destination): member in class:ADB
290 self._call_adb(*["forward", source, destination])
473 self.adb.forward("tcp:" + str(self.jdwp_port), \
501 self.adb.forward("tcp:" + str(self.gdbserver_port), \
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java205 public void findNext(boolean forward); argument
H A DWebView.java59 * web pages and includes methods to navigate forward and backward
758 * @return the same copy of the back/forward list used to save the state. If
807 * pages, create a back/forward list, etc.) there may be undesirable
812 * @return the restored back/forward list or null if restoreState failed
1027 * Gets whether this WebView has a forward history item.
1029 * @return true iff this Webview has a forward history item
1037 * Goes forward in the history of this WebView.
1046 * Gets whether the page can go back or forward the given
1060 * if forward.
1062 * @param steps the number of steps to take back or forward i
1539 findNext(boolean forward) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3204 // Clear the forward bit. We can just do this directly, since
3445 forward(q);
3461 forward(q);
3467 protected void forward(QueuedInputEvent q) { method in class:ViewRootImpl.InputStage
3476 forward(q);
3537 * and finish or forward it later.
3562 * asynchronously. The caller is responsible for calling {@link #forward}
3571 protected void forward(QueuedInputEvent q) { method in class:ViewRootImpl.AsyncInputStage
3578 super.forward(q);
3611 super.forward(
[all...]
H A DView.java1109 public @interface FocusRealDirection {} // Like @FocusDirection, but without forward/backward
7602 * forward focus change internally.
7618 * {@link View} that it wishes to forward the request to.
8115 private boolean traverseAtGranularity(int granularity, boolean forward, argument
8127 current = forward ? 0 : text.length();
8129 final int[] range = forward ? iterator.following(current) : iterator.preceding(current);
8140 selectionStart = forward ? segmentStart : segmentEnd;
8142 selectionEnd = forward ? segmentEnd : segmentStart;
8144 selectionStart = selectionEnd= forward ? segmentEnd : segmentStart;
8147 final int action = forward
[all...]
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 264 milliseconds