HomeSort by relevance Sort by last modified time
    Searched refs:shouldDrawChild (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
PagedView.java 815 protected boolean shouldDrawChild(View child) {
850 (leftScreen <= i && i <= rightScreen && shouldDrawChild(v))) {
    [all...]
Workspace.java 454 protected boolean shouldDrawChild(View child) {
456 return super.shouldDrawChild(child) &&
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 873 protected boolean shouldDrawChild(View child) {
    [all...]

Completed in 1009 milliseconds