/frameworks/base/core/java/com/android/internal/widget/ |
D | AbsActionBarView.java | 236 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { in positionChild() argument 241 if (reverse) { in positionChild() 247 return (reverse ? -childWidth : childWidth); in positionChild()
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 97 sorttable.reverse(this.sorttable_tbody); 110 sorttable.reverse(this.sorttable_tbody); 244 reverse: function(tbody) { method
|
/frameworks/base/core/java/android/widget/ |
D | EdgeEffect.java | 374 public Rect getBounds(boolean reverse) { in getBounds() argument 376 mBounds.offset(mX, mY - (reverse ? mMaxEffectHeight : 0)); in getBounds()
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_best_practices.jd | 40 verification process by reverse engineering your .apk file. If you do offload security processing to 56 <p>You should obfuscate your In-app Billing code so it is difficult for an attacker to reverse 78 which means it is relatively easy for an attacker to reverse engineer your application if you use
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | touch.jd | 68 // reverse direction of rotation above the mid-line 73 // reverse direction of rotation to left of the mid-line
|
/frameworks/base/docs/html/training/location/ |
D | index.jd | 69 Learn how to convert a location's latitude and longitude into an address (reverse
|
D | display-address.jd | 173 // If the reverse geocode returned an address
|
/frameworks/base/services/java/com/android/server/wm/ |
D | DisplayMagnifier.java | 538 mShowHideFrameAnimator.reverse(); in setShown() 543 mShowHideFrameAnimator.reverse(); in setShown()
|
/frameworks/base/docs/html/tools/help/ |
D | proguard.jd | 39 …sized <code>.apk</code> file that is more difficult to reverse engineer. Because ProGuard makes yo… 40 application harder to reverse engineer, it is important that you use it
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | animation-resource.jd | 79 android:repeatMode=["repeat" | "reverse"] 88 android:repeatMode=["repeat" | "reverse"] 198 …ve integer or <code>"-1"</code> for this attribute to have an effect. Set to <code>"reverse"</code> 199 …to have the animation reverse direction with each iteration or <code>"repeat"</code> to have the a… 271 …ve integer or <code>"-1"</code> for this attribute to have an effect. Set to <code>"reverse"</code> 272 …to have the animation reverse direction with each iteration or <code>"repeat"</code> to have the a…
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
D | sparse_weight_vector.cpp | 324 abs_val_list.reverse(); in ReprojectL1()
|
/frameworks/base/docs/html/guide/practices/ |
D | screens-distribution.jd | 104 <compatible-screens>}</a> element for the reverse scenario (when your application is not 175 <supports-screens>}</a> element for the reverse scenario (when your application is not compatible
|
/frameworks/base/core/java/com/google/android/util/ |
D | AbstractMessageParser.java | 334 if (matches(getResources().getDomainSuffixes(), reverse(domain))) { in isValidDomain() 1330 protected static String reverse(String str) { in reverse() method in AbstractMessageParser
|
/frameworks/base/docs/html/design/get-started/ |
D | ui-overview.jd | 48 interacted with most recently. They are organized in reverse chronological order with the most
|
/frameworks/base/core/java/android/animation/ |
D | ValueAnimator.java | 1023 public void reverse() { in reverse() method in ValueAnimator
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | activity-element.jd | 691 <td>Landscape orientation, but can be either normal or reverse landscape based on the device 696 <td>Portrait orientation, but can be either normal or reverse portrait based on the device 701 <td>Landscape orientation, but can be either normal or reverse landscape based on the device 707 <td>Portrait orientation, but can be either normal or reverse portrait based on the device 721 regardless of what the device will normally do (for example, some devices won't normally use reverse 722 portrait or reverse landscape, but this enables those). <em>Added in API level 9.</em></td>
|
D | manifest-element.jd | 56 basis for your package names (in reverse). For example, applications published by Google start with
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | creating-project.jd | 71 best if you use a name that begins with the reverse domain name of your organization or
|
/frameworks/base/docs/html/training/animation/ |
D | zoom.jd | 185 <li>Zoom back out by running a similar animation but in reverse when the user touches the
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | temporal.jd | 198 performs the reverse action (such as removing a fragment if the transaction added it).</p>
|
/frameworks/base/docs/html/design/patterns/ |
D | navigation.jd | 31 <p>The system Back button is used to navigate, in reverse chronological order, through the history
|
/frameworks/base/docs/html/distribute/googleplay/policies/ |
D | ads.jd | 150 must be able to locate and reverse the changes by adjusting settings,
|
/frameworks/base/docs/html/guide/components/ |
D | fragments.jd | 73 occurred. The back stack allows the user to reverse a fragment transaction (navigate backwards), 457 saved to the back stack so the user can reverse the transaction and bring back the 465 back stack as a single transaction and the <em>Back</em> button will reverse them all together.</p>
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio.jd | 45 …py (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disasse… 483 well as libraries. They are listed in reverse resource overlay order, with strikethrough on
|
/frameworks/base/docs/html/sdk/ |
D | terms.jd | 36 …py (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disasse…
|