OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldSetTopAlignedPivotForWidget
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetPager.java
842
if (
shouldSetTopAlignedPivotForWidget
(curPage)) {
892
protected boolean
shouldSetTopAlignedPivotForWidget
(int childIndex) {
893
return !isCameraPage(childIndex) && super.
shouldSetTopAlignedPivotForWidget
(childIndex);
[
all
...]
PagedView.java
618
protected boolean
shouldSetTopAlignedPivotForWidget
(int childIndex) {
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java
778
protected boolean
shouldSetTopAlignedPivotForWidget
(int childIndex) {
[
all
...]
Completed in 51 milliseconds