Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 61) sorted by relevance

123

/frameworks/base/libs/hwui/
DPatch.cpp101 const float fixed = bitmapWidth - stretchSize; in createMesh() local
102 const float xStretch = fmaxf(width - fixed, 0.0f); in createMesh()
104 rescaleX = fixed == 0.0f ? 0.0f : fminf(fmaxf(width, 0.0f) / fixed, 1.0f); in createMesh()
113 const float fixed = bitmapHeight - stretchSize; in createMesh() local
114 const float yStretch = fmaxf(height - fixed, 0.0f); in createMesh()
116 rescaleY = fixed == 0.0f ? 0.0f : fminf(fmaxf(height, 0.0f) / fixed, 1.0f); in createMesh()
/frameworks/base/docs/html/design/building-blocks/
Dtabs.jd45 <h2 id="fixed">Fixed Tabs</h2>
47 … all tabs, the tab labels themselves will be scrollable. For this reason, fixed tabs are best suit…
Dgrid-lists.jd23 <p>The items in a grid list are arranged in two dimensions, one of which is fixed when scrolling
/frameworks/rs/scriptc/
Drs_graphics.rsh130 * Load the projection matrix for a currently bound fixed function
138 * Load the model matrix for a currently bound fixed function
146 * Load the texture matrix for a currently bound fixed function
154 * Get the projection matrix for a currently bound fixed function
163 * Set the constant color for a fixed function emulation program.
/frameworks/base/tests/LegacyRestoreTest/
DREADME12 The file "kk-fixed-encrypted-settings-abcd.ab" is a similar encrypted "adb backup"
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags44 # and STATE_OUT_OF_SERVICE in "network_to". To avoid confusion, the fixed version
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dgrain.fs24 * Convolution matrix of distance 2 with fixed point of 'kShiftBits' bits
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd47 <li>Put only the most important commands fixed on the screen. </li>
71 …: 4px;"><a href=#most_important_commands>Put only most important commands fixed on the screen</a><…
257 are less discoverable than either buttons fixed on-screen or the Options menu.
302 Commands can also be fixed directly on screen, typically in
323 or place them fixed in an activity screen; put commands that apply to the
442 <h3 id="most_important_commands">Put only the most important commands fixed on the screen</h3>
451 Here are a number of important reasons to place commands fixed on the activity screen:
/frameworks/native/cmds/flatland/
DREADME.txt18 fixed or eliminated for production devices).
/frameworks/base/docs/html/design/patterns/
Dapp-structure.jd120 Default fixed tabs shown in Holo Dark &amp; Light.
206 <p>If the categories in the tabs are not closely related, favor fixed tabs, so that all categories …
211 People uses fixed tabs to switch between different, relatively unrelated functional areas.
/frameworks/base/docs/html/about/versions/
Dandroid-3.2.jd52 <li><strong>Compatibility zoom for fixed-sized apps</strong>
55 users a new way to view fixed-sized apps on larger devices. The new mode provides a
80 <p>To ensure the best possible display for fixed-sized apps and apps with limited
113 on its height. In all cases, the smallestWidth is derived from a fixed characteristic of the
/frameworks/base/docs/html/training/design-navigation/
Ddescendant-lateral.jd66 …uch-based navigation interface. Examples of such targets include buttons, fixed-size list views, o…
100 …s, as list items generally span the entire width of the screen yet have a fixed height. One way to…
Dmultiple-sizes.jd85 …nt the content in each pane in the portrait orientation. Panes could have fixed widths or take a c…
/frameworks/native/opengl/libagl/
Dtexture.cpp988 GGLfixed fixed[4]; in glTexEnvfv() local
990 fixed[i] = gglFloatToFixed(params[i]); in glTexEnvfv()
991 c->rasterizer.procs.texEnvxv(c, target, pname, fixed); in glTexEnvfv()
/frameworks/base/docs/html/training/multiple-apks/
Dtexture.jd108 color themes, bugs fixed in shared code), which improves your development time and reduces the
295 <p>Fortunately this is easily fixed by adding the following to your manifest:</p>
Dapi.jd148 color themes, bugs fixed in shared code), which improves your development time and reduces the
376 <p>Fortunately this is easily fixed by adding the following to your manifest:</p>
Dscreensize.jd125 color themes, bugs fixed in shared code), which improves your development time and reduces the
350 <p>Fortunately this is easily fixed by adding the following to your
Dmultiple.jd177 color themes, bugs fixed in shared code), which improves your development time and reduces the
472 <p>Fortunately this is easily fixed by adding the following to your manifest:<p>
/frameworks/base/docs/html/guide/topics/media/
Dexoplayer.jd227 FormatEvaluator}, while audio is played at a fixed quality level.</p>
334 a single fixed resolution so as to avoid discontinuities. The ExoPlayer demo app
335 implementation does not pick a fixed resolution.</p>
/frameworks/base/docs/html/tools/revisions/
Dstudio.jd181 fixed the DSL to get/set the output file on the variant object so that it's not necessary to
/frameworks/base/docs/html/training/implementing-navigation/
Dlateral.jd83 <dd>This is best when navigating between sibling screens representing a fixed, small
/frameworks/base/docs/html/training/articles/
Dmemory.jd641 PERS # 4: adj=sys /F trm= 0 20674:system/1000 (fixed)
642 PERS #39: adj=pers /F trm= 0 20964:com.android.nfc/1027 (fixed)
643 PERS # 2: adj=pers /F trm= 0 20959:com.android.phone/1001 (fixed)
644 PERS # 1: adj=pers /F trm= 0 20779:com.android.systemui/u0a10057 (fixed)
/frameworks/base/docs/html/tools/help/
Dmonkey.jd100 <td>Inserts a fixed delay between events. You can use this option to slow down the Monkey.
/frameworks/base/docs/html/google/backup/
Dterms.jd85 acknowledge and agree that Google may set a fixed upper limit on the number of
89 abide by any such fixed upper limits.</p>
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd487 and higher versions. The 1.x version of the API has more convenience methods and a fixed graphics
532 wide variety of devices and supports fixed rate compression for RGB textures with and without
724 <li><strong>Coding Convenience</strong> - The OpenGL ES 1.0/1.1 API provides a fixed function

123