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

1 2

  /frameworks/base/core/java/android/view/
ViewStub.java 39 * ViewStub's inflatedId property. For instance:
43 * android:inflatedId="@+id/subTree"
52 * id "subTree," specified by the inflatedId property. The inflated View is finally
137 * @param inflatedId A positive integer used to identify the inflated view or
143 public void setInflatedId(int inflatedId) {
144 mInflatedId = inflatedId;
  /cts/tests/res/layout/
viewstub_layout.xml 23 android:inflatedId="@+id/inflated_id"
  /frameworks/base/core/res/res/layout/
screen_simple.xml 30 android:inflatedId="@+id/action_mode_bar"
screen_simple_overlay_action_mode.xml 35 android:inflatedId="@+id/action_mode_bar"
screen_custom_title.xml 26 android:inflatedId="@+id/action_mode_bar"
screen_title.xml 27 android:inflatedId="@+id/action_mode_bar"
screen.xml 30 android:inflatedId="@+id/action_mode_bar"
screen_progress.xml 31 android:inflatedId="@+id/action_mode_bar"
screen_title_icons.xml 28 android:inflatedId="@+id/action_mode_bar"
  /frameworks/base/core/tests/coretests/res/layout/
viewstub.xml 37 android:inflatedId="@+id/stub_inflated"
  /packages/apps/Browser/res/layout-sw600dp/
history.xml 26 android:inflatedId="@+id/history" />
  /frameworks/base/docs/html/resources/articles/
layout-tricks-stubs.jd 50 <code>android:inflatedId</code>, which can be used to override the
57 android:inflatedId="&#64;+id/panel_import"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 381 topAttrs="layout,inflatedId,visibility"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt 133 android:inflatedId : Overrides the id of the inflated View with this value. [reference]
  /frameworks/base/core/res/res/values/
public.xml 277 <public type="attr" name="inflatedId" id="0x010100f3" />
    [all...]
  /prebuilt/sdk/6/
android.jar 
  /cts/tools/dex-tools/dex/
classes.out.dex 662 public static final int inflatedId
    [all...]
  /frameworks/base/api/
1.xml     [all...]
10.xml     [all...]
11.xml     [all...]
12.xml     [all...]
13.xml     [all...]
14.txt     [all...]
15.txt     [all...]
2.xml     [all...]

Completed in 1832 milliseconds

1 2