Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 54) sorted by relevance

123

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapPixels.java53 private static int pack8888(int r, int g, int b, int a) { in pack8888()
61 private static short pack4444(int r, int g, int b, int a) { in pack4444()
65 private static int mul255(int c, int a) { in mul255()
77 int a = Color.alpha(c); in premultiplyColor() local
92 int a = getA32(from) << 23; in makeRamp() local
DColorPickerDialog.java131 int a = ave(Color.alpha(c0), Color.alpha(c1), p); in interpColor() local
154 final float[] a = cm.getArray(); in rotateColor() local
DCreateBitmap.java45 int a = Math.max(r, g); in createColors() local
DMeasureText.java43 int a = Math.max(r, g); in createColors() local
/development/vndk/tools/header-checker/tests/integration/cpp/gold/include/
Dadditional_odr.h3 int a; variable
/development/vndk/tools/header-checker/tests/integration/c_and_cpp/include/
Dreproducability_c.h2 int a; member
Dc_and_cpp.h15 Foo(int *a, int *b) : a_(a), b_(b) { } in Foo()
Dc_include.h10 int a; member
/development/vndk/tools/header-checker/tests/integration/c_and_cpp/
Dsource1.cpp4 Foo foo(int *a, int *b) { in foo()
/development/vndk/tools/header-checker/tests/integration/cpp/gold/
Dlow_volume_speaker.cpp7 void UnexportedSymbol(int *a) { in UnexportedSymbol()
/development/samples/Snake/src/com/example/android/snake/
DTileView.java65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView); in TileView() local
74 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView); in TileView() local
DBackgroundView.java47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BackgroundView); in BackgroundView() local
/development/samples/SimpleJNI/src/com/example/android/simplejni/
DSimpleJNI.java42 static native int add(int a, int b); in add()
/development/tools/winscope/src/
Ddetectfile.js20 function arrayEquals(a, b) { argument
/development/samples/ApiDemos/tests/src/com/example/android/apis/view/
DFocus2ActivityTest.java61 final Focus2 a = getActivity(); in setUp() local
/development/samples/browseable/BeamLargeFiles/src/com.example.android.beamlargefiles/
DBeamLargeFilesFragment.java65 Activity a = getActivity(); in onCreate() local
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
Dmain.css29 a { selector
/development/samples/ApiDemos/src/com/example/android/apis/view/
DAnimation3.java57 Animation a = new TranslateAnimation(0.0f, in onItemSelected() local
/development/samples/ApiDemos/src/com/example/android/apis/preference/
DPreferencesFromCode.java141 TypedArray a = obtainStyledAttributes(R.styleable.TogglePrefAttrs); in populatePreferenceHierarchy() local
DMyPreference.java77 protected Object onGetDefaultValue(TypedArray a, int index) { in onGetDefaultValue()
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DFixedAspectSurfaceView.java51 TypedArray a = in FixedAspectSurfaceView() local
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DTouchHighlightImageButton.java69 TypedArray a = getContext() in init() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentArguments.java76 TypedArray a = activity.obtainStyledAttributes(attrs, in onInflate() local
/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
DMainActivity.java49 public boolean isAccountAdded(Account a) { in isAccountAdded()
/development/apps/CustomLocale/src/com/android/customlocale2/
DCustomLocaleActivity.java284 ListAdapter a = mListView.getAdapter(); in checkLocaleInList() local
302 ListAdapter a = mListView.getAdapter(); in getCheckedLocale() local

123