Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 209) sorted by relevance

123456789

/frameworks/base/tools/aapt/
Dpseudolocalize.cpp339 bool space = is_space(c); in text() local
340 if (lastspace && !space) { in text()
343 lastspace = space; in text()
362 bool space = true; in text() local
365 space = is_space(c); in text()
366 if (lastspace && !space) { in text()
369 } else if (!lastspace && space) { in text()
373 lastspace = space; in text()
/frameworks/base/tools/aapt2/compile/
DPseudolocalizer.cpp345 bool space = util::isspace16(c); in text() local
346 if (lastspace && !space) { in text()
349 lastspace = space; in text()
368 bool space = true; in text() local
371 space = util::isspace16(c); in text()
372 if (lastspace && !space) { in text()
375 } else if (!lastspace && space) { in text()
379 lastspace = space; in text()
/frameworks/base/docs/html/guide/topics/ui/layout/
Dlinear.jd42 space on the screen, set the <a
61 terms of how much space it should occupy on the screen. A larger weight value allows it to expand
62 to fill any remaining space in the parent view.
63 Child views can specify a weight value, and then any remaining space in the view group is
69 area required by its content. The other two will expand equally to fill the space remaining after
71 it is now declared more important than both the others, so it gets half the total remaining space,
/frameworks/native/opengl/specs/
DEGL_ANDROID_recordable.txt114 color space conversion must be performed at some point because most video
115 encoding formats use a YUV color space. The two approaches are
116 distinguished by the point at which this color space conversion is
119 One approach involves performing the color space conversion as part of the
125 space conversion when rendering the frame as well as a YUV -> RGB
128 The other approach involves performing the color space conversion in the
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DRowHeaderPresenter.java146 int space = holder.view.getPaddingBottom(); in getSpaceUnderBaseline() local
148 space += (int) getFontDescent((TextView) holder.view, mFontMeasurePaint); in getSpaceUnderBaseline()
150 return space; in getSpaceUnderBaseline()
/frameworks/base/docs/html/ndk/reference/
Ddoxygen.css188 white-space: -moz-pre-wrap; /* Moz */
189 white-space: -pre-wrap; /* Opera 4-6 */
190 white-space: -o-pre-wrap; /* Opera 7 */
191 white-space: pre-wrap; /* CSS3 */
220 white-space: pre;
277 white-space: nowrap;
471 white-space: nowrap;
480 white-space: nowrap;
600 white-space: nowrap;
605 white-space: nowrap;
[all …]
/frameworks/base/docs/html/training/keyboard-input/
Dvisibility.jd25 space on the screen is constrained, the text field might fill all space above the input method.
92 <p>When the input method appears on the screen, it reduces the amount of space available
95 you should specify how you'd like the system to display your UI in the remaining space.</p>
102 <p>For example, to ensure that the system resizes your layout to the available space&mdash;which
/frameworks/opt/net/wifi/tests/wifitests/
DAndroid.mk90 space:= $(empty) $(empty)
94 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
/frameworks/base/docs/html/about/versions/
Dkitkat.jd105 <span style="white-space:nowrap;">Android 4.4</span> is designed to run fast,
120 "white-space:nowrap;">Android 4.4</span> efficiently, even on low-memory
138 For developers, <span style="white-space:nowrap;">Android 4.4</span> helps
163 <span style="white-space:nowrap;">Android 4.4</span> introduces new platform
206 "white-space:nowrap;">Android 4.4</span> devices that support NFC will
221 <span style="white-space:nowrap;">Android 4.4</span> introduces native
269 Most devices running <span style="white-space:nowrap;">Android 4.4</span>
342 Most devices running <span style="white-space:nowrap;">Android 4.4</span>
353 <span style="white-space:nowrap;">Android 4.4</span> introduces platform
394 <span style="white-space:nowrap;">Android 4.4</span> also adds platform
[all …]
/frameworks/compile/mclinker/include/mcld/LD/
DDiagLayouts.inc37 "There is no space left to place stubs. Current stub group size: %0\n"
39 "There is no space left to place stubs. Current stub group size: %0\n"
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/quality/
Dtablets.jd12 <li><a href="#use-extra-space">3. Использование дополнительной области экрана</a></li>
70 <li><a href="#use-extra-space">используется все доступное пространство экрана;</a></li>
166 <div class="headerLine"><h2 id="use-extra-space">3. Использование дополнительной области экрана</h2…
722 …play/android-developer/contact/tabletq" target="_googleplay" style="white-space:nowrap">Контактная…
739 …play/android-developer/contact/tabletq" target="_googleplay" style="white-space:nowrap">контактную…
826 <td><span style="white-space:nowrap"><code>large</code> или</span><br /><code>-sw600</code></td>
832 <td><span style="white-space:nowrap">10-дюймовый</span> планшет</td>
833 <td><span style="white-space:nowrap"><code>xlarge</code> или</span><br /><code>-sw800</code></td>
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/quality/
Dtablets.jd13 <li><a href="#use-extra-space">3.使用更大的螢幕區域</a></li>
60 <li><a href="#use-extra-space">使用提供的所有螢幕空間</a></li>
122 <div class="headerLine"><h2 id="use-extra-space">3.利用更大的螢幕區域</h2></div>
525 …play/android-developer/contact/tabletq" target="_googleplay" style="white-space:nowrap">專為平板電腦而設計的…
533 …play/android-developer/contact/tabletq" target="_googleplay" style="white-space:nowrap">專為平板電腦而設計的…
603 <td><span style="white-space:nowrap"><code>large</code> 或</span><br /><code>-sw600</code></td>
609 <td><span style="white-space:nowrap">10 英寸</span> 平板電腦</td>
610 <td><span style="white-space:nowrap"><code>xlarge</code> 或</span><br /><code>-sw800</code></td>
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/quality/
Dtablets.jd12 <li><a href="#use-extra-space">3. 利用额外的屏幕区域</a></li>
70 <li><a href="#use-extra-space">利用可用的屏幕空间</a></li>
166 <div class="headerLine"><h2 id="use-extra-space">3. 利用额外的屏幕区域</h2></div>
722 …play/android-developer/contact/tabletq" target="_googleplay" style="white-space:nowrap">平板电脑专用联系表单…
737 …play/android-developer/contact/tabletq" target="_googleplay" style="white-space:nowrap">平板电脑专用联系表单…
826 <td><span style="white-space:nowrap"><code>large</code> 或 </span><br /><code>-sw600</code></td>
832 <td><span style="white-space:nowrap">10 英寸平板电脑</span></td>
833 <td><span style="white-space:nowrap"><code>xlarge</code> 或 </span><br /><code>-sw800</code></td>
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/quality/
Dtablets.jd13 <li><a href="#use-extra-space">3.余っている画面領域を活用する</a></li>
60 <li><a href="#use-extra-space">使用可能な画面サイズ全体を使用している</a></li>
122 <div class="headerLine"><h2 id="use-extra-space">3.余っている画面領域を活用する</h2></div>
525 …play/android-developer/contact/tabletq" target="_googleplay" style="white-space:nowrap">タブレット向け設計に…
533 …play/android-developer/contact/tabletq" target="_googleplay" style="white-space:nowrap">タブレット向け設計に…
603 <td><span style="white-space:nowrap"><code>large</code> または</span><br /><code>-sw600</code></td>
609 <td><span style="white-space:nowrap">10 インチ</span> タブレット</td>
610 <td><span style="white-space:nowrap"><code>xlarge</code> または</span><br /><code>-sw800</code></td>
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/essentials/quality/
Dtablets.jd14 <li><a href="#use-extra-space">3. 利用多出来的屏幕区域</a></li>
61 <li><a href="#use-extra-space">利用可用的屏幕空间</a></li>
118 <div class="headerLine"><h2 id="use-extra-space">3. 充分利用多出来的屏幕区域</h2></div>
491 …play/android-developer/contact/tabletq" target="_googleplay" style="white-space:nowrap">平板电脑专用联系表单…
499 …play/android-developer/contact/tabletq" target="_googleplay" style="white-space:nowrap">平板电脑专用联系表单…
565 <td><span style="white-space:nowrap"><code>large</code> 或</span><br /><code>-sw600</code></td>
571 <td><span style="white-space:nowrap">10 英寸</span>平板电脑</td>
572 <td><span style="white-space:nowrap"><code>xlarge</code> 或</span><br /><code>-sw800</code></td>
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/quality/
Dtablets.jd12 <li><a href="#use-extra-space">3. 추가 화면 영역 사용</a></li>
70 <li><a href="#use-extra-space">사용 가능한 모든 화면 공간 사용</a></li>
166 <div class="headerLine"><h2 id="use-extra-space">3. 추가 화면 영역 사용</h2></div>
722 …play/android-developer/contact/tabletq" target="_googleplay" style="white-space:nowrap">태블릿용 디자인 관…
737 …play/android-developer/contact/tabletq" target="_googleplay" style="white-space:nowrap">태블릿용 디자인 관…
826 <td><span style="white-space:nowrap"><code>large</code> 또는</span><br /><code>-sw600</code></td>
832 <td><span style="white-space:nowrap">10인치</span> 태블릿</td>
833 <td><span style="white-space:nowrap"><code>xlarge</code> 또는</span><br /><code>-sw800</code></td>
/frameworks/base/docs/html-intl/intl/zh-tw/google/play/
Dfilters.jd82 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/suppor…
119 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-c…
131 <td rowspan="2" valign="top" style="white-space:nowrap;"><code><a
166 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-l…
175 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-p…
184 …<td rowspan="2" valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/man…
242 <td valign="top" style="white-space:nowrap;">CPU 架構 (ABI)</td>
/frameworks/base/docs/html-intl/intl/zh-cn/google/play/
Dfilters.jd120 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/suppor…
187 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-c…
202 <td rowspan="2" valign="top" style="white-space:nowrap;"><code><a
258 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-l…
269 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-p…
293 …<td rowspan="2" valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/man…
384 <td valign="top" style="white-space:nowrap;">CPU 架构 (ABI)</td>
/frameworks/base/docs/html-intl/intl/ru/google/play/
Dfilters.jd120 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/suppor…
187 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-c…
202 <td rowspan="2" valign="top" style="white-space:nowrap;"><code><a
258 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-l…
269 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-p…
293 …<td rowspan="2" valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/man…
384 <td valign="top" style="white-space:nowrap;">Архитектура процессора (ABI)</td>
/frameworks/base/docs/html-intl/intl/ko/google/play/
Dfilters.jd120 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/suppor…
187 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-c…
202 <td rowspan="2" valign="top" style="white-space:nowrap;"><code><a
258 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-l…
269 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-p…
293 …<td rowspan="2" valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/man…
384 <td valign="top" style="white-space:nowrap;">CPU 아키텍처(ABI)</td>
/frameworks/base/docs/html-intl/intl/ja/google/play/
Dfilters.jd82 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/suppor…
119 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-c…
131 <td rowspan="2" valign="top" style="white-space:nowrap;"><code><a
166 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-l…
175 …<td valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/manifest/uses-p…
184 …<td rowspan="2" valign="top" style="white-space:nowrap;"><code><a href="{@docRoot}guide/topics/man…
242 <td valign="top" style="white-space:nowrap;">CPU アーキテクチャ(ABI)</td>
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DQueryController.java513 for(int space = 0; space < mLogIndent; space++) in formatLog()
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp320 sp<WebmElement> space = new EbmlVoid(mEstimatedCuesSize - cuesSize); in reset() local
321 space->write(mFd, spaceSize); in reset()
356 sp<WebmElement> space = new EbmlVoid(kMaxMetaSeekSize - metaSeekSize); in reset() local
357 space->write(mFd, spaceSize); in reset()
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd53 Some devices divide the permanent storage space into "internal" and "external" partitions, so even
56 The following lists summarize the facts about each storage space.</p>
99 they have an external storage space that's larger than the internal storage. For more
338 whether sufficient space is available without causing an {@link
340 java.io.File#getTotalSpace}. These methods provide the current available space and the
341 total space in the storage volume, respectively. This information is also useful to avoid filling
350 <p class="note"><strong>Note:</strong> You aren't required to check the amount of available space
353 this if you don't know exactly how much space you need. For example, if you
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_environment.jd56 <th scope="col" style="white-space:nowrap">Sensor</th>
57 <th scope="col" style="white-space:nowrap">Sensor event data</th>
58 <th scope="col" style="white-space:nowrap">Units of measure</th>
59 <th scope="col" style="white-space:nowrap">Data description</th>

123456789