Home
last modified time | relevance | path

Searched refs:forward (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
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/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
DAndroid.mk24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
DAndroid.mk24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DDisplayModifier.java439 private static boolean stepInternal(boolean forward) { in stepInternal() argument
443 mIndices[modifierMapIndex] += (forward ? 1 : -1); in stepInternal()
449 mIndices[modifierMapIndex] = (forward ? 0 : map.size() - 1); in stepInternal()
/frameworks/base/docs/html/distribute/googleplay/edu/
Dcontact.jd6 <p>We're looking forward to improving how students learn in the classroom as we
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py289 def forward(self, source, destination): member in ADB
473 self.adb.forward("tcp:" + str(self.jdwp_port), \
501 self.adb.forward("tcp:" + str(self.gdbserver_port), \
/frameworks/base/docs/html/training/wearables/data-layer/
Ddata-items.jd26 <li><b>Path</b> - A unique string that must start with a forward slash (for instance,
69 with a forward slash. If you're using hierarchical data in your
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsView.java335 public void focusNextTask(boolean forward) { in focusNextTask() argument
342 stackView.focusNextTask(forward); in focusNextTask()
DTaskStackView.java459 void focusNextTask(boolean forward) { in focusNextTask() argument
467 mFocusedTaskIndex + (forward ? -1 : 1))); in focusNextTask()
/frameworks/base/core/java/android/webkit/
DWebViewProvider.java205 public void findNext(boolean forward); in findNext() argument
DWebView.java1539 public void findNext(boolean forward) { in findNext() argument
1542 mProvider.findNext(forward); in findNext()
/frameworks/base/docs/html/about/
Dindex.jd41 forward to bring new capabilities to users and developers. For developers,
48 forward, to bring new capabilities to users and developers. For developers, the
/frameworks/base/docs/html/training/graphics/opengl/
Dmotion.jd42 <p>In this lesson, you take another step forward into using OpenGL ES by learning how to add motion
/frameworks/base/docs/html/training/wearables/apps/
Dbt-debugging.jd61 adb forward tcp:4444 localabstract:/adb-hub; adb connect localhost:4444
/frameworks/base/docs/html/guide/topics/manifest/
Duses-sdk-element.jd15 <li><a href="#fc">Application forward compatibility</a></li>
92 system should not enable any compatibility behaviors to maintain your app's forward-compatibility
213 other API parts from earlier revisions are carried forward without
442 <h3 id="fc">Application forward compatibility</h3>
444 <p>Android applications are generally forward-compatible with new versions of
449 API Level) is forward-compatible with later versions of the Android platform and
526 your application. Additionally, to ensure forward-compatibility, you should run
/frameworks/base/docs/html/training/implementing-navigation/
Dancestral.jd136 forward. The way it is brought forward depends on whether the parent activity
/frameworks/base/docs/html/tools/debugging/
Dindex.jd54 tedious, so DDMS provides a port forwarding feature that can forward a specific VM's debugging
78 via DDMS. DDMS can forward any of these ports to a static debugging port (typically port 8700) by
/frameworks/base/docs/html/tools/help/uiautomator/
DUiScrollable.jd187 …<div class="jd-descrdiv">Performs a forward fling with the default number of fling steps (5).</div>
407 … <div class="jd-descrdiv">Performs a forward scroll action on the scrollable layout element until
426 …<div class="jd-descrdiv">Performs a forward scroll with the default number of scroll steps (55).</…
444 <div class="jd-descrdiv">Performs a forward scroll.</div>
462 … <div class="jd-descrdiv">Perform a scroll forward action to move through the scrollable layout
481 …<div class="jd-descrdiv">Perform a forward scroll action to move through the scrollable layout ele…
500 … <div class="jd-descrdiv">Performs a forward scroll action on the scrollable layout element until
1964 …<div class="jd-tagdata jd-tagdescr"><p>Performs a forward fling with the default number of fling s…
2591 …<div class="jd-tagdata jd-tagdescr"><p>Performs a forward scroll action on the scrollable layout e…
2644 …<div class="jd-tagdata jd-tagdescr"><p>Performs a forward scroll with the default number of scroll…
[all …]
/frameworks/base/docs/html/guide/webapps/
Dwebview.jd242 backward and forward through their web page history that's maintained by your {@link
301 pages. You can navigate backward and forward through the history with {@link
323 android.webkit.WebView#canGoForward()} to check whether there is a forward history. If you don't
/frameworks/base/tools/velocityplot/
Dvelocityplot.py84 self.fig.set_size_inches(16, 12, forward=True)
/frameworks/base/docs/html/tools/devices/
Dindex.jd56 forward-compatibility of your application. Forward-compatibility testing ensures that, when
/frameworks/base/core/java/android/view/
DViewRootImpl.java3445 forward(q); in deliver()
3461 forward(q); in finish()
3467 protected void forward(QueuedInputEvent q) { in forward() method in ViewRootImpl.InputStage
3476 forward(q); in apply()
3571 protected void forward(QueuedInputEvent q) { in forward() method in ViewRootImpl.AsyncInputStage
3578 super.forward(q); in forward()
3611 super.forward(q); in forward()
3621 super.forward(curr); in forward()
3704 forward(q); in onFinishedInputEvent()
3772 forward(q); in onFinishedInputEvent()
[all …]
/frameworks/base/docs/html/tools/help/
Dadb.jd187 <td>You can use the <code>forward jdwp:&lt;pid&gt;</code> port-forwarding specification to connect …
188 <code>adb forward tcp:8000 jdwp:472</code><br>
214 <td><code>forward&nbsp;&lt;local&gt;&nbsp;&lt;remote&gt;</code></td>
384 …<p>You can use the <code>forward</code> command to set up arbitrary port forwarding &mdash; forwar…
385 <pre class="no-pretty-print">adb forward tcp:6100 tcp:7100</pre>
387 <pre class="no-pretty-print">adb forward tcp:6100 local:logd </pre>
836 contains a "/" (forward-slash); otherwise it assumes the argument is a package name.
965 <li>{@code -l}: Install the package with forward lock.
/frameworks/base/docs/html/distribute/tools/
Dopen-distribution.jd93 distribution; that is, anyone you send your apps to can simply forward them
/frameworks/base/docs/html/training/backward-compatible-ui/
Dabstracting.jd47 …ces, you should mirror the newer API as much as possible. This maximizes forward-compatibility and…

123