Searched refs:bound (Results 26 - 31 of 31) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java620 if (serviceState.bound) {
621 // We have already bound to the service so we don't try to bind again until after we
630 serviceState.bound = mContext.bindServiceAsUser(
1965 pw.println("bound: " + service.bound);
2085 private boolean bound; field in class:TvInputManagerService.ServiceState
2225 serviceState.bound = false;
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1256 * @return The currently bound LayoutManager
5269 boolean bound = false;
5275 throw new IllegalStateException("Removed holder should be bound and it should"
5282 bound = true;
5300 rvLayoutParams.mPendingInvalidate = fromScrap && bound;
5974 * @return A View that is bound to the given position or NULL if there is no View to re-use
6003 * @param parent The ViewGroup into which the new View will be added after it is bound to
6052 * the ViewHolder is currently bound to old data and Adapter may run an efficient partial
6176 * bound to it such as large bitmaps, this may be a good place to release those
6984 * @param view The RecyclerView this LayoutManager is bound t
[all...]
/frameworks/rs/api/
H A Drs_math.spec486 arg: #2#1 min_value, "Lower bound, a scalar or matching vector."
487 arg: #2#1 max_value, above(min_value), "High bound, must match the type of low."
490 Clamps a value to a specified high and low bound. clamp() returns min_value
3362 arg: #1 low, "Lower bound."
3363 arg: #1 high, "Upper bound."
/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. ...

Completed in 302 milliseconds

12