Searched refs:forward (Results 1 - 20 of 20) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DAndroid.mk24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DAndroid.mk24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
H A DAndroid.mk58 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/common \
59 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/converter \
60 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/decoder \
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DTitleHelper.java52 final int forward = isRtl ? View.FOCUS_LEFT : View.FOCUS_RIGHT;
53 if (mTitleView.hasFocus() && direction == View.FOCUS_DOWN || direction == forward) {
H A DGridLayoutManager.java2160 private void processPendingMovement(boolean forward) { argument
2161 if (forward ? hasCreatedLastItem() : hasCreatedFirstItem()) {
2168 forward ? 1 : -1, mNumRows > 1);
2175 if (forward) {
/frameworks/base/tools/aapt2/
H A DMaybe.h198 return move(std::forward<Maybe<T>>(rhs));
204 return move(std::forward<Maybe<U>>(rhs));
243 new (&mStorage) T(std::forward<T>(value));
270 return Maybe<typename std::remove_reference<T>::type>(std::forward<T>(value));
H A DUtil.h103 return std::unique_ptr<T>(new T{std::forward<Args>(args)...});
/frameworks/av/include/media/
H A DRingBuffer.h71 * Constant forward iterator to this class. Implements an std:forward_iterator.
279 mBuffer.push_back(std::forward<T>(item));
285 mBuffer[mFrontIdx] = std::forward<T>(item);
293 mBuffer.emplace_back(std::forward<Args>(args)...);
299 mBuffer[mFrontIdx] = T(std::forward<Args>(args)...);
/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/av/services/camera/libcameraservice/utils/
H A DClientManager.h121 mKey{std::forward<KEY>(key)}, mValue{std::forward<VALUE>(value)}, mCost{cost},
122 mConflicting{std::forward<std::set<KEY>>(conflictingKeys)}, mPriority{priority},
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java215 public void findNext(boolean forward); argument
H A DWebView.java64 * web pages and includes methods to navigate forward and backward
813 * @return the same copy of the back/forward list used to save the state. If
859 * pages, create a back/forward list, etc.) there may be undesirable
864 * @return the restored back/forward list or null if restoreState failed
1059 * Gets whether this WebView has a forward history item.
1061 * @return true iff this Webview has a forward history item
1069 * Goes forward in the history of this WebView.
1077 * Gets whether the page can go back or forward the given
1091 * if forward.
1093 * @param steps the number of steps to take back or forward i
1604 findNext(boolean forward) argument
[all...]
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py84 self.fig.set_size_inches(16, 12, forward=True)
/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/view/
H A DViewRootImpl.java3390 // Clear the forward bit. We can just do this directly, since
3638 forward(q);
3654 forward(q);
3660 protected void forward(QueuedInputEvent q) { method in class:ViewRootImpl.InputStage
3669 forward(q);
3746 * and finish or forward it later.
3771 * asynchronously. The caller is responsible for calling {@link #forward}
3780 protected void forward(QueuedInputEvent q) { method in class:ViewRootImpl.AsyncInputStage
3787 super.forward(q);
3820 super.forward(
[all...]
H A DView.java1140 public @interface FocusRealDirection {} // Like @FocusDirection, but without forward/backward
8430 * forward focus change internally.
8446 * {@link View} that it wishes to forward the request to.
9017 private boolean traverseAtGranularity(int granularity, boolean forward, argument
9029 current = forward ? 0 : text.length();
9031 final int[] range = forward ? iterator.following(current) : iterator.preceding(current);
9042 selectionStart = forward ? segmentStart : segmentEnd;
9044 selectionEnd = forward ? segmentEnd : segmentStart;
9046 selectionStart = selectionEnd= forward ? segmentEnd : segmentStart;
9049 final int action = forward
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java404 public void focusNextTask(boolean forward) { argument
408 stackViews.get(0).focusNextTask(forward, true);
H A DTaskStackView.java577 public void focusNextTask(boolean forward, boolean animateFocusedState) { argument
582 int direction = (forward ? -1 : 1);
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py80 self.fig.set_size_inches(16, 12, forward=True)
/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 648 milliseconds