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

1 2 3

  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/res/transition/
grid_detail_transition.xml 23 <!-- changeBounds is used for the TextViews which are shared -->
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/res/transition/
grid_detail_transition.xml 23 <!-- changeBounds is used for the TextViews which are shared -->
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List1.java 35 // of strings to TextViews
List9.java 65 // of strings to TextViews
  /development/samples/browseable/ActivitySceneTransitionBasic/res/transition/
grid_detail_transition.xml 23 <!-- changeBounds is used for the TextViews which are shared -->
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
AccessibleLinearLayout.java 27 * Fake Button class, used so TextViews can announce themselves as Buttons, for accessibility.
AccessibleTextView.java 27 * Fake Button class, used so TextViews can announce themselves as Buttons, for accessibility.
  /frameworks/base/core/java/com/android/internal/widget/
NotificationActionListLayout.java 49 int textViews = 0;
57 textViews++;
70 if (textViews != mMeasureOrderTextViews.size()
84 rebuildMeasureOrder(textViews, otherViews);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
SpTexts.java 28 * Capture initial sp values for registered textviews, and update properly when configuration
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayerInvalidationActivity.java 35 ArrayList<TextView> textViews = new ArrayList<TextView>();
84 for (TextView tv : textViews) {
151 textViews.add((TextView) view);
  /frameworks/base/core/java/android/widget/
SimpleCursorTreeAdapter.java 25 * An easy adapter to map columns from a cursor to TextViews or ImageViews
86 * TextViews or ImageViews. The first N views in this list are
99 * TextViews or ImageViews. The first N views in this list are
127 * TextViews or ImageViews. The first N views in this list are
136 * TextViews or ImageViews. The first N views in this list are
160 * TextViews or ImageViews. The first N views in this list are
169 * TextViews or ImageViews. The first N views in this list are
SimpleExpandableListAdapter.java 67 * "groupFrom" parameter. These should all be TextViews. The
83 * "childFrom" parameter. These should all be TextViews. The
112 * "groupFrom" parameter. These should all be TextViews. The
131 * "childFrom" parameter. These should all be TextViews. The
161 * "groupFrom" parameter. These should all be TextViews. The
180 * "childFrom" parameter. These should all be TextViews. The
TwoLineListItem.java 27 * {@link android.widget.TextView TextViews} elements (or subclasses) with the ID values
SimpleAdapter.java 84 * TextViews. The first N views in this list are given the values of the first N columns
213 // ifs since a lot of views are TextViews (e.g. CheckBoxes).
222 // ifs since a lot of views are TextViews (e.g. CheckBoxes).
SimpleCursorAdapter.java 25 * An easy adapter to map columns from a cursor to TextViews or ImageViews
96 * These should all be TextViews. The first N views in this list
356 * These should all be TextViews. The first N views in this list
  /frameworks/support/design/tests/src/android/support/design/testutils/
TestUtilsMatchers.java 86 * Returns a matcher that matches TextViews with the specified text size.
111 * Returns a matcher that matches TextViews with the specified text color.
151 * Returns a matcher that matches TextViews whose start drawable is filled with the specified
  /packages/apps/Settings/src/com/android/settings/
LinkifyUtils.java 28 * Utility class to create clickable links inside {@link TextView TextViews}.
  /developers/build/prebuilts/gradle/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/
MainActivity.java 49 // Set the factory used to create TextViews to switch between.
  /developers/samples/android/ui/views/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/
MainActivity.java 49 // Set the factory used to create TextViews to switch between.
  /development/samples/ApiDemos/res/layout/
linear_layout_10.xml 18 TextViews, EditTexts, and Buttons. -->
  /development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/
MainActivity.java 49 // Set the factory used to create TextViews to switch between.
  /frameworks/base/core/java/android/transition/
Recolor.java 35 * color} of the text for target TextViews. If the color changes between
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java 42 * attributes can also be assigned in XML - these will get propogated to the child TextViews
51 * Linearlayout that will contain the TextViews serving as tabs. This is the only child
  /packages/apps/Messaging/src/com/android/messaging/ui/
ViewPagerTabs.java 43 * attributes can also be assigned in XML - these will get propogated to the child TextViews
56 * Linearlayout that will contain the TextViews serving as tabs. This is the only child
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSimpleCursorAdapter.java 35 * An easy adapter to map columns from a cursor to TextViews or ImageViews
92 * These should all be TextViews. The first N views in this list
354 * These should all be TextViews. The first N views in this list

Completed in 489 milliseconds

1 2 3