OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:transitioning
(Results
1 - 25
of
258
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/
core-animated-pages-extracted.js
38
this.
transitioning
= [];
78
if (this.
transitioning
.indexOf(src) === -1) {
79
this.
transitioning
.push(src);
81
if (this.
transitioning
.indexOf(dst) === -1) {
82
this.
transitioning
.push(dst);
130
this.
transitioning
.forEach(function(t) {
133
this.
transitioning
= [];
143
if (this.
transitioning
.length) {
/external/chromium_org/third_party/polymer/components/core-animated-pages/transitions/
hero-transition.css
1
/* Hide heroes that are not currently
transitioning
*/
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/transitions/
hero-transition.css
1
/* Hide heroes that are not currently
transitioning
*/
core-transition-pages.html
36
3. `complete`: Called when the elements are finished
transitioning
.
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
bootstrap-collapse.js
55
if (this.
transitioning
) return
63
if (hasData && hasData.
transitioning
) return
75
if (this.
transitioning
) return
99
that.
transitioning
= 0
107
this.
transitioning
= 1
/external/chromium_org/cc/layers/
heads_up_display_layer_impl_unittest.cc
49
// Simulate a resource loss on
transitioning
to resourceless software mode.
/external/chromium_org/third_party/polymer/components/core-animated-pages/
core-animated-pages.html
181
In the above example, the "foo" element only behaves as a hero element if
transitioning
between
192
will allow the outer core-animated-pages to know which nested page it is actually
transitioning
274
this.
transitioning
= [];
314
if (this.
transitioning
.indexOf(src) === -1) {
315
this.
transitioning
.push(src);
317
if (this.
transitioning
.indexOf(dst) === -1) {
318
this.
transitioning
.push(dst);
366
this.
transitioning
.forEach(function(t) {
369
this.
transitioning
= [];
379
if (this.
transitioning
.length)
[
all
...]
/developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
MainActivity.java
78
// Now we provide a list of Pair items which contain the view we can
transitioning
79
// from, and the name of the view it is
transitioning
to, in the launched activity
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
MainActivity.java
78
// Now we provide a list of Pair items which contain the view we can
transitioning
79
// from, and the name of the view it is
transitioning
to, in the launched activity
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
MainActivity.java
78
// Now we provide a list of Pair items which contain the view we can
transitioning
79
// from, and the name of the view it is
transitioning
to, in the launched activity
/external/chromium_org/v8/test/mjsunit/regress/
regress-2433.js
28
//
Transitioning
from a PackedSmi to PackedDouble should fill the destination
/external/kernel-headers/original/uapi/linux/
securebits.h
36
transitioning
to a non-root user (the set-uid fixup suppressed by
/external/libsepol/include/sepol/policydb/
constraint.h
12
* used to prevent a process from
transitioning
to a new user
/frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.h
162
// Processing function when
transitioning
to normal state, mono.
165
// Processing function when
transitioning
to bypass state, mono.
171
// Processing function when
transitioning
to normal state, multi-channel.
174
// Processing function when
transitioning
to bypass state, multi-channel.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
securebits.h
36
transitioning
to a non-root user (the set-uid fixup suppressed by
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
securebits.h
36
transitioning
to a non-root user (the set-uid fixup suppressed by
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.h
69
// before
transitioning
to their named state.
119
// sent in
transitioning
to |state_| from the previous persistent state.
179
// Runs one test of
transitioning
to a state and invoking an event.
/developers/build/prebuilts/gradle/CustomTransition/Application/src/main/java/com/example/android/customtransition/
CustomTransitionFragment.java
87
Log.i(TAG, "
Transitioning
to scene #" + mCurrentScene);
/developers/samples/android/ui/transition/CustomTransition/Application/src/main/java/com/example/android/customtransition/
CustomTransitionFragment.java
87
Log.i(TAG, "
Transitioning
to scene #" + mCurrentScene);
/development/samples/browseable/CustomTransition/src/com.example.android.customtransition/
CustomTransitionFragment.java
87
Log.i(TAG, "
Transitioning
to scene #" + mCurrentScene);
/external/chromium_org/third_party/WebKit/Source/web/
FullscreenController.h
70
// If set, the WebView is
transitioning
to fullscreen for this element.
/external/chromium_org/third_party/polymer/components/core-animated-pages/demos/
list.html
82
if (this.$.pages.
transitioning
.length) {
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/demos/
list.html
82
if (this.$.pages.
transitioning
.length) {
/external/chromium_org/third_party/skia/include/gpu/
GrProgramElement.h
18
*
transitioning
a GrProcessor from being owned by a client to being scheduled for execution. It
/external/chromium_org/ui/app_list/
pagination_controller.cc
65
// scroll > 0 means moving contents right or down. That is,
transitioning
Completed in 1380 milliseconds
1
2
3
4
5
6
7
8
9
10
11