Home
last modified time | relevance | path

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

/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dcarousel.js147 var is_animating = 0; variable
204 is_animating = 0;
283 if (dir == 'right' && is_animating == 0) {
285 is_animating = 1;
287 } else if (dir == 'left' && is_animating == 0) {
289 is_animating = 1;
/aosp12/frameworks/base/core/proto/android/view/
H A Dviewrootimpl.proto36 optional bool is_animating = 6; field
/aosp12/frameworks/base/core/proto/android/server/
H A Dwindowmanagerservice.proto340 optional bool is_animating = 5; field