OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:focus
(Results
126 - 150
of
745
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/view/
ViewRoot.java
752
// shown for the first time the next time it gets
focus
.
1464
View
focus
= mRealFocusedView;
local
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
SurfaceViewOverlay.java
69
// to take appropriate action when the activity looses
focus
76
// to take appropriate action when the activity looses
focus
/development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java
92
// Give right button
focus
by having it request
focus
. We post it
/development/scripts/app_engine_server/gae_shell/templates/
shell.html
90
onfocus="document.getElementById('statement').
focus
()"
117
document.getElementById('statement').
focus
();
/external/webkit/JavaScriptCore/profiler/
Profile.cpp
68
void Profile::
focus
(const ProfileNode* profileNode)
function in class:JSC::Profile
76
processChildren = currentNode->
focus
(callIdentifier);
Profile.h
49
void
focus
(const ProfileNode*);
/external/webkit/WebCore/css/
svg.css
68
:
focus
{
69
outline: auto 5px -webkit-
focus
-ring-color
/external/webkit/WebCore/manual-tests/plugins/
windowed.html
98
<input type="checkbox" name="focusCheckBox"> Verify if shifting
focus
back and forth from flash to html works
99
<input value="Shift
focus
here"/></br/>
windowless.html
99
<input type="checkbox" name="focusCheckBox"> Verify if shifting
focus
back and forth from flash to html works
100
<input value="Shift
focus
here"/></br/>
/external/webkit/WebCore/page/
Chrome.h
81
void
focus
(bool userGesture) const;
83
void
focus
() const;
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DescendantFocusabilityTest.java
17
package android.widget.
focus
;
19
import android.widget.
focus
.DescendantFocusability;
VerticalFocusSearch.java
17
package android.widget.
focus
;
30
* vertical layout to excercise some core
focus
searching.
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
ButtonsWithTallTextViewInBetweenTest.java
87
assertFalse("top button should have lost
focus
",
137
assertFalse("bottom button should have lost
focus
",
ShortButtonsTest.java
62
assertTrue(prefix + " to have
focus
", button.isFocused());
91
assertTrue(prefix + " to have
focus
", button.isFocused());
/frameworks/base/include/camera/
ICamera.h
76
// auto
focus
79
// cancel auto
focus
/packages/apps/Camera/src/com/android/camera/
ShutterButton.java
74
//
focus
pressed, optional camera pressed,
focus
released.
/device/htc/dream/
trout-keypad-qwertz.kl
34
key 211
FOCUS
trout-keypad-v2.kl
34
key 211
FOCUS
trout-keypad-v3.kl
34
key 211
FOCUS
trout-keypad.kl
34
key 211
FOCUS
/device/htc/passion-common/
mahimahi-keypad.kl
35
key 211
FOCUS
/device/htc/sapphire/
sapphire-keypad.kl
34
key 211
FOCUS
/external/webkit/WebCore/html/
HTMLPlugInElement.h
65
// so need to claim that plugin element supports
focus
instead of using the default.
/external/webkit/WebCore/manual-tests/
secure-keyboard-enabled-after-submit.html
30
Focus
this password field and press Return: <input type="password">
/external/webkit/WebCore/platform/graphics/mac/
ColorMac.h
49
//
Focus
ring color used for testing purposes.
Completed in 251 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>