/frameworks/base/awt/resources/org/apache/harmony/awt/internal/nls/ |
messages.properties | 105 awt.57=Double focus gained event for component 106 awt.58=Double focus lost event for component 137 awt.77=default focus traversal policy cannot be null 138 awt.78=invalid focus traversal key identifier 139 awt.79=cannot set null focus traversal key 140 awt.7A=focus traversal keys cannot map to KEY_TYPED events 141 awt.7B=focus traversal keys must be unique for a Component 190 awt.10C=aContainer is not a focus cycle root of aComponent 191 awt.10D=aContainer should be focus cycle root or focus traversal policy provide [all...] |
/development/pdk/docs/source/ |
code-lines.jd | 57 keep private. The reason for this is to focus attention on the current public 71 -- including third-party contributions -- to focus on the currently-public
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
TouchRotateActivity.java | 52 // to take appropriate action when the activity looses focus 60 // to take appropriate action when the activity looses focus
|
/external/webkit/WebCore/platform/chromium/ |
PopupMenuChromium.h | 77 // Whether the popup should get the focus when displayed. 85 // closed (through ESC being pressed or the focus going away).
|
/external/webkit/WebCore/platform/gtk/ |
RenderThemeGtk.h | 55 // A method asking if the theme is able to draw the focus ring. 58 // A method asking if the control changes its tint when the window has focus or not.
|
/external/webkit/WebCore/plugins/qt/ |
PluginContainerQt.cpp | 121 // if the plugin window doesn't have focus we do not want to send wheel 137 // we got focus, stop redirecting the wheel events
|
/external/webkit/WebCore/rendering/ |
TextControlInnerElements.cpp | 156 input->focus(); 190 input->focus();
|
/external/webkit/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.h | 64 virtual void focus(bool userGesture); 66 virtual void focus();
|
/external/webkit/WebKit/android/nav/ |
CachedRoot.h | 111 WebCore::IntRect mFocusBounds; // dom text input focus node bounds 116 // These two are ONLY used when the tree is rebuilt and the focus is a textfield/area
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ScrollingThroughListOfFocusablesTest.java | 17 package android.widget.focus; 25 import android.widget.focus.ListOfInternalSelectionViews;
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
RequestRectangleVisibleTest.java | 176 * Press the down key until a particular view is in focus 177 * @param view The view to get in focus.
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
index.jd | 82 while your Activity is still in focus, consider using a 94 The underlying Activity loses focus and the dialog accepts all user interaction.
|
/frameworks/base/docs/html/guide/topics/views/ |
intro.jd | 9 <p>A view is an object of base class {@link android.view.View android.view.View}. It's a data structure whose properties store the layout and content for a specific rectangular area of the screen. A View object handles measuring and layout, drawing, focus change, scrolling, and key/gestures for the screen area it represents. </p> 24 <p>To attach the tree to the screen for rendering, your Activity calls its setContentView() method and passes a reference to the root node object. Once the Android system has the reference to the root node object, it can work directly with the node to invalidate, measure, and draw the tree. When your Activity becomes active and receives focus, the system notifies your activity and requests the root node to measure and draw the tree. The root node then requests that its child nodes draw themselves — in turn, each viewgroup node in the tree is responsible for drawing its direct children. </p>
|
/frameworks/base/media/libdrm/mobile2/include/util/domcore/ |
ElementImpl.h | 109 /** Defining "focus()" method*/
110 virtual void focus(){}
function in class:ElementImpl
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
ComposeMessageActivityTests.java | 167 * Helper method to verify which field has the focus 168 * @param focused The view that should be focused (all others should not have focus)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/ |
mock_attrs.xml | 142 <!-- Boolean that controls whether a view can take focus. By default the user can not 143 move focus to a view; by setting this attribute to true the view is 144 allowed to take focus. This value does not impact the behavior of 146 always request focus regardless of this view. It only impacts where 147 focus navigation will try to move focus. --> 150 <!-- Sets the circumstances under which this view will take focus. There are 152 any focusable views. The focus type only applies if the view
|
/cts/tests/tests/view/src/android/view/cts/ |
View_UsingViewsTest.java | 497 // set ok button to focus 504 // set cancel button to focus 511 // set symbol text to focus 519 // set warning text to focus 527 // set edit text to focus
|
/external/webkit/WebKit/chromium/src/ |
ChromeClientImpl.cpp | 139 void ChromeClientImpl::focus() function in class:WebKit::ChromeClientImpl 166 // Alert assistive technology that focus changed. 180 // For now the browser can always take focus if we're not running layout 449 // Returns true if anchors should accept keyboard focus with the tab key. 453 // platform other than MAC or QT, lets anchors get keyboard focus.
|
/packages/apps/Music/src/com/android/music/ |
QueryBrowserActivity.java | 131 String focus = intent.getStringExtra(MediaStore.EXTRA_MEDIA_FOCUS); local 135 if (focus != null) { 136 if (focus.startsWith("audio/") && title != null) { 138 } else if (focus.equals(MediaStore.Audio.Albums.ENTRY_CONTENT_TYPE)) { 145 } else if (focus.equals(MediaStore.Audio.Artists.ENTRY_CONTENT_TYPE)) {
|
/frameworks/base/awt/java/awt/ |
Component.java | 858 * The focus listeners. [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SearchActivity.java | 569 // Moved up from the top suggestion, restore the user query and focus query box 578 // focus to query box, and move cursor to far left / right 618 * Hides the input method when the suggestions get focus. 622 if (DBG) Log.d(TAG, "Suggestions focus change, now: " + focused); 624 // The suggestions list got focus, hide the input method 632 if (DBG) Log.d(TAG, "Query focus change, now: " + focused); 634 // The query box got focus, show the input method
|
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/ |
SDL_epocevents.cpp | 121 case EEventFocusGained: /* SDL window got focus */ 129 case EEventFocusLost: /* SDL window lost focus */ 133 // Wait and eat events until focus is gained again
|
/external/webkit/WebCore/html/ |
HTMLTextAreaElement.cpp | 204 // Devices with trackballs or d-pads may focus on a textarea in route 209 // If this is the first focus, set a caret at the beginning of the text. 396 focus();
|
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/ |
main.m | 211 // If the plugin has focus, draw a focus indicator 324 obj->hasFocus = cocoaEvent->data.focus.hasFocus;
|
/frameworks/base/services/java/com/android/server/ |
NotificationPlayer.java | 40 * - whenever audio is played, audio focus is requested, 41 * - whenever audio playback is stopped or the playback completed, audio focus is abandoned. 67 * Besides the use of audio focus, the only implementation difference between AsyncPlayer and
|