/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/ |
StandardBean.java | 31 private StandardBean bean = null; field in class:StandardBean 49 return bean; 52 public void setPeer(StandardBean bean) { 53 this.bean = bean;
|
/external/proguard/examples/annotations/examples/ |
Bean.java | 4 * This bean illustrates the use of annotations for configuring ProGuard. 7 * javac -classpath ../lib/annotations.jar Bean.java 15 public class Bean
|
/prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/ |
Bean.java | 4 * This bean illustrates the use of annotations for configuring ProGuard. 7 * javac -classpath ../lib/annotations.jar Bean.java 15 public class Bean
|
/libcore/luni/src/test/java/libcore/java/util/beans/ |
PropertyChangeSupportTest.java | 35 Object bean = new Object(); local 36 PropertyChangeSupport support = new PropertyChangeSupport(bean); 40 PropertyChangeEvent nullToNull = new PropertyChangeEvent(bean, "a", null, null); 46 Object bean = new Object(); local 47 PropertyChangeSupport support = new PropertyChangeSupport(bean); 51 PropertyChangeEvent xToX = new PropertyChangeEvent(bean, "a", "x", new String("x")); 57 Object bean = new Object(); local 58 PropertyChangeEvent eventA = new PropertyChangeEvent(bean, "a", false, true); 59 PropertyChangeEvent eventB = new PropertyChangeEvent(bean, "b", false, true); 60 PropertyChangeEvent eventC = new PropertyChangeEvent(bean, "c", false, true) 107 Object bean = new Object(); local 163 Object bean = new Object(); local 181 Object bean = new Object(); local 197 Object bean = new Object(); local 236 Object bean = "bean"; local [all...] |
/development/sdk/ |
platform_source.prop_template | 4 Platform.CodeName=Jelly Bean
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
manifest-expected-completion69.txt | 2 17 : API 17: Android 4.2 (Jelly Bean) 3 16 : API 16: Android 4.1 (Jelly Bean)
|
/developers/samples/android/content/multiuser/AppRestrictions/AppRestrictions/src/main/res/values/ |
strings.xml | 43 <item>Jelly Bean</item> 44 <item>More Jelly Bean</item> 55 <item>Jelly Bean</item> 56 <item>More Jelly Bean</item>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
BeanBag.java | 140 public class Bean extends ImageView { 160 public Bean(Context context, AttributeSet as) { 165 return String.format("<bean (%.1f, %.1f) (%d x %d)>", 174 BitmapDrawable bean = (BitmapDrawable) getContext().getResources().getDrawable(beanId); local 175 Bitmap beanBits = bean.getBitmap(); 180 bean.setAlpha(0x80); 182 this.setImageDrawable(bean); 235 public float overlap(Bean other) { 287 Bean nv = new Bean(getContext(), null) [all...] |
/sdk/templates/activities/FullscreenActivity/root/src/app_package/util/ |
SystemUiHiderHoneycomb.java.ftl | 55 // API 16 (Jelly Bean). It is safe to use them, as they are inlined 56 // at compile-time and do nothing on pre-Jelly Bean devices. 102 // Pre-Jelly Bean, we must manually hide the action bar 118 // Pre-Jelly Bean, we must manually show the action bar
|
/prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/ |
dom4j-1.6.1-sources.jar | |
dom4j-1.6.1.jar | |
/frameworks/compile/slang/ |
slang_version.h | 24 // JB -> Jelly Bean
|
/libcore/luni/src/main/java/java/beans/ |
PropertyChangeListener.java | 29 * The source bean calls this method when an event is raised.
|
IndexedPropertyChangeEvent.java | 35 * the changed bean.
|
/frameworks/base/docs/html/about/ |
about_toc.cs | 10 <div class="nav-section-header"><a href="<?cs var:toroot ?>about/versions/jelly-bean.html"> 11 <span class="en">Jelly Bean</span></a></div>
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
WhitespaceInfoPaths.java | 33 * Bean property to allow setPropertiesFromAttributes to
|
/external/smack/asmack-master/patch/ |
22-remove-beans.Property-deps.patch | 23 // Set the value of the bean.
|
/frameworks/base/docs/html/ |
index.jd | 26 <a href="{@docRoot}about/versions/jelly-bean.html"><img src="{@docRoot}images/home/android-jellybean.png" ></a> 29 <h1>A Sweeter Jelly Bean!</h1> 35 <p><a href="{@docRoot}about/versions/jelly-bean.html" class="button">Learn More</a></p>
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
FlexAntTasks.jar | |
/frameworks/base/docs/html/design/patterns/ |
new.jd | 4 <h2>Jelly Bean - Android 4.1</h2> 17 <p>The base notification layout has not changed, so app notifications designed for versions earlier than Jelly Bean still look and work the same. Check the updated <a href="{@docRoot}design/patterns/notifications.html">Notifications</a> page for more details.</p>
|
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>
|
/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/about/dashboards/ |
index.jd | 151 "chart": "//chart.googleapis.com/chart?chl=Eclair%7CFroyo%7CGingerbread%7CHoneycomb%7CIce%20Cream%20Sandwich%7CJelly%20Bean&chco=c4df9b%2C6fad0c&chd=t%3A1.5%2C3.1%2C34.1%2C0.1%2C23.3%2C37.9&chf=bg%2Cs%2C00000000&chs=500x250&cht=p", 185 "name": "Jelly Bean", 190 "name": "Jelly Bean", 286 "codename":"Jelly Bean" 291 "codename":"Jelly Bean"
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/mime-types/ |
webkit | 37 application/x-java-bean
|
/frameworks/base/core/java/android/text/method/ |
KeyListener.java | 34 * targetting Jelly Bean or later, and will only deliver it for some
|