OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layouts
(Results
76 - 100
of
709
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/common/extensions/api/input_ime/
input_components_handler.h
36
std::set<std::string>
layouts
;
member in struct:extensions::InputComponentInfo
/external/chromium_org/chrome/common/extensions/api/
wallpaper.json
36
"description": "The supported wallpaper
layouts
."
/external/chromium_org/content/renderer/
renderer.sb
19
(regex #"^/System/Library/Keyboard
Layouts
($|/)") ; http://crbug.com/152566
/external/chromium_org/media/base/
channel_mixer.h
19
// ChannelMixer is for converting audio between channel
layouts
. The conversion
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
InputLayoutCache.h
8
// D3D11 input
layouts
.
/frameworks/base/core/tests/coretests/src/android/view/menu/
MenuLayout.java
44
* This activity is meant to try a bunch of different menu
layouts
. So,
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
LLOfButtons1.java
28
* One of two simple vertical linear
layouts
of buttons used to test out
/frameworks/support/v4/java/android/support/v4/view/
MarginLayoutParamsCompat.java
138
* <p>On platform versions supporting bidirectional text and
layouts
153
* <p>On platform versions supporting bidirectional text and
layouts
168
* <p>On platform versions supporting bidirectional text and
layouts
183
* <p>On platform versions supporting bidirectional text and
layouts
/packages/apps/UnifiedEmail/res/values-sw720dp/
constants.xml
30
<!-- Whether or not to use a nice transition when showing the folder list fragment; used in 2-pane
layouts
-->
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
SeekBarRule.java
38
// almost no usable width -- so just make it grow in all
layouts
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewMode.java
32
/** Preview layout as included in other
layouts
*/
FragmentMenu.java
101
// which
layouts
it is referring to and list these here as reasonable
114
// Find
layouts
. This is based on just skimming the Fragment class and looking
119
List<Pair<String, String>>
layouts
= new ArrayList<Pair<String, String>>();
local
122
layouts
.add(Pair.of("list_content", //$NON-NLS-1$
152
layouts
.add(Pair.of(title, layout));
160
if (
layouts
.size() > 0) {
162
for (Pair<String, String> layout :
layouts
) {
/external/chromium_org/chrome/browser/chromeos/input_method/
component_extension_ime_manager_impl.cc
209
const ListValue*
layouts
= NULL;
local
210
if (!dict.GetList(extensions::manifest_keys::kLayouts, &
layouts
))
213
for (size_t i = 0; i <
layouts
->GetSize(); ++i) {
215
if (
layouts
->GetString(i, &buffer))
216
out->
layouts
.push_back(buffer);
/external/chromium_org/chromeos/ime/
input_method_manager.h
113
// Enables keyboard
layouts
(e.g. US Qwerty, US Dvorak, French Azerty) that
116
// Qwerty, US International, US Extended, US Dvorak, and US Colemak
layouts
118
// to the hardware keyboard layout and several keyboard
layouts
for Germany
120
// This method is for setting up i18n keyboard
layouts
for the login screen.
142
const std::vector<std::string>&
layouts
,
/frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java
85
boolean useFullScreenWidth, int
layouts
[]) {
91
if (
layouts
!= null) {
92
if (
layouts
.length != mLayouts.length) {
93
throw new RuntimeException("Wrong number of
layouts
");
96
mLayouts[i] =
layouts
[i];
/packages/apps/Mms/src/com/android/mms/model/
MediaModelFactory.java
42
SMILMediaElement sme, LayoutModel
layouts
, PduBody pb)
50
context, tag, src, (SMILRegionMediaElement) sme,
layouts
, part);
92
LayoutModel
layouts
, PduPart part) throws IOException, MmsException {
95
RegionModel region =
layouts
.findRegionById(sre.getId());
108
RegionModel region =
layouts
.findRegionById(rId);
/frameworks/base/core/java/android/hardware/input/
InputManager.java
42
* Provides information about input devices and available key
layouts
.
70
* Broadcast Action: Query available keyboard
layouts
.
72
* The input manager service locates available keyboard
layouts
74
* An application can offer additional keyboard
layouts
to the user
78
* might include in its AndroidManifest.xml to advertise keyboard
layouts
.
93
* an XML resource whose root element is <code><keyboard-
layouts
></code> that
97
* is used to name the collection of keyboard
layouts
provided by this receiver in the
101
* <keyboard-
layouts
xmlns:android="http://schemas.android.com/apk/res/android">
105
* </keyboard-
layouts
>
125
*
layouts
that are provided by the application
[
all
...]
/external/chromium/chrome/browser/chromeos/input_method/
input_method_util.h
74
// This function only supports xkb
layouts
.
165
// Enables input methods (e.g. Chinese, Japanese) and keyboard
layouts
(e.g.
168
// For example, if |language_code| is "en-US", US qwerty and US dvorak
layouts
170
// keyboard
layouts
for Germany would be enabled.
171
// If |type| is kAllInputMethods, all keyboard
layouts
and all input methods
172
// are enabled. If it's kKeyboardLayoutsOnly, only keyboard
layouts
are enabled.
/frameworks/base/docs/html/training/tv/
optimizing-layouts-tv.jd
1
page.title=Optimizing
Layouts
for TV
16
<li><a href="#DesignLandscapeLayouts">Design Landscape
Layouts
</a></li>
37
This lesson shows you how to optimize
layouts
for TV by:
45
<h2 id="DesignLandscapeLayouts">Design Landscape
Layouts
</h2>
48
TV screens are always in landscape orientation. Follow these tips to build landscape
layouts
optimized for TV screens:
162
If you provide low quality or small images in your
layouts
, they will appear pixelated, fuzzy, or grainy. This
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java
60
/** The document descriptor. Contains all
layouts
and views linked together. */
84
/** Returns the document descriptor. Contains all
layouts
and views linked together. */
126
* @param
layouts
The list of
layouts
in the framework.
130
public synchronized void updateDescriptors(ViewClassInfo[] views, ViewClassInfo[]
layouts
,
152
if (
layouts
!= null) {
153
for (ViewClassInfo info :
layouts
) {
181
// Link all
layouts
to everything else here.. recursively
186
// The gesture overlay descriptor is really a layout but not included in the
layouts
list
357
"Lets you statically include XML
layouts
inside other XML layouts.", // toolti
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList2.java
115
new String[] { Contacts.DISPLAY_NAME }, // Name for group
layouts
117
new String[] { Phone.NUMBER }, // Number for child
layouts
/frameworks/base/docs/html/design/style/
metrics-grids.jd
21
alternative
layouts
for some of the different size buckets, and provide alternative bitmap images
24
<p>Because it's important that you design and implement your
layouts
for multiple densities,
typography.jd
55
<p>Contrast in type sizes can go a long way to create ordered, understandable
layouts
. However, too
64
wherever possible.
Layouts
supporting scalable types should be tested against these settings.</p>
/frameworks/base/docs/html/guide/topics/resources/
layout-resource.jd
10
<li><a href="{@docRoot}guide/topics/ui/declaring-layout.html">
Layouts
</a></li>
131
href="{@docRoot}guide/topics/ui/declaring-layout.html">
Layouts
</a> for more information. For
172
android.view.ViewStub}, read <a href="{@docRoot}training/improving-
layouts
/loading-ondemand.html">Loading
183
information about merging
layouts
, read <a
184
href="{@docRoot}training/improving-
layouts
/reusing-
layouts
.html">Re-using
Layouts
with <include/></a>.</dd>
276
<li><a href="{@docRoot}guide/topics/ui/declaring-layout.html">
Layouts
</a></li>
/frameworks/base/docs/html/guide/topics/ui/
index.jd
52
<a href="http://developer.android.com/training/improving-
layouts
/index.html">
54
<p>
Layouts
are a key part of Android applications that directly affect the user experience. If
Completed in 356 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>