HomeSort by relevance Sort by last modified time
    Searched defs:getCurrent (Results 1 - 25 of 406) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/make/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() {
  /frameworks/av/media/libaaudio/src/utility/
LinearRamp.h 70 float getCurrent() {
  /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/pdfium/fxbarcode/datamatrix/
BC_EncoderContext.cpp 65 wchar_t CBC_EncoderContext::getCurrent() {
  /external/replicaisland/src/com/replica/replicaisland/
Interpolator.java 88 public float getCurrent() {
  /packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/
BrightnessTile.java 64 public int getCurrent() {
QuickSettingGridAdapter.java 108 int getCurrent();
155 seekbar.setProgress(seekbarTile.getCurrent());
  /external/swiftshader/src/OpenGL/libGL/
main.cpp 162 static gl::Current *getCurrent(void)
176 Current *current = getCurrent();
189 Current *current = getCurrent();
196 Current *current = getCurrent();
210 Current *current = getCurrent();
217 Current *current = getCurrent();
224 Current *current = getCurrent();
231 Current *current = getCurrent();
238 Current *current = getCurrent();
245 Current *current = getCurrent();
    [all...]
  /frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
VectorDrawableCommon.java 120 public Drawable getCurrent() {
122 return mDelegateDrawable.getCurrent();
124 return super.getCurrent();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
HistoryManager.java 125 public HistoryItem getCurrent() {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimationDrawableTest.java 113 assertSame(mAnimationDrawable.getFrame(FIRST_FRAME_INDEX), mAnimationDrawable.getCurrent());
138 mAnimationDrawable.getCurrent());
294 assertSame(dr.getFrame(0), dr.getCurrent());
361 () -> mAnimationDrawable.getCurrent().equals(expected));
372 assertSame(mAnimationDrawable.getFrame(index), mAnimationDrawable.getCurrent());
LevelListDrawableTest.java 112 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[2]);
115 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[2]);
118 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
121 assertNull(mLevelListDrawable.getCurrent());
124 assertNull(mLevelListDrawable.getCurrent());
143 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
145 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]);
148 assertNull(mLevelListDrawable.getCurrent());
155 assertSame(mLevelListDrawable.getCurrent(), mDrawableContainerState.getChildren()[2]);
157 assertNull(mLevelListDrawable.getCurrent());
    [all...]
StateListDrawableTest.java 141 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
144 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
147 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]);
151 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]);
164 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
278 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
280 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[1]);
284 assertNull(mMockDrawable.getCurrent());
301 assertSame(mMockDrawable.getCurrent(), mDrawableContainerState.getChildren()[0]);
303 assertNull(mMockDrawable.getCurrent());
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java 83 public Drawable getCurrent() {
84 return wrapped.getCurrent();
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
STLExtras.h 83 inline const RootIt &getCurrent() const { return current; }
122 return mapped_iterator<_Iterator, Func>(X.getCurrent() - N, X.getFunc());
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/graphics/drawable/
DrawableWrapper.java 111 public Drawable getCurrent() {
112 return mDrawable.getCurrent();
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
AnyTransliterator.java 119 public void getCurrent(Position run);
226 public void getCurrent(Position run) {
  /external/llvm/include/llvm/ADT/
STLExtras.h 132 inline const RootIt &getCurrent() const { return current; }
191 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
NumberPicker.java 409 public int getCurrent() {
  /external/swiftshader/src/OpenGL/libEGL/
main.cpp 167 static Current *getCurrent(void)
181 Current *current = getCurrent();
188 Current *current = getCurrent();
195 Current *current = getCurrent();
202 Current *current = getCurrent();
209 Current *current = getCurrent();
226 Current *current = getCurrent();
233 Current *current = getCurrent();
250 Current *current = getCurrent();
257 Current *current = getCurrent();
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 146 inline const RootIt &getCurrent() const { return current; }
205 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
  /frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
WrappedDrawableApi14.java 151 public Drawable getCurrent() {
152 return mDrawable.getCurrent();
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 807 public @NonNull Drawable getCurrent() {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java 191 public SettingsValues getCurrent() {

Completed in 997 milliseconds

1 2 3 4 5 6 7 8 91011>>