Searched defs:forward (Results 1 - 11 of 11) 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/Osu/src/com/android/hotspot2/osu/
H A DOSUSocketFactory.java314 public void init(boolean forward) throws CertPathValidatorException { argument
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java297 * @param forward {@code true} to do forward search the next IME subtype. Specify
303 InputMethodInfo imi, @Nullable InputMethodSubtype subtype, boolean forward) {
317 final int offset = forward ? i : N - i;
398 * @param forward {@code true} to do forward search the next IME subtype. Specify
404 InputMethodInfo imi, @Nullable InputMethodSubtype subtype, boolean forward) {
414 final int offset = forward ? i : N - i;
497 * @param forward {@code true} to do forward searc
302 getNextInputMethodLocked(boolean onlyCurrentIme, InputMethodInfo imi, @Nullable InputMethodSubtype subtype, boolean forward) argument
403 getNextInputMethodLocked(boolean onlyCurrentIme, InputMethodInfo imi, @Nullable InputMethodSubtype subtype, boolean forward) argument
502 getNextInputMethod(boolean onlyCurrentIme, InputMethodInfo imi, @Nullable InputMethodSubtype subtype, boolean forward) argument
579 getNextInputMethodLocked(boolean onlyCurrentIme, InputMethodInfo imi, InputMethodSubtype subtype, boolean forward) argument
[all...]
/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.java218 public void findNext(boolean forward); argument
H A DWebView.java67 * web pages and includes methods to navigate forward and backward
843 * @return the same copy of the back/forward list used to save the state. If
889 * pages, create a back/forward list, etc.) there may be undesirable
894 * @return the restored back/forward list or null if restoreState failed
1102 * Gets whether this WebView has a forward history item.
1104 * @return true iff this Webview has a forward history item
1112 * Goes forward in the history of this WebView.
1120 * Gets whether the page can go back or forward the given
1134 * if forward.
1136 * @param steps the number of steps to take back or forward i
1648 findNext(boolean forward) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java936 * @param forward whether to go to the next task in the stack (along the curve) or the previous
943 public void setRelativeFocusedTask(boolean forward, boolean stackTasksOnly, boolean animated) { argument
944 setRelativeFocusedTask(forward, stackTasksOnly, animated, false, 0);
950 * @param forward whether to go to the next task in the stack (along the curve) or the previous
960 public void setRelativeFocusedTask(boolean forward, boolean stackTasksOnly, boolean animated, argument
975 int tmpNewIndex = newIndex + (forward ? -1 : 1);
984 // No restrictions, lets just move to the new task (looping forward/backwards if
987 newIndex = (newIndex + (forward ? -1 : 1) + taskCount) % taskCount;
994 if (forward) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java2310 private void processPendingMovement(boolean forward) { argument
2311 if (forward ? hasCreatedLastItem() : hasCreatedFirstItem()) {
2318 forward ? 1 : -1, mNumRows > 1);
2325 if (forward) {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3610 // Clear the forward bit. We can just do this directly, since
3845 forward(q);
3861 forward(q);
3867 protected void forward(QueuedInputEvent q) { method in class:ViewRootImpl.InputStage
3876 forward(q);
3954 * and finish or forward it later.
3979 * asynchronously. The caller is responsible for calling {@link #forward}
3988 protected void forward(QueuedInputEvent q) { method in class:ViewRootImpl.AsyncInputStage
3995 super.forward(q);
4028 super.forward(
[all...]
H A DView.java1207 public @interface FocusRealDirection {} // Like @FocusDirection, but without forward/backward
9015 * forward focus change internally.
9031 * {@link View} that it wishes to forward the request to.
9639 private boolean traverseAtGranularity(int granularity, boolean forward, argument
9651 current = forward ? 0 : text.length();
9653 final int[] range = forward ? iterator.following(current) : iterator.preceding(current);
9664 selectionStart = forward ? segmentStart : segmentEnd;
9666 selectionEnd = forward ? segmentEnd : segmentStart;
9668 selectionStart = selectionEnd= forward ? segmentEnd : segmentStart;
9671 final int action = forward
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1190 milliseconds