Home
last modified time | relevance | path

Searched refs:activated (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/support/v4/honeycomb/android/support/v4/view/
DViewCompatHC.java156 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/
DUserDetailItemView.java125 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/
DViewCompat.java339 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/
DBaseCardView.java311 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/
Dactivity-alias-element.jd108 activated.
121 <dd>The name of the activity that can be activated through the alias.
Dsupports-gl-texture-element.jd70 filtering based on the <code>&lt;supports-gl-texture></code> element is activated
Dapplication-element.jd388 activated and used by the system so your app can display RTL layouts.
Dmanifest-intro.jd320 receivers) are activated by <i>intents</i>. An intent is a
/frameworks/base/docs/html/training/material/
Danimations.jd188 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
Dget-started.jd170 <p>When you start another activity from this activity, the exit transition is activated.</p>
/frameworks/base/docs/html/about/
Dindex.jd34 <blockquote>Every day more than 1 million new Android devices are activated worldwide.</blockquote>
/frameworks/base/docs/html/guide/components/
Dfundamentals.jd195 broadcast receivers&mdash;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/
Dservice.jd112 // package names here. Otherwise, when the service is activated, it will listen
/frameworks/base/docs/html/training/enterprise/
Ddevice-management-policy.jd163 <p>After the device administrator is activated successfully, the application then configures Device
/frameworks/base/docs/html/guide/topics/ui/controls/
Dbutton.jd213 pressed (activated).</li>
/frameworks/base/docs/html/training/in-app-billing/
Dpurchase-iab-products.jd40 …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/
Dsensors_motion.jd195 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/
Drunning-sync-adapter.jd111 {@link android.content.BroadcastReceiver} that's activated when a message arrives. While polling
/frameworks/base/core/java/android/view/
DView.java16770 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) {
DViewGroup.java3493 public void dispatchSetActivated(boolean activated) { in dispatchSetActivated() argument
3497 children[i].setActivated(activated); in dispatchSetActivated()
/frameworks/base/docs/html/guide/topics/search/
Dsearch-dialog.jd95 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/
Dmultiple-apks.jd154 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/
Dapps.jd148 that all user interface (UI) input controls in your application can be reached and activated
/frameworks/base/docs/html/tools/testing/
Dtesting_android.jd253 Activity object's lifecycle starts when the Activity is activated by an Intent. The object's
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dhce.jd574 <p>After the Nfc-A protocol is activated, the ISO-DEP protocol activation is

12