/frameworks/support/v4/honeycomb/android/support/v4/view/ |
D | ViewCompatHC.java | 156 public static void setActivated(View view, boolean activated) { in setActivated() argument 157 view.setActivated(activated); in setActivated()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | UserDetailItemView.java | 125 boolean activated = ArrayUtils.contains(getDrawableState(), android.R.attr.state_activated); in updateTypeface() 126 mName.setTypeface(activated ? mActivatedTypeface : mRegularTypeface); in updateTypeface()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewCompat.java | 339 void setActivated(View view, boolean activated); in setActivated() argument 747 public void setActivated(View view, boolean activated) { in setActivated() argument 926 public void setActivated(View view, boolean activated) { in setActivated() argument 927 ViewCompatHC.setActivated(view, activated); in setActivated() 2340 public static void setActivated(View view, boolean activated) { in setActivated() argument 2341 IMPL.setActivated(view, activated); in setActivated()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | BaseCardView.java | 311 public void setActivated(boolean activated) { in setActivated() argument 312 if (activated != isActivated()) { in setActivated() 313 super.setActivated(activated); in setActivated()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | activity-alias-element.jd | 108 activated. 121 <dd>The name of the activity that can be activated through the alias.
|
D | supports-gl-texture-element.jd | 70 filtering based on the <code><supports-gl-texture></code> element is activated
|
D | application-element.jd | 388 activated and used by the system so your app can display RTL layouts.
|
D | manifest-intro.jd | 320 receivers) are activated by <i>intents</i>. An intent is a
|
/frameworks/base/docs/html/training/material/ |
D | animations.jd | 188 activated between the entering and exiting activities.</p> 272 <p>If you enable transitions and set an exit transition for an activity, the transition is activated 280 <p>If you have set an enter transition for the second activity, the transition is also activated
|
D | get-started.jd | 170 <p>When you start another activity from this activity, the exit transition is activated.</p>
|
/frameworks/base/docs/html/about/ |
D | index.jd | 34 <blockquote>Every day more than 1 million new Android devices are activated worldwide.</blockquote>
|
/frameworks/base/docs/html/guide/components/ |
D | fundamentals.jd | 195 broadcast receivers—are activated by an asynchronous message called an <em>intent</em>. 217 <p>The other component type, content provider, is not activated by intents. Rather, it is 218 activated when targeted by a request from a {@link android.content.ContentResolver}. The content
|
/frameworks/base/docs/html/training/accessibility/ |
D | service.jd | 112 // package names here. Otherwise, when the service is activated, it will listen
|
/frameworks/base/docs/html/training/enterprise/ |
D | device-management-policy.jd | 163 <p>After the device administrator is activated successfully, the application then configures Device
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | button.jd | 213 pressed (activated).</li>
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | purchase-iab-products.jd | 40 …g the ID and not the product name. You must have previously defined and activated the item in the …
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_motion.jd | 195 was activated.</td> 566 while the sensor was activated. The step counter has more latency (up to 10 seconds) but more
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | running-sync-adapter.jd | 111 {@link android.content.BroadcastReceiver} that's activated when a message arrives. While polling
|
/frameworks/base/core/java/android/view/ |
D | View.java | 16770 public void setActivated(boolean activated) { 16772 if (((mPrivateFlags & PFLAG_ACTIVATED) != 0) != activated) { 16773 mPrivateFlags = (mPrivateFlags & ~PFLAG_ACTIVATED) | (activated ? PFLAG_ACTIVATED : 0); 16776 dispatchSetActivated(activated); 16787 protected void dispatchSetActivated(boolean activated) {
|
D | ViewGroup.java | 3493 public void dispatchSetActivated(boolean activated) { in dispatchSetActivated() argument 3497 children[i].setActivated(activated); in dispatchSetActivated()
|
/frameworks/base/docs/html/guide/topics/search/ |
D | search-dialog.jd | 95 When activated by the user, the search dialog appears at the top of the activity, as shown in figure 517 <p>If you want to be notified when the search dialog is activated, override the {@link
|
/frameworks/base/docs/html/google/play/publishing/ |
D | multiple-apks.jd | 154 simple mode, only one APK can be activated at a time. If you upload a new APK to update 163 warning, you can publish the activated APKs, but there might be unintended consequences as to
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | apps.jd | 148 that all user interface (UI) input controls in your application can be reached and activated
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_android.jd | 253 Activity object's lifecycle starts when the Activity is activated by an Intent. The object's
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | hce.jd | 574 <p>After the Nfc-A protocol is activated, the ISO-DEP protocol activation is
|