HomeSort by relevance Sort by last modified time
    Searched refs:focused (Results 51 - 75 of 245) sorted by null

1 23 4 5 6 7 8 910

  /frameworks/base/core/java/android/view/
ViewParent.java 97 * will contain the focused view. It is not necessarily the view that
99 * @param focused The view that is a descendant of child that actually has
102 public void requestChildFocus(View child, View focused);
AccessibilityInteractionController.java 438 AccessibilityNodeInfo focused = null; local
459 // The focused view not shown, we failed.
468 focused = AccessibilityNodeInfo.obtain(
472 focused = host.createAccessibilityNodeInfo();
482 focused = provider.findFocus(focusType);
484 if (focused == null) {
485 focused = target.createAccessibilityNodeInfo();
495 applyAppScaleAndMagnificationSpecIfNeeded(focused, spec);
501 adjustIsVisibleToUserIfNeeded(focused, interactiveRegion);
502 callback.setFindAccessibilityNodeInfoResult(focused, interactionId)
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityFocusAndInputFocusSyncTest.java 78 // Get the root which is only accessibility focused.
79 AccessibilityNodeInfo focused = getInstrumentation().getUiAutomation() local
81 assertNull(focused);
109 // Check if the node info is focused.
137 // Check if the node info is focused.
157 // Check if the node info is not focused.
163 // Get the first not focused edit text.
185 // Get the second not focused edit text.
  /cts/tests/tests/text/src/android/text/method/cts/
PasswordTransformationMethodTest.java 287 public void onFocusChanged(View view, CharSequence sourceText, boolean focused,
289 super.onFocusChanged(view, sourceText, focused, direction, previouslyFocusedRect);
  /external/autotest/client/deps/graphics/graphics_test_extension/
background.js 7 {left: l, top: t, width: w, height: h, focused: true, url: url},
  /external/chromium-trace/catapult/third_party/polymer/components/core-tooltip/
core-tooltip.css 19 :host([focused]) .core-tooltip {
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3Window.java 49 public void invoke(long windowHandle, final int focused) {
54 if(focused == GLFW.GLFW_TRUE) {
  /frameworks/base/core/java/android/text/method/
PasswordTransformationMethod.java 120 boolean focused, int direction,
122 if (!focused) {
ReplacementTransformationMethod.java 103 boolean focused, int direction,
  /frameworks/support/compat/ics/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatIcs.java 179 public static void setFocused(Object info, boolean focused) {
180 ((AccessibilityNodeInfo) info).setFocused(focused);
  /packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
AutoCompleteEditTextPreference.java 268 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) {
269 super.onFocusChanged(focused, direction, previouslyFocusedRect);
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 166 public void requestChildFocus(View child, View focused) {
167 super.requestChildFocus(child, focused);
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 184 public void requestChildFocus(View child, View focused) {
185 super.requestChildFocus(child, focused);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java 88 boolean focused = isComboFocused();
89 if (m_wasFocused && !focused) {
95 if (!m_wasFocused && focused) {
99 if (m_wasFocused && !focused) {
104 m_wasFocused = focused;
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerTest.java 45 * Since most UI tests are not practical, these tests are focused on internal data representation
216 assertNotNull("focused child should stay in layout", postVH);
218 assertEquals("focused child's screen position should stay unchanged", top,
323 assertNotNull("focused child should stay in layout", postVH);
325 View focused = postVH.itemView; local
327 startMargin = helper.getDecoratedStart(focused) - helper.getStartAfterPadding();
328 endMargin = helper.getEndAfterPadding() - helper.getDecoratedEnd(focused);
330 assertTrue("focused child should be somewhat visible",
331 helper.getDecoratedStart(focused) < helper.getEndAfterPadding()
332 && helper.getDecoratedEnd(focused) > helper.getStartAfterPadding())
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java 436 * The focused position, it's not the currently visually aligned position
2850 final View focused = recyclerView.findFocus(); local
    [all...]
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 397 static void onWindowFocusChanged(ANativeActivity* activity, int focused) {
398 LOGV("WindowFocusChanged: %p -- %d\n", activity, focused);
400 focused ? APP_CMD_GAINED_FOCUS : APP_CMD_LOST_FOCUS);
  /external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.c 396 static void onWindowFocusChanged(ANativeActivity* activity, int focused) {
397 LOGV("WindowFocusChanged: %p -- %d\n", activity, focused);
399 focused ? APP_CMD_GAINED_FOCUS : APP_CMD_LOST_FOCUS);
  /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";
  /packages/apps/Camera2/src/com/android/camera/
FocusOverlayManager.java 272 public void onAutoFocus(boolean focused, boolean shutterButtonPressed) {
277 if (focused) {
287 if (focused) {
  /packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java 204 public void onAutoFocus(boolean focused) {
209 if (focused) {
220 if (focused) {
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
FocusOverlayManager.java 250 public void onAutoFocus(boolean focused, boolean shutterButtonPressed) {
255 if (focused) {
266 if (focused) {
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
MockView.java 414 public boolean dispatchUnhandledMove(View focused, int direction) {
416 return super.dispatchUnhandledMove(focused, direction);
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwApplication.java 158 public void windowFocus (long window, boolean focused) {
159 graphics.foreground = focused;

Completed in 1323 milliseconds

1 23 4 5 6 7 8 910