HomeSort by relevance Sort by last modified time
    Searched defs:focus (Results 26 - 50 of 154) sorted by null

12 3 4 5 6 7

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListWithFooterViewAndNewLabels.java 17 package android.widget.focus;
VerticalFocusSearchTest.java 17 package android.widget.focus;
19 import android.widget.focus.VerticalFocusSearch;
30 * Tests that focus searching works on a vertical linear layout of buttons of
104 assertNull("going left should have no next focus",
125 assertNull("going right should have no next focus",
139 assertNull("going down from bottom button should have no next focus.",
142 assertNull("going left from bottom button should have no next focus.",
145 assertNull("going right from bottom button should have no next focus.",
HorizontalFocusSearch.java 17 package android.widget.focus;
ListOfButtonsTest.java 17 package android.widget.focus;
19 import android.widget.focus.ListOfButtons;
31 * Tests that focus works as expected when navigating into and out of
93 assertFalse("button at top should have focus back",
117 // pressing down again shouldn't matter; make sure last item keeps focus
137 assertTrue("button at top should have focus back",
ListOfEditTexts.java 17 package android.widget.focus;
ListWithMailMessages.java 17 package android.widget.focus;
RequestFocusTest.java 17 package android.widget.focus;
38 * have focus become invisible or GONE.
89 assertTrue("Focus should move to bottom left", mBottomLeftButton.hasFocus());
106 * This tests checks the case in which the first focusable View clears focus.
107 * In such a case the framework tries to give the focus to another View starting
108 * from the top. Hence, the framework will try to give focus to the view that
109 * wants to clear its focus.
120 // Make sure that the clearing focus View is the first focusable.
123 assertSame("The clearing focus button is the first focusable.",
125 assertSame("The gaining focus button is the first focusable."
    [all...]
ScrollingThroughListOfFocusablesTest.java 17 package android.widget.focus;
VerticalFocusSearch.java 17 package android.widget.focus;
30 * vertical layout to excercise some core focus searching.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
AdjacentListsWithAdjacentISVsInsideTest.java 17 package android.widget.listview.focus;
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXSceneModeTables.h 41 int focus; member in struct:Ti::Camera::SceneModesEntry
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
EditTextRule.java 45 INode focus = findFocus(findRoot(parent)); local
46 if (focus == null) {
60 * Adds a "Request Focus" menu item.
68 final String label = hasFocus ? "Clear Focus" : "Request Focus";
80 INode focus = findFocus(findRoot(node));
81 if (focus != null && focus.getParent() != null) {
82 focus.getParent().removeChild(focus);
99 INode focus = findFocus(node); local
131 INode focus = findFocus(child); local
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 16 native function Focus();
41 this.focus = function() {
42 Focus();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
HelpScreen.js 68 WebInspector.HelpScreen.focus = function()
70 WebInspector.HelpScreen._visibleScreen.element.focus();
93 this.focus();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CPUProfileTopDownDataGrid.js 97 focus: function(profileDataGridNode)
CPUProfileBottomUpDataGrid.js 237 focus: function(profileDataGridNode)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
GoToLineDialog.js 89 focus: function()
  /external/chromium_org/third_party/skia/src/views/
SkWindow.cpp 171 SkView* focus = this->getFocusView();
172 if (focus == NULL)
173 focus = this;
177 return focus->doEvent(evt);
187 // send an event to the focus-view
189 SkView* focus = this->getFocusView(); local
190 if (focus == NULL)
191 focus = this;
195 if (focus->doEvent(evt))
214 //send an event to the focus-vie
216 SkView* focus = this->getFocusView(); local
    [all...]
  /external/skia/src/views/
SkWindow.cpp 171 SkView* focus = this->getFocusView();
172 if (focus == NULL)
173 focus = this;
177 return focus->doEvent(evt);
187 // send an event to the focus-view
189 SkView* focus = this->getFocusView(); local
190 if (focus == NULL)
191 focus = this;
195 if (focus->doEvent(evt))
214 //send an event to the focus-vie
216 SkView* focus = this->getFocusView(); local
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DrawRectFilter.java 99 output.focus();
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
KeyboardInterpreter.java 38 final View focus = mTable.getFocus(); local
93 mTable.moveFocus(focus, 0f);
98 mTable.moveFocus(focus, 90f);
103 mTable.moveFocus(focus, 180f);
108 mTable.moveFocus(focus, 270f);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwWebContentsDelegateAdapter.java 90 View focus = mContainerView.focusSearch(direction); local
91 return focus != null && focus != mContainerView && focus.requestFocus();
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.cpp 112 void Chrome::focus() const function in class:WebCore::Chrome
114 m_client->focus();
DOMSelection.cpp 88 Position focus = selection.isBaseFirst() ? selection.end() : selection.start(); local
89 return focus.parentAnchoredEquivalent();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
ConsolePanel.js 109 focus: function()
111 this._view.focus();
141 consoleView.focus();

Completed in 599 milliseconds

12 3 4 5 6 7