OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msticky
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
StickyHeaderScrollView.java
44
private View
mSticky
;
63
if (
mSticky
== null) {
70
mSticky
= findViewWithTag("sticky");
78
if (
mSticky
!= null) {
80
final View drawTarget = mStickyContainer != null ? mStickyContainer :
mSticky
;
82
final int drawOffset = mStickyContainer != null ?
mSticky
.getTop() : 0;
StickyHeaderListView.java
52
private View
mSticky
;
87
if (
mSticky
== null) {
93
mSticky
= findViewWithTag("sticky");
110
if (
mSticky
!= null) {
113
final View drawTarget = mStickyContainer != null ? mStickyContainer :
mSticky
;
115
final int drawOffset = mStickyContainer != null ?
mSticky
.getTop() : 0;
/packages/apps/Settings/src/com/android/settings/widget/
StickyHeaderListView.java
50
private View
mSticky
;
76
if (
mSticky
== null) {
82
mSticky
= findViewWithTag("sticky");
100
if (
mSticky
!= null) {
103
final View drawTarget = mStickyContainer != null ? mStickyContainer :
mSticky
;
105
final int drawOffset = mStickyContainer != null ?
mSticky
.getTop() : 0;
Completed in 66 milliseconds