OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:navigation
(Results
426 - 450
of
1296
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webkit/Source/WebCore/html/
RadioInputType.cpp
77
// However, when using Spatial
Navigation
, we need to be able to navigate without changing the selection.
120
// When using Spatial
Navigation
, every radio button should be focusable.
/frameworks/base/core/java/android/content/pm/
ConfigurationInfo.java
62
* requires a five way
navigation
device
99
+ "
navigation
= " + reqNavigation
/frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java
104
assertEquals(config.reqNavigation, vconfig.
navigation
);
105
if (vconfig.
navigation
== Configuration.NAVIGATION_NONAV) {
/frameworks/base/docs/html/design/patterns/
selection.jd
2
page.tags="actionmode","
navigation
","contextual"
54
<li>Dismiss the CAB via the
navigation
bar's Back button or the CAB's checkmark button. This removes
widgets.jd
61
<p>Because widgets live on the home screen, they have to co-exist with the
navigation
that is established there. This limits the gesture support that is available in a widget compared to a full-screen app. While apps for example may support a view pager that allows the user to navigate between screens laterally, that gesture is already taken on the home screen for the purpose of navigating between home panels.</p>
78
<h3>Widget
navigation
</h3>
79
<p>Besides the pure information content, you should also consider to round out your widget's offering by providing
navigation
links to frequently used areas of your app. This lets users complete tasks quicker and extends the functional reach of the app to the home screen.</p>
80
<p>Good candidates for
navigation
links to surface on widgets are:</p>
83
<li>Open application at top level: Tapping on an information element will usually navigate the user to a lower level detail screen. Providing access to the top level of your application provides more
navigation
flexibility and can replace a dedicated app shortcut that users would otherwise use to navigate to the app from the home screen. Using your application icon as an affordance can also provide your widget with a clear identity in case the data you're displaying is ambiguous.</li>
/frameworks/base/docs/html-intl/ja/training/multiscreen/
adaptui.jd
107
/* use tabs for
navigation
*/
117
/* use list
navigation
(spinner) */
/frameworks/base/docs/html-intl/ru/training/multiscreen/
adaptui.jd
107
/* use tabs for
navigation
*/
117
/* use list
navigation
(spinner) */
/frameworks/base/docs/html-intl/zh-cn/training/multiscreen/
adaptui.jd
107
/* use tabs for
navigation
*/
117
/* use list
navigation
(spinner) */
/packages/apps/CellBroadcastReceiver/
AndroidManifest.xml
82
android:configChanges="orientation|keyboardHidden|keyboard|
navigation
" />
90
android:configChanges="orientation|keyboardHidden|keyboard|
navigation
" />
/external/chromium/chrome/browser/net/
predictor.h
14
//
navigation
. A subresource URL may be associated with a referrer URL. Later
79
// that we predict will be needed after this
navigation
(typically
81
// to do the actual work, so as not to jump ahead of the frame
navigation
that
93
// Record details of a
navigation
so that we can preresolve the host name
324
// need to pre-resolve or pre-connect to when there is a
navigation
to the
/external/chromium/chrome/browser/sync/glue/
session_model_associator.h
167
// one
navigation
entry and is not an empty tab.
328
// (from a local
navigation
event)
350
const sync_pb::TabNavigation&
navigation
,
353
// Populates the
navigation
portion of the session specifics.
355
const TabNavigation*
navigation
,
session_model_associator.cc
305
const TabNavigation*
navigation
,
307
tab_navigation->set_index(
navigation
->index());
308
tab_navigation->set_virtual_url(
navigation
->virtual_url().spec());
309
tab_navigation->set_referrer(
navigation
->referrer().spec());
310
tab_navigation->set_title(UTF16ToUTF8(
navigation
->title()));
311
switch (
navigation
->transition()) {
619
AppendSessionTabNavigation(specifics.
navigation
(i), &tab->navigations);
988
const TabNavigation
navigation
= *i;
local
[
all
...]
/frameworks/base/docs/html/guide/topics/ui/accessibility/
checklist.jd
21
<li><a href="{@docRoot}training/design-
navigation
/index.html">Designing Effective
Navigation
</a></li>
64
<li><strong>Enable focus-based
navigation
:</strong> Make sure
67
keyboards and
navigation
gestures). In a few cases, you may need to make user interface components
83
using directional controls, and using eyes-free
navigation
with TalkBack enabled.
apps.jd
12
<li><a href="#focus-nav">Enabling Focus
Navigation
</a>
45
<li><a href="{@docRoot}training/design-
navigation
/index.html">Designing Effective
Navigation
</a></li>
70
navigation
<a href="http://support.google.com/android/bin/topic.py?hl=en&topic=2492346">gestures
74
<li>Test your application using only accessibility
navigation
services and features. Turn on
137
<h2 id="focus-nav">Enabling Focus
Navigation
</h2>
139
<p>Focus
navigation
allows users with disabilities to step through user interface controls using a
143
Eyes-Free Keyboard</a>, or the gestures
navigation
mode available in Android 4.1 and higher.
144
Directional controllers are a primary means of
navigation
for many Android users.
152
<a href="{@docRoot}tools/testing/testing_accessibility.html#test-
navigation
">Testin
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java
99
* Extension of ArrayAdapter to be used for the action bar
navigation
drop list. It is not
169
// Set up tabs or
navigation
list
196
* Because the
navigation
list items are in a different order than tab items, this returns
197
* the appropriate tab from the
navigation
item position.
437
// The issue is that when we're first switching to the tab
navigation
mode after
/external/chromium/chrome/common/extensions/docs/
a11y.html
115
<a href="#gc-toc">Skip to main
navigation
</a>
275
<a href="#
navigation
">
Navigation
</a>
529
Make sure that operation and
navigation
controls of your extension
533
Navigation
controls might include tabs and menu bars.
572
<h3 id="
navigation
">
Navigation
</h3>
589
details about toolbar
navigation
596
to support keyboard
navigation
to the toolbar.
620
Although the most common keyboard
navigation
strategy involve
[
all
...]
/external/chromium/chrome/browser/geolocation/
geolocation_browsertest.cc
88
// If true the
navigation
has completed.
106
//
navigation
is completed.
335
LOG(WARNING) << "will block for
navigation
";
480
// Back to the first frame, enable
navigation
and refresh geoposition.
490
// Disable
navigation
for this frame.
521
// Disable
navigation
for this frame.
528
// afterwards. We're only interested in the first
navigation
for the success
/external/jdiff/src/jdiff/
Diff.java
282
// the
navigation
bar and some preamble.
328
// Write the
navigation
bar
330
diffFile.println("<TABLE summary=\"
Navigation
bar\" BORDER=\"0\" WIDTH=\"100%\" CELLPADDING=\"1\" CELLSPACING=\"0\">");
333
diffFile.println(" <TABLE summary=\"
Navigation
bar\" BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"3\">");
463
// Write the
navigation
bar
465
diffFile.println("<TABLE summary=\"
Navigation
bar\" BORDER=\"0\" WIDTH=\"100%\" CELLPADDING=\"1\" CELLSPACING=\"0\">");
468
diffFile.println(" <TABLE summary=\"
Navigation
bar\" BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"3\">");
508
// the hash table. Used when generating
navigation
bars.
[
all
...]
/frameworks/base/packages/SystemUI/res/layout-sw600dp/
navigation_bar.xml
19
<!--
navigation
bar for sw600dp (small tablets) -->
43
<!--
navigation
controls -->
184
<!--
navigation
controls -->
/frameworks/base/packages/SystemUI/res/values/
dimens.xml
64
<!-- thickness (height) of the
navigation
bar on phones that require it -->
67
<!-- thickness (height) of the dead zone at the top of the
navigation
bar,
149
<!-- Height of search panel including
navigation
bar height -->
/packages/apps/DeskClock/
AndroidManifest.xml
99
android:configChanges="orientation|screenSize|keyboardHidden|keyboard|
navigation
"/>
110
android:configChanges="orientation|screenSize|keyboardHidden|keyboard|
navigation
"/>
219
android:configChanges="orientation|screenSize|keyboardHidden|keyboard|
navigation
"/>
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
AppNavHomeActivity.java
34
* Home activity for app
navigation
code samples.
/development/samples/Support7Demos/res/values/
strings.xml
70
<string name="toggle_navigation">
Navigation
</string>
/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
AppNavHomeActivity.java
34
* Home activity for app
navigation
code samples.
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
LayoutChangesActivity.java
65
// See http://developer.android.com/design/patterns/
navigation
.html for more.
Completed in 290 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>