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

1 2 3 4 5 6 7

  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 43 ATTRIBUTE User-Name-Is-Star 1035 integer
44 VALUE User-Name-Is-Star No 0
45 VALUE User-Name-Is-Star Yes 1
  /packages/apps/Browser/src/com/android/browser/
HistoryItem.java 33 private CompoundButton mStar; // Star for bookmarking
42 mStar = (CompoundButton) findViewById(R.id.star);
74 * Set whether or not this represents a bookmark, and make sure the star
BookmarkItem.java 51 View star = findViewById(R.id.star); local
52 star.setVisibility(View.GONE);
  /frameworks/base/docs/html/resources/articles/
drawable-mutations.jd 37 application with a list of books. Each book has a star next to its name, totally
47 Drawable star = context.getResources().getDrawable(R.drawable.star);
49 star.setAlpha(255); // opaque
51 star.setAlpha(70); // translucent
79 <pre>Drawable star = context.getResources().getDrawable(R.drawable.star);
81 star.mutate().setAlpha(255); // opaque
83 star. mutate().setAlpha(70); // translucent
  /external/emma/core/java12/com/vladium/util/
WCMatcher.java 33 boolean star = false;
40 if (! star)
42 star = true;
49 star = false;
246 boolean star = false;
263 star = true;
275 if (! star) return false;
285 if (! star) return false;
305 boolean star = false;
322 star = true
    [all...]
  /external/skia/tests/
TriangulationTest.cpp 67 static const SkPoint star[] = { variable
133 static const SkPoint star[] = { variable
156 #define kNumStarHoleVertices (sizeof(star) / sizeof(star[0]))
159 // Star test
174 bool success = SkConcaveToTriangles(kNumStarVertices, star, &triangles);
175 PrintTriangles(triangles, kNumStarVertices, star, reporter);
178 reporter->report("Triangulate Star", success ? reporter->kPassed
183 // Star with hole test
205 bool success = SkConcaveToTriangles(kNumStarHoleVertices, star, &triangles)
    [all...]
  /external/clearsilver/util/
wildmat.c 10 ** for the star character.
24 ** FALSE, each star-loop has to run to the end of the text; with ABORT
27 ** Once the control of one instance of DoMatch enters the star-loop, that
30 ** again). In effect, only one star-loop is ever active. It would be
85 /* Trailing star matches everything. */
149 /* Trailing star matches everything. */
  /build/target/board/emulator/
tuttle2.kl 19 key 227 STAR
tuttle2.kcm 61 STAR '*' '*' '*' '*' '*' '*'
  /build/target/board/generic/
tuttle2.kl 19 key 227 STAR
tuttle2.kcm 61 STAR '*' '*' '*' '*' '*' '*'
  /frameworks/base/core/res/res/drawable/
ratingbar_full_empty.xml 17 <!-- This is the rating bar drawable that is used to a show a filled star. -->
ratingbar_full_filled.xml 17 <!-- This is the rating bar drawable that is used to a show a filled star. -->
  /frameworks/base/core/java/android/widget/
RatingBar.java 43 * internally as the background for a fractionally filled star.
108 // A touch inside a star fill up to that fractional area (slightly more
204 * half-star granularity is wanted, this would be 0.5.
227 * @return The amount of progress that fits into a star
258 * partially filled star. This method keeps the secondary progress in sync
  /external/stlport/test/unit/
hash_test.cpp 21 const char star = 92; variable
23 const char star = 42; variable
284 CPPUNIT_ASSERT( s.count(star) == 0 );
285 s.insert(star);
286 CPPUNIT_ASSERT( s.count(star) == 1 );
287 s.insert(star);
288 CPPUNIT_ASSERT( s.count(star) == 2 );
292 i = s.find(star);
295 CPPUNIT_ASSERT( s.erase(star) == 2 );
  /development/simulator/app/assets/htc-audiovox-5600/
layout.xml 39 <button keyCode="star" src="star.png" x="45" y="509"/>
  /development/simulator/app/assets/htc-tornado/
layout.xml 41 <button keyCode="star" src="star.png" x="51" y="699"/>
  /development/simulator/app/assets/samsung-flip-2005/
layout.xml 42 <button keyCode="star" src="star.png" x="31" y="659"/>
  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 29 * 2. It handles internal clicks such as the checkbox or the favorite star
77 * Overriding this method allows us to "catch" clicks in the checkbox or star
  /cts/tools/dasm/src/java_cup/
sym.java 17 static final int STAR = 15;
  /development/simulator/app/assets/panasonic-x70/
layout.xml 38 <button keyCode="star"/>
  /device/htc/dream/
trout-keypad-qwertz.kl 22 key 227 STAR
trout-keypad-v2.kl 22 key 227 STAR
trout-keypad-v3.kl 22 key 227 STAR
trout-keypad.kl 22 key 227 STAR

Completed in 64 milliseconds

1 2 3 4 5 6 7