OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:navigation
(Results
26 - 50
of
1979
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/browseable/BasicImmersiveMode/
_index.jd
10
navigation
bar with a swipe.</p>
/development/samples/training/threadsample/res/values/
bools.xml
3
The reason this is done is that on tablets (>= sw600) , hiding the
navigation
has no function,
/external/chromium_org/chrome/browser/network_time/
navigation_time_helper.h
19
// NavigationTimeHelper returns the
navigation
time in network time for
20
// given
navigation
entry.
49
// Map from
navigation
entries to the
navigation
times calculated for them.
/external/chromium_org/chrome_frame/test/data/
navigateurl_basic_frame.html
10
Tests ChromeFrame
Navigation
</p>
navigateurl_relative_host.html
23
onFailure("NavigateURL", 1, 'ChromeFrame
Navigation
failed: ' + msg);
54
<p>Tests ChromeFrame
Navigation
</p>
src_property_host.html
7
onFailure("ChromeFrame_SrcTest", 1, "ChromeFrame
Navigation
failed");
43
<p>Tests ChromeFrame
Navigation
</p>
/external/chromium_org/components/navigation_interception/android/java/src/org/chromium/components/navigation_interception/
NavigationParams.java
10
// Target url of the
navigation
.
12
// True if the the
navigation
method is "POST".
14
// True if the
navigation
was initiated by the user.
18
// Is the
navigation
a redirect (in which case url is the "target" address).
/frameworks/base/core/res/res/raw-fr/
incognito_mode_start_page.html
4
<title>Nouvelle fenêtre de
navigation
privée</title>
7
<p><strong>Vous êtes passé en
navigation
privée</strong>. Les pages que vous consultez dans cette fenêtre n'apparaîtront ni dans l'historique de votre navigateur, ni dans l'historique des recherches, et ne laisseront aucune trace (comme les cookies) sur votre appareil une fois que vous aurez fermé la fenêtre de
navigation
privée. Tous les fichiers téléchargés et les favoris créés seront toutefois conservés.</p>
9
<p><strong>Passer en
navigation
privée n'a aucun effet sur les autres utilisateurs, serveurs ou logiciels. Méfiez-vous :</strong></p>
/frameworks/base/core/res/res/raw-fr-xlarge/
incognito_mode_start_page.html
4
<title>Nouvelle fenêtre de
navigation
privée</title>
7
<p><strong>Vous êtes passé en
navigation
privée</strong>. Les pages que vous consultez dans cette fenêtre n'apparaîtront ni dans l'historique de votre navigateur, ni dans l'historique des recherches, et ne laisseront aucune trace (comme les cookies) sur votre appareil une fois que vous aurez fermé la fenêtre de
navigation
privée. Tous les fichiers téléchargés et les favoris créés seront toutefois conservés.</p>
9
<p><strong>Passer en
navigation
privée n'a aucun effet sur les autres utilisateurs, serveurs ou logiciels. Méfiez-vous :</strong></p>
/frameworks/base/docs/html/training/system-ui/
navigation.jd
1
page.title=Hiding the
Navigation
Bar
13
<li><a href="#40">Hiding the
Navigation
Bar on 4.0 and Higher</a></li>
14
<li><a href="#behind">Make Content Appear Behind the
Navigation
Bar</a></li>
36
<p>This lesson describes how to hide the
navigation
bar, which was introduced in
40
navigation
bar, you should design your app to hide the status bar
42
Hiding the
navigation
and status bars (while still keeping them readily accessible)
46
<img src="{@docRoot}images/training/
navigation
-bar.png"
48
<p class="img-caption"><strong>Figure 1.</strong>
Navigation
bar.</p>
52
<h2 id="40">Hide the
Navigation
Bar on 4.0 and Higher</h2>
54
<p>You can hide the
navigation
bar on Android 4.0 and higher using th
[
all
...]
dim.jd
13
<li><a href="#dim">Dim the Status and
Navigation
Bars</a></li>
14
<li><a href="#reveal">Reveal the Status and
Navigation
Bars</a></li>
36
<p>This lesson describes how to dim the system bars (that is, the status and the
navigation
41
visually recede. As soon as the user touches either the status bar or the
navigation
bar area of
46
<h2 id="dim">Dim the Status and
Navigation
Bars</h2>
58
<p>As soon as the user touches the status or
navigation
bar, the flag is cleared,
62
<p>Figure 1 shows a gallery image in which the
navigation
bar is dimmed (note that the Gallery app
63
completely hides the status bar; it doesn't dim it). Notice that the
navigation
bar (right
64
side of the image) has faint white dots on it to represent the
navigation
controls:</p>
78
<h2 id="reveal">Reveal the Status and
Navigation
Bars</h2
[
all
...]
/frameworks/base/docs/html/training/design-navigation/
index.jd
1
page.title=Designing Effective
Navigation
24
<p>This class shows you how to plan out the high-level screen hierarchy for your application and then choose appropriate forms of
navigation
to allow users to effectively and intuitively traverse your content. Each lesson covers various stages in the interaction design process for
navigation
in Android applications, in roughly chronological order. After going through the lessons in this class, you should be able to apply the methodology and
navigation
paradigms outlined here to your own applications, providing a coherent
navigation
experience for your users.</p>
38
<dt><strong><a href="descendant-lateral.html">Providing Descendant and Lateral
Navigation
</a></strong></dt>
41
<dt><strong><a href="ancestral-temporal.html">Providing Ancestral and Temporal
Navigation
</a></strong></dt>
43
practices for the <em>Back</em> button and temporal
navigation
, or
navigation
to previous screens
47
<dd>Learn how to create screen wireframes (low-fidelity graphic mockups) representing the screens in a news application based on the desired information model. These wireframes utilize navigational elements discussed in previous lessons to demonstrate intuitive and efficient
navigation
.</dd
[
all
...]
descendant-lateral.jd
1
page.title=Providing Descendant and Lateral
Navigation
2
parent.title=Designing Effective
Navigation
8
next.title=Providing Ancestral and Temporal
Navigation
37
<p>One way of providing access to the full range of an application's screens is to expose hierarchical
navigation
. In this lesson we discuss <em>descendant
navigation
</em>, allowing users to descend 'down' a screen hierarchy into a child screen, and <em>lateral
navigation
</em>, allowing users to access sibling screens.</p>
40
<img src="{@docRoot}images/training/app-
navigation
-descendant-lateral-desc.png"
41
alt="Descendant and lateral
navigation
" id="figure-desc">
43
<p class="img-caption"><strong>Figure 1.</strong> Descendant and lateral
navigation
.</p>
49
<img src="{@docRoot}images/training/app-
navigation
-descendant-lateral-children.png
[
all
...]
/external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_impl.h
29
// edit. It populates its states from the current
navigation
entry retrieved
30
// from the
navigation
controller returned by GetNavigationController().
56
// Returns the
navigation
controller used to retrieve the
navigation
entry
61
// Helper method to extract the profile from the
navigation
controller.
/external/chromium_org/chrome/common/extensions/api/
web_navigation.json
8
"description": "Use the <code>chrome.webNavigation</code> API to receive notifications about the status of
navigation
requests in-flight.",
36
"description": "True if the last
navigation
in this frame was interrupted by an error, i.e. the onErrorOccurred event fired."
77
"description": "True if the last
navigation
in this frame was interrupted by an error, i.e. the onErrorOccurred event fired."
107
"description": "Fired when a
navigation
is about to occur.",
121
"tabId": {"type": "integer", "description": "The ID of the tab in which the
navigation
is about to occur."},
124
"frameId": {"type": "integer", "description": "0 indicates the
navigation
happens in the tab content window; a positive value indicates
navigation
in a subframe. Frame IDs are unique for a given tab and process."},
126
"timeStamp": {"type": "number", "description": "The time when the browser was about to start the
navigation
, in milliseconds since the epoch."}
134
"description": "Fired when a
navigation
is committed. The document (and the resources it refers to, such as images and subframes) might still be downloading, but at least part of the document has been received from the server and the browser has decided to switch to the new document.",
148
"tabId": {"type": "integer", "description": "The ID of the tab in which the
navigation
occurs."}
[
all
...]
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java
140
String
navigation
= null;
local
141
if (con.
navigation
== Configuration.NAVIGATION_UNDEFINED) {
142
navigation
= "undefined";
143
} else if (con.
navigation
== Configuration.NAVIGATION_NONAV) {
144
navigation
= "nonav";
145
} else if (con.
navigation
== Configuration.NAVIGATION_DPAD) {
146
navigation
= "drap";
147
} else if (con.
navigation
== Configuration.NAVIGATION_TRACKBALL) {
148
navigation
= "trackball";
149
} else if (con.
navigation
== Configuration.NAVIGATION_WHEEL)
[
all
...]
/frameworks/base/docs/html/design/get-started/
ui-overview.jd
5
include the Home screen experience, global device
navigation
, and notifications.</p>
46
clear
navigation
path between multiple ongoing tasks.</p>
47
<p>The Recents button at the right side of the
navigation
bar displays the apps that the user has
58
status, and device
navigation
. Typically the system bars are displayed concurrently with your app.
73
<h4>
Navigation
Bar</h4>
74
<p>New for phones in Android 4.0, the
navigation
bar is present only on devices that don't have
75
the traditional hardware keys. It houses the device
navigation
controls Back, Home, and
119
<p>A typical Android app uses action bars, and many apps will include a
navigation
drawer.</p>
128
<h4>
Navigation
Drawer</h4>
129
<p>If your app's structure is more complex, the
navigation
drawer can display the main navigatio
[
all
...]
/external/chromium_org/content/public/browser/
interstitial_page.h
27
// If specified in the Create function, this class creates a
navigation
entry so
31
// through a
navigation
, the WebContents closing them or the tab containing them
38
// page, in which case a temporary
navigation
entry is created with the URL
39
// |url| and added to the
navigation
controller (so the interstitial page
40
// appears as a new
navigation
entry). |new_navigation| should be false when
44
// Reloading the interstitial page will result in a new
navigation
to |url|.
navigation_type.h
19
// Renavigating to an existing
navigation
entry. The entry is guaranteed to
20
// exist in the list, or else it would be a new page or IGNORE
navigation
.
24
//
navigation
to that same page (like pressing Enter in the URL bar). This
25
// is not the same as an in-page
navigation
because we'll actually have a
41
// a new
navigation
entry should not be created. There are two cases:
44
//
navigation
entry.
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
CompatActionBarNavListener.java
20
* A listener that listens to
navigation
events.
22
* Represents a listener for
navigation
events delivered by {@link CompatActionBarNavHandler}.
/external/chromium/chrome/browser/ui/
browser_navigator_browsertest.h
22
// Browsertest class for testing the browser
navigation
. It is also a base class
23
// for the |BrowserGuestModeNavigation| which tests
navigation
while in guest
/external/chromium_org/content/browser/frame_host/
navigator_delegate.h
14
// A delegate API used by Navigator to notify its embedder of
navigation
29
// Notification to the Navigator embedder that
navigation
state has
/external/chromium_org/content/public/renderer/
navigation_state.h
16
// in-document
navigation
.
39
// Contains the page_id for this
navigation
or -1 if there is none yet.
49
// history was cleared during this
navigation
.
54
// If is_content_initiated() is false, whether this
navigation
should replace
83
// True if this
navigation
was not initiated via WebFrame::LoadRequest.
86
// True iff the frame's
navigation
was within the same page.
91
// a request that has been created before the
navigation
is being transferred
93
// renderer tries to pick up the
navigation
of the old one.
/development/samples/browseable/ImmersiveMode/
_index.jd
10
navigation
bar with a swipe.</p>
/development/samples/training/threadsample/res/values-sw600dp/
bools.xml
2
<!-- The reason this is done is that on ICS tablets (>= sw600) , hiding the
navigation
has no function, but
Completed in 1423 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>