/frameworks/base/core/java/android/app/ |
D | ListFragment.java | 315 public void setListShown(boolean shown) { in setListShown() argument 316 setListShown(shown, true); in setListShown() 323 public void setListShownNoAnimation(boolean shown) { in setListShownNoAnimation() argument 324 setListShown(shown, false); in setListShownNoAnimation() 337 private void setListShown(boolean shown, boolean animate) { in setListShown() argument 342 if (mListShown == shown) { in setListShown() 345 mListShown = shown; in setListShown() 346 if (shown) { in setListShown()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | ListFragment.java | 257 public void setListShown(boolean shown) { in setListShown() argument 258 setListShown(shown, true); in setListShown() 265 public void setListShownNoAnimation(boolean shown) { in setListShownNoAnimation() argument 266 setListShown(shown, false); in setListShownNoAnimation() 279 private void setListShown(boolean shown, boolean animate) { in setListShown() argument 284 if (mListShown == shown) { in setListShown() 287 mListShown = shown; in setListShown() 288 if (shown) { in setListShown()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | DisplayMagnifier.java | 439 public void setMagnifiedRegionBorderShownLocked(boolean shown, boolean animate) { in setMagnifiedRegionBorderShownLocked() argument 440 if (shown) { in setMagnifiedRegionBorderShownLocked() 444 mWindow.setShown(shown, animate); in setMagnifiedRegionBorderShownLocked() 530 public void setShown(boolean shown, boolean animate) { in setShown() argument 532 if (mShown == shown) { in setShown() 535 mShown = shown; in setShown() 540 if (shown) { in setShown() 548 if (shown) { in setShown()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | MenuItemImpl.java | 477 boolean setVisibleInt(boolean shown) { in setVisibleInt() argument 479 mFlags = (mFlags & ~HIDDEN) | (shown ? 0 : HIDDEN); in setVisibleInt() 483 public MenuItem setVisible(boolean shown) { in setVisible() argument 487 if (setVisibleInt(shown)) mMenu.onItemVisibleChanged(this); in setVisible()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
D | MenuItemImpl.java | 512 boolean setVisibleInt(boolean shown) { in setVisibleInt() argument 514 mFlags = (mFlags & ~HIDDEN) | (shown ? 0 : HIDDEN); in setVisibleInt() 519 public MenuItem setVisible(boolean shown) { in setVisible() argument 523 if (setVisibleInt(shown)) mMenu.onItemVisibleChanged(this); in setVisible()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 988 public void setExtractViewShown(boolean shown) { in setExtractViewShown() argument 989 if (mExtractViewHidden == shown) { in setExtractViewShown() 990 mExtractViewHidden = !shown; in setExtractViewShown() 1126 public void setCandidatesViewShown(boolean shown) { in setCandidatesViewShown() argument 1127 updateCandidatesVisibility(shown); in setCandidatesViewShown() 1128 if (!mShowInputRequested && mWindowVisible != shown) { in setCandidatesViewShown() 1132 if (shown) { in setCandidatesViewShown() 1140 void updateCandidatesVisibility(boolean shown) { in updateCandidatesVisibility() argument 1141 int vis = shown ? View.VISIBLE : getCandidatesHiddenVisibility(); in updateCandidatesVisibility()
|
/frameworks/base/core/java/android/widget/ |
D | DatePicker.java | 444 public void setCalendarViewShown(boolean shown) { in setCalendarViewShown() argument 445 mCalendarView.setVisibility(shown ? VISIBLE : GONE); in setCalendarViewShown() 462 public void setSpinnersShown(boolean shown) { in setSpinnersShown() argument 463 mSpinners.setVisibility(shown ? VISIBLE : GONE); in setSpinnersShown()
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | docking-monitoring.jd | 51 broadcast receiver as shown in the next snippet.</p> 84 device's dock-state, simply register a broadcast receiver in your application manifest as shown in
|
D | manifest-receivers.jd | 47 disable as shown in the snippet below:</p>
|
D | battery-monitoring.jd | 52 {@code null} as the receiver as shown in the next snippet, the current battery status intent is 120 the battery status intent as shown here:</p>
|
/frameworks/base/docs/html/distribute/googleplay/policies/ |
D | ads.jd | 62 From a policy perspective, ads shown in your app are part of your content 63 and your app is responsible for any violations. If an ad shown in your app 83 maturity</strong>—Content shown in your ads must be consistent 184 You must make it easy for users to understand what ads will be shown in your 185 app, where they will be shown, and what the associated behaviors are, if any. 194 are shown, and how they can manage ad options. Take common-sense steps to
|
/frameworks/base/docs/html/guide/topics/media/ |
D | camera.jd | 213 The {@code getOutputMediaFileUri()} method in this example refers to the sample code shown in <a 267 The {@code getOutputMediaFileUri()} method in this example refers to the sample code shown in <a 312 href="#intent-video">video camera intent</a> examples shown in the previous sections.</p> 392 PackageManager.hasSystemFeature()} method, as shown in the example code below:</p> 418 and be sure to catch any exceptions, as shown in the code below:</p> 533 <p>A camera preview class, such as the example shown in the previous section, must be placed in the 598 android.widget.FrameLayout} element shown in the example above. Your camera activity must also 600 to modify a camera activity to attach the preview class shown in <a href="#camera-preview">Creating 626 refers to the example method shown in <a href="#access-camera">Accessing cameras</a>.</p> 886 <li>Configure {@link android.media.MediaRecorder} as shown in the code example above</li> [all …]
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | api.jd | 276 string for a subscription item is shown below:</p> 296 <p>The messaging sequence for a typical purchase request is shown in figure 2. Request types for 297 each <code>sendBillingRequest()</code> method are shown in <strong>bold</strong>, broadcast intents 298 are shown in <em>italic</em>. For clarity, figure 2 does not show the <code>RESPONSE_CODE</code> 347 <p>The messaging sequence for a restore transaction request is shown in figure 3. Request types for 348 each <code>sendBillingRequest()</code> method are shown in <strong>bold</strong>, broadcast intents 349 are shown in <em>italic</em>. For clarity, figure 3 does not show the <code>RESPONSE_CODE</code> 376 <p>The messaging sequence for checking whether in-app billing is supported is shown in figure 4. The 377 request type for the <code>sendBillingRequest()</code> method is shown in <strong>bold</strong>.</p> 431 <code>sendBillingRequest()</code> method are shown in <strong>bold</strong>, broadcast intents are [all …]
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | menu_design.jd | 131 like those shown in this document; they may vary from one version of Android 145 as shown in the screenshot below. To close the menu, the user presses 205 access a Context menu (if one exists), as shown in the screenshot below. 247 Also note, as shown in the following screenshot, the Context menu and the 277 fields, as shown in the following screenshot. 288 As shown in these diagrams, the user navigates to the menu, then 486 entire descriptive text may be shown as a marquee, where the words are
|
D | icon_design_menu.jd | 44 <p>Menu icons are graphical elements placed in the options menu shown to users 188 some other effects, which are shown below, are used to create depth. Menu icons 192 color palette and effects, as shown in Figure 2.</p> 303 effects, which are shown below, are used to create depth.</p>
|
D | icon_design_action_bar.jd | 72 action bar icon dimensions, corresponding to a given generalized screen density, are shown in 130 and effects shown in Figure 1 and Figure 2, below.</p>
|
D | icon_design_launcher_archive.jd | 255 <p>The recommended color palette to use for Launcher icons is shown in Figure 3. 267 shown in Figure 5. To get you started, the 301 drop shadow effect, as shown in Figure 6.</p> 380 simplified 3D icons with a fixed perspective. The required perspective is shown 394 friendly and simple—as shown in Figure 8.</li>
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | toasts.jd | 40 as shown in the following example:</p> 109 ID to inflate the layout from the XML, as shown here:</p>
|
/frameworks/base/docs/html/training/notify-user/ |
D | display-progress.jd | 124 The resulting notifications are shown in figure 1. On the left side is a snapshot of the 175 The resulting indicator is shown in figure 2:
|
/frameworks/base/docs/html/distribute/ |
D | open.jd | 50 shown in Figure 1 appears only if users have configured their device to allow 98 Settings <strong>></strong> Security, shown in Figure 2. To allow
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | projection.jd | 88 onDrawFrame()} method, which is shown in the next section.</p> 122 <p>In order to use the combined projection and camera view transformation matrix shown in the
|
/frameworks/base/docs/html/training/managing-audio/ |
D | audio-output.jd | 41 being routed to the device speaker, wired headset, or attached Bluetooth device as shown in the
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | abstracting.jd | 63 …pport these two implementations and their abstract base classes (or interfaces) is shown below.</p> 91 …f common features such as association of tab objects with activities (not shown in the code snippe…
|
/frameworks/base/docs/html/training/system-ui/ |
D | index.jd | 45 and navigation bars, as shown in figure 1) are displayed
|
/frameworks/base/docs/html/ |
D | license.jd | 17 Source Project</a>. This documentation, including any code shown in it, 80 <li>The use of sample source code provided in the SDK or shown in this
|