Home
last modified time | relevance | path

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

/build/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/tools/droiddoc/templates-sdk-dev/assets/css/
Dfullscreen.css187 #sticky-header {
191 #sticky-header > div {
195 .sticky-menu {
Ddefault.css101 top: 65px; /* sticky-header height + 20px gutter */
4162 .sticky-menu {
4169 #sticky-header {
4182 #sticky-header.design {
4185 #sticky-header.develop {
4188 #sticky-header.distribute {
4191 #sticky-header.about {
4194 #sticky-header > div {
4202 #sticky-header > div .logo {
4211 #sticky-header > div .top {
[all …]
/build/tools/droiddoc/templates-sdk-dev/assets/js/
Ddocs.js442 if (sticky) {
1065 var sticky = false; variable
1102 if (sticky && (scrollLeft != prevScrollLeft)) {
1109 if (sticky == shouldBeSticky) {
1114 if (sticky && !shouldBeSticky) {
1115 sticky = false;
1129 } else if (!sticky && shouldBeSticky) {
1130 sticky = true;
2006 if ((sticky ) && (search.value != "")) {
2823 if (!sticky) return;
[all …]
/build/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 …]
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js1045 var sticky = false; variable
1088 if (sticky && (scrollLeft != prevScrollLeft)) {
1095 if (sticky == shouldBeSticky) {
1100 if (sticky && !shouldBeSticky) {
1101 sticky = false;
1111 } else if (!sticky && shouldBeSticky) {
1112 sticky = true;
1978 if ((sticky ) && (search.value != "")) {
2826 if (!sticky) return;
2837 if (!sticky) return;
/build/tools/droiddoc/templates-sdk/assets/css/
Ddefault.css110 top: 84px; /* sticky-header height + 20px gutter */
3811 /* offset the <a name=""> tags to account for sticky nav */
7173 .dac-header.is-sticky .dac-header-inner {
7284 .is-sticky .dac-header-crumbs {
7444 .is-sticky .dac-nav, .dac-nav-head, .dac-nav-toggle {