Searched refs:fully (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseRecyclerViewInstrumentationTest.java1261 * partially in-bounds if it's either fully or partially visible on the screen.
1263 * @param child The child view to be checked whether is partially (or fully) within RV's bounds.
1264 * @return True if the child view is partially (or fully) visible; false otherwise.
1288 * Returns whether a child of RecyclerView is fully in-bounds, that is it's fully visible
1291 * @param child The child view to be checked whether is fully within RV's bounds.
1292 * @return True if the child view is fully visible; false otherwise.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java822 String fully = args.getString("fully");
823 if (fully != null) {
824 mDemoInetCondition = Boolean.parseBoolean(fully);
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessState.java290 public boolean readFromParcel(Parcel in, boolean fully) { argument
292 if (fully) {

Completed in 104 milliseconds