/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLAttributeNames.in | 107 focused
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebTextInputType.h | 65 // The focused node is date time field. The date time field does not have
|
/external/chromium_org/third_party/skia/src/views/ |
SkWidgets.cpp | 223 static const char* computeAnimatorState(int enabled, int focused, SkButtonWidget::State state) 229 SkASSERT(focused); 232 if (focused) 233 return "enabled-focused";
|
/external/chromium_org/third_party/sqlite/src/test/ |
pcache2.test | 12 # This file is focused on testing the pcache module.
|
/external/chromium_org/ui/views/ime/ |
mock_input_method.h | 63 virtual void OnWillChangeFocus(View* focused_before, View* focused) OVERRIDE;
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
context_menu_button.js | 76 * @param {boolean} shouldSetFocus Whether the menu should be focused after
|
table.js | 280 * Called when an element in the table is focused. Marks the table as having 281 * a focused element, and dispatches an event if it didn't have focus. 370 * because table contents can contain controls that can be focused, and for 371 * some purposes (e.g., styling), the table can still be conceptually focused
|
/external/qemu/distrib/sdl-1.2.15/ |
README.PicoGUI | 7 PicoGUI is a scalable GUI system with a unique architecture, primarily focused
|
/external/skia/src/views/ |
SkWidgets.cpp | 223 static const char* computeAnimatorState(int enabled, int focused, SkButtonWidget::State state) 229 SkASSERT(focused); 232 if (focused) 233 return "enabled-focused";
|
/frameworks/base/core/java/android/view/accessibility/ |
package.html | 10 {@link android.widget.Button} is clicked, a {@link android.view.View} is focused, etc.
|
/frameworks/base/core/java/android/widget/ |
DialerFilter.java | 90 * Only show the icon view when focused, if there is one. 93 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { 94 super.onFocusChanged(focused, direction, previouslyFocusedRect); 97 mIcon.setVisibility(focused ? View.VISIBLE : View.GONE);
|
/frameworks/base/core/tests/coretests/src/android/view/menu/ |
MenuWith1ItemTest.java | 81 // open the menu, menu item shouldn't be focused, because we are not
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListInterleaveFocusablesTest.java | 102 assertEquals("selected view focused", isFocused, view.isFocused());
|
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/ |
TouchModeFocusableTest.java | 76 // entering touch mode takes focus away from the currently focused item if it
|
/frameworks/base/docs/html/design/get-started/ |
creative-vision.jd | 8 <p>We focused the design of Android around three overarching goals, which apply to our core apps as well as the system at large. As you design apps to work with Android, consider these goals:</p>
|
/frameworks/base/docs/html/guide/topics/resources/ |
color-list-resource.jd | 19 android.widget.Button} widget can exist in one of several different states (pressed, focused, 100 <dd><em>Boolean</em>. "true" if this item should be used when the object is focused (such as when a button 102 non-focused state.</dd> 138 android:color="#ff0000ff"/> <!-- focused -->
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
frametovalues.cpp | 40 // TODO: the current implementation is focused on the correctness not performance.
|
/packages/apps/Contacts/res/values/ |
colors.xml | 42 <!-- Color of the background of the action bar when highlighted (ie. pressed, focused) -->
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
HolographicImageView.java | 96 // One time call to generate the pressed/focused state -- must be called after
|
HolographicLinearLayout.java | 106 // One time call to generate the pressed/focused state -- must be called after
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebViewImpl.cpp | 192 // Constants for zooming in on a focused text field. 2064 Frame* focused = focusedWebCoreFrame(); local 2130 Frame* focused = focusedWebCoreFrame(); local 2142 Frame* focused = focusedWebCoreFrame(); local 2164 Frame* focused = focusedWebCoreFrame(); local 2393 const Frame* focused = focusedWebCoreFrame(); local 2401 const Frame* focused = focusedWebCoreFrame(); local 2421 const Frame* focused = focusedWebCoreFrame(); local 2435 Frame* focused = focusedWebCoreFrame(); local 2469 const Frame* focused = focusedWebCoreFrame(); local 2488 const Frame* focused = focusedWebCoreFrame(); local [all...] |
/external/chromium_org/chrome/browser/ |
browser_keyevents_browsertest.cc | 206 void CheckFocusedElement(int tab_index, const wchar_t* focused) { 213 ASSERT_EQ(WideToUTF8(focused), actual); 216 void SetFocusedElement(int tab_index, const wchar_t* focused) { 221 base::StringPrintf(kSetFocusedElementJS, focused), 612 // Make sure no element is focused. 618 // Blur the focused element. 620 // Make sure no element is focused. 631 // No element should be focused, as Alt+D was handled by the browser. 638 // Make sure no element is focused. 650 // Blur the focused element [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
PositionController.java | 99 // In addition to the focused box (index == 0). We also keep information 133 // The bound of the stable region that the focused box can stay, see the 137 // Constrained frame is a rectangle that the focused box should fit into if 140 // (1) In page mode, if the focused box is constrained, scaling for the 141 // focused box is adjusted to fit into the constrained frame, instead of the 144 // (2) In page mode, if the focused box is constrained, the mPlatform's 150 // Whether the focused box is constrained. 168 // The focused box (Box*) centers at mPlatform's (mCurrentX, mCurrentY) 248 // If the focused box was at minimal scale, we try to make it the 472 // Start an animations for the focused bo [all...] |
/cts/tests/tests/text/src/android/text/method/cts/ |
PasswordTransformationMethodTest.java | 246 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, 248 super.onFocusChanged(view, sourceText, focused, direction, previouslyFocusedRect);
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_manager.h | 79 // view got focused. 82 // Update the focused node to |node|, which may be null.
|