HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 3101 - 3125 of 19572) sorted by null

<<121122123124125126127128129130>>

  /frameworks/base/core/java/android/speech/
IRecognitionListener.aidl 41 * The sound level in the audio stream has changed.
  /frameworks/base/core/java/android/text/style/
RelativeSizeSpan.java 85 * @return the proportion with which the text size is changed.
  /frameworks/base/core/java/android/view/
OrientationListener.java 24 * the orientation of the device has changed.
  /frameworks/base/core/java/android/webkit/
UserPackage.java 66 * This state can be changed by the user from Settings->Apps
  /frameworks/base/core/java/android/widget/
BaseAdapter.java 48 * Notifies the attached observers that the underlying data has been changed
  /frameworks/base/core/java/com/android/internal/widget/
NotificationActionListLayout.java 92 // Rebuild the measure order if the number of children changed or the text length of
93 // any of the children changed.
199 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
201 super.onLayout(changed, left, top, right, bottom);
  /frameworks/base/core/res/res/values-sw600dp/
config.xml 46 in PipSnapAlgorithm and should not be changed independently.
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageBuilder.java 75 assertEquals("targetSdkVersion should not be changed",
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListManagedCursorTest.java 66 assertTrue("List changed to touch mode", !mListView.isInTouchMode());
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsServTest.java 302 Assert.assertEquals(777777L, serv.getLaunchedSince()); // <-- changed
303 Assert.assertTrue(serv.getLaunched()); // <-- changed
304 Assert.assertEquals(8086, serv.getLaunches()); // <-- changed
377 Assert.assertEquals(777777L-6064+5053, serv.getLaunchedTime()); // <-- changed
418 Assert.assertEquals(8085-1, serv.getLaunches()); // <-- changed
524 Assert.assertEquals(777777L-2021+1010, serv.getStartTime()); // <-- changed
526 Assert.assertFalse(serv.getRunning()); // <-- changed
564 Assert.assertFalse(serv.getRunning()); // <-- changed
565 Assert.assertEquals(4042-1, serv.getStarts()); // <-- changed
  /frameworks/base/core/tests/coretests/src/com/android/internal/widget/
ActionBarContainerTest.java 91 protected void onLayout(boolean changed, int l, int t, int r, int b) {}
  /frameworks/base/docs/html/sdk/support_api_diff/25.0.0/changes/
changes-summary.html 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
106 <a NAME="Changed"></a>
107 <TABLE summary="Changed Packages" WIDTH="100%">
109 <TH VALIGN="TOP" COLSPAN=3>Changed Packages</FONT></TD>
  /frameworks/base/docs/html/sdk/support_api_diff/25.0.0/
changes.html 8 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
  /frameworks/base/docs/html/sdk/support_api_diff/25.1.0/changes/
android.support.v17.leanback.app.BackgroundManager.html 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
115 <a NAME="Changed"></a>
116 <TABLE summary="Changed Methods" WIDTH="100%">
118 <TH VALIGN="TOP" COLSPAN=3>Changed Methods</FONT></TD>
jdiff_statistics.html 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
80 The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were added, changed, or removed. The table includes only the highest-level program elements &mdash; that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class.
135 <h2>Changed Packages, Sorted by Percentage Difference</h2>
201 <h2>Changed Classes and <i>Interfaces</i>, Sorted by Percentage Difference</h2>
469 Percentage difference = 100 * (added + removed + 2*changed)
473 <p>where <code>added</code> is the number of packages added, <code>removed</code> is the number of packages removed, and <code>changed</code> is the number of packages changed.
474 This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed.
pkg_android.support.v17.leanback.widget.html 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
99 <a NAME="Changed"></a>
100 <TABLE summary="Changed Classes" WIDTH="100%">
102 <TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
  /frameworks/base/docs/html/sdk/support_api_diff/25.1.0/
changes.html 8 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 48 // Returns true if the current surface changed, false if it was already current
  /frameworks/base/lowpan/java/android/net/lowpan/
LowpanException.java 24 * or a LoWPAN interface property could not be fetched or changed.
  /frameworks/base/lowpan/tests/src/android/net/lowpan/
LowpanInterfaceTest.java 84 // Verify that the property was changed
  /frameworks/base/media/java/android/media/
MediaController2.java 113 * Called when the session has changed anything related with the {@link PlaybackInfo}.
122 * Called when the allowed commands are changed by session.
143 * Called when the player state is changed.
151 * Called when playback speed is changed.
190 * Called when the player's currently playing item is changed
204 * Called when a playlist is changed.
214 * Called when a playlist metadata is changed.
223 * Called when the shuffle mode is changed.
235 * Called when the repeat mode is changed.
MediaTimeProvider.java 77 * Called when the media time changed due to seeking.
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
BitmapSource.java 83 // Clear image (to trigger reload) in case parameters have been changed
  /frameworks/base/media/tests/MediaDump/
AndroidManifest.xml 20 own application, the package name must be changed from "com.example.*"
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
PrintServicePlugin.java 39 * Announce that something changed and the UI for this plugin should be updated.

Completed in 1344 milliseconds

<<121122123124125126127128129130>>