Home
last modified time | relevance | path

Searched refs:fit (Results 1 – 25 of 74) sorted by relevance

123

/frameworks/av/media/libmediaplayerservice/
DVideoFrameScheduler.cpp114 fit(0, period * 12 / 7, 8, &a, &b, &err);
126 bool VideoFrameScheduler::PLL::fit( in fit() function in android::VideoFrameScheduler::PLL
242 fit(firstTime, delta, numSamplesToUse, &a, &b, &err); in prime()
251 fit(firstTime, delta, numSamplesToUse, &a, &b, &err); in prime()
293 if (!fit(mPhase, mPeriod, kMaxSamplesToEstimatePeriod, &a, &b, &err)) { in addSample()
DVideoFrameScheduler.h75 bool fit(nsecs_t phase, nsecs_t period, size_t numSamples,
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dindex.jd31 shading, and other details for making all your icons fit in the Android system.
40 design widgets that fit with others on the Home screen. They include links to
Dicon_design_dialog.jd111 <li>Dialog icons have a 1 pixel safeframe. The base shape must fit within the
173 <li>Import the shape into a tool like Adobe Photoshop and scale to fit an image
Dicon_design_list.jd175 <li>Import the shape into a tool like Adobe Photoshop and scale to fit an image
/frameworks/base/core/java/android/text/
DStaticLayout.java262 int fit = paraStart; in generate() local
354 fit = j + 1; in generate()
399 } else if (fit != here) { in generate()
400 endPos = fit; in generate()
432 ok = fit = here; in generate()
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd76 when it believes that is can no longer fit within
125 descendants will fit within this size.</li>
128 child. The child must guarantee that it and all of its descendants will fit
/frameworks/base/docs/html/design/style/
Dthemes.jd28 <p>Applying these themes will go a long way in helping you to build apps that fit right into the
Dcolor.jd91 <p>Use color primarily for emphasis. Choose colors that fit with your brand and provide good contra…
Dbranding.jd73 and they have a distinctive look intended to fit your brand, use them on your
/frameworks/base/docs/html/design/patterns/
Dcompatibility.jd28 fit in the action bar or aren't important enough to be displayed at the top level appear in the
Dactionbar.jd73 Show the most important actions of your app in the actions section. Actions that don't fit in the
209 <p>How many actions will fit in the main action bar? Action bar capacity is controlled by the follo…
216 determine the number of items that will fit in the main action bar:<ul>
/frameworks/base/docs/html/training/basics/supporting-devices/
Dscreens.jd62 properly fit the screen. Thus, your layouts for different screen sizes don't
173 you provide hdpi assets, the system scales them down by one half to properly fit ldpi
/frameworks/base/docs/html/about/
Dstart.jd30 <p>Before you write a single line of code, you need to design the user interface and make it fit
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dthreshold.fs43 // we approximately fit sigma = f(radius) as
/frameworks/base/docs/html/training/multiscreen/
Dscreensizes.jd46 <li>Ensuring your layout can be adequately resized to fit the screen</li>
58 or height of the view is set to the minimum size necessary to fit the content
158 another pane). Tablets and TVs are large enough for both panes to fit
335 background must fit whichever button shape it is applied to.</p>
/frameworks/base/docs/html/training/wearables/notifications/
Dcreating.jd188 in order to include the complete event description (which includes more text than can fit
194 // event description that may not fit the normal content text.
214 good as they are scaled up to fit the wearable screen. To add a wearable-specific background image
/frameworks/native/opengl/tests/angeles/
DREADME.txt18 naturally heavily size optimized in order to fit it in the size
/frameworks/base/docs/html/training/basics/fragments/
Dfragment-ui.jd45 fit side by side, but on a handset device, only one fragment fits at a time so the fragments must
80 device screen is smaller than <em>large</em> because the screen does not fit both fragments at
/frameworks/base/docs/html/guide/topics/manifest/
Dsupports-screens-element.jd40 <p>However, if your application does not work well when resized to fit different screen sizes, you
42 application should be distributed to smaller screens or have its UI scaled up ("zoomed") to fit
184 default, screen compatibility mode is disabled and your layout is resized to fit the screen as
/frameworks/base/docs/html/design/tv/
Dpatterns.jd81 to fit.
/frameworks/base/docs/html/training/basics/firstapp/
Dbuilding-ui.jd195 specifies that the view should be only as big as needed to fit the contents of the view. If you
268 necessary to fit the button's text. This button doesn't need the
277 android.widget.Button} widgets are only as big as necessary to fit their content, as shown in
/frameworks/base/docs/html/guide/practices/
Dscreens-distribution.jd54 <p>Because the system generally scales applications to fit larger screens well, you shouldn't
178 will still be available to larger screens, but when it runs, it will not resize to fit the screen.
/frameworks/base/docs/html/wear/design/
Dindex.jd52 …n dynamic content which may not fit on a single screen. In these cases the content will be automat…
/frameworks/base/docs/html/training/material/
Dtheme.jd76 <p style="margin-bottom:30px">To customize the theme's base colors to fit your brand, define

123