Home
last modified time | relevance | path

Searched refs:sticky (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/droiddoc/templates-ndk/assets/css/
Dfullscreen.css187 #sticky-header {
191 #sticky-header > div {
195 .sticky-menu {
Ddefault.css101 top: 65px; /* sticky-header height + 20px gutter */
4151 .sticky-menu {
4158 #sticky-header {
4171 #sticky-header.design {
4174 #sticky-header.develop {
4177 #sticky-header.distribute {
4180 #sticky-header.about {
4183 #sticky-header > div {
4191 #sticky-header > div .logo {
4200 #sticky-header > div .top {
[all …]
/build/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js452 if (sticky) {
1075 var sticky = false; variable
1112 if (sticky && (scrollLeft != prevScrollLeft)) {
1119 if (sticky == shouldBeSticky) {
1124 if (sticky && !shouldBeSticky) {
1125 sticky = false;
1139 } else if (!sticky && shouldBeSticky) {
1140 sticky = true;
2016 if ((sticky ) && (search.value != "")) {
2833 if (!sticky) return;
[all …]