Home
last modified time | relevance | path

Searched refs:accepted (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/base/core/java/android/text/method/
DDigitsKeyListener.java115 public static DigitsKeyListener getInstance(String accepted) { in getInstance() argument
120 dim.mAccepted = new char[accepted.length()]; in getInstance()
121 accepted.getChars(0, accepted.length(), dim.mAccepted, 0); in getInstance()
DDialerKeyListener.java83 char[] accepted = getAcceptedChars(); in lookup() local
87 if (ok(accepted, kd.meta[i])) { in lookup()
/frameworks/base/docs/html/distribute/stories/games/
Dconcrete-bowling.jd56 completion. While users who accepted a quest <b>started 98 percent more
64 users who accepted the first quest, almost <b>48% of the users accepted a
65 second</b> quest. Among those who completed the first, <b>78% accepted a
71 users who accepted a quest being <b>39.2 percent higher</b> than the average;
/frameworks/base/core/java/android/app/
DEnterTransitionCoordinator.java88 public void viewInstancesReady(ArrayList<String> accepted, ArrayList<String> localNames, in viewInstancesReady() argument
100 triggerViewsReady(mapNamedElements(accepted, localNames)); in viewInstancesReady()
102 triggerViewsReady(mapSharedElements(accepted, localViews)); in viewInstancesReady()
106 public void namedViewsReady(ArrayList<String> accepted, ArrayList<String> localNames) { in namedViewsReady() argument
107 triggerViewsReady(mapNamedElements(accepted, localNames)); in namedViewsReady()
157 private ArrayMap<String, View> mapNamedElements(ArrayList<String> accepted, in mapNamedElements() argument
164 if (accepted != null) { in mapNamedElements()
167 String acceptedName = accepted.get(i); in mapNamedElements()
DExitTransitionCoordinator.java64 ArrayList<String> accepted, ArrayList<View> mapped, boolean isReturning) { in ExitTransitionCoordinator() argument
66 viewsReady(mapSharedElements(accepted, mapped)); in ExitTransitionCoordinator()
DActivityTransitionCoordinator.java399 protected ArrayMap<String, View> mapSharedElements(ArrayList<String> accepted, in mapSharedElements() argument
402 if (accepted != null) { in mapSharedElements()
403 for (int i = 0; i < accepted.size(); i++) { in mapSharedElements()
404 sharedElements.put(accepted.get(i), localViews.get(i)); in mapSharedElements()
/frameworks/base/core/java/android/content/pm/
DIPackageInstaller.aidl50 void setPermissionsResult(int sessionId, boolean accepted); in setPermissionsResult() argument
DPackageInstaller.java426 public void setPermissionsResult(int sessionId, boolean accepted) { in setPermissionsResult() argument
428 mInstaller.setPermissionsResult(sessionId, accepted); in setPermissionsResult()
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java1476 final boolean accepted = viewBehavior.onStartNestedScroll(this, view, child, target, in onStartNestedScroll()
1478 handled |= accepted; in onStartNestedScroll()
1480 lp.acceptNestedScroll(accepted); in onStartNestedScroll()
1534 boolean accepted = false; in onNestedScroll()
1547 accepted = true; in onNestedScroll()
1551 if (accepted) { in onNestedScroll()
1559 boolean accepted = false; in onNestedPreScroll()
1579 accepted = true; in onNestedPreScroll()
1586 if (accepted) { in onNestedPreScroll()
/frameworks/native/opengl/specs/
DEGL_ANDROID_image_native_buffer.txt65 "Values accepted for <target> are listed in Table aaa, below.
DEGL_ANDROID_create_native_client_buffer.txt82 Attribute names accepted in <attrib_list> are shown in Table aaa,
/frameworks/base/docs/html/distribute/googleplay/families/
Dabout.jd107 content accepted into the Designed for Families program.
135 audiences under the age of thirteen will not be accepted into the program. To
Dstart.jd84 accepted into the Designed for Families program.
/frameworks/base/docs/html/training/gestures/
Dindex.jd49 the accepted Android conventions for touch gestures. The <a
/frameworks/compile/slang/
DRSCCOptions.td19 // This file defines the options accepted by llvm-rs-cc.
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd114 connection is accepted.</dd>
485 when an incoming connection is accepted. The client will receive it when it
513 socket is to listen for incoming connection requests and when one is accepted,
549 be accepted (in the next step).</p>
555 accepted or an exception has occurred. A connection is accepted only when a
616 // If a connection was accepted
636 connection is accepted and the {@link android.bluetooth.BluetoothSocket} is
/frameworks/base/docs/html/guide/appendix/
Dapp-intents.jd34 accepted. Valid examples include the following:</p>
Dg-app-intents.jd43 accepted. Valid examples include the following:</p>
/frameworks/base/docs/html/guide/topics/search/
Dsearchable-config.jd91 receives focus. The following mode values are accepted:
229 have no effect.) The following mode values are accepted:
257 should be used by the voice recognition system. The following values are accepted:
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java1047 void setPermissionsResult(boolean accepted) { in setPermissionsResult() argument
1052 if (accepted) { in setPermissionsResult()
DPackageInstallerService.java905 public void setPermissionsResult(int sessionId, boolean accepted) { in setPermissionsResult() argument
911 session.setPermissionsResult(accepted); in setPermissionsResult()
/frameworks/base/docs/html/guide/components/
Dintents-filters.jd484 <dd>Declares the intent action accepted, in the {@code name} attribute. The value
487 <dd>Declares the type of data accepted, using one or more attributes that specify various
491 <dd>Declares the intent category accepted, in the {@code name} attribute. The value
716 <p>To specify accepted intent actions, an intent filter can declare zero or more
740 <p>To specify accepted intent categories, an intent filter can declare zero or more
771 <p>To specify accepted intent data, an intent filter can declare zero or more
/frameworks/base/docs/html/guide/webapps/
Dtargeting.jd85 supported viewport properties and the types of values accepted by each one:</p>
/frameworks/base/docs/html/distribute/googleplay/
Dauto.jd215 <p>If your app is not accepted, you’ll receive a <strong>notification email sent to your
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd130 <p>The following keyword strings are accepted:</p>

12