/frameworks/support/core-ui/tests/java/android/support/v4/view/ |
ViewPagerWithTabStripTest.java | 46 // The following block tests that ViewPager page selection changes on clicking titles of 50 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Red"))).perform(click()); 54 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Green"))).perform(click()); 58 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Red"))).perform(click()); 65 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Green"))).perform(click()); 69 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Blue"))).perform(click()); 73 // between titles of tabs as that functionality is exposed by PagerTabStrip 78 // Click between titles of page #0 and page #1 and verify that we're on page #1 79 onView(withId(R.id.titles)).perform(clickBetweenTwoTitles("Red", "Green")); 82 // Click between titles of page #0 and page #1 and verify that we're on page # [all...] |
ViewPagerWithTitleStripTest.java | 47 // The following block tests that nothing happens on clicking titles of various tabs 51 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Red"))).perform(click()); 55 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Green"))).perform(click()); 61 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Red"))).perform(click()); 65 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Green"))).perform(click()); 69 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Blue"))).perform(click()); 73 // The following block tests that nothing happens on clicking in between titles of various 79 // Click between titles of page #0 and page #1 and verify that we're still on page #0 80 onView(withId(R.id.titles)).perform(clickBetweenTwoTitles("Red", "Green")); 86 // Click between titles of page #1 and page #2 and verify that we're still on page # [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
AppDomainsPreference.java | 38 public void setTitles(CharSequence[] titles) { 39 mNumEntries = (titles != null) ? titles.length : 0; 40 super.setTitles(titles);
|
/development/samples/ApiDemos/res/layout/ |
fragment_layout.xml | 18 for display when not in landscape: we can only fit the list of titles. --> 24 android:id="@+id/titles"
|
/external/libxml2/include/libxml/ |
xlink.h | 100 * @nbTitles: the number of titles detected on the link 101 * @title: array of titles detected on the link 102 * @langs: array of xml:lang values for the titles 118 const xlinkTitle *titles, 128 * @nbTitles: the number of titles detected on the link 129 * @title: array of titles detected on the link 130 * @langs: array of xml:lang values for the titles 141 const xlinkTitle *titles,
|
/frameworks/support/samples/Support4Demos/res/layout/ |
fragment_layout_support.xml | 18 for display when not in landscape: we can only fit the list of titles. --> 24 android:id="@+id/titles"
|
/frameworks/support/samples/Support4Demos/res/layout-land/ |
fragment_layout_support.xml | 18 for display when in landscape: we can fit both titles and dialog. --> 26 android:id="@+id/titles" android:layout_weight="1"
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
conf.py | 21 # unit titles (such as .. function::).
|
/external/lzma/CPP/Windows/Control/ |
PropertyPage.cpp | 50 AStringVector titles;
local 60 titles.Add(GetSystemString(pagesInfo[i].Title));
76 if (titles[i].IsEmpty())
81 page.pszTitle = titles[i];
|
/development/samples/ApiDemos/res/layout-land/ |
fragment_layout.xml | 18 for display when in landscape: we can fit both titles and dialog. --> 26 android:id="@+id/titles" android:layout_weight="1"
|
/frameworks/base/core/res/res/values-watch/ |
config_material.xml | 24 <!-- Watch type devices have limited screen real-estate, and thus titles should not be used. --> 33 <!-- Due to the smaller screen size, have dialog titles occupy more than 1 line. -->
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
ListDialogPreference.java | 37 * Abstract dialog preference that displays a set of values and optional titles. 93 * Sets the list of item titles. May be null if no titles are specified, or 94 * may be shorter than the list of values to leave some titles unspecified. 96 * @param titles the list of item titles 98 public void setTitles(CharSequence[] titles) { 99 mEntryTitles = titles;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
Action.java | 181 * Returns a list of {@link Action} with the specified keys and titles 186 public static ArrayList<Action> createActionsFromArrays(String[] keys, String[] titles) { 187 return createActionsFromArrays(keys, titles, NO_CHECK_SET, null); 191 * Returns a list of {@link Action} with the specified keys and titles 196 public static ArrayList<Action> createActionsFromArrays(String[] keys, String[] titles, 199 int titlesLength = titles.length; 202 throw new IllegalArgumentException("Keys and titles dimensions must match"); 208 builder.key(keys[i]).title(titles[i]).checkSetId(checkSetId);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
FastScrollingIndexCache.java | 149 static String buildCacheValue(String[] titles, int[] counts) { 152 for (int i = 0; i < titles.length; i++) { 156 appendIfNotNull(sb, titles[i]); 167 public static final Bundle buildExtraBundle(String[] titles, int[] counts) { 169 bundle.putStringArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_TITLES, titles); 189 final String[] titles = new String[numTitles]; local 193 titles[i] = values[i * 2]; 197 return buildExtraBundle(titles, counts);
|
/external/libxml2/os400/libxmlrpg/ |
xlink.rpgle | 95 * @nbTitles: the number of titles detected on the link 96 * @title: array of titles detected on the link 97 * @langs: array of xml:lang values for the titles 111 * @nbTitles: the number of titles detected on the link 112 * @title: array of titles detected on the link 113 * @langs: array of xml:lang values for the titles
|
/frameworks/base/packages/SettingsLib/res/values/ |
arrays.xml | 82 <!-- Titles for HDCP checking preference. [CHAR LIMIT=35] --> 103 <!-- Titles for logd limit size selection preference. [CHAR LIMIT=14] --> 113 <!-- Titles for logd limit size lowram selection preference. [CHAR LIMIT=14] --> 149 <!-- Titles for logpersist state selection preference. [CHAR LIMIT=14] --> 165 <!-- Titles for window animation scale preference. [CHAR LIMIT=35] --> 187 <!-- Titles for transition animation scale preference. [CHAR LIMIT=35] --> 209 <!-- Titles for animator duration scale preference. [CHAR LIMIT=35] --> 231 <!-- Titles for overlay display devices preference. [CHAR LIMIT=35] --> 263 <!-- Titles for OpenGL traces preference. [CHAR LIMIT=35] --> 279 <!-- Titles for non-rectangular clipping preference. [CHAR LIMIT=35] -- [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List4.java | 62 return Shakespeare.TITLES.length; 95 sv = new SpeechView(mContext, Shakespeare.TITLES[position], 99 sv.setTitle(Shakespeare.TITLES[position]);
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_thresholding/ |
py_thresholding.markdown | 46 titles = ['Original Image','BINARY','BINARY_INV','TRUNC','TOZERO','TOZERO_INV'] 51 plt.title(titles[i]) 99 titles = ['Original Image', 'Global Thresholding (v = 127)', 105 plt.title(titles[i]) 157 titles = ['Original Noisy Image','Histogram','Global Thresholding (v=127)', 163 plt.title(titles[i*3]), plt.xticks([]), plt.yticks([]) 165 plt.title(titles[i*3+1]), plt.xticks([]), plt.yticks([]) 167 plt.title(titles[i*3+2]), plt.xticks([]), plt.yticks([])
|
/development/samples/HoneycombGallery/res/values/ |
strings.xml | 32 <string name="toggle_titles">Toggle Titles</string>
|
/development/samples/training/EffectiveNavigation/res/layout/ |
activity_collection_demo.xml | 24 titles for adjacent pages.
|
/external/autotest/site_utils/tester_feedback/ |
request.py | 33 pending request titles.
|
/external/chromium-trace/catapult/tracing/tracing/extras/chrome/ |
slice_title_fixer.html | 15 * @fileoverview Some generic slice titles appear very frequently in traces,
|
/external/chromium-trace/catapult/tracing/tracing/extras/tquery/ |
filter.html | 20 // titles.
|
/frameworks/opt/photoviewer/res/values-af/ |
strings.xml | 24 <string name="titles" msgid="8072357561981153438">"<xliff:g id="TITLE_0">%s</xliff:g>, <xliff:g id="SUBTITLE">%s</xliff:g>"</string>
|
/frameworks/opt/photoviewer/res/values-am/ |
strings.xml | 24 <string name="titles" msgid="8072357561981153438">"<xliff:g id="TITLE_0">%s</xliff:g>? <xliff:g id="SUBTITLE">%s</xliff:g>"</string>
|