OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldDrawChild
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java
453
protected boolean
shouldDrawChild
(View child) {
455
return super.
shouldDrawChild
(child) &&
[
all
...]
PagedView.java
815
protected boolean
shouldDrawChild
(View child) {
850
(leftScreen <= i && i <= rightScreen &&
shouldDrawChild
(v))) {
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java
[
all
...]
Workspace.java
484
protected boolean
shouldDrawChild
(View child) {
486
return super.
shouldDrawChild
(child) &&
[
all
...]
Completed in 161 milliseconds