/build/tools/droiddoc/templates-pdk/assets/ |
jquery-history.js | 32 var current = $.history.getCurrent(); 42 var previous = $.history.getCurrent(); 47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]); 53 getCurrent: function() {
|
/external/doclava/res/assets/templates/assets/ |
jquery-history.js | 32 var current = $.history.getCurrent(); 42 var previous = $.history.getCurrent(); 47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]); 53 getCurrent: function() {
|
/external/v8/test/cctest/ |
test-object-observe.cc | 36 return value->Int32Value(v8::Isolate::GetCurrent()->GetCurrentContext()) 63 ->Set(v8::Isolate::GetCurrent()->GetCurrentContext(), v8_str("obj"), 74 ->Set(v8::Isolate::GetCurrent()->GetCurrentContext(), v8_str("obj"), 83 ->Set(v8::Isolate::GetCurrent()->GetCurrentContext(), 87 ->Set(v8::Isolate::GetCurrent()->GetCurrentContext(), v8_str("fun1"), 91 ->Set(v8::Isolate::GetCurrent()->GetCurrentContext(), v8_str("fun2"), 95 ->Set(v8::Isolate::GetCurrent()->GetCurrentContext(), v8_str("fun3"), 276 ->Set(v8::Isolate::GetCurrent()->GetCurrentContext(), v8_str("obj"), 280 ->Set(v8::Isolate::GetCurrent()->GetCurrentContext(), 296 ->BooleanValue(v8::Isolate::GetCurrent()->GetCurrentContext() [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
LevelListDrawableTest.java | 97 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[2]); 100 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[2]); 103 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]); 106 assertNull(mLevelListDrawable.getCurrent()); 109 assertNull(mLevelListDrawable.getCurrent()); 121 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]); 123 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]); 126 assertNull(mLevelListDrawable.getCurrent()); 133 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[2]); 135 assertNull(mLevelListDrawable.getCurrent()); [all...] |
DrawableContainerTest.java | 57 assertNull(mDrawableContainer.getCurrent()); 119 assertSame(dr0, mDrawableContainer.getCurrent()); 132 assertNull(mDrawableContainer.getCurrent()); 149 assertSame(dr0, mDrawableContainer.getCurrent()); 165 assertNull(mDrawableContainer.getCurrent()); 183 assertNull(mDrawableContainer.getCurrent()); 204 assertNull(mDrawableContainer.getCurrent()); 227 assertNull(mDrawableContainer.getCurrent()); 246 assertNull(mDrawableContainer.getCurrent()); 267 assertNull(mDrawableContainer.getCurrent()); [all...] |
StateListDrawableTest.java | 123 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]); 126 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]); 129 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]); 133 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]); 143 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]); 247 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]); 249 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]); 253 assertNull(mMockDrawable.getCurrent()); 269 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]); 271 assertNull(mMockDrawable.getCurrent()); [all...] |
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
AccessibilityNodeInfo_RangeInfoTest.java | 40 assertEquals(-50, r.getCurrent(), FLOAT_TOLERANCE); 46 assertEquals(0.0f, r.getCurrent(), FLOAT_TOLERANCE); 52 assertEquals(50.0f, r.getCurrent(), FLOAT_TOLERANCE);
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
BC_EncoderContext.h | 24 FX_WCHAR getCurrent();
|
/hardware/bsp/intel/peripheral/libupm/src/ |
upm.i | 22 while (!v8::Isolate::GetCurrent()->IdleNotification(1000))
|
/external/replicaisland/src/com/replica/replicaisland/ |
MovementComponent.java | 46 float newVelocityX = sInterpolator.getCurrent(); 52 float newVelocityY = sInterpolator.getCurrent();
|
/external/webrtc/webrtc/modules/desktop_capture/mac/ |
desktop_configuration_monitor.cc | 33 desktop_configuration_ = MacDesktopConfiguration::GetCurrent( 84 desktop_configuration_ = MacDesktopConfiguration::GetCurrent(
|
desktop_configuration.h | 53 static MacDesktopConfiguration GetCurrent(Origin origin);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasAlternateSelection.java | 56 public CanvasViewInfo getCurrent() { 71 return getCurrent();
|
/external/v8/src/ |
assert-scope.cc | 55 static PerThreadAssertData* GetCurrent() { 73 : data_(PerThreadAssertData::GetCurrent()) { 98 PerThreadAssertData* data = PerThreadAssertData::GetCurrent();
|
/external/webrtc/webrtc/modules/desktop_capture/ |
screen_capturer_mac_unittest.cc | 51 MacDesktopConfiguration config = MacDesktopConfiguration::GetCurrent( 63 MacDesktopConfiguration config = MacDesktopConfiguration::GetCurrent(
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
AppWorkaroundsTests.java | 66 Settings.getInstance().getCurrent().isBeforeJellyBean()); 72 Settings.getInstance().getCurrent().isBeforeJellyBean());
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinIME.java | 223 latinIme.mSettings.getCurrent(), msg.arg1 /* inputStyle */); 240 latinIme.mSettings.getCurrent(), false /* forStartInput */, 245 latinIme.mSettings.getCurrent(), true /* forStartInput */, 257 latinIme.mSettings.getCurrent(), 262 final SettingsValues settingsValues = latinIme.mSettings.getCurrent(); 300 if (!latinIme.mSettings.getCurrent().isSuggestionsEnabledPerUserSettings()) { 598 StatsUtils.onCreate(mSettings.getCurrent(), mRichImm); 609 final SettingsValues currentSettingsValues = mSettings.getCurrent(); 658 && mDictionaryFacilitator.isForAccount(mSettings.getCurrent().mAccount)) { 672 final SettingsValues settingsValues = mSettings.getCurrent(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
AndroidPropertyPage.java | 69 if (Sdk.getCurrent() != null) { 70 targets = Sdk.getCurrent().getTargets(); 115 Sdk currentSdk = Sdk.getCurrent(); 168 if (Sdk.getCurrent() != null && mProject.isOpen()) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AdtManifestMergeCallback.java | 33 Sdk sdk = Sdk.getCurrent();
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
SquaringDrawable.java | 83 public Drawable getCurrent() { 84 return wrapped.getCurrent();
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
xfa_document_datadescription_imp.cpp | 43 for (CXFA_Node* pDDGroupNode = sIterator.GetCurrent(); pDDGroupNode;
89 for (CXFA_Node* pDDGroupNode = sIterator.GetCurrent(); pDDGroupNode;
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
CircularImageView.java | 64 if (((StateListDrawable) drawable).getCurrent() != null) { 65 bitmapDrawable = (BitmapDrawable) drawable.getCurrent();
|
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/ |
DrawableWrapper.java | 105 public Drawable getCurrent() { 106 return mDrawable.getCurrent();
|
/packages/apps/Settings/src/com/android/settings/drawable/ |
DrawableWrapper.java | 104 public Drawable getCurrent() { 105 return mDrawable.getCurrent();
|
/external/pdfium/xfa/src/fxfa/src/common/ |
xfa_utils.h | 57 NodeType* GetCurrent() const {
104 NodeType* pCurrent = GetCurrent();
143 return GetCurrent();
|