Searched refs:from (Results 126 - 129 of 129) sorted by relevance

123456

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java199 mLayoutInflater = LayoutInflater.from(context);
661 // Log.v(TAG, "Removing main menu from window manager.");
857 * with dismissing it from the UI.
893 // return value from application not wanting to show the menu).
1077 * its contents. The default implementation gets the panel from the menu.
1202 * @param fromActive Always true when called from onActive().
1650 * Invoked when the panels should thaw their state from a previously frozen state.
2519 // Apply data from current theme.
2624 // the values are inherited from our container.
3145 // Information pulled from th
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebView.java182 * // OR, you can also load from an HTML string:
212 * controlled from the web pages JavaScript.</li>
324 * property to {@code device-dpi}. This stops Android from performing scaling in your web page and
614 private int mContentWidth; // cache of value from WebViewCore
615 private int mContentHeight; // cache of value from WebViewCore
1276 // far we allow a touch be away from the edge of a link
1322 * Removes accessibility APIs from JavaScript.
1485 * Note: this can be called from WebCoreThread.
1537 * Note: this can be called from WebCoreThread.
1630 * Called to clear state when moving from on
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java264 // TODO: How can we get this from the XML instead of hardcoding it here?
270 // TODO: How can we get this from the XML instead of hardcoding it here?
459 // If we get the paint from the skin, we should set it to left, since
969 // Prevent text changes from keyboard.
996 // mInputType has been set from inputType, possibly modified by mInputMethod.
1265 * the return value from this method to Spannable or Editable, respectively.
1542 * of text from showing. It is only valid to call this after measuring.
1575 * of text from showing. It is only valid to call this after measuring.
1644 * from showing, and the vertical offset for gravity, if any.
1653 * from showin
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java196 // prevent further untrusted switches from happening.
246 // to restart less than this amount of time from the last one.
344 * incoming broadcasts from (which the user has no control over).
346 * a minimum amount of time; they are removed from it when they are
417 * is in a different process from the one they are currently in.
598 * removed from this list once it is published.
712 * activities from being started/resumed.
784 * Remaining processes for which we are waiting results from the last
1428 pw.println("Permission Denial: can't dump meminfo from from pi
[all...]

Completed in 165 milliseconds

123456