HomeSort by relevance Sort by last modified time
    Searched full:star (Results 101 - 125 of 716) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/support/media-compat/java/android/support/v4/media/
RatingCompat.java 190 * Return a Rating instance with a star-based rating.
191 * Create and return a new Rating instance with one of the star-base rating styles
215 Log.e(TAG, "Invalid rating style (" + starRatingStyle + ") for a star rating");
219 Log.e(TAG, "Trying to set out of range star-based rating");
287 * Return the star-based rating value.
289 * not star-based, or if it is unrated.
  /frameworks/base/docs/html/distribute/stories/apps/
economist-espresso.jd 49 and positive sentiment, <strong>further increasing its star rating and the number of app
54 After just one week following the launch of rating requests, The Espresso app's star rating
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java 81 R.id.four, R.id.five, R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star,
173 } else if (mButtonIds[i] == R.id.star) {
349 } else if (buttonId == R.id.seven || buttonId == R.id.star) {
359 } else if (buttonId == R.id.star) {
396 } else if (buttonId == R.id.star) {
418 || buttonId == R.id.star) {
429 || buttonId == R.id.star) {
445 } else if (buttonId == R.id.star || buttonId == R.id.zero || buttonId == R.id.pound) {
  /cts/tools/dasm/src/java_cup/
sym.java 17 static final int STAR = 15;
  /development/samples/XmlAdapters/res/xml/
contacts.xml 24 <bind app:from="starred" app:to="@id/star" app:as="drawable">
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
pylintrc 5 disable=I0010,I0011,abstract-class-little-used,abstract-class-not-used,anomalous-backslash-in-string,bad-builtin,bad-context-manager,bad-continuation,bad-str-strip-call,broad-except,cell-var-from-loop,deprecated-lambda,deprecated-module,duplicate-code,eval-used,exec-used,fixme,function-redefined,global-statement,interface-not-implemented,invalid-name,locally-enabled,logging-not-lazy,missing-docstring,missing-final-newline,no-init,no-member,no-name-in-module,no-self-use,no-self-use,not-callable,star-args,too-few-public-methods,too-many-ancestors,too-many-arguments,too-many-branches,too-many-function-args,too-many-instance-attributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-return-statements,too-many-statements,useless-else-on-loop,unused-variable,attribute-defined-outside-init,protected-access
  /external/javassist/sample/preproc/
Compiler.java 340 boolean star = false;
345 star = true;
346 else if(star && c == '/')
349 star = false;
  /external/libgdx/tests/gdx-tests-lwjgl3/src/com/badlogic/gdx/tests/lwjgl3/
MultiWindowCursorTest.java 28 pixmap = new Pixmap(Gdx.files.internal("data/particle-star.png"));
  /external/nist-sip/java/gov/nist/core/
Separators.java 44 public static final String STAR = "*";
  /external/replicaisland/res/values/
arrays.xml 21 <item>STAR</item>
  /frameworks/compile/mclinker/include/mcld/LD/
ArchiveReader.h 23 * 1. All archive elements star on an even boundary, new line padded;
  /packages/apps/UnifiedEmail/res/layout/
conversation_view_header.xml 47 android:src="@drawable/star" />
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_apply.py 50 l_newargs = [pytree.Leaf(token.STAR, u"*"), args]
fix_itertools_imports.py 24 elif child.type == token.STAR:
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 25 STAR = 16
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_apply.py 50 l_newargs = [pytree.Leaf(token.STAR, u"*"), args]
fix_itertools_imports.py 24 elif child.type == token.STAR:
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 25 STAR = 16
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 50 l_newargs = [pytree.Leaf(token.STAR, u"*"), args]
fix_itertools_imports.py 24 elif child.type == token.STAR:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 25 STAR = 16
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 50 l_newargs = [pytree.Leaf(token.STAR, u"*"), args]
fix_itertools_imports.py 24 elif child.type == token.STAR:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 25 STAR = 16
  /external/chromium-trace/catapult/third_party/polymer/components/paper-fab/
paper-fab.html 28 <paper-fab src="star.png"></paper-fab>
56 <paper-fab src="star.png" aria-label="star"></paper-fab>

Completed in 988 milliseconds

1 2 3 45 6 7 8 91011>>