HomeSort by relevance Sort by last modified time
    Searched full:bean (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /frameworks/base/docs/html/about/dashboards/
index.jd 160 "chart": "//chart.googleapis.com/chart?chs=500x250&cht=p&chco=c4df9b%2C6fad0c&chf=bg%2Cs%2C00000000&chd=t%3A2.2%2C28.5%2C0.1%2C20.6%2C48.6&chl=Froyo%7CGingerbread%7CHoneycomb%7CIce%20Cream%20Sandwich%7CJelly%20Bean",
184 "name": "Jelly Bean",
189 "name": "Jelly Bean",
194 "name": "Jelly Bean",
289 "codename":"Jelly Bean"
294 "codename":"Jelly Bean"
299 "codename":"Jelly Bean"
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
LocalizationUtils.java 65 * RTL layout support is from Jelly Bean MR1, so if the version is lower
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /docs/source.android.com/src/source/
build-numbers.jd 119 <td>Jelly Bean</td>
124 <td>Jelly Bean</td>
129 <td>Jelly Bean</td>
382 <td>earliest Jelly Bean version, Galaxy Nexus</td>
507 <td>latest Jelly Bean version, Nexus 7 (flo/deb)</td>
  /frameworks/base/docs/html/design/patterns/
notifications.jd 13 <h4>New in Jelly Bean</h4>
14 <p>In Jelly Bean, notifications received their most important structural and functional update since the beginning of Android.</p>
33 <p>The information arrangement of the base layout has not changed in Jelly Bean, so app notifications designed for versions earlier than Jelly Bean still look and work the same.</p>
44 <p>With Jelly Bean you have the option to provide more event detail. You can use this to show the first few lines of a message or show a larger image preview. This provides the user with additional context, and - in some cases - may allow the user to read a message in its entirety. The user can pinch-zoom or two-finger glide in order to toggle between base and expanded layouts. For single event notifications, Android provides two expanded layout templates (text and image) for you to re-use in your application.</p>
51 <p>Starting with Jelly Bean, Android supports optional actions that are displayed at the bottom of the notification. With actions, users can handle the most common tasks for a particular notification from within the notification shade without having to open the originating application. This speeds up interaction and, in conjunction with "swipe-to-dismiss", helps users to streamline their notification triaging experience.</p>
93 <p>Starting with Jelly Bean, Android now supports a priority flag for notifications. It allows you to influence where your notification will appear in comparison to other notifications and help to make sure that users always see their most important notifications first. You can choose from the following priority levels when posting a notification:</p>
new.jd 94 <h2>Android 4.1 Jelly Bean</h2>
108 earlier than Jelly Bean still look and work the same. Check the updated <a
  /docs/source.android.com/src/compatibility/
downloads.jd 27 Jelly Bean-MR2. Source code for Android 4.3 is found in the 'android-4.3_r1' branch in the open-source tree.</p>
40 Jelly Bean-MR1. Source code for Android 4.2 is found in the 'android-4.2.2_r1' branch in the open-source tree.</p>
48 Jelly Bean. Source code for Android 4.1.1 is found in the 'android-4.1.1_r1' branch in the open-source tree.</p>
  /frameworks/base/core/java/android/text/method/
KeyListener.java 34 * targetting Jelly Bean or later, and will only deliver it for some
  /libcore/luni/src/main/java/java/beans/
PropertyChangeEvent.java 42 * the changed bean.
PropertyChangeSupport.java 62 * Creates a new instance that uses the source bean as source for any event.
65 * the bean used as source for all events.
76 * new value. As source the bean used to initialize this instance is used.
93 * value, new value and index. As source the bean used to initialize this
  /libcore/luni/src/main/java/java/util/logging/
LoggingMXBean.java 25 * The ObjectName for identifying the {@code LoggingMXBean} in a bean server is
  /external/guava/guava/src/com/google/common/collect/
ImmutableMultiset.java 504 * public static final ImmutableMultiset<Bean> BEANS =
505 * new ImmutableMultiset.Builder<Bean>()
506 * .addCopies(Bean.COCOA, 4)
507 * .addCopies(Bean.GARDEN, 6)
508 * .addCopies(Bean.RED, 8)
509 * .addCopies(Bean.BLACK_EYED, 10)
ImmutableSortedMultiset.java 455 * public static final ImmutableSortedMultiset<Bean> BEANS =
456 * new ImmutableSortedMultiset.Builder<Bean>()
457 * .addCopies(Bean.COCOA, 4)
458 * .addCopies(Bean.GARDEN, 6)
459 * .addCopies(Bean.RED, 8)
460 * .addCopies(Bean.BLACK_EYED, 10)
  /external/smack/src/org/jivesoftware/smack/provider/
ProviderManager.java 67 * parsing the raw XML stream to create an IQ instance. In the latter case, bean introspection
102 * can either implement the PacketExtensionProvider interface or be a standard Java Bean. In
104 * contruct an object. In the latter case, bean introspection is used to try to automatically
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
examples.html 45 <li><a href="#beans">Processing bean classes</a></li>
121 classes</a>, <a href="#beans">bean classes</a>, <a
144 classes</a>, <a href="#beans">bean classes</a>, <a
487 classes</a>, <a href="#beans">bean classes</a>, <a
512 classes</a>, <a href="#beans">bean classes</a>, <a
631 classes</a>, <a href="#beans">bean classes</a>, <a
701 classes</a>, <a href="#beans">bean classes</a>, <a
    [all...]
  /development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
HelloSpellCheckerActivity.java 70 // It is recommended for an application running on Jelly Bean or later
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 40 // Note that the sentence level spell check APIs work on Jelly Bean or later.
  /docs/source.android.com/src/devices/
latency_design.jd 13 Android 4.1 (Jelly Bean) release introduced internal framework changes for
media.jd 114 by Android starting in Jelly Bean.</p
  /external/bison/build-aux/
vc-list-files 28 # cvsu is part of the cvsutils package: http://www.red-bean.com/cvsutils/
  /external/chromium_org/build/android/
install_emulator_deps.py 27 # http://software.intel.com/en-us/articles/intel-eula-x86-android-4-2-jelly-bean-bin
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
MIMETypeRegistryChromium.cpp 115 || mimeType.startsWith("application/x-java-bean", false)
  /external/proguard/docs/manual/
examples.html 33 <li><a href="#beans">Processing bean classes</a>
104 classes</a>, <a href="#beans">bean classes</a>, <a
128 classes</a>, <a href="#beans">bean classes</a>, <a
346 classes</a>, <a href="#beans">bean classes</a>, <a
371 classes</a>, <a href="#beans">bean classes</a>, <a
520 classes</a>, <a href="#beans">bean classes</a>, <a
683 <h3>Processing bean classes</h3>
685 introspection on bean classes to find bean editor classes, or getter and
687 you can do than making sure the bean class names, or the getter and sette
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
ApiHelper.java 133 // "Background" filter does not have "context" input port in jelly bean.

Completed in 765 milliseconds

12 3 4 5