HomeSort by relevance Sort by last modified time
    Searched full:nextfocusforward (Results 1 - 25 of 26) sorted by null

1 2

  /development/samples/ApiDemos/res/layout/
focus_5.xml 17 <!-- Demonstrates using nextFocusForward to explicitly set sequential focus order.-->
33 android:nextFocusForward="@+id/button2"/>
39 android:nextFocusForward="@+id/button3"/>
45 android:nextFocusForward="@+id/button4"/>
53 android:nextFocusForward="@+id/button5"/>
59 android:nextFocusForward="@+id/button1"/>
  /frameworks/base/docs/html/training/keyboard-input/
navigation.jd 99 href="{@docRoot}reference/android/view/View.html#attr_android:nextFocusForward">{@code
100 android:nextFocusForward}</a> attribute:</p>
108 android:nextFocusForward="@+id/editText1"
113 android:nextFocusForward="@+id/button1"
119 android:nextFocusForward="@+id/button2"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyMetadata.java 277 sCategories.put("nextFocusForward", "Focus");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12-expected-completion75.txt 40 android:nextFocusForward : Defines the next view to give focus to when the next focus is FOCUS_FORWARD If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
completion1-expected-completion39.txt 115 android:nextFocusForward : Defines the next view to give focus to when the next focus is FOCUS_FORWARD If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
completion5-expected-completion40.txt 115 android:nextFocusForward : Defines the next view to give focus to when the next focus is FOCUS_FORWARD If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
completionvalues1-expected-completion32.txt 177 android:nextFocusForward : Defines the next view to give focus to when the next focus is FOCUS_FORWARD If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.R.attr.html 717 <A NAME="android.R.attr.nextFocusForward"></A>
718 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#nextFocusForward" target="_top"><code>nextFocusForward</code></A></nobr>
    [all...]
fields_index_additions.html     [all...]
fields_index_all.html     [all...]
alldiffs_index_additions.html     [all...]
alldiffs_index_all.html     [all...]
  /frameworks/base/core/res/res/values/
public.xml     [all...]
attrs.xml     [all...]
  /prebuilts/sdk/current/
android.jar 
  /development/sdk/
api-versions.xml 775 <field name="nextFocusForward" since="11" />
    [all...]
  /frameworks/base/api/
current.txt     [all...]
  /prebuilts/sdk/api/
11.xml     [all...]
12.xml     [all...]
13.xml     [all...]
14.txt     [all...]
15.txt     [all...]
16.txt     [all...]
17.txt     [all...]
18.txt     [all...]

Completed in 746 milliseconds

1 2