/development/cmds/monkey/ |
D | example_script.txt | 33 key down l 34 key up l 35 key down l 36 key up l 47 key down l 48 key up l 49 key down l 50 key up l
|
/development/tools/repo_diff/service/repodiff/tools/ |
D | clear_service_account_keys.py | 20 for line in [l for l in output.splitlines() if l][1:-1]:
|
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
D | QuotedPrintable.java | 54 int l = Character.digit((char) bytes[++i], 16); in decodeQuotedPrintable() local 55 if (u == -1 || l == -1) { in decodeQuotedPrintable() 58 buffer.write((char) ((u << 4) + l)); in decodeQuotedPrintable()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | Grid3.java | 72 CheckableLayout l; in getView() local 79 l = new CheckableLayout(Grid3.this); in getView() 80 l.setLayoutParams(new GridView.LayoutParams(GridView.LayoutParams.WRAP_CONTENT, in getView() 82 l.addView(i); in getView() 84 l = (CheckableLayout) convertView; in getView() 85 i = (ImageView) l.getChildAt(0); in getView() 91 return l; in getView()
|
D | List17.java | 51 protected void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() argument
|
D | SecureViewOverlay.java | 52 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
D | ContentBrowserNavActivity.java | 121 @Override protected void onScrollChanged(int l, int t, int oldl, int oldt) { in onScrollChanged() argument 122 super.onScrollChanged(l, t, oldl, oldt); in onScrollChanged()
|
/development/vndk/tools/definition-tool/assets/visual/ |
D | dep-graph.js | 258 function(l) { argument 259 if (l.target === d) { 260 l.source.source = true; 267 function(l) { argument 268 if (l.source === d) { 269 l.target.target = true; 275 .filter(function(l) { return l.target === d || l.source === d; }) argument 321 let l = map[d.data.name].path(map[i]); 322 l.allow = true; 323 depends.push(l); [all …]
|
/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/ |
D | MainActivity.java | 181 Locale l = Locale.getDefault(); in getPageTitle() local 184 return getString(R.string.title_section1).toUpperCase(l); in getPageTitle() 186 return getString(R.string.title_section2).toUpperCase(l); in getPageTitle() 188 return getString(R.string.title_section3).toUpperCase(l); in getPageTitle()
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
D | CubeWallpaper2.java | 134 String [] l = getResources().getStringArray(lid); in readModel() local 135 int numlines = l.length; in readModel() 140 String [] idx = l[i].split(" "); in readModel() 281 ThreeDLine l = mLines[i]; in drawLines() local 282 ThreeDPoint start = mRotatedPoints[l.startPoint]; in drawLines() 283 ThreeDPoint end = mRotatedPoints[l.endPoint]; in drawLines()
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | FixedGridLayout.java | 75 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 78 int columns = (r - l) / cellWidth; in onLayout()
|
/development/samples/TtsEngine/assets/ |
D | eng-USA.freq | 12 l:800
|
D | eng-GBR.freq | 15 l:4000
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | ColorPickerDialog.java | 41 ColorPickerView(Context c, OnColorChangedListener l, int color) { in ColorPickerView() argument 43 mListener = l; in ColorPickerView() 223 OnColorChangedListener l = new OnColorChangedListener() { in onCreate() local 230 setContentView(new ColorPickerView(getContext(), l, mInitialColor)); in onCreate()
|
/development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/ |
D | RequestDuringLayout.java | 98 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 99 super.onLayout(changed, l, t, r, b); in onLayout()
|
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
D | FixedGridLayout.java | 86 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 89 int columns = (r - l) / cellWidth; in onLayout()
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | FitCenterFrameLayout.java | 53 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 58 final int parentRight = r - l - getPaddingRight(); in onLayout()
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
D | WiFiDirectServicesList.java | 46 public void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() argument 48 ((DeviceClickListener) getActivity()).connectP2p((WiFiP2pService) l in onListItemClick()
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
D | MainActivity.java | 32 protected void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() argument
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | FragmentListArray.java | 56 public void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() argument
|
/development/samples/training/basic/FragmentBasics/src/com/example/fragments/ |
D | HeadlinesFragment.java | 72 public void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() argument
|
/development/tools/winscope/src/ |
D | transform_sf.js | 259 flattened.forEach((l) => { 260 if (l.rect) { 261 res.push(l.rect);
|
/development/samples/ApiDemos/src/com/example/android/apis/ |
D | ApiDemos.java | 143 protected void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() argument 144 Map<String, Object> map = (Map<String, Object>)l.getItemAtPosition(position); in onListItemClick()
|
/development/samples/browseable/DirectShare/src/com.example.android.directshare/ |
D | SelectContactActivity.java | 90 public void onItemClick(AdapterView<?> adapterView, View view, int i, long l) {
|
/development/build/tools/ |
D | mk_sources_zip.py | 171 for l in f.readlines(): 172 m = _RE_PKG.match(l)
|