Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java236 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/
Dsorttable.js97 sorttable.reverse(this.sorttable_tbody);
110 sorttable.reverse(this.sorttable_tbody);
244 reverse: function(tbody) { method
/frameworks/base/core/java/android/widget/
DEdgeEffect.java374 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/
Dbilling_best_practices.jd40 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/
Dtouch.jd68 // 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/
Dindex.jd69 Learn how to convert a location's latitude and longitude into an address (reverse
Ddisplay-address.jd173 // If the reverse geocode returned an address
/frameworks/base/services/java/com/android/server/wm/
DDisplayMagnifier.java538 mShowHideFrameAnimator.reverse(); in setShown()
543 mShowHideFrameAnimator.reverse(); in setShown()
/frameworks/base/docs/html/tools/help/
Dproguard.jd39 …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/
Danimation-resource.jd79 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/
Dsparse_weight_vector.cpp324 abs_val_list.reverse(); in ReprojectL1()
/frameworks/base/docs/html/guide/practices/
Dscreens-distribution.jd104 &lt;compatible-screens>}</a> element for the reverse scenario (when your application is not
175 &lt;supports-screens>}</a> element for the reverse scenario (when your application is not compatible
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java334 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/
Dui-overview.jd48 interacted with most recently. They are organized in reverse chronological order with the most
/frameworks/base/core/java/android/animation/
DValueAnimator.java1023 public void reverse() { in reverse() method in ValueAnimator
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd691 <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>
Dmanifest-element.jd56 basis for your package names (in reverse). For example, applications published by Google start with
/frameworks/base/docs/html/training/basics/firstapp/
Dcreating-project.jd71 best if you use a name that begins with the reverse domain name of your organization or
/frameworks/base/docs/html/training/animation/
Dzoom.jd185 <li>Zoom back out by running a similar animation but in reverse when the user touches the
/frameworks/base/docs/html/training/implementing-navigation/
Dtemporal.jd198 performs the reverse action (such as removing a fragment if the transaction added it).</p>
/frameworks/base/docs/html/design/patterns/
Dnavigation.jd31 <p>The system Back button is used to navigate, in reverse chronological order, through the history
/frameworks/base/docs/html/distribute/googleplay/policies/
Dads.jd150 must be able to locate and reverse the changes by adjusting settings,
/frameworks/base/docs/html/guide/components/
Dfragments.jd73 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/
Dstudio.jd45 …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/
Dterms.jd36 …py (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disasse…

12