Searched refs:fact (Results 1 – 25 of 42) sorted by relevance
12
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessList.java | 407 for (int j=0, fact=10; j<6; j++, fact*=10) { in appendRamKb() 408 if (ramKb < fact) { in appendRamKb()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | ShapeDrawable.java | 114 public void setShaderFactory(ShaderFactory fact) { in setShaderFactory() argument 115 mShapeState.mShaderFactory = fact; in setShaderFactory()
|
/frameworks/base/docs/html/guide/faq/ |
D | framework.jd | 71 <p>You can take advantage of the fact that your application 143 fact that your components run in the same process to greatly simplify
|
/frameworks/base/docs/html/google/play/licensing/ |
D | index.jd | 32 for paid applications that wish to verify that the current user did in fact pay for the application
|
/frameworks/base/docs/html/distribute/stories/ |
D | tablets.jd | 254 fact, they’ve seen Android tablet downloads more than triple in the last six 347 continued to see a successful run on Android tablets. In fact, Android tablets
|
/frameworks/base/docs/html/training/tv/games/ |
D | index.jd | 25 developers. These areas include its large size, its control scheme, and the fact that all players 99 a gamepad with a joystick than one with only a D-pad, make this fact clear. A player who uses
|
/frameworks/base/docs/html/training/managing-audio/ |
D | volume-playback.jd | 151 not that simple for media playback apps—in fact, responding to media playback buttons is most
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | creating.jd | 66 In fact, this is the only callback you need in order to get a fragment running. For
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | draw.jd | 232 orientation of the device. The reason the shape is skewed is due to the fact that the object’s
|
D | environment.jd | 119 android.opengl.GLSurfaceView.Renderer} that you set on this view. In fact, the code for this object
|
/frameworks/base/docs/html/design/wear/ |
D | structure.jd | 44 <p>This is the simplest way to get on Android Wear. In fact, your app already does this if it uses …
|
/frameworks/base/docs/html/training/monetization/ |
D | ads-and-ux.jd | 160 multiple ads that will quite likely annoy your users. In fact, this practice is banned by some ad
|
/frameworks/base/docs/html/design/patterns/ |
D | widgets.jd | 115 …<li>In fact, as the user resizes a widget, the system will respond with a dp size range in which y…
|
D | notifications_k.jd | 242 to be aware of the fact that notifications are potentially interrupting the
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-ex3.jd | 226 the counterpart to the <code>onCreate()</code> method, and in fact the
|
/frameworks/base/docs/html/training/articles/ |
D | security-ssl.jd | 436 In fact, when using a custom {@link javax.net.ssl.TrustManager}, what is passed to 540 Nogotofail works for Android, iOS, Linux, Windows, Chrome OS, OSX, in fact
|
D | perf-tips.jd | 88 but this also generalizes to the fact that two parallel arrays of ints
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | texture.jd | 50 the fact they don’t all support the same set of GL textures. It may seem at the outset as though
|
D | api.jd | 284 sake of example, let’s assume that red requires a front-facing camera. In fact, the entire point of
|
D | screensize.jd | 232 red requires a front-facing camera. In fact, the entire point of the red APK is to use the extra
|
D | multiple.jd | 334 let’s assume that Purple requires a front-facing camera. In fact, the entire point of Purple is to
|
/frameworks/base/docs/html/distribute/essentials/ |
D | optimizing-your-app.jd | 316 matters</a>, for any interface, on mobile, web, or desktop. In fact, the
|
/frameworks/base/docs/html/training/cloudsave/ |
D | conflict-res.jd | 427 The player has gained 211 coins, when in fact she has collected only 111 coins.</p>
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | menu_design.jd | 147 In fact, to cancel out of any menu, press the <em>Back</em> button. (Pressing the <em>Menu</em>
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | string-resource.jd | 243 <p>Don't be misled either by the fact that, say, <code>two</code> sounds like it could only apply to
|
12