Home
last modified time | relevance | path

Searched refs:important (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DSecurityMessageDisplay.java20 public void setMessage(CharSequence msg, boolean important); in setMessage() argument
22 public void setMessage(int resId, boolean important); in setMessage() argument
24 public void setMessage(int resId, boolean important, Object... formatArgs); in setMessage() argument
DKeyguardMessageArea.java85 public void setMessage(CharSequence msg, boolean important) { in setMessage() argument
86 if (!TextUtils.isEmpty(msg) && important) { in setMessage()
94 public void setMessage(int resId, boolean important) { in setMessage() argument
95 if (resId != 0 && important) { in setMessage()
104 public void setMessage(int resId, boolean important, Object... formatArgs) { in setMessage() argument
105 if (resId != 0 && important) { in setMessage()
/frameworks/base/docs/html/distribute/engage/
Dwidgets.jd2 page.metaDescription=Use home screen widgets to remind users about important information in your ap…
15 views of an app's <strong>most important data and features</strong>,
20 Use widgets to <strong>remind users</strong> about important information in
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelBar.java86 int important = showing ? IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS in setBouncerShowing() local
89 setImportantForAccessibility(important); in setBouncerShowing()
92 mPanelHolder.setImportantForAccessibility(important); in setBouncerShowing()
/frameworks/base/docs/html/design/patterns/
Dactionbar.jd26 …<li>Makes important actions prominent and accessible in a predictable way (such as <em>New</em> or…
31 <p>If you're new to writing Android apps, note that the action bar is one of the most important des…
80 Show the most important actions of your app in the actions section. Actions that don't fit in the
98 <p>One of the most important UI issues to consider when creating an app is how to adjust to screen
135 <p><em>Action buttons</em> on the action bar surface your app's most important activities. Think ab…
137 estate, the system shows your most important actions as action buttons and moves the rest to the
278 <h4>How important is view navigation to the task?</h4>
279 <p>If view navigation is very important to your app, use tabs (for fastest view-switching) or spinn…
284 <h4>What else is important enough to warrant continuous display?</h4>
285 <p>Sometimes it is important to display contextual information for your app that's always visible.
[all …]
Dnotifications_k.jd19 Think of notifications as a news channel that alerts the user to important
68 imminently important and meaningful ones.</p>
131 always see their most important notifications first. You can choose from the
147 <td>Use high priority notifications primarily for important communication,
231 important to design your notifications carefully. Notifications embody your
236 <p>To create an application that people love, it's important to recognize that
241 nonetheless still important
244 plan your notifications, ask yourself if they are important enough to warrant
Dnew.jd21 <p><a href="{@docRoot}design/patterns/notifications.html">Notifications</a> receive important
141 "at-a-glance" views of an app's most important data and functionality right from
214 <p>The action bar is the most important structural element of an Android
229 sizes is important in the Android world. Multi-pane layouts allow you to
Dwidgets.jd13 …omization. You can imagine them as "at-a-glance" views of an app's most important data and functio…
20 <p>Information widgets typically display a few crucial information elements that are important to a…
59 …ld be understood as "mini apps", there are certain limitations that are important to understand be…
91 <p>Allowing users to resize widgets has important benefits:</p>
114 …ng of cells can vary widely from device to device, and hence it is very important that your widget…
/frameworks/base/docs/html/training/managing-audio/
Dindex.jd28 <p>If your app plays audio, it’s important that your users can control the audio in a predictable
29 manner. To ensure a great user experience, it’s also important that your app manages the audio focus
53 <dd>With multiple apps potentially playing audio it's important to think about how they should
/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd12 that the system knows are running, how important these things are to the user,
15 <p>It is important that
21 important work.</strong></p>
71 process is considered extremely important and will not be killed unless doing so is
107 important level found among all the components currently active in the process.
120 classification will always be at least as important as process A's.</p>
/frameworks/base/docs/html/design/handhelds/
Dindex.jd7 Aspects of UI that are especially important for phones and tablets include
12 Your app will play an important part in keeping the overall Android experience
31 <p>The Favorites Tray at the bottom always keeps your most important shortcuts and folders in view
93 provide updates, reminders, or information that's important, but not critical enough to warrant
131 <p>The command and control center for your app. The action bar surfaces the most important actions
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialog.java236 public void setStreamImportant(int stream, boolean important) { in setStreamImportant() argument
237 mHandler.obtainMessage(H.SET_STREAM_IMPORTANT, stream, important ? 1 : 0).sendToTarget(); in setStreamImportant()
258 private void addRow(int stream, int iconRes, int iconMuteRes, boolean important) { in addRow() argument
259 final VolumeRow row = initRow(stream, iconRes, iconMuteRes, important); in addRow()
352 private VolumeRow initRow(final int stream, int iconRes, int iconMuteRes, boolean important) { in initRow() argument
357 row.important = important; in initRow()
558 || (mExpanded && (row.important || isActive))
823 private void setStreamImportantH(int stream, boolean important) {
826 row.important = important;
1117 private boolean important; field in VolumeRow
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityRecord.java138 boolean important = true; in setSource()
144 important = root.isImportantForAccessibility(); in setSource()
155 setBooleanProperty(PROPERTY_IMPORTANT_FOR_ACCESSIBILITY, important); in setSource()
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd209 <h4 id="interrupt-only-if-important">Only interrupt me if it's important</h4>
297 <h4 id="make-important-things-fast">Make important things fast</h4>
298 <p>Not all actions are equal. Decide what's most important in your app and make it easy to find and
/frameworks/base/docs/html/guide/practices/
Dindex.jd23 <p>As Ice Cream Sandwich rolls out to more devices, it's important that you begin to migrate
30 One important result is better support for a new size of screen; what is typically called a “7-inch”
/frameworks/base/docs/html/training/basics/actionbar/
Dindex.jd36 <p>The action bar is one of the most important design elements you can implement for your
43 <li>Access to important actions in a predictable way (such as Search).</li>
/frameworks/base/docs/html/wear/design/
Duser-interface.jd14 <strong>Demand</strong>. Your application will have an important role to play in both of these
28 from card to card for a brief and comprehensive update about what's important to them. Only one card
/frameworks/base/docs/html/distribute/users/
Dyour-listing.jd44 important to make sure your launcher icon is crisp and high quality. To do
61 Be sure to showcase how your apps look, their important features, and what
88 Choosing the right featured image is important, it needs to convey as much
/frameworks/base/docs/html/training/wearables/data-layer/
Dindex.jd20 send and synchronize over the wire and listeners that notify your apps of important events with
48 lets you listen for important data layer events in a service. The system manages the lifecycle of
56 in an activity lets you listen for important data layer events when an activity
/frameworks/base/docs/html-intl/intl/ru/design/get-started/
Dprinciples.jd209 <h4 id="interrupt-only-if-important">Прерывайте пользователя только в действительно важных ситуация…
297 <h4 id="make-important-things-fast">Важные действия должны происходить быстро</h4>
/frameworks/base/docs/html/guide/topics/graphics/
Doverview.jd38 <p>When writing an application, it's important to consider exactly what your graphical demands will…
66 games, using the NDK is beneficial (It is important to note though that you can still get adequate
/frameworks/base/docs/html-intl/intl/zh-tw/design/get-started/
Dprinciples.jd209 <h4 id="interrupt-only-if-important">重要時才打斷</h4>
297 <h4 id="make-important-things-fast">快速找到重要的功能</h4>
/frameworks/base/docs/html-intl/intl/ja/design/get-started/
Dprinciples.jd209 <h4 id="interrupt-only-if-important">割り込みは重要なときにだけ行う</h4>
297 <h4 id="make-important-things-fast">重要なことはすみやかに</h4>
/frameworks/base/docs/html-intl/intl/zh-cn/design/get-started/
Dprinciples.jd209 <h4 id="interrupt-only-if-important">只在确实对我很重要时才打断我</h4>
297 <h4 id="make-important-things-fast">让重要事项能更快地完成</h4>
/frameworks/base/docs/html/training/custom-views/
Dcustom-drawing.jd38 <p>The most important part of a custom view is its appearance. Custom drawing can be easy or complex
44 <p>The most important step in drawing a custom view is to override the {@link
106 <p>Creating objects ahead of time is an important optimization. Views are redrawn very frequently,
194 <p>There are three important things to note in this code:</p>

12345678910>>...13