Searched defs:apply (Results 51 - 54 of 54) sorted by relevance

123

/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1168 // Note: don't apply scroll offset, because we want to know its
3053 // within the visible part of the window and, if not, apply
3849 apply(q, onProcess(q));
3874 protected void apply(QueuedInputEvent q, int result) { method in class:ViewRootImpl.InputStage
4048 protected void apply(QueuedInputEvent q, int result) { method in class:ViewRootImpl.AsyncInputStage
4052 super.apply(q, result);
4711 * The maximum amount of acceleration we will apply.
4718 * and thus apply an acceleration.
4855 // on how quickly the wheel is being turned, to apply
H A DView.java204 * inflated from a layout file. The second form should parse and apply
3838 * is useful to apply a specific color filter and/or blending mode and/or
3867 * <p>A hardware layer is useful to apply a specific color filter and/or
4064 * Perform inflation from XML and apply a class-specific base style from a
4085 * Perform inflation from XML and apply a class-specific base style from a
4374 // With builds < ICS, fall through and apply fading edges
5125 // Re-apply user/background padding so that scrollbar(s) get added
5915 * apply, in which case use the default View.FOCUS_DOWN.
6145 * It may not always apply, in which case use the default.
7645 * apply th
23476 public boolean apply(View view) { method in class:View.MatchIdPredicate
23485 public boolean apply(View view) { method in class:View.MatchLabelForPredicate
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1940 // We may also need to apply pending (restored) runtime
3449 // Note: isEnabledLP() does not apply here - always return info
4159 // normal runtime permissions. For now they apply to all users.
4269 // normal runtime permissions. For now they apply to all users.
15588 // We're downgrading a system app, which will apply to all users, so
17147 functor.apply(parser, userId);
17151 public void apply(XmlPullParser parser, int userId) throws IOException, XmlPullParserException; method in interface:PackageManagerService.BlobXmlRestorer
17201 public void apply(XmlPullParser parser, int userId)
17262 public void apply(XmlPullParser parser, int userId)
17318 public void apply(XmlPullParse
[all...]

Completed in 198 milliseconds

123