OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:focus
(Results
176 - 200
of
1583
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk3.cpp
130
"
focus
-line-width", &focusWidth,
131
"
focus
-padding", &focusPad, NULL);
172
gtk_style_context_get_style(context, "interior-
focus
", &interiorFocus, NULL);
295
"
focus
-line-width", &focusWidth,
296
"
focus
-padding", &focusPad,
297
"interior-
focus
", &interiorFocus,
298
"displace-
focus
", &displaceFocus,
339
static void getComboBoxMetrics(RenderStyle* style, GtkBorder& border, int&
focus
, int& separator)
357
"interior-
focus
", &interiorFocus,
358
"
focus
-line-width", &focusWidth
[
all
...]
/external/qemu/
qemu-char.h
14
#define CHR_EVENT_FOCUS 1 /*
focus
to this terminal (modal input needed) */
16
#define CHR_EVENT_MUX_IN 3 /* mux-
focus
was set to this terminal */
17
#define CHR_EVENT_MUX_OUT 4 /* mux-
focus
will move on */
/frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewCallbacks.java
41
//
focus
and type
66
//
focus
and type
115
//
focus
and type
/packages/apps/LegacyCamera/src/com/android/camera/
ActivityBase.java
69
// on the screen very fast, camera app can still have the
focus
when the
70
// lock screen shows up. The keyguard takes input
focus
, so the caemra
71
// app will lose
focus
when it is displayed.
/external/chromium/chrome/browser/ui/views/
toolbar_view.h
62
// Set
focus
to the toolbar with complete keyboard access, with the
63
//
focus
initially set to the location bar.
Focus
will be restored
67
// Set
focus
to the toolbar with complete keyboard access, with the
68
//
focus
initially set to the app menu.
Focus
will be restored
/development/samples/ApiDemos/res/layout/
focus_3.xml
18
focus
behavior that would be difficult with default
focus
calculation alg.-->
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20Activity.java
58
// to take appropriate action when the activity looses
focus
66
// to take appropriate action when the activity looses
focus
/external/chromium/chrome/browser/extensions/
window_open_apitest.cc
97
//
Focus
test fails if there is no window manager on Linux.
99
ASSERT_TRUE(RunExtensionTest("window_open/
focus
")) << message_;
/external/chromium/chrome/common/extensions/docs/js/
sample_search.js
64
searchinput.
focus
();
71
searchinput.
focus
();
/external/qemu/distrib/sdl-1.2.15/src/events/
SDL_active.c
24
/* Application
focus
/iconification handling code for SDL */
86
/* If we lost keyboard
focus
, post key-up events */
SDL_events_c.h
70
/* Used by the activity event handler to remove mouse
focus
*/
73
/* Used by the activity event handler to remove keyboard
focus
*/
/external/skia/include/views/
SkWindow.h
82
virtual bool onGetFocusView(SkView**
focus
) const;
83
virtual bool onSetFocusView(SkView*
focus
);
/frameworks/base/core/java/android/view/
IWindow.aidl
56
* Tell the window that it is either gaining or losing
focus
. Keep it up
57
* to date on the current state showing navigational
focus
(touch mode) too.
ViewParent.java
93
* Called when a child of this parent wants
focus
95
* @param child The child of this ViewParent that wants
focus
. This view
97
* actually has
focus
.
99
*
focus
112
* Called when a child of this parent is giving up
focus
114
* @param child The view that is giving up
focus
141
* Find the nearest view in the specified direction that wants to take
focus
143
* @param v The view that currently has
focus
/frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusAfterRemoval.java
17
package android.widget.
focus
;
29
*
focus
should go somewhere).
/frameworks/base/docs/html/guide/topics/media/
index.jd
50
presses, which request audio
focus
when playing audio, and which respond appropriately to changes in
51
audio
focus
caused by the system or other applications.</p>
mediaplayer.jd
26
<li><a href="#audiofocus">Handling audio
focus
</a></li>
464
<h3 id="audiofocus">Handling audio
focus
</h3>
475
use of the device's audio output. This mechanism is called Audio
Focus
.</p>
478
you should always request audio
focus
. Once it has
focus
, it can use the sound output freely, but it
480
always listen for
focus
changes. If it is notified that it has lost the audio
481
focus
, it should immediately either kill the audio or lower it to a quiet level
483
loud playback after it receives
focus
again.</p>
485
<p>Audio
Focus
is cooperative in nature. That is, applications are expected
486
(and highly encouraged) to comply with the audio
focus
guidelines, but th
[
all
...]
/frameworks/base/docs/html/training/managing-audio/
audio-output.jd
6
previous.title=Managing Audio
Focus
7
previous.link=audio-
focus
.html
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
Fountain.java
67
// to take appropriate action when the activity looses
focus
77
// to take appropriate action when the activity looses
focus
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
Fountain_v11.java
68
// to take appropriate action when the activity looses
focus
78
// to take appropriate action when the activity looses
focus
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
RSTest.java
63
// to take appropriate action when the activity loses
focus
71
// to take appropriate action when the activity loses
focus
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
RSTest_v11.java
64
// to take appropriate action when the activity loses
focus
72
// to take appropriate action when the activity loses
focus
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
RSTest_v14.java
63
// to take appropriate action when the activity loses
focus
71
// to take appropriate action when the activity loses
focus
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
color1-expected-completion46b.txt
2
android:state_focused : State value for StateListDrawable, set when a view has input
focus
. [boolean]
3
android:state_window_focused : State value for StateListDrawable, set when a view's window has input
focus
. [boolean]
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/wizards/elements/
IBaseBlock.java
72
* Sets the widget that will receive
focus
when {@link IBaseBlock#setFocus()} is called on the first time the block is visible.
77
* Sets the
focus
on the default widget with the block.
Completed in 534 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>