Searched defs:at (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java6 * You may obtain a copy of the License at
64 * @param at The index you would like to returned, ranging from 0 to
67 * @return The index at the given offset, which can be used with
70 public int getIndex(int at) { argument
71 return mIndices[1+at];
82 * Retrieve the styled string value for the attribute at <var>index</var>.
110 * Retrieve the string value for the attribute at <var>index</var>.
139 * Retrieve the string value for the attribute at <var>index</var>, but
168 * Retrieve the string value for the attribute at <var>index</var> that is
203 * Retrieve the boolean value for the attribute at <va
[all...]

Completed in 52 milliseconds