/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/ |
D | Android.mk | 58 $(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/ |
D | Android.mk | 24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
D | Android.mk | 24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | DisplayModifier.java | 439 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/ |
D | contact.jd | 6 <p>We're looking forward to improving how students learn in the classroom as we
|
/frameworks/compile/libbcc/gdb_plugin/ |
D | android-commands.py | 289 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/ |
D | data-items.jd | 26 <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/ |
D | RecentsView.java | 335 public void focusNextTask(boolean forward) { in focusNextTask() argument 342 stackView.focusNextTask(forward); in focusNextTask()
|
D | TaskStackView.java | 459 void focusNextTask(boolean forward) { in focusNextTask() argument 467 mFocusedTaskIndex + (forward ? -1 : 1))); in focusNextTask()
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewProvider.java | 205 public void findNext(boolean forward); in findNext() argument
|
D | WebView.java | 1539 public void findNext(boolean forward) { in findNext() argument 1542 mProvider.findNext(forward); in findNext()
|
/frameworks/base/docs/html/about/ |
D | index.jd | 41 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/ |
D | motion.jd | 42 <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/ |
D | bt-debugging.jd | 61 adb forward tcp:4444 localabstract:/adb-hub; adb connect localhost:4444
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-sdk-element.jd | 15 <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/ |
D | ancestral.jd | 136 forward. The way it is brought forward depends on whether the parent activity
|
/frameworks/base/docs/html/tools/debugging/ |
D | index.jd | 54 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/ |
D | UiScrollable.jd | 187 …<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/ |
D | webview.jd | 242 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/ |
D | velocityplot.py | 84 self.fig.set_size_inches(16, 12, forward=True)
|
/frameworks/base/docs/html/tools/devices/ |
D | index.jd | 56 forward-compatibility of your application. Forward-compatibility testing ensures that, when
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 3445 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/ |
D | adb.jd | 187 <td>You can use the <code>forward jdwp:<pid></code> port-forwarding specification to connect … 188 <code>adb forward tcp:8000 jdwp:472</code><br> 214 <td><code>forward <local> <remote></code></td> 384 …<p>You can use the <code>forward</code> command to set up arbitrary port forwarding — 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/ |
D | open-distribution.jd | 93 distribution; that is, anyone you send your apps to can simply forward them
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | abstracting.jd | 47 …ces, you should mirror the newer API as much as possible. This maximizes forward-compatibility and…
|