Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2023-21272 PoC — Google Android 输入验证错误漏洞

Source
Associated Vulnerability
Title:Google Android 输入验证错误漏洞 (CVE-2023-21272)
Description:Google Android是美国谷歌(Google)公司的一套以Linux为基础的开源操作系统。 Google Android 存在安全漏洞,该漏洞源于 Uri.java 的 readFrom 模块输入验证不当,可能会导致 URI 权限授予错误。
File Snapshot

[4.0K] /data/pocs/5c708ea84bad9cf300d2d7d6866023717cc80b88 ├── [ 35K] Android.mk ├── [4.0K] api │   ├── [8.2M] 10.xml │   ├── [8.9M] 11.xml │   ├── [9.0M] 12.xml │   ├── [9.0M] 13.xml │   ├── [2.7M] 14.txt │   ├── [2.7M] 15.txt │   ├── [2.8M] 16.txt │   ├── [2.9M] 17.txt │   ├── [6.1M] 1.xml │   ├── [6.1M] 2.xml │   ├── [6.5M] 3.xml │   ├── [6.9M] 4.xml │   ├── [7.2M] 5.xml │   ├── [7.2M] 6.xml │   ├── [7.2M] 7.xml │   ├── [7.7M] 8.xml │   ├── [8.2M] 9.xml │   └── [2.9M] current.txt ├── [ 12K] CleanSpec.mk ├── [4.0K] cmds │   ├── [4.0K] am │   │   ├── [ 191] am │   │   ├── [ 824] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] am │   │   └── [ 64K] Am.java │   ├── [4.0K] app_process │   │   ├── [ 734] Android.mk │   │   ├── [5.3K] app_main.cpp │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   └── [ 10K] NOTICE │   ├── [4.0K] backup │   │   ├── [ 324] Android.mk │   │   ├── [2.9K] backup.cpp │   │   └── [ 10K] NOTICE │   ├── [4.0K] bmgr │   │   ├── [ 352] Android.mk │   │   ├── [ 199] bmgr │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] bmgr │   │   └── [ 17K] Bmgr.java │   ├── [4.0K] bootanimation │   │   ├── [ 454] Android.mk │   │   ├── [ 19K] BootAnimation.cpp │   │   ├── [2.7K] BootAnimation.h │   │   └── [1.6K] bootanimation_main.cpp │   ├── [4.0K] bu │   │   ├── [ 386] Android.mk │   │   ├── [ 156] bu │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] bu │   │   └── [4.4K] Backup.java │   ├── [4.0K] bugreport │   │   ├── [ 173] Android.mk │   │   └── [1.5K] bugreport.c │   ├── [4.0K] content │   │   ├── [ 850] Android.mk │   │   ├── [ 207] content │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] content │   │   └── [ 20K] Content.java │   ├── [4.0K] ime │   │   ├── [ 348] Android.mk │   │   ├── [ 194] ime │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] ime │   │   └── [7.3K] Ime.java │   ├── [4.0K] input │   │   ├── [ 354] Android.mk │   │   ├── [ 201] input │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] input │   │   └── [9.5K] Input.java │   ├── [4.0K] installd │   │   ├── [ 736] Android.mk │   │   ├── [ 35K] commands.c │   │   ├── [ 17K] installd.c │   │   ├── [6.1K] installd.h │   │   ├── [4.0K] tests │   │   │   ├── [ 935] Android.mk │   │   │   └── [ 15K] installd_utils_test.cpp │   │   └── [ 31K] utils.c │   ├── [4.0K] ip-up-vpn │   │   ├── [ 852] Android.mk │   │   └── [4.9K] ip-up-vpn.c │   ├── [4.0K] pm │   │   ├── [ 344] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [ 191] pm │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] pm │   │   └── [ 56K] Pm.java │   ├── [4.0K] rawbu │   │   ├── [ 307] Android.mk │   │   ├── [ 20K] backup.cpp │   │   └── [ 10K] NOTICE │   ├── [4.0K] requestsync │   │   ├── [ 411] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [ 188] requestsync │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] requestsync │   │   └── [9.6K] RequestSync.java │   ├── [4.0K] screencap │   │   ├── [ 447] Android.mk │   │   └── [5.6K] screencap.cpp │   ├── [4.0K] screenshot │   │   ├── [ 249] Android.mk │   │   └── [4.1K] screenshot.c │   ├── [4.0K] service │   │   ├── [ 277] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [9.9K] service.cpp │   ├── [4.0K] servicemanager │   │   ├── [ 304] Android.mk │   │   ├── [2.5K] bctest.c │   │   ├── [ 15K] binder.c │   │   ├── [3.2K] binder.h │   │   └── [7.1K] service_manager.c │   ├── [4.0K] settings │   │   ├── [ 404] Android.mk │   │   ├── [ 178] settings │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] settings │   │   └── [8.0K] SettingsCmd.java │   ├── [4.0K] svc │   │   ├── [ 348] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] commands │   │   │   └── [4.0K] svc │   │   │   ├── [2.9K] DataCommand.java │   │   │   ├── [3.0K] PowerCommand.java │   │   │   ├── [3.0K] Svc.java │   │   │   ├── [2.2K] UsbCommand.java │   │   │   └── [2.7K] WifiCommand.java │   │   └── [ 192] svc │   └── [4.0K] system_server │   ├── [ 304] Android.mk │   ├── [4.0K] library │   │   ├── [ 484] Android.mk │   │   └── [2.8K] system_init.cpp │   ├── [ 0] MODULE_LICENSE_APACHE2 │   ├── [ 10K] NOTICE │   └── [1.1K] system_main.cpp ├── [4.0K] core │   ├── [4.0K] java │   │   ├── [4.0K] android │   │   │   ├── [4.0K] accessibilityservice │   │   │   │   ├── [ 697] AccessibilityServiceInfo.aidl │   │   │   │   ├── [ 24K] AccessibilityServiceInfo.java │   │   │   │   ├── [ 24K] AccessibilityService.java │   │   │   │   ├── [1.1K] IAccessibilityServiceClient.aidl │   │   │   │   ├── [8.4K] IAccessibilityServiceConnection.aidl │   │   │   │   ├── [1.0K] package.html │   │   │   │   └── [ 20K] UiTestAutomationBridge.java │   │   │   ├── [4.0K] accounts │   │   │   │   ├── [ 22K] AbstractAccountAuthenticator.java │   │   │   │   ├── [ 668] Account.aidl │   │   │   │   ├── [1.4K] AccountAndUser.java │   │   │   │   ├── [3.3K] AccountAuthenticatorActivity.java │   │   │   │   ├── [3.9K] AccountAuthenticatorCache.java │   │   │   │   ├── [3.2K] AccountAuthenticatorResponse.java │   │   │   │   ├── [2.5K] Account.java │   │   │   │   ├── [ 739] AccountManagerCallback.java │   │   │   │   ├── [5.7K] AccountManagerFuture.java │   │   │   │   ├── [ 94K] AccountManager.java │   │   │   │   ├── [2.2K] AccountManagerResponse.java │   │   │   │   ├── [109K] AccountManagerService.java │   │   │   │   ├── [1010] AccountsException.java │   │   │   │   ├── [ 685] AuthenticatorDescription.aidl │   │   │   │   ├── [5.0K] AuthenticatorDescription.java │   │   │   │   ├── [1.0K] AuthenticatorException.java │   │   │   │   ├── [6.6K] ChooseAccountActivity.java │   │   │   │   ├── [7.8K] ChooseAccountTypeActivity.java │   │   │   │   ├── [ 22K] ChooseTypeAndAccountActivity.java │   │   │   │   ├── [7.6K] GrantCredentialsPermissionActivity.java │   │   │   │   ├── [2.6K] IAccountAuthenticator.aidl │   │   │   │   ├── [2.5K] IAccountAuthenticatorCache.java │   │   │   │   ├── [ 943] IAccountAuthenticatorResponse.aidl │   │   │   │   ├── [2.9K] IAccountManager.aidl │   │   │   │   ├── [ 922] IAccountManagerResponse.aidl │   │   │   │   ├── [1.0K] NetworkErrorException.java │   │   │   │   ├── [ 979] OnAccountsUpdateListener.java │   │   │   │   └── [1.0K] OperationCanceledException.java │   │   │   ├── [4.0K] animation │   │   │   │   ├── [ 12K] AnimatorInflater.java │   │   │   │   ├── [10.0K] Animator.java │   │   │   │   ├── [1.5K] AnimatorListenerAdapter.java │   │   │   │   ├── [ 45K] AnimatorSet.java │   │   │   │   ├── [2.5K] ArgbEvaluator.java │   │   │   │   ├── [1.9K] FloatEvaluator.java │   │   │   │   ├── [6.0K] FloatKeyframeSet.java │   │   │   │   ├── [1.9K] IntEvaluator.java │   │   │   │   ├── [5.9K] IntKeyframeSet.java │   │   │   │   ├── [ 14K] Keyframe.java │   │   │   │   ├── [9.4K] KeyframeSet.java │   │   │   │   ├── [ 66K] LayoutTransition.java │   │   │   │   ├── [ 22K] ObjectAnimator.java │   │   │   │   ├── [ 857] package.html │   │   │   │   ├── [ 44K] PropertyValuesHolder.java │   │   │   │   ├── [2.5K] TimeAnimator.java │   │   │   │   ├── [1.6K] TimeInterpolator.java │   │   │   │   ├── [1.8K] TypeEvaluator.java │   │   │   │   └── [ 50K] ValueAnimator.java │   │   │   ├── [4.0K] annotation │   │   │   │   ├── [1.2K] SdkConstant.java │   │   │   │   ├── [1.5K] SuppressLint.java │   │   │   │   ├── [1.2K] TargetApi.java │   │   │   │   └── [1.2K] Widget.java │   │   │   ├── [4.0K] app │   │   │   │   ├── [ 36K] ActionBar.java │   │   │   │   ├── [3.9K] ActivityGroup.java │   │   │   │   ├── [217K] Activity.java │   │   │   │   ├── [ 69K] ActivityManager.java │   │   │   │   ├── [158K] ActivityManagerNative.java │   │   │   │   ├── [ 19K] ActivityOptions.java │   │   │   │   ├── [205K] ActivityThread.java │   │   │   │   ├── [4.0K] admin │   │   │   │   │   ├── [ 18K] DeviceAdminInfo.java │   │   │   │   │   ├── [ 14K] DeviceAdminReceiver.java │   │   │   │   │   ├── [ 63K] DevicePolicyManager.java │   │   │   │   │   ├── [4.5K] IDevicePolicyManager.aidl │   │   │   │   │   └── [ 397] package.html │   │   │   │   ├── [ 13K] AlarmManager.java │   │   │   │   ├── [ 40K] AlertDialog.java │   │   │   │   ├── [4.4K] AliasActivity.java │   │   │   │   ├── [2.0K] AppGlobals.java │   │   │   │   ├── [ 18K] ApplicationErrorReport.java │   │   │   │   ├── [8.5K] Application.java │   │   │   │   ├── [2.3K] ApplicationLoaders.java │   │   │   │   ├── [ 44K] ApplicationPackageManager.java │   │   │   │   ├── [ 45K] ApplicationThreadNative.java │   │   │   │   ├── [ 27K] BackStackRecord.java │   │   │   │   ├── [4.0K] backup │   │   │   │   │   ├── [2.3K] AbsoluteFileBackupHelper.java │   │   │   │   │   ├── [3.7K] BackupAgentHelper.java │   │   │   │   │   ├── [ 26K] BackupAgent.java │   │   │   │   │   ├── [7.4K] BackupDataInput.java │   │   │   │   │   ├── [4.2K] BackupDataInputStream.java │   │   │   │   │   ├── [5.4K] BackupDataOutput.java │   │   │   │   │   ├── [5.6K] BackupHelperDispatcher.java │   │   │   │   │   ├── [5.0K] BackupHelper.java │   │   │   │   │   ├── [7.3K] BackupManager.java │   │   │   │   │   ├── [4.1K] FileBackupHelperBase.java │   │   │   │   │   ├── [3.8K] FileBackupHelper.java │   │   │   │   │   ├── [1.3K] FullBackupAgent.java │   │   │   │   │   ├── [ 618] FullBackupDataOutput.java │   │   │   │   │   ├── [7.1K] FullBackup.java │   │   │   │   │   ├── [ 12K] IBackupManager.aidl │   │   │   │   │   ├── [2.1K] IFullBackupRestoreObserver.aidl │   │   │   │   │   ├── [2.3K] IRestoreObserver.aidl │   │   │   │   │   ├── [4.4K] IRestoreSession.aidl │   │   │   │   │   ├── [1.3K] package.html │   │   │   │   │   ├── [2.9K] RestoreObserver.java │   │   │   │   │   ├── [9.2K] RestoreSession.java │   │   │   │   │   ├── [ 672] RestoreSet.aidl │   │   │   │   │   ├── [2.4K] RestoreSet.java │   │   │   │   │   ├── [5.1K] SharedPreferencesBackupHelper.java │   │   │   │   │   └── [6.9K] WallpaperBackupHelper.java │   │   │   │   ├── [ 75K] ContextImpl.java │   │   │   │   ├── [6.5K] DatePickerDialog.java │   │   │   │   ├── [ 21K] DialogFragment.java │   │   │   │   ├── [ 40K] Dialog.java │   │   │   │   ├── [ 55K] DownloadManager.java │   │   │   │   ├── [ 12K] ExpandableListActivity.java │   │   │   │   ├── [ 14K] FragmentBreadCrumbs.java │   │   │   │   ├── [ 71K] Fragment.java │   │   │   │   ├── [ 77K] FragmentManager.java │   │   │   │   ├── [ 10K] FragmentTransaction.java │   │   │   │   ├── [2.0K] IActivityController.aidl │   │   │   │   ├── [ 35K] IActivityManager.java │   │   │   │   ├── [ 850] IActivityPendingResult.aidl │   │   │   │   ├── [1.2K] IAlarmManager.aidl │   │   │   │   ├── [ 11K] IApplicationThread.java │   │   │   │   ├── [5.4K] IBackupAgent.aidl │   │   │   │   ├── [1.0K] IInstrumentationWatcher.aidl │   │   │   │   ├── [1.4K] INotificationManager.aidl │   │   │   │   ├── [ 66K] Instrumentation.java │   │   │   │   ├── [5.8K] IntentService.java │   │   │   │   ├── [ 892] IProcessObserver.aidl │   │   │   │   ├── [1.2K] ISearchManager.aidl │   │   │   │   ├── [ 744] ISearchManagerCallback.aidl │   │   │   │   ├── [ 860] IServiceConnection.aidl │   │   │   │   ├── [ 824] IStopUserCallback.aidl │   │   │   │   ├── [ 975] IThumbnailReceiver.aidl │   │   │   │   ├── [ 804] IThumbnailRetriever.aidl │   │   │   │   ├── [ 803] ITransientNotification.aidl │   │   │   │   ├── [1.4K] IUiModeManager.aidl │   │   │   │   ├── [ 845] IUserSwitchObserver.aidl │   │   │   │   ├── [1.9K] IWallpaperManager.aidl │   │   │   │   ├── [1005] IWallpaperManagerCallback.aidl │   │   │   │   ├── [7.7K] KeyguardManager.java │   │   │   │   ├── [ 16K] LauncherActivity.java │   │   │   │   ├── [ 12K] ListActivity.java │   │   │   │   ├── [ 16K] ListFragment.java │   │   │   │   ├── [ 44K] LoadedApk.java │   │   │   │   ├── [ 37K] LoaderManager.java │   │   │   │   ├── [ 24K] LocalActivityManager.java │   │   │   │   ├── [5.8K] MediaRouteActionProvider.java │   │   │   │   ├── [ 16K] MediaRouteButton.java │   │   │   │   ├── [ 13K] NativeActivity.java │   │   │   │   ├── [ 677] Notification.aidl │   │   │   │   ├── [ 68K] Notification.java │   │   │   │   ├── [7.7K] NotificationManager.java │   │   │   │   ├── [ 996] OnActivityPausedListener.java │   │   │   │   ├── [2.4K] package.html │   │   │   │   ├── [ 725] PendingIntent.aidl │   │   │   │   ├── [ 38K] PendingIntent.java │   │   │   │   ├── [ 14K] Presentation.java │   │   │   │   ├── [ 12K] ProgressDialog.java │   │   │   │   ├── [3.5K] QueuedWork.java │   │   │   │   ├── [2.4K] ResultInfo.java │   │   │   │   ├── [ 671] SearchableInfo.aidl │   │   │   │   ├── [ 33K] SearchableInfo.java │   │   │   │   ├── [ 26K] SearchDialog.java │   │   │   │   ├── [ 36K] SearchManager.java │   │   │   │   ├── [ 33K] Service.java │   │   │   │   ├── [ 21K] SharedPreferencesImpl.java │   │   │   │   ├── [6.0K] StatusBarManager.java │   │   │   │   ├── [5.7K] TabActivity.java │   │   │   │   ├── [ 13K] TaskStackBuilder.java │   │   │   │   ├── [5.3K] TimePickerDialog.java │   │   │   │   ├── [9.0K] UiModeManager.java │   │   │   │   ├── [ 672] WallpaperInfo.aidl │   │   │   │   ├── [ 10K] WallpaperInfo.java │   │   │   │   └── [ 31K] WallpaperManager.java │   │   │   ├── [4.0K] appwidget │   │   │   │   ├── [ 14K] AppWidgetHost.java │   │   │   │   ├── [ 25K] AppWidgetHostView.java │   │   │   │   ├── [ 33K] AppWidgetManager.java │   │   │   │   ├── [ 691] AppWidgetProviderInfo.aidl │   │   │   │   ├── [ 11K] AppWidgetProviderInfo.java │   │   │   │   ├── [7.9K] AppWidgetProvider.java │   │   │   │   └── [1.5K] package.html │   │   │   ├── [4.0K] bluetooth │   │   │   │   ├── [ 17K] BluetoothA2dp.java │   │   │   │   ├── [ 58K] BluetoothAdapter.java │   │   │   │   ├── [ 10K] BluetoothAssignedNumbers.java │   │   │   │   ├── [ 15K] BluetoothClass.java │   │   │   │   ├── [ 677] BluetoothDevice.aidl │   │   │   │   ├── [ 41K] BluetoothDevice.java │   │   │   │   ├── [3.1K] BluetoothDevicePicker.java │   │   │   │   ├── [ 32K] BluetoothHeadset.java │   │   │   │   ├── [ 688] BluetoothHealthAppConfiguration.aidl │   │   │   │   ├── [5.2K] BluetoothHealthAppConfiguration.java │   │   │   │   ├── [2.9K] BluetoothHealthCallback.java │   │   │   │   ├── [ 23K] BluetoothHealth.java │   │   │   │   ├── [ 22K] BluetoothInputDevice.java │   │   │   │   ├── [3.2K] BluetoothInputStream.java │   │   │   │   ├── [2.7K] BluetoothOutputStream.java │   │   │   │   ├── [ 13K] BluetoothPan.java │   │   │   │   ├── [ 12K] BluetoothPbap.java │   │   │   │   ├── [5.5K] BluetoothProfile.java │   │   │   │   ├── [6.4K] BluetoothServerSocket.java │   │   │   │   ├── [ 20K] BluetoothSocket.java │   │   │   │   ├── [ 13K] BluetoothTetheringDataTracker.java │   │   │   │   ├── [6.6K] BluetoothUuid.java │   │   │   │   ├── [1.2K] IBluetoothA2dp.aidl │   │   │   │   ├── [2.8K] IBluetooth.aidl │   │   │   │   ├── [ 867] IBluetoothCallback.aidl │   │   │   │   ├── [2.1K] IBluetoothHeadset.aidl │   │   │   │   ├── [1.2K] IBluetoothHeadsetPhone.aidl │   │   │   │   ├── [1.8K] IBluetoothHealth.aidl │   │   │   │   ├── [1.1K] IBluetoothHealthCallback.aidl │   │   │   │   ├── [1.7K] IBluetoothInputDevice.aidl │   │   │   │   ├── [1.3K] IBluetoothManager.aidl │   │   │   │   ├── [ 917] IBluetoothManagerCallback.aidl │   │   │   │   ├── [1.1K] IBluetoothPan.aidl │   │   │   │   ├── [ 968] IBluetoothPbap.aidl │   │   │   │   ├── [ 819] IBluetoothStateChangeCallback.aidl │   │   │   │   └── [1.0K] package.html │   │   │   ├── [4.0K] content │   │   │   │   ├── [ 14K] AbstractThreadedSyncAdapter.java │   │   │   │   ├── [1.0K] ActivityNotFoundException.java │   │   │   │   ├── [ 13K] AsyncQueryHandler.java │   │   │   │   ├── [ 13K] AsyncTaskLoader.java │   │   │   │   ├── [ 33K] BroadcastReceiver.java │   │   │   │   ├── [7.3K] ClipboardManager.java │   │   │   │   ├── [ 669] ClipData.aidl │   │   │   │   ├── [ 34K] ClipData.java │   │   │   │   ├── [ 676] ClipDescription.aidl │   │   │   │   ├── [7.5K] ClipDescription.java │   │   │   │   ├── [4.4K] ComponentCallbacks2.java │   │   │   │   ├── [2.3K] ComponentCallbacks.java │   │   │   │   ├── [ 682] ComponentName.aidl │   │   │   │   ├── [9.7K] ComponentName.java │   │   │   │   ├── [1.4K] ContentInsertHandler.java │   │   │   │   ├── [ 10K] ContentProviderClient.java │   │   │   │   ├── [ 49K] ContentProvider.java │   │   │   │   ├── [ 23K] ContentProviderNative.java │   │   │   │   ├── [ 25K] ContentProviderOperation.java │   │   │   │   ├── [2.4K] ContentProviderResult.java │   │   │   │   ├── [7.1K] ContentQueryMap.java │   │   │   │   ├── [ 80K] ContentResolver.java │   │   │   │   ├── [ 33K] ContentService.java │   │   │   │   ├── [3.7K] ContentUris.java │   │   │   │   ├── [ 15K] ContentValues.java │   │   │   │   ├── [117K] Context.java │   │   │   │   ├── [ 18K] ContextWrapper.java │   │   │   │   ├── [3.8K] CursorEntityIterator.java │   │   │   │   ├── [7.5K] CursorLoader.java │   │   │   │   ├── [8.3K] DefaultDataHandler.java │   │   │   │   ├── [5.0K] DialogInterface.java │   │   │   │   ├── [1.3K] EntityIterator.java │   │   │   │   ├── [2.4K] Entity.java │   │   │   │   ├── [ 477] EventLogTags.logtags │   │   │   │   ├── [1.3K] IClipboard.aidl │   │   │   │   ├── [3.8K] IContentProvider.java │   │   │   │   ├── [5.8K] IContentService.aidl │   │   │   │   ├── [1.1K] IIntentReceiver.aidl │   │   │   │   ├── [ 896] IIntentSender.aidl │   │   │   │   ├── [ 722] Intent.aidl │   │   │   │   ├── [ 672] IntentFilter.aidl │   │   │   │   ├── [ 54K] IntentFilter.java │   │   │   │   ├── [276K] Intent.java │   │   │   │   ├── [ 673] IntentSender.aidl │   │   │   │   ├── [ 14K] IntentSender.java │   │   │   │   ├── [ 757] IOnPrimaryClipChangedListener.aidl │   │   │   │   ├── [2.0K] ISyncAdapter.aidl │   │   │   │   ├── [1.2K] ISyncContext.aidl │   │   │   │   ├── [ 742] ISyncStatusObserver.aidl │   │   │   │   ├── [ 20K] Loader.java │   │   │   │   ├── [1.3K] MutableContextWrapper.java │   │   │   │   ├── [1.8K] OperationApplicationException.java │   │   │   │   ├── [1.3K] package.html │   │   │   │   ├── [ 672] PeriodicSync.aidl │   │   │   │   ├── [2.7K] PeriodicSync.java │   │   │   │   ├── [4.0K] pm │   │   │   │   │   ├── [ 735] ActivityInfo.aidl │   │   │   │   │   ├── [ 24K] ActivityInfo.java │   │   │   │   │   ├── [ 738] ApplicationInfo.aidl │   │   │   │   │   ├── [ 26K] ApplicationInfo.java │   │   │   │   │   ├── [5.6K] ComponentInfo.java │   │   │   │   │   ├── [5.1K] ConfigurationInfo.java │   │   │   │   │   ├── [ 684] ContainerEncryptionParams.aidl │   │   │   │   │   ├── [ 12K] ContainerEncryptionParams.java │   │   │   │   │   ├── [ 677] FeatureInfo.aidl │   │   │   │   │   ├── [3.7K] FeatureInfo.java │   │   │   │   │   ├── [ 742] InstrumentationInfo.aidl │   │   │   │   │   ├── [3.8K] InstrumentationInfo.java │   │   │   │   │   ├── [ 979] IPackageDataObserver.aidl │   │   │   │   │   ├── [ 838] IPackageDeleteObserver.aidl │   │   │   │   │   ├── [ 837] IPackageInstallObserver.aidl │   │   │   │   │   ├── [ 15K] IPackageManager.aidl │   │   │   │   │   ├── [ 837] IPackageMoveObserver.aidl │   │   │   │   │   ├── [1.0K] IPackageStatsObserver.aidl │   │   │   │   │   ├── [6.3K] LabeledIntent.java │   │   │   │   │   ├── [2.4K] LimitedLengthInputStream.java │   │   │   │   │   ├── [2.2K] MacAuthenticatedInputStream.java │   │   │   │   │   ├── [ 673] ManifestDigest.aidl │   │   │   │   │   ├── [3.5K] ManifestDigest.java │   │   │   │   │   ├── [ 671] PackageCleanItem.aidl │   │   │   │   │   ├── [2.5K] PackageCleanItem.java │   │   │   │   │   ├── [ 432] package.html │   │   │   │   │   ├── [ 734] PackageInfo.aidl │   │   │   │   │   ├── [ 11K] PackageInfo.java │   │   │   │   │   ├── [ 738] PackageInfoLite.aidl │   │   │   │   │   ├── [3.2K] PackageInfoLite.java │   │   │   │   │   ├── [9.9K] PackageItemInfo.java │   │   │   │   │   ├── [124K] PackageManager.java │   │   │   │   │   ├── [154K] PackageParser.java │   │   │   │   │   ├── [ 735] PackageStats.aidl │   │   │   │   │   ├── [5.3K] PackageStats.java │   │   │   │   │   ├── [1.6K] PackageUserState.java │   │   │   │   │   ├── [ 676] ParceledListSlice.aidl │   │   │   │   │   ├── [4.9K] ParceledListSlice.java │   │   │   │   │   ├── [2.1K] PathPermission.java │   │   │   │   │   ├── [ 742] PermissionGroupInfo.aidl │   │   │   │   │   ├── [4.4K] PermissionGroupInfo.java │   │   │   │   │   ├── [ 737] PermissionInfo.aidl │   │   │   │   │   ├── [7.7K] PermissionInfo.java │   │   │   │   │   ├── [ 735] ProviderInfo.aidl │   │   │   │   │   ├── [5.8K] ProviderInfo.java │   │   │   │   │   ├── [ 22K] RegisteredServicesCache.java │   │   │   │   │   ├── [1.0K] RegisteredServicesCacheListener.java │   │   │   │   │   ├── [ 734] ResolveInfo.aidl │   │   │   │   │   ├── [ 12K] ResolveInfo.java │   │   │   │   │   ├── [ 734] ServiceInfo.aidl │   │   │   │   │   ├── [3.4K] ServiceInfo.java │   │   │   │   │   ├── [ 732] Signature.aidl │   │   │   │   │   ├── [6.1K] Signature.java │   │   │   │   │   ├── [ 677] UserInfo.aidl │   │   │   │   │   ├── [4.4K] UserInfo.java │   │   │   │   │   ├── [ 677] VerificationParams.aidl │   │   │   │   │   ├── [7.3K] VerificationParams.java │   │   │   │   │   ├── [ 681] VerifierDeviceIdentity.aidl │   │   │   │   │   ├── [7.6K] VerifierDeviceIdentity.java │   │   │   │   │   ├── [ 671] VerifierInfo.aidl │   │   │   │   │   ├── [2.6K] VerifierInfo.java │   │   │   │   │   └── [1.0K] XmlSerializerAndParser.java │   │   │   │   ├── [1.2K] ReceiverCallNotAllowedException.java │   │   │   │   ├── [4.0K] res │   │   │   │   │   ├── [ 11K] AssetFileDescriptor.java │   │   │   │   │   ├── [ 26K] AssetManager.java │   │   │   │   │   ├── [ 11K] ColorStateList.java │   │   │   │   │   ├── [ 685] CompatibilityInfo.aidl │   │   │   │   │   ├── [ 22K] CompatibilityInfo.java │   │   │   │   │   ├── [ 738] Configuration.aidl │   │   │   │   │   ├── [ 54K] Configuration.java │   │   │   │   │   ├── [ 671] ObbInfo.aidl │   │   │   │   │   ├── [2.9K] ObbInfo.java │   │   │   │   │   ├── [2.1K] ObbScanner.java │   │   │   │   │   ├── [ 431] package.html │   │   │   │   │   ├── [ 92K] Resources.java │   │   │   │   │   ├── [ 17K] StringBlock.java │   │   │   │   │   ├── [ 28K] TypedArray.java │   │   │   │   │   ├── [ 21K] XmlBlock.java │   │   │   │   │   └── [1.2K] XmlResourceParser.java │   │   │   │   ├── [ 16K] SearchRecentSuggestionsProvider.java │   │   │   │   ├── [2.0K] ServiceConnection.java │   │   │   │   ├── [ 14K] SharedPreferences.java │   │   │   │   ├── [5.2K] SyncActivityTooManyDeletes.java │   │   │   │   ├── [4.0K] SyncAdaptersCache.java │   │   │   │   ├── [ 676] SyncAdapterType.aidl │   │   │   │   ├── [8.1K] SyncAdapterType.java │   │   │   │   ├── [2.4K] SyncContext.java │   │   │   │   ├── [ 668] SyncInfo.aidl │   │   │   │   ├── [2.5K] SyncInfo.java │   │   │   │   ├── [117K] SyncManager.java │   │   │   │   ├── [5.7K] SyncOperation.java │   │   │   │   ├── [8.6K] SyncQueue.java │   │   │   │   ├── [ 670] SyncResult.aidl │   │   │   │   ├── [ 12K] SyncResult.java │   │   │   │   ├── [ 669] SyncStats.aidl │   │   │   │   ├── [6.7K] SyncStats.java │   │   │   │   ├── [ 674] SyncStatusInfo.aidl │   │   │   │   ├── [5.4K] SyncStatusInfo.java │   │   │   │   ├── [ 724] SyncStatusObserver.java │   │   │   │   ├── [ 89K] SyncStorageEngine.java │   │   │   │   └── [8.8K] UriMatcher.java │   │   │   ├── [4.0K] database │   │   │   │   ├── [ 14K] AbstractCursor.java │   │   │   │   ├── [5.7K] AbstractWindowedCursor.java │   │   │   │   ├── [2.4K] BulkCursorDescriptor.java │   │   │   │   ├── [8.6K] BulkCursorNative.java │   │   │   │   ├── [5.8K] BulkCursorToCursorAdaptor.java │   │   │   │   ├── [ 994] CharArrayBuffer.java │   │   │   │   ├── [3.2K] ContentObservable.java │   │   │   │   ├── [6.7K] ContentObserver.java │   │   │   │   ├── [3.2K] CrossProcessCursor.java │   │   │   │   ├── [2.6K] CrossProcessCursorWrapper.java │   │   │   │   ├── [1.0K] CursorIndexOutOfBoundsException.java │   │   │   │   ├── [ 17K] Cursor.java │   │   │   │   ├── [9.5K] CursorJoiner.java │   │   │   │   ├── [8.5K] CursorToBulkCursorAdaptor.java │   │   │   │   ├── [ 964] CursorWindowAllocationException.java │   │   │   │   ├── [ 27K] CursorWindow.java │   │   │   │   ├── [5.0K] CursorWrapper.java │   │   │   │   ├── [1.1K] DatabaseErrorHandler.java │   │   │   │   ├── [ 53K] DatabaseUtils.java │   │   │   │   ├── [2.1K] DataSetObservable.java │   │   │   │   ├── [1.4K] DataSetObserver.java │   │   │   │   ├── [4.3K] DefaultDatabaseErrorHandler.java │   │   │   │   ├── [2.4K] IBulkCursor.java │   │   │   │   ├── [1006] IContentObserver.aidl │   │   │   │   ├── [8.7K] MatrixCursor.java │   │   │   │   ├── [6.0K] MergeCursor.java │   │   │   │   ├── [2.8K] Observable.java │   │   │   │   ├── [ 649] package.html │   │   │   │   ├── [ 988] SQLException.java │   │   │   │   ├── [4.0K] sqlite │   │   │   │   │   ├── [1.0K] DatabaseObjectNotClosedException.java │   │   │   │   │   ├── [1012] package.html │   │   │   │   │   ├── [1.0K] SQLiteAbortException.java │   │   │   │   │   ├── [ 972] SQLiteAccessPermException.java │   │   │   │   │   ├── [ 973] SQLiteBindOrColumnIndexOutOfRangeException.java │   │   │   │   │   ├── [ 846] SQLiteBlobTooBigException.java │   │   │   │   │   ├── [ 864] SQLiteCantOpenDatabaseException.java │   │   │   │   │   ├── [3.2K] SQLiteClosable.java │   │   │   │   │   ├── [ 61K] SQLiteConnection.java │   │   │   │   │   ├── [ 44K] SQLiteConnectionPool.java │   │   │   │   │   ├── [ 928] SQLiteConstraintException.java │   │   │   │   │   ├── [1.8K] SQLiteCursorDriver.java │   │   │   │   │   ├── [8.8K] SQLiteCursor.java │   │   │   │   │   ├── [1.6K] SQLiteCustomFunction.java │   │   │   │   │   ├── [4.9K] SQLiteDatabaseConfiguration.java │   │   │   │   │   ├── [ 942] SQLiteDatabaseCorruptException.java │   │   │   │   │   ├── [ 91K] SQLiteDatabase.java │   │   │   │   │   ├── [1.2K] SQLiteDatabaseLockedException.java │   │   │   │   │   ├── [ 864] SQLiteDatatypeMismatchException.java │   │   │   │   │   ├── [5.9K] SQLiteDebug.java │   │   │   │   │   ├── [2.4K] SQLiteDirectCursorDriver.java │   │   │   │   │   ├── [ 944] SQLiteDiskIOException.java │   │   │   │   │   ├── [1.0K] SQLiteDoneException.java │   │   │   │   │   ├── [1.0K] SQLiteException.java │   │   │   │   │   ├── [ 901] SQLiteFullException.java │   │   │   │   │   ├── [4.1K] SQLiteGlobal.java │   │   │   │   │   ├── [1.4K] SQLiteMisuseException.java │   │   │   │   │   ├── [ 16K] SQLiteOpenHelper.java │   │   │   │   │   ├── [ 849] SQLiteOutOfMemoryException.java │   │   │   │   │   ├── [6.6K] SQLiteProgram.java │   │   │   │   │   ├── [ 28K] SQLiteQueryBuilder.java │   │   │   │   │   ├── [3.0K] SQLiteQuery.java │   │   │   │   │   ├── [ 864] SQLiteReadOnlyDatabaseException.java │   │   │   │   │   ├── [ 40K] SQLiteSession.java │   │   │   │   │   ├── [1.0K] SQLiteStatementInfo.java │   │   │   │   │   ├── [5.4K] SQLiteStatement.java │   │   │   │   │   ├── [ 849] SQLiteTableLockedException.java │   │   │   │   │   ├── [1.0K] SQLiteTransactionListener.java │   │   │   │   │   └── [3.6K] SqliteWrapper.java │   │   │   │   └── [ 991] StaleDataException.java │   │   │   ├── [4.0K] ddm │   │   │   │   ├── [2.9K] DdmHandleAppName.java │   │   │   │   ├── [2.1K] DdmHandleExit.java │   │   │   │   ├── [8.4K] DdmHandleHeap.java │   │   │   │   ├── [5.5K] DdmHandleHello.java │   │   │   │   ├── [2.6K] DdmHandleNativeHeap.java │   │   │   │   ├── [5.6K] DdmHandleProfiling.java │   │   │   │   ├── [5.9K] DdmHandleThread.java │   │   │   │   ├── [1.9K] DdmRegister.java │   │   │   │   ├── [ 42] package.html │   │   │   │   └── [ 241] README.txt │   │   │   ├── [4.0K] debug │   │   │   │   ├── [1.3K] JNITest.java │   │   │   │   └── [ 25] package.html │   │   │   ├── [4.0K] emoji │   │   │   │   └── [ 11K] EmojiFactory.java │   │   │   ├── [4.0K] gesture │   │   │   │   ├── [ 910] GestureConstants.java │   │   │   │   ├── [9.8K] Gesture.java │   │   │   │   ├── [4.4K] GestureLibraries.java │   │   │   │   ├── [2.1K] GestureLibrary.java │   │   │   │   ├── [ 26K] GestureOverlayView.java │   │   │   │   ├── [1.4K] GesturePoint.java │   │   │   │   ├── [ 10K] GestureStore.java │   │   │   │   ├── [6.9K] GestureStroke.java │   │   │   │   ├── [ 21K] GestureUtils.java │   │   │   │   ├── [3.5K] Instance.java │   │   │   │   ├── [2.9K] InstanceLearner.java │   │   │   │   ├── [2.4K] Learner.java │   │   │   │   ├── [2.2K] OrientedBoundingBox.java │   │   │   │   ├── [ 93] package.html │   │   │   │   └── [ 926] Prediction.java │   │   │   ├── [4.0K] hardware │   │   │   │   ├── [153K] Camera.java │   │   │   │   ├── [4.0K] display │   │   │   │   │   ├── [ 12K] DisplayManagerGlobal.java │   │   │   │   │   ├── [ 10K] DisplayManager.java │   │   │   │   │   ├── [1.6K] IDisplayManager.aidl │   │   │   │   │   ├── [ 765] IDisplayManagerCallback.aidl │   │   │   │   │   ├── [ 680] WifiDisplay.aidl │   │   │   │   │   ├── [4.4K] WifiDisplay.java │   │   │   │   │   ├── [ 686] WifiDisplayStatus.aidl │   │   │   │   │   └── [7.4K] WifiDisplayStatus.java │   │   │   │   ├── [ 18K] GeomagneticField.java │   │   │   │   ├── [4.0K] input │   │   │   │   │   ├── [1.1K] IInputDevicesChangedListener.aidl │   │   │   │   │   ├── [2.4K] IInputManager.aidl │   │   │   │   │   ├── [ 30K] InputManager.java │   │   │   │   │   ├── [ 681] KeyboardLayout.aidl │   │   │   │   │   └── [3.2K] KeyboardLayout.java │   │   │   │   ├── [ 929] ISerialManager.aidl │   │   │   │   ├── [ 17K] LegacySensorManager.java │   │   │   │   ├── [ 383] package.html │   │   │   │   ├── [ 18K] SensorEvent.java │   │   │   │   ├── [1.7K] SensorEventListener.java │   │   │   │   ├── [5.6K] Sensor.java │   │   │   │   ├── [4.4K] SensorListener.java │   │   │   │   ├── [ 48K] SensorManager.java │   │   │   │   ├── [2.7K] SerialManager.java │   │   │   │   ├── [3.9K] SerialPort.java │   │   │   │   ├── [ 15K] SystemSensorManager.java │   │   │   │   └── [4.0K] usb │   │   │   │   ├── [3.8K] IUsbManager.aidl │   │   │   │   ├── [ 643] package.html │   │   │   │   ├── [ 677] UsbAccessory.aidl │   │   │   │   ├── [7.3K] UsbAccessory.java │   │   │   │   ├── [5.6K] UsbConstants.java │   │   │   │   ├── [ 674] UsbDevice.aidl │   │   │   │   ├── [6.6K] UsbDeviceConnection.java │   │   │   │   ├── [6.5K] UsbDevice.java │   │   │   │   ├── [ 676] UsbEndpoint.aidl │   │   │   │   ├── [4.9K] UsbEndpoint.java │   │   │   │   ├── [ 677] UsbInterface.aidl │   │   │   │   ├── [4.3K] UsbInterface.java │   │   │   │   ├── [ 16K] UsbManager.java │   │   │   │   └── [6.4K] UsbRequest.java │   │   │   ├── [4.0K] inputmethodservice │   │   │   │   ├── [8.3K] AbstractInputMethodService.java │   │   │   │   ├── [1.5K] ExtractButton.java │   │   │   │   ├── [5.9K] ExtractEditLayout.java │   │   │   │   ├── [6.3K] ExtractEditText.java │   │   │   │   ├── [8.2K] IInputMethodSessionWrapper.java │   │   │   │   ├── [ 11K] IInputMethodWrapper.java │   │   │   │   ├── [ 96K] InputMethodService.java │   │   │   │   ├── [ 34K] Keyboard.java │   │   │   │   ├── [ 61K] KeyboardView.java │   │   │   │   ├── [ 321] package.html │   │   │   │   └── [6.3K] SoftInputWindow.java │   │   │   ├── [4.0K] net │   │   │   │   ├── [4.0K] arp │   │   │   │   │   └── [6.3K] ArpPeer.java │   │   │   │   ├── [4.6K] BaseNetworkStateTracker.java │   │   │   │   ├── [ 14K] CaptivePortalTracker.java │   │   │   │   ├── [ 31K] ConnectivityManager.java │   │   │   │   ├── [1.3K] Credentials.java │   │   │   │   ├── [4.0K] dhcp │   │   │   │   │   ├── [3.5K] DhcpAckPacket.java │   │   │   │   │   ├── [1.9K] DhcpDeclinePacket.java │   │   │   │   │   ├── [2.3K] DhcpDiscoverPacket.java │   │   │   │   │   ├── [2.3K] DhcpInformPacket.java │   │   │   │   │   ├── [2.3K] DhcpNakPacket.java │   │   │   │   │   ├── [3.4K] DhcpOfferPacket.java │   │   │   │   │   ├── [ 30K] DhcpPacket.java │   │   │   │   │   ├── [2.9K] DhcpRequestPacket.java │   │   │   │   │   └── [2.4K] DhcpStateMachine.java │   │   │   │   ├── [ 673] DhcpInfo.aidl │   │   │   │   ├── [5.0K] DhcpInfoInternal.java │   │   │   │   ├── [3.3K] DhcpInfo.java │   │   │   │   ├── [ 15K] DhcpStateMachine.java │   │   │   │   ├── [ 13K] DnsPinger.java │   │   │   │   ├── [6.3K] DummyDataStateTracker.java │   │   │   │   ├── [ 13K] EthernetDataTracker.java │   │   │   │   ├── [4.0K] http │   │   │   │   │   ├── [ 15K] AndroidHttpClientConnection.java │   │   │   │   │   ├── [ 19K] AndroidHttpClient.java │   │   │   │   │   ├── [8.0K] CertificateChainValidator.java │   │   │   │   │   ├── [2.6K] CharArrayBuffers.java │   │   │   │   │   ├── [ 18K] Connection.java │   │   │   │   │   ├── [4.4K] ConnectionThread.java │   │   │   │   │   ├── [3.5K] ErrorStrings.java │   │   │   │   │   ├── [4.7K] EventHandler.java │   │   │   │   │   ├── [ 16K] Headers.java │   │   │   │   │   ├── [ 12K] HttpAuthHeader.java │   │   │   │   │   ├── [3.0K] HttpConnection.java │   │   │   │   │   ├── [1.1K] HttpLog.java │   │   │   │   │   ├── [ 12K] HttpResponseCache.java │   │   │   │   │   ├── [ 16K] HttpsConnection.java │   │   │   │   │   ├── [5.0K] IdleCache.java │   │   │   │   │   ├── [2.8K] LoggingEventHandler.java │   │   │   │   │   ├── [ 15] package.html │   │   │   │   │   ├── [1.0K] RequestFeeder.java │   │   │   │   │   ├── [ 15K] RequestHandle.java │   │   │   │   │   ├── [ 18K] Request.java │   │   │   │   │   ├── [ 18K] RequestQueue.java │   │   │   │   │   ├── [ 16K] SslCertificate.java │   │   │   │   │   ├── [6.8K] SslError.java │   │   │   │   │   ├── [1.1K] Timer.java │   │   │   │   │   └── [2.4K] X509TrustManagerExtensions.java │   │   │   │   ├── [3.6K] IConnectivityManager.aidl │   │   │   │   ├── [2.2K] INetworkManagementEventObserver.aidl │   │   │   │   ├── [ 881] INetworkPolicyListener.aidl │   │   │   │   ├── [1.8K] INetworkPolicyManager.aidl │   │   │   │   ├── [1.7K] INetworkStatsService.aidl │   │   │   │   ├── [1.5K] INetworkStatsSession.aidl │   │   │   │   ├── [ 687] InterfaceConfiguration.aidl │   │   │   │   ├── [4.4K] InterfaceConfiguration.java │   │   │   │   ├── [1.1K] IThrottleManager.aidl │   │   │   │   ├── [ 671] LinkAddress.aidl │   │   │   │   ├── [4.2K] LinkAddress.java │   │   │   │   ├── [ 674] LinkCapabilities.aidl │   │   │   │   ├── [ 11K] LinkCapabilities.java │   │   │   │   ├── [ 672] LinkProperties.aidl │   │   │   │   ├── [ 15K] LinkProperties.java │   │   │   │   ├── [ 10K] LinkSocket.java │   │   │   │   ├── [3.7K] LinkSocketNotifier.java │   │   │   │   ├── [3.2K] LocalServerSocket.java │   │   │   │   ├── [2.6K] LocalSocketAddress.java │   │   │   │   ├── [ 14K] LocalSocketImpl.java │   │   │   │   ├── [8.4K] LocalSocket.java │   │   │   │   ├── [5.3K] MailTo.java │   │   │   │   ├── [ 24K] MobileDataStateTracker.java │   │   │   │   ├── [2.2K] NetworkConfig.java │   │   │   │   ├── [5.6K] NetworkIdentity.java │   │   │   │   ├── [ 676] NetworkInfo.aidl │   │   │   │   ├── [ 16K] NetworkInfo.java │   │   │   │   ├── [ 670] NetworkPolicy.aidl │   │   │   │   ├── [6.7K] NetworkPolicy.java │   │   │   │   ├── [9.2K] NetworkPolicyManager.java │   │   │   │   ├── [ 672] NetworkQuotaInfo.aidl │   │   │   │   ├── [2.2K] NetworkQuotaInfo.java │   │   │   │   ├── [ 669] NetworkState.aidl │   │   │   │   ├── [2.6K] NetworkState.java │   │   │   │   ├── [5.8K] NetworkStateTracker.java │   │   │   │   ├── [ 669] NetworkStats.aidl │   │   │   │   ├── [ 676] NetworkStatsHistory.aidl │   │   │   │   ├── [ 28K] NetworkStatsHistory.java │   │   │   │   ├── [ 24K] NetworkStats.java │   │   │   │   ├── [ 672] NetworkTemplate.aidl │   │   │   │   ├── [ 11K] NetworkTemplate.java │   │   │   │   ├── [ 11K] NetworkUtils.java │   │   │   │   ├── [4.0K] nsd │   │   │   │   │   ├── [9.8K] DnsSdTxtRecord.java │   │   │   │   │   ├── [ 833] INsdManager.aidl │   │   │   │   │   ├── [ 24K] NsdManager.java │   │   │   │   │   └── [4.1K] NsdServiceInfo.java │   │   │   │   ├── [ 91] package.html │   │   │   │   ├── [ 895] ParseException.java │   │   │   │   ├── [ 13K] Proxy.java │   │   │   │   ├── [ 673] ProxyProperties.aidl │   │   │   │   ├── [6.6K] ProxyProperties.java │   │   │   │   ├── [ 665] RouteInfo.aidl │   │   │   │   ├── [7.8K] RouteInfo.java │   │   │   │   ├── [7.9K] SntpClient.java │   │   │   │   ├── [ 19K] SSLCertificateSocketFactory.java │   │   │   │   ├── [2.4K] SSLSessionCache.java │   │   │   │   ├── [6.3K] ThrottleManager.java │   │   │   │   ├── [ 20K] TrafficStats.java │   │   │   │   ├── [ 668] Uri.aidl │   │   │   │   ├── [ 73K] Uri.java │   │   │   │   ├── [ 31K] UrlQuerySanitizer.java │   │   │   │   ├── [ 19K] VpnService.java │   │   │   │   ├── [5.0K] WebAddress.java │   │   │   │   └── [4.0K] wimax │   │   │   │   └── [3.1K] WimaxManagerConstants.java │   │   │   ├── [4.0K] nfc │   │   │   │   ├── [ 663] ApduList.aidl │   │   │   │   ├── [1.4K] ApduList.java │   │   │   │   ├── [3.7K] ErrorCodes.java │   │   │   │   ├── [ 916] FormatException.java │   │   │   │   ├── [ 834] INdefPushCallback.aidl │   │   │   │   ├── [1.5K] INfcAdapter.aidl │   │   │   │   ├── [1.0K] INfcAdapterExtras.aidl │   │   │   │   ├── [1.6K] INfcTag.aidl │   │   │   │   ├── [ 667] NdefMessage.aidl │   │   │   │   ├── [8.9K] NdefMessage.java │   │   │   │   ├── [ 665] NdefRecord.aidl │   │   │   │   ├── [ 39K] NdefRecord.java │   │   │   │   ├── [ 13K] NfcActivityManager.java │   │   │   │   ├── [ 52K] NfcAdapter.java │   │   │   │   ├── [1.4K] NfcEvent.java │   │   │   │   ├── [2.2K] NfcManager.java │   │   │   │   ├── [1.5K] package.html │   │   │   │   ├── [ 658] Tag.aidl │   │   │   │   ├── [ 16K] Tag.java │   │   │   │   ├── [ 858] TagLostException.java │   │   │   │   ├── [4.0K] tech │   │   │   │   │   ├── [4.9K] BasicTagTechnology.java │   │   │   │   │   ├── [7.7K] IsoDep.java │   │   │   │   │   ├── [ 24K] MifareClassic.java │   │   │   │   │   ├── [ 11K] MifareUltralight.java │   │   │   │   │   ├── [6.9K] NdefFormatable.java │   │   │   │   │   ├── [ 15K] Ndef.java │   │   │   │   │   ├── [5.7K] NfcA.java │   │   │   │   │   ├── [2.9K] NfcBarcode.java │   │   │   │   │   ├── [4.3K] NfcB.java │   │   │   │   │   ├── [5.6K] NfcF.java │   │   │   │   │   ├── [4.1K] NfcV.java │   │   │   │   │   ├── [ 592] package.html │   │   │   │   │   └── [8.5K] TagTechnology.java │   │   │   │   ├── [ 669] TechListParcel.aidl │   │   │   │   ├── [1.9K] TechListParcel.java │   │   │   │   ├── [ 672] TransceiveResult.aidl │   │   │   │   └── [2.8K] TransceiveResult.java │   │   │   ├── [4.0K] os │   │   │   │   ├── [1.6K] AsyncResult.java │   │   │   │   ├── [ 26K] AsyncTask.java │   │   │   │   ├── [1011] BadParcelableException.java │   │   │   │   ├── [4.7K] BatteryManager.java │   │   │   │   ├── [ 93K] BatteryStats.java │   │   │   │   ├── [ 15K] Binder.java │   │   │   │   ├── [7.0K] Broadcaster.java │   │   │   │   ├── [ 22K] Build.java │   │   │   │   ├── [ 712] Bundle.aidl │   │   │   │   ├── [ 50K] Bundle.java │   │   │   │   ├── [6.0K] CancellationSignal.java │   │   │   │   ├── [ 16K] CommonClock.java │   │   │   │   ├── [ 18K] CommonTimeConfig.java │   │   │   │   ├── [9.1K] CommonTimeUtils.java │   │   │   │   ├── [3.8K] ConditionVariable.java │   │   │   │   ├── [4.2K] CountDownTimer.java │   │   │   │   ├── [ 893] DeadObjectException.java │   │   │   │   ├── [ 48K] Debug.java │   │   │   │   ├── [ 675] DropBoxManager.aidl │   │   │   │   ├── [ 13K] DropBoxManager.java │   │   │   │   ├── [ 25K] Environment.java │   │   │   │   ├── [1.1K] FactoryTest.java │   │   │   │   ├── [8.0K] FileObserver.java │   │   │   │   ├── [8.6K] FileUtils.java │   │   │   │   ├── [ 30K] Handler.java │   │   │   │   ├── [3.2K] HandlerThread.java │   │   │   │   ├── [ 11K] IBinder.java │   │   │   │   ├── [ 719] ICancellationSignal.aidl │   │   │   │   ├── [ 804] IHardwareService.aidl │   │   │   │   ├── [1013] IInterface.java │   │   │   │   ├── [ 814] IMessenger.aidl │   │   │   │   ├── [9.5K] INetworkManagementService.aidl │   │   │   │   ├── [ 815] IPermissionController.aidl │   │   │   │   ├── [2.0K] IPowerManager.aidl │   │   │   │   ├── [ 824] IRemoteCallback.aidl │   │   │   │   ├── [1.1K] ISchedulingPolicyService.aidl │   │   │   │   ├── [2.5K] IServiceManager.java │   │   │   │   ├── [ 849] IUpdateLock.aidl │   │   │   │   ├── [1.3K] IUserManager.aidl │   │   │   │   ├── [ 879] IVibratorService.aidl │   │   │   │   ├── [3.2K] LatencyTimer.java │   │   │   │   ├── [9.5K] Looper.java │   │   │   │   ├── [ 11K] MemoryFile.java │   │   │   │   ├── [ 718] Message.aidl │   │   │   │   ├── [ 16K] Message.java │   │   │   │   ├── [ 16K] MessageQueue.java │   │   │   │   ├── [ 720] Messenger.aidl │   │   │   │   ├── [4.6K] Messenger.java │   │   │   │   ├── [1.2K] NetworkOnMainThreadException.java │   │   │   │   ├── [1.3K] NullVibrator.java │   │   │   │   ├── [1.0K] OperationCanceledException.java │   │   │   │   ├── [ 135] package.html │   │   │   │   ├── [4.8K] Parcelable.java │   │   │   │   ├── [ 740] ParcelFileDescriptor.aidl │   │   │   │   ├── [ 15K] ParcelFileDescriptor.java │   │   │   │   ├── [ 952] ParcelFormatException.java │   │   │   │   ├── [ 75K] Parcel.java │   │   │   │   ├── [ 660] ParcelUuid.aidl │   │   │   │   ├── [3.6K] ParcelUuid.java │   │   │   │   ├── [ 669] PatternMatcher.aidl │   │   │   │   ├── [6.4K] PatternMatcher.java │   │   │   │   ├── [ 23K] PerformanceCollector.java │   │   │   │   ├── [ 30K] PowerManager.java │   │   │   │   ├── [ 36K] Process.java │   │   │   │   ├── [ 17K] RecoverySystem.java │   │   │   │   ├── [2.5K] Registrant.java │   │   │   │   ├── [3.1K] RegistrantList.java │   │   │   │   ├── [ 672] RemoteCallback.aidl │   │   │   │   ├── [2.9K] RemoteCallback.java │   │   │   │   ├── [ 12K] RemoteCallbackList.java │   │   │   │   ├── [ 936] RemoteException.java │   │   │   │   ├── [ 828] RemoteMailException.java │   │   │   │   ├── [ 734] ResultReceiver.aidl │   │   │   │   ├── [4.1K] ResultReceiver.java │   │   │   │   ├── [2.5K] SchedulingPolicyService.java │   │   │   │   ├── [6.5K] SELinux.java │   │   │   │   ├── [4.3K] ServiceManager.java │   │   │   │   ├── [6.5K] ServiceManagerNative.java │   │   │   │   ├── [2.9K] StatFs.java │   │   │   │   ├── [4.0K] storage │   │   │   │   │   ├── [ 56K] IMountService.java │   │   │   │   │   ├── [6.5K] IMountServiceListener.java │   │   │   │   │   ├── [4.2K] IMountShutdownObserver.java │   │   │   │   │   ├── [4.7K] IObbActionListener.java │   │   │   │   │   ├── [1.4K] MountServiceListener.java │   │   │   │   │   ├── [2.8K] OnObbStateChangeListener.java │   │   │   │   │   ├── [ 164] package.html │   │   │   │   │   ├── [1.4K] StorageEventListener.java │   │   │   │   │   ├── [ 21K] StorageManager.java │   │   │   │   │   ├── [2.1K] StorageResultCode.java │   │   │   │   │   ├── [ 676] StorageVolume.aidl │   │   │   │   │   └── [7.7K] StorageVolume.java │   │   │   │   ├── [ 81K] StrictMode.java │   │   │   │   ├── [7.4K] SystemClock.java │   │   │   │   ├── [5.6K] SystemProperties.java │   │   │   │   ├── [4.2K] SystemService.java │   │   │   │   ├── [2.7K] SystemVibrator.java │   │   │   │   ├── [5.8K] TokenWatcher.java │   │   │   │   ├── [6.1K] Trace.java │   │   │   │   ├── [2.9K] TransactionTooLargeException.java │   │   │   │   ├── [8.1K] UEventObserver.java │   │   │   │   ├── [5.0K] UpdateLock.java │   │   │   │   ├── [ 666] UserHandle.aidl │   │   │   │   ├── [7.8K] UserHandle.java │   │   │   │   ├── [ 12K] UserManager.java │   │   │   │   ├── [2.8K] Vibrator.java │   │   │   │   ├── [ 657] WorkSource.aidl │   │   │   │   └── [9.5K] WorkSource.java │   │   │   ├── [ 901] package.html │   │   │   ├── [4.0K] preference │   │   │   │   ├── [2.5K] CheckBoxPreference.java │   │   │   │   ├── [ 15K] DialogPreference.java │   │   │   │   ├── [7.0K] EditTextPreference.java │   │   │   │   ├── [ 19K] GenericInflater.java │   │   │   │   ├── [ 11K] ListPreference.java │   │   │   │   ├── [ 10K] MultiCheckPreference.java │   │   │   │   ├── [8.9K] MultiSelectListPreference.java │   │   │   │   ├── [1.1K] OnDependencyChangeListener.java │   │   │   │   ├── [1.3K] package.html │   │   │   │   ├── [ 56K] PreferenceActivity.java │   │   │   │   ├── [2.0K] PreferenceCategory.java │   │   │   │   ├── [ 13K] PreferenceFragment.java │   │   │   │   ├── [5.5K] PreferenceFrameLayout.java │   │   │   │   ├── [9.5K] PreferenceGroupAdapter.java │   │   │   │   ├── [ 11K] PreferenceGroup.java │   │   │   │   ├── [4.0K] PreferenceInflater.java │   │   │   │   ├── [ 63K] Preference.java │   │   │   │   ├── [ 28K] PreferenceManager.java │   │   │   │   ├── [10.0K] PreferenceScreen.java │   │   │   │   ├── [8.5K] RingtonePreference.java │   │   │   │   ├── [2.1K] SeekBarDialogPreference.java │   │   │   │   ├── [7.1K] SeekBarPreference.java │   │   │   │   ├── [6.1K] SwitchPreference.java │   │   │   │   ├── [9.3K] TwoStatePreference.java │   │   │   │   └── [ 12K] VolumePreference.java │   │   │   ├── [4.0K] provider │   │   │   │   ├── [3.2K] AlarmClock.java │   │   │   │   ├── [4.3K] Applications.java │   │   │   │   ├── [ 944] BaseColumns.java │   │   │   │   ├── [ 24K] BrowserContract.java │   │   │   │   ├── [ 26K] Browser.java │   │   │   │   ├── [105K] CalendarContract.java │   │   │   │   ├── [ 15K] CallLog.java │   │   │   │   ├── [326K] ContactsContract.java │   │   │   │   ├── [ 89K] Contacts.java │   │   │   │   ├── [ 31K] Downloads.java │   │   │   │   ├── [6.5K] DrmStore.java │   │   │   │   ├── [ 12K] LiveFolders.java │   │   │   │   ├── [ 85K] MediaStore.java │   │   │   │   ├── [1.3K] OpenableColumns.java │   │   │   │   ├── [ 540] package.html │   │   │   │   ├── [ 10K] SearchRecentSuggestions.java │   │   │   │   ├── [226K] Settings.java │   │   │   │   ├── [2.5K] SyncConstValue.java │   │   │   │   ├── [7.6K] SyncStateContract.java │   │   │   │   ├── [6.3K] UserDictionary.java │   │   │   │   └── [ 13K] VoicemailContract.java │   │   │   ├── [4.0K] server │   │   │   │   ├── [ 25] package.html │   │   │   │   └── [4.0K] search │   │   │   │   ├── [ 25] package.html │   │   │   │   ├── [ 18K] Searchables.java │   │   │   │   └── [ 11K] SearchManagerService.java │   │   │   ├── [4.0K] service │   │   │   │   ├── [4.0K] dreams │   │   │   │   │   ├── [ 25K] DreamService.java │   │   │   │   │   ├── [1.1K] IDreamManager.aidl │   │   │   │   │   ├── [ 763] IDreamService.aidl │   │   │   │   │   └── [4.8K] Sandman.java │   │   │   │   ├── [4.0K] textservice │   │   │   │   │   ├── [1.8K] package.html │   │   │   │   │   └── [ 19K] SpellCheckerService.java │   │   │   │   └── [4.0K] wallpaper │   │   │   │   ├── [ 942] IWallpaperConnection.aidl │   │   │   │   ├── [1.0K] IWallpaperEngine.aidl │   │   │   │   ├── [ 916] IWallpaperService.aidl │   │   │   │   ├── [ 47K] WallpaperService.java │   │   │   │   └── [1.7K] WallpaperSettingsActivity.java │   │   │   ├── [4.0K] speech │   │   │   │   ├── [2.5K] IRecognitionListener.aidl │   │   │   │   ├── [2.4K] IRecognitionService.aidl │   │   │   │   ├── [3.6K] RecognitionListener.java │   │   │   │   ├── [ 14K] RecognitionService.java │   │   │   │   ├── [ 19K] RecognizerIntent.java │   │   │   │   ├── [7.0K] RecognizerResultsIntent.java │   │   │   │   ├── [ 19K] SpeechRecognizer.java │   │   │   │   ├── [4.0K] srec │   │   │   │   │   ├── [4.4K] MicrophoneInputStream.java │   │   │   │   │   ├── [ 85] package.html │   │   │   │   │   ├── [ 27K] Recognizer.java │   │   │   │   │   ├── [7.0K] UlawEncoderInputStream.java │   │   │   │   │   └── [8.5K] WaveHeader.java │   │   │   │   └── [4.0K] tts │   │   │   │   ├── [1.1K] AbstractSynthesisCallback.java │   │   │   │   ├── [4.0K] AudioPlaybackHandler.java │   │   │   │   ├── [3.2K] AudioPlaybackQueueItem.java │   │   │   │   ├── [ 12K] BlockingAudioTrack.java │   │   │   │   ├── [6.1K] EventLogger.java │   │   │   │   ├── [ 399] EventLogTags.logtags │   │   │   │   ├── [8.5K] FileSynthesisCallback.java │   │   │   │   ├── [ 879] ITextToSpeechCallback.aidl │   │   │   │   ├── [6.0K] ITextToSpeechService.aidl │   │   │   │   ├── [ 758] PlaybackQueueItem.java │   │   │   │   ├── [7.4K] PlaybackSynthesisCallback.java │   │   │   │   ├── [1.5K] SilencePlaybackQueueItem.java │   │   │   │   ├── [3.5K] SynthesisCallback.java │   │   │   │   ├── [7.9K] SynthesisPlaybackQueueItem.java │   │   │   │   ├── [3.1K] SynthesisRequest.java │   │   │   │   ├── [ 54K] TextToSpeech.java │   │   │   │   ├── [ 32K] TextToSpeechService.java │   │   │   │   ├── [ 17K] TtsEngines.java │   │   │   │   └── [2.7K] UtteranceProgressListener.java │   │   │   ├── [4.0K] test │   │   │   │   ├── [6.4K] AndroidTestCase.java │   │   │   │   ├── [1.4K] FlakyTest.java │   │   │   │   ├── [ 13K] InstrumentationTestCase.java │   │   │   │   ├── [2.1K] InstrumentationTestSuite.java │   │   │   │   ├── [ 212] package.html │   │   │   │   ├── [2.3K] PerformanceTestCase.java │   │   │   │   ├── [1.3K] RepetitiveTest.java │   │   │   │   ├── [4.0K] suitebuilder │   │   │   │   │   └── [4.0K] annotation │   │   │   │   │   ├── [1014] LargeTest.java │   │   │   │   │   ├── [1019] MediumTest.java │   │   │   │   │   ├── [1014] SmallTest.java │   │   │   │   │   ├── [1.2K] Smoke.java │   │   │   │   │   └── [1.2K] Suppress.java │   │   │   │   └── [1.2K] UiThreadTest.java │   │   │   ├── [4.0K] text │   │   │   │   ├── [3.9K] AlteredCharSequence.java │   │   │   │   ├── [6.3K] AndroidBidi.java │   │   │   │   ├── [3.7K] AndroidCharacter.java │   │   │   │   ├── [1.6K] Annotation.java │   │   │   │   ├── [8.5K] AutoText.java │   │   │   │   ├── [ 14K] BoringLayout.java │   │   │   │   ├── [1.3K] ClipboardManager.java │   │   │   │   ├── [ 24K] DynamicLayout.java │   │   │   │   ├── [4.9K] Editable.java │   │   │   │   ├── [4.0K] format │   │   │   │   │   ├── [ 24K] DateFormat.java │   │   │   │   │   ├── [ 66K] DateUtils.java │   │   │   │   │   ├── [3.9K] Formatter.java │   │   │   │   │   ├── [ 279] package.html │   │   │   │   │   └── [ 27K] Time.java │   │   │   │   ├── [1.1K] GetChars.java │   │   │   │   ├── [2.2K] GraphicsOperations.java │   │   │   │   ├── [ 31K] Html.java │   │   │   │   ├── [3.9K] InputFilter.java │   │   │   │   ├── [ 13K] InputType.java │   │   │   │   ├── [ 67K] Layout.java │   │   │   │   ├── [6.6K] LoginFilter.java │   │   │   │   ├── [8.2K] MeasuredText.java │   │   │   │   ├── [4.0K] method │   │   │   │   │   ├── [1.8K] AllCapsTransformationMethod.java │   │   │   │   │   ├── [ 12K] ArrowKeyMovementMethod.java │   │   │   │   │   ├── [7.2K] BaseKeyListener.java │   │   │   │   │   ├── [ 23K] BaseMovementMethod.java │   │   │   │   │   ├── [4.5K] CharacterPickerDialog.java │   │   │   │   │   ├── [1.7K] DateKeyListener.java │   │   │   │   │   ├── [1.8K] DateTimeKeyListener.java │   │   │   │   │   ├── [3.4K] DialerKeyListener.java │   │   │   │   │   ├── [6.5K] DigitsKeyListener.java │   │   │   │   │   ├── [1.7K] HideReturnsTransformationMethod.java │   │   │   │   │   ├── [3.4K] KeyListener.java │   │   │   │   │   ├── [7.6K] LinkMovementMethod.java │   │   │   │   │   ├── [ 21K] MetaKeyKeyListener.java │   │   │   │   │   ├── [2.5K] MovementMethod.java │   │   │   │   │   ├── [9.8K] MultiTapKeyListener.java │   │   │   │   │   ├── [4.2K] NumberKeyListener.java │   │   │   │   │   ├── [ 726] package.html │   │   │   │   │   ├── [8.4K] PasswordTransformationMethod.java │   │   │   │   │   ├── [ 19K] QwertyKeyListener.java │   │   │   │   │   ├── [6.6K] ReplacementTransformationMethod.java │   │   │   │   │   ├── [3.5K] ScrollingMovementMethod.java │   │   │   │   │   ├── [1.9K] SingleLineTransformationMethod.java │   │   │   │   │   ├── [ 11K] TextKeyListener.java │   │   │   │   │   ├── [1.7K] TimeKeyListener.java │   │   │   │   │   ├── [7.5K] Touch.java │   │   │   │   │   ├── [1.2K] TransformationMethod2.java │   │   │   │   │   ├── [1.7K] TransformationMethod.java │   │   │   │   │   └── [6.6K] WordIterator.java │   │   │   │   ├── [1.1K] NoCopySpan.java │   │   │   │   ├── [ 583] package.html │   │   │   │   ├── [ 11K] PackedIntVector.java │   │   │   │   ├── [4.5K] PackedObjectVector.java │   │   │   │   ├── [1.0K] ParcelableSpan.java │   │   │   │   ├── [ 14K] Selection.java │   │   │   │   ├── [2.5K] Spannable.java │   │   │   │   ├── [ 46K] SpannableStringBuilder.java │   │   │   │   ├── [ 11K] SpannableStringInternal.java │   │   │   │   ├── [1.7K] SpannableString.java │   │   │   │   ├── [8.1K] Spanned.java │   │   │   │   ├── [1.5K] SpannedString.java │   │   │   │   ├── [3.6K] SpanSet.java │   │   │   │   ├── [1.6K] SpanWatcher.java │   │   │   │   ├── [ 37K] StaticLayout.java │   │   │   │   ├── [4.0K] style │   │   │   │   │   ├── [2.2K] AbsoluteSizeSpan.java │   │   │   │   │   ├── [1.6K] AlignmentSpan.java │   │   │   │   │   ├── [1.4K] BackgroundColorSpan.java │   │   │   │   │   ├── [3.5K] BulletSpan.java │   │   │   │   │   ├── [2.9K] CharacterStyle.java │   │   │   │   │   ├── [1.3K] ClickableSpan.java │   │   │   │   │   ├── [2.4K] DrawableMarginSpan.java │   │   │   │   │   ├── [3.6K] DynamicDrawableSpan.java │   │   │   │   │   ├── [1.4K] EasyEditSpan.java │   │   │   │   │   ├── [1.4K] ForegroundColorSpan.java │   │   │   │   │   ├── [2.2K] IconMarginSpan.java │   │   │   │   │   ├── [5.1K] ImageSpan.java │   │   │   │   │   ├── [5.1K] LeadingMarginSpan.java │   │   │   │   │   ├── [1.0K] LineBackgroundSpan.java │   │   │   │   │   ├── [1.3K] LineHeightSpan.java │   │   │   │   │   ├── [2.2K] LocaleSpan.java │   │   │   │   │   ├── [1.0K] MaskFilterSpan.java │   │   │   │   │   ├── [2.7K] MetricAffectingSpan.java │   │   │   │   │   ├── [ 455] package.html │   │   │   │   │   ├── [ 783] ParagraphStyle.java │   │   │   │   │   ├── [2.2K] QuoteSpan.java │   │   │   │   │   ├── [1.0K] RasterizerSpan.java │   │   │   │   │   ├── [1.6K] RelativeSizeSpan.java │   │   │   │   │   ├── [1.5K] ReplacementSpan.java │   │   │   │   │   ├── [1.5K] ScaleXSpan.java │   │   │   │   │   ├── [1.8K] SpellCheckSpan.java │   │   │   │   │   ├── [1.3K] StrikethroughSpan.java │   │   │   │   │   ├── [2.8K] StyleSpan.java │   │   │   │   │   ├── [1.4K] SubscriptSpan.java │   │   │   │   │   ├── [1.7K] SuggestionRangeSpan.java │   │   │   │   │   ├── [ 677] SuggestionSpan.aidl │   │   │   │   │   ├── [ 13K] SuggestionSpan.java │   │   │   │   │   ├── [1.4K] SuperscriptSpan.java │   │   │   │   │   ├── [1.4K] TabStopSpan.java │   │   │   │   │   ├── [7.6K] TextAppearanceSpan.java │   │   │   │   │   ├── [2.4K] TypefaceSpan.java │   │   │   │   │   ├── [1.2K] UnderlineSpan.java │   │   │   │   │   ├── [ 963] UpdateAppearance.java │   │   │   │   │   ├── [1004] UpdateLayout.java │   │   │   │   │   ├── [1.7K] URLSpan.java │   │   │   │   │   └── [ 712] WrapTogetherSpan.java │   │   │   │   ├── [ 844] TextDirectionHeuristic.java │   │   │   │   ├── [8.7K] TextDirectionHeuristics.java │   │   │   │   ├── [ 40K] TextLine.java │   │   │   │   ├── [2.2K] TextPaint.java │   │   │   │   ├── [ 57K] TextUtils.java │   │   │   │   ├── [2.4K] TextWatcher.java │   │   │   │   └── [4.0K] util │   │   │   │   ├── [ 18K] Linkify.java │   │   │   │   ├── [ 151] package.html │   │   │   │   ├── [9.1K] Rfc822Tokenizer.java │   │   │   │   └── [5.2K] Rfc822Token.java │   │   │   ├── [4.0K] util │   │   │   │   ├── [1.0K] AndroidException.java │   │   │   │   ├── [1.1K] AndroidRuntimeException.java │   │   │   │   ├── [8.3K] AtomicFile.java │   │   │   │   ├── [ 12K] AttributeSet.java │   │   │   │   ├── [1.1K] Base64DataException.java │   │   │   │   ├── [4.3K] Base64InputStream.java │   │   │   │   ├── [ 28K] Base64.java │   │   │   │   ├── [4.6K] Base64OutputStream.java │   │   │   │   ├── [7.3K] CharsetUtils.java │   │   │   │   ├── [1.4K] Config.java │   │   │   │   ├── [5.2K] DayOfMonthCursor.java │   │   │   │   ├── [4.8K] DebugUtils.java │   │   │   │   ├── [ 10K] DisplayMetrics.java │   │   │   │   ├── [9.2K] EventLog.java │   │   │   │   ├── [1.4K] EventLogTags.java │   │   │   │   ├── [2.2K] FastImmutableArraySet.java │   │   │   │   ├── [2.4K] FinitePool.java │   │   │   │   ├── [3.2K] FloatMath.java │   │   │   │   ├── [1.6K] FloatProperty.java │   │   │   │   ├── [1.6K] IntProperty.java │   │   │   │   ├── [ 37K] JsonReader.java │   │   │   │   ├── [1.6K] JsonScope.java │   │   │   │   ├── [2.1K] JsonToken.java │   │   │   │   ├── [ 16K] JsonWriter.java │   │   │   │   ├── [1.5K] LocalLog.java │   │   │   │   ├── [ 13K] Log.java │   │   │   │   ├── [1.8K] LogPrinter.java │   │   │   │   ├── [2.4K] LogWriter.java │   │   │   │   ├── [9.3K] LongSparseArray.java │   │   │   │   ├── [ 12K] LruCache.java │   │   │   │   ├── [1022] MalformedJsonException.java │   │   │   │   ├── [5.0K] MathUtils.java │   │   │   │   ├── [5.5K] MonthDisplayHelper.java │   │   │   │   ├── [ 981] NoSuchPropertyException.java │   │   │   │   ├── [4.2K] NtpTrustedTime.java │   │   │   │   ├── [ 180] package.html │   │   │   │   ├── [2.4K] Pair.java │   │   │   │   ├── [ 12K] Patterns.java │   │   │   │   ├── [ 818] Poolable.java │   │   │   │   ├── [ 807] PoolableManager.java │   │   │   │   ├── [ 788] Pool.java │   │   │   │   ├── [1.3K] Pools.java │   │   │   │   ├── [1.4K] PrefixPrinter.java │   │   │   │   ├── [1.1K] Printer.java │   │   │   │   ├── [1.2K] PrintStreamPrinter.java │   │   │   │   ├── [1.2K] PrintWriterPrinter.java │   │   │   │   ├── [4.2K] Property.java │   │   │   │   ├── [6.9K] ReflectiveProperty.java │   │   │   │   ├── [1.0K] Singleton.java │   │   │   │   ├── [2.7K] Slog.java │   │   │   │   ├── [9.2K] SparseArray.java │   │   │   │   ├── [7.0K] SparseBooleanArray.java │   │   │   │   ├── [7.0K] SparseIntArray.java │   │   │   │   ├── [6.6K] SparseLongArray.java │   │   │   │   ├── [5.2K] Spline.java │   │   │   │   ├── [6.1K] StateSet.java │   │   │   │   ├── [1.3K] StringBuilderPrinter.java │   │   │   │   ├── [1.2K] SynchronizedPool.java │   │   │   │   ├── [ 771] TimeFormatException.java │   │   │   │   ├── [ 15K] TimeUtils.java │   │   │   │   ├── [4.9K] TimingLogger.java │   │   │   │   ├── [1.7K] TrustedTime.java │   │   │   │   ├── [ 19K] TypedValue.java │   │   │   │   ├── [5.7K] Xml.java │   │   │   │   └── [4.6K] XmlPullAttributes.java │   │   │   ├── [4.0K] view │   │   │   │   ├── [2.7K] AbsSavedState.java │   │   │   │   ├── [4.0K] accessibility │   │   │   │   │   ├── [ 690] AccessibilityEvent.aidl │   │   │   │   │   ├── [ 49K] AccessibilityEvent.java │   │   │   │   │   ├── [2.3K] AccessibilityEventSource.java │   │   │   │   │   ├── [ 31K] AccessibilityInteractionClient.java │   │   │   │   │   ├── [ 15K] AccessibilityManager.java │   │   │   │   │   ├── [ 693] AccessibilityNodeInfo.aidl │   │   │   │   │   ├── [ 13K] AccessibilityNodeInfoCache.java │   │   │   │   │   ├── [ 62K] AccessibilityNodeInfo.java │   │   │   │   │   ├── [5.6K] AccessibilityNodeProvider.java │   │   │   │   │   ├── [ 24K] AccessibilityRecord.java │   │   │   │   │   ├── [1.9K] IAccessibilityInteractionCallback.aidl │   │   │   │   │   ├── [2.3K] IAccessibilityInteractionConnection.aidl │   │   │   │   │   ├── [2.0K] IAccessibilityInteractionConnectionCallback.aidl │   │   │   │   │   ├── [2.2K] IAccessibilityManager.aidl │   │   │   │   │   ├── [ 887] IAccessibilityManagerClient.aidl │   │   │   │   │   └── [2.3K] package.html │   │   │   │   ├── [ 40K] AccessibilityInteractionController.java │   │   │   │   ├── [9.8K] AccessibilityIterators.java │   │   │   │   ├── [9.0K] ActionMode.java │   │   │   │   ├── [9.3K] ActionProvider.java │   │   │   │   ├── [4.0K] animation │   │   │   │   │   ├── [1.2K] AccelerateDecelerateInterpolator.java │   │   │   │   │   ├── [2.1K] AccelerateInterpolator.java │   │   │   │   │   ├── [2.7K] AlphaAnimation.java │   │   │   │   │   ├── [ 38K] Animation.java │   │   │   │   │   ├── [ 17K] AnimationSet.java │   │   │   │   │   ├── [ 12K] AnimationUtils.java │   │   │   │   │   ├── [1.8K] AnticipateInterpolator.java │   │   │   │   │   ├── [3.3K] AnticipateOvershootInterpolator.java │   │   │   │   │   ├── [1.6K] BounceInterpolator.java │   │   │   │   │   ├── [1.5K] CycleInterpolator.java │   │   │   │   │   ├── [2.0K] DecelerateInterpolator.java │   │   │   │   │   ├── [ 14K] GridLayoutAnimationController.java │   │   │   │   │   ├── [1.3K] Interpolator.java │   │   │   │   │   ├── [ 14K] LayoutAnimationController.java │   │   │   │   │   ├── [1.0K] LinearInterpolator.java │   │   │   │   │   ├── [1.9K] OvershootInterpolator.java │   │   │   │   │   ├── [1010] package.html │   │   │   │   │   ├── [6.7K] RotateAnimation.java │   │   │   │   │   ├── [ 10K] ScaleAnimation.java │   │   │   │   │   ├── [4.9K] Transformation.java │   │   │   │   │   └── [6.5K] TranslateAnimation.java │   │   │   │   ├── [ 32K] Choreographer.java │   │   │   │   ├── [1.4K] CollapsibleActionView.java │   │   │   │   ├── [1.4K] CompatibilityInfoHolder.java │   │   │   │   ├── [3.3K] ContextMenu.java │   │   │   │   ├── [4.7K] ContextThemeWrapper.java │   │   │   │   ├── [4.6K] DisplayEventReceiver.java │   │   │   │   ├── [ 668] DisplayInfo.aidl │   │   │   │   ├── [ 12K] DisplayInfo.java │   │   │   │   ├── [ 22K] Display.java │   │   │   │   ├── [ 11K] DisplayList.java │   │   │   │   ├── [ 669] DragEvent.aidl │   │   │   │   ├── [ 20K] DragEvent.java │   │   │   │   ├── [ 843] FallbackEventHandler.java │   │   │   │   ├── [1.9K] FocusFinderHelper.java │   │   │   │   ├── [ 26K] FocusFinder.java │   │   │   │   ├── [ 25K] GestureDetector.java │   │   │   │   ├── [ 49K] GLES20Canvas.java │   │   │   │   ├── [ 11K] GLES20DisplayList.java │   │   │   │   ├── [2.5K] GLES20Layer.java │   │   │   │   ├── [ 11K] GLES20RecordingCanvas.java │   │   │   │   ├── [3.4K] GLES20RenderLayer.java │   │   │   │   ├── [2.7K] GLES20TextureLayer.java │   │   │   │   ├── [ 19K] Gravity.java │   │   │   │   ├── [2.1K] HapticFeedbackConstants.java │   │   │   │   ├── [5.0K] HardwareCanvas.java │   │   │   │   ├── [5.9K] HardwareLayer.java │   │   │   │   ├── [ 57K] HardwareRenderer.java │   │   │   │   ├── [ 907] IApplicationToken.aidl │   │   │   │   ├── [1.1K] IDisplayContentChangeListener.aidl │   │   │   │   ├── [1021] IInputFilter.aidl │   │   │   │   ├── [ 856] IInputFilterHost.aidl │   │   │   │   ├── [1.1K] InflateException.java │   │   │   │   ├── [ 728] InputChannel.aidl │   │   │   │   ├── [4.8K] InputChannel.java │   │   │   │   ├── [ 718] InputDevice.aidl │   │   │   │   ├── [ 26K] InputDevice.java │   │   │   │   ├── [ 716] InputEvent.aidl │   │   │   │   ├── [ 31K] InputEventConsistencyVerifier.java │   │   │   │   ├── [7.0K] InputEvent.java │   │   │   │   ├── [6.5K] InputEventReceiver.java │   │   │   │   ├── [ 11K] InputFilter.java │   │   │   │   ├── [4.0K] inputmethod │   │   │   │   │   ├── [ 22K] BaseInputConnection.java │   │   │   │   │   ├── [ 683] CompletionInfo.aidl │   │   │   │   │   ├── [3.8K] CompletionInfo.java │   │   │   │   │   ├── [ 683] CorrectionInfo.aidl │   │   │   │   │   ├── [3.2K] CorrectionInfo.java │   │   │   │   │   ├── [ 679] EditorInfo.aidl │   │   │   │   │   ├── [ 16K] EditorInfo.java │   │   │   │   │   ├── [ 682] ExtractedText.aidl │   │   │   │   │   ├── [3.9K] ExtractedText.java │   │   │   │   │   ├── [ 689] ExtractedTextRequest.aidl │   │   │   │   │   ├── [2.6K] ExtractedTextRequest.java │   │   │   │   │   ├── [ 681] InputBinding.aidl │   │   │   │   │   ├── [4.2K] InputBinding.java │   │   │   │   │   ├── [ 16K] InputConnection.java │   │   │   │   │   ├── [3.8K] InputConnectionWrapper.java │   │   │   │   │   ├── [ 684] InputMethodInfo.aidl │   │   │   │   │   ├── [ 15K] InputMethodInfo.java │   │   │   │   │   ├── [9.9K] InputMethod.java │   │   │   │   │   ├── [ 74K] InputMethodManager.java │   │   │   │   │   ├── [6.9K] InputMethodSession.java │   │   │   │   │   ├── [ 687] InputMethodSubtype.aidl │   │   │   │   │   ├── [ 20K] InputMethodSubtype.java │   │   │   │   │   └── [ 539] package.html │   │   │   │   ├── [1.6K] InputQueue.java │   │   │   │   ├── [ 808] IOnKeyguardExitResult.aidl │   │   │   │   ├── [ 801] IRotationWatcher.aidl │   │   │   │   ├── [2.8K] IWindow.aidl │   │   │   │   ├── [9.7K] IWindowManager.aidl │   │   │   │   ├── [8.0K] IWindowSession.aidl │   │   │   │   ├── [ 30K] KeyCharacterMap.java │   │   │   │   ├── [ 720] KeyEvent.aidl │   │   │   │   ├── [119K] KeyEvent.java │   │   │   │   ├── [ 37K] LayoutInflater.java │   │   │   │   ├── [ 19K] MenuInflater.java │   │   │   │   ├── [ 23K] MenuItem.java │   │   │   │   ├── [ 17K] Menu.java │   │   │   │   ├── [ 723] MotionEvent.aidl │   │   │   │   ├── [136K] MotionEvent.java │   │   │   │   ├── [6.2K] OrientationEventListener.java │   │   │   │   ├── [3.7K] OrientationListener.java │   │   │   │   ├── [ 144] package.html │   │   │   │   ├── [ 668] PointerIcon.aidl │   │   │   │   ├── [ 14K] PointerIcon.java │   │   │   │   ├── [1.1K] RemotableViewMethod.java │   │   │   │   ├── [ 18K] ScaleGestureDetector.java │   │   │   │   ├── [2.1K] SoundEffectConstants.java │   │   │   │   ├── [3.6K] SubMenu.java │   │   │   │   ├── [ 718] Surface.aidl │   │   │   │   ├── [ 12K] SurfaceHolder.java │   │   │   │   ├── [ 29K] Surface.java │   │   │   │   ├── [1.8K] SurfaceSession.java │   │   │   │   ├── [ 31K] SurfaceView.java │   │   │   │   ├── [4.0K] textservice │   │   │   │   │   ├── [ 692] SentenceSuggestionsInfo.aidl │   │   │   │   │   ├── [4.8K] SentenceSuggestionsInfo.java │   │   │   │   │   ├── [ 685] SpellCheckerInfo.aidl │   │   │   │   │   ├── [8.9K] SpellCheckerInfo.java │   │   │   │   │   ├── [ 19K] SpellCheckerSession.java │   │   │   │   │   ├── [ 688] SpellCheckerSubtype.aidl │   │   │   │   │   ├── [9.1K] SpellCheckerSubtype.java │   │   │   │   │   ├── [ 684] SuggestionsInfo.aidl │   │   │   │   │   ├── [5.9K] SuggestionsInfo.java │   │   │   │   │   ├── [ 677] TextInfo.aidl │   │   │   │   │   ├── [3.0K] TextInfo.java │   │   │   │   │   └── [9.8K] TextServicesManager.java │   │   │   │   ├── [ 27K] TextureView.java │   │   │   │   ├── [5.0K] TouchDelegate.java │   │   │   │   ├── [ 11K] VelocityTracker.java │   │   │   │   ├── [ 23K] ViewConfiguration.java │   │   │   │   ├── [ 48K] ViewDebug.java │   │   │   │   ├── [230K] ViewGroup.java │   │   │   │   ├── [694K] View.java │   │   │   │   ├── [1.7K] ViewManager.java │   │   │   │   ├── [ 12K] ViewParent.java │   │   │   │   ├── [ 44K] ViewPropertyAnimator.java │   │   │   │   ├── [220K] ViewRootImpl.java │   │   │   │   ├── [ 11K] ViewStub.java │   │   │   │   ├── [ 30K] ViewTreeObserver.java │   │   │   │   ├── [ 39K] VolumePanel.java │   │   │   │   ├── [ 664] WindowInfo.aidl │   │   │   │   ├── [5.0K] WindowInfo.java │   │   │   │   ├── [ 46K] Window.java │   │   │   │   ├── [ 744] WindowManager.aidl │   │   │   │   ├── [ 19K] WindowManagerGlobal.java │   │   │   │   ├── [3.2K] WindowManagerImpl.java │   │   │   │   ├── [ 74K] WindowManager.java │   │   │   │   ├── [ 45K] WindowManagerPolicy.java │   │   │   │   └── [ 32K] WindowOrientationListener.java │   │   │   ├── [4.0K] webkit │   │   │   │   ├── [ 24K] AccessibilityInjectorFallback.java │   │   │   │   ├── [ 34K] AccessibilityInjector.java │   │   │   │   ├── [8.7K] AutoCompletePopup.java │   │   │   │   ├── [2.3K] BrowserDownloadListener.java │   │   │   │   ├── [ 50K] BrowserFrame.java │   │   │   │   ├── [4.7K] ByteArrayBuilder.java │   │   │   │   ├── [ 16K] CacheManager.java │   │   │   │   ├── [ 64K] CallbackProxy.java │   │   │   │   ├── [2.9K] CertTool.java │   │   │   │   ├── [4.2K] ClientCertRequestHandler.java │   │   │   │   ├── [1.8K] ConsoleMessage.java │   │   │   │   ├── [5.4K] CookieManagerClassic.java │   │   │   │   ├── [6.8K] CookieManager.java │   │   │   │   ├── [3.6K] CookieSyncManager.java │   │   │   │   ├── [4.0K] DateSorter.java │   │   │   │   ├── [2.0K] DebugFlags.java │   │   │   │   ├── [3.3K] DeviceMotionAndOrientationManager.java │   │   │   │   ├── [5.6K] DeviceMotionService.java │   │   │   │   ├── [8.0K] DeviceOrientationService.java │   │   │   │   ├── [1.3K] DownloadListener.java │   │   │   │   ├── [ 419] EventLogTags.logtags │   │   │   │   ├── [9.5K] FindActionModeCallback.java │   │   │   │   ├── [8.5K] GeolocationPermissionsClassic.java │   │   │   │   ├── [5.7K] GeolocationPermissions.java │   │   │   │   ├── [7.4K] GeolocationService.java │   │   │   │   ├── [ 11K] HTML5Audio.java │   │   │   │   ├── [ 14K] HTML5VideoFullScreen.java │   │   │   │   ├── [4.4K] HTML5VideoInline.java │   │   │   │   ├── [ 11K] HTML5VideoView.java │   │   │   │   ├── [ 30K] HTML5VideoViewProxy.java │   │   │   │   ├── [2.3K] HttpAuthHandler.java │   │   │   │   ├── [1.3K] JavascriptInterface.java │   │   │   │   ├── [6.3K] JniUtil.java │   │   │   │   ├── [1.7K] JsPromptResult.java │   │   │   │   ├── [2.2K] JsResult.java │   │   │   │   ├── [ 10K] JWebCoreJavaBridge.java │   │   │   │   ├── [2.6K] KeyStoreHandler.java │   │   │   │   ├── [8.1K] L10nUtils.java │   │   │   │   ├── [6.1K] MimeTypeMap.java │   │   │   │   ├── [2.2K] MockGeolocation.java │   │   │   │   ├── [ 916] MustOverrideException.java │   │   │   │   ├── [8.3K] OverScrollGlow.java │   │   │   │   ├── [ 216] package.html │   │   │   │   ├── [4.1K] PluginData.java │   │   │   │   ├── [5.4K] PluginFullScreenHolder.java │   │   │   │   ├── [6.1K] Plugin.java │   │   │   │   ├── [3.2K] PluginList.java │   │   │   │   ├── [ 13K] PluginManager.java │   │   │   │   ├── [1.8K] PluginStub.java │   │   │   │   ├── [2.7K] QuadF.java │   │   │   │   ├── [5.3K] SelectActionModeCallback.java │   │   │   │   ├── [2.2K] SslCertLookupTable.java │   │   │   │   ├── [2.3K] SslClientCertLookupTable.java │   │   │   │   ├── [1.2K] SslErrorHandler.java │   │   │   │   ├── [1.9K] UrlInterceptHandler.java │   │   │   │   ├── [5.1K] UrlInterceptRegistry.java │   │   │   │   ├── [ 14K] URLUtil.java │   │   │   │   ├── [ 888] ValueCallback.java │   │   │   │   ├── [9.9K] ViewManager.java │   │   │   │   ├── [2.9K] ViewStateSerializer.java │   │   │   │   ├── [5.7K] WebBackForwardListClassic.java │   │   │   │   ├── [1.3K] WebBackForwardListClient.java │   │   │   │   ├── [2.3K] WebBackForwardList.java │   │   │   │   ├── [ 18K] WebChromeClient.java │   │   │   │   ├── [ 11K] WebCoreThreadWatchdog.java │   │   │   │   ├── [7.0K] WebHistoryItemClassic.java │   │   │   │   ├── [3.1K] WebHistoryItem.java │   │   │   │   ├── [ 10K] WebIconDatabaseClassic.java │   │   │   │   ├── [3.5K] WebIconDatabase.java │   │   │   │   ├── [3.2K] WebResourceResponse.java │   │   │   │   ├── [ 53K] WebSettingsClassic.java │   │   │   │   ├── [ 43K] WebSettings.java │   │   │   │   ├── [ 13K] WebStorageClassic.java │   │   │   │   ├── [8.4K] WebStorage.java │   │   │   │   ├── [5.1K] WebSyncManager.java │   │   │   │   ├── [1.6K] WebTextView.java │   │   │   │   ├── [329K] WebViewClassic.java │   │   │   │   ├── [2.0K] WebViewClientClassicExt.java │   │   │   │   ├── [ 11K] WebViewClient.java │   │   │   │   ├── [124K] WebViewCore.java │   │   │   │   ├── [ 23K] WebViewDatabaseClassic.java │   │   │   │   ├── [3.4K] WebViewDatabase.java │   │   │   │   ├── [4.6K] WebViewFactory.java │   │   │   │   ├── [3.6K] WebViewFactoryProvider.java │   │   │   │   ├── [2.6K] WebViewFragment.java │   │   │   │   ├── [ 48K] WebViewInputDispatcher.java │   │   │   │   ├── [ 78K] WebView.java │   │   │   │   ├── [ 12K] WebViewProvider.java │   │   │   │   ├── [1.2K] ZoomControlBase.java │   │   │   │   ├── [4.3K] ZoomControlEmbedded.java │   │   │   │   ├── [5.7K] ZoomControlExternal.java │   │   │   │   └── [ 49K] ZoomManager.java │   │   │   └── [4.0K] widget │   │   │   ├── [233K] AbsListView.java │   │   │   ├── [7.7K] AbsoluteLayout.java │   │   │   ├── [ 19K] AbsSeekBar.java │   │   │   ├── [ 15K] AbsSpinner.java │   │   │   ├── [6.7K] AccessibilityIterators.java │   │   │   ├── [ 38K] ActivityChooserModel.java │   │   │   ├── [ 29K] ActivityChooserView.java │   │   │   ├── [5.9K] Adapter.java │   │   │   ├── [ 39K] AdapterViewAnimator.java │   │   │   ├── [9.1K] AdapterViewFlipper.java │   │   │   ├── [ 40K] AdapterView.java │   │   │   ├── [1.2K] Advanceable.java │   │   │   ├── [10.0K] AlphabetIndexer.java │   │   │   ├── [8.2K] AnalogClock.java │   │   │   ├── [ 27K] AppSecurityPermissions.java │   │   │   ├── [ 17K] ArrayAdapter.java │   │   │   ├── [ 44K] AutoCompleteTextView.java │   │   │   ├── [2.6K] BaseAdapter.java │   │   │   ├── [4.1K] BaseExpandableListAdapter.java │   │   │   ├── [4.5K] Button.java │   │   │   ├── [ 63K] CalendarView.java │   │   │   ├── [1.1K] Checkable.java │   │   │   ├── [2.6K] CheckBox.java │   │   │   ├── [8.8K] CheckedTextView.java │   │   │   ├── [9.1K] Chronometer.java │   │   │   ├── [ 12K] CompoundButton.java │   │   │   ├── [ 16K] CursorAdapter.java │   │   │   ├── [2.2K] CursorFilter.java │   │   │   ├── [ 18K] CursorTreeAdapter.java │   │   │   ├── [ 29K] DatePicker.java │   │   │   ├── [8.3K] DateTimeView.java │   │   │   ├── [ 13K] DialerFilter.java │   │   │   ├── [4.1K] DigitalClock.java │   │   │   ├── [3.4K] DoubleDigitManager.java │   │   │   ├── [ 16K] EdgeEffect.java │   │   │   ├── [154K] Editor.java │   │   │   ├── [3.8K] EditText.java │   │   │   ├── [8.1K] ExpandableListAdapter.java │   │   │   ├── [ 38K] ExpandableListConnector.java │   │   │   ├── [4.3K] ExpandableListPosition.java │   │   │   ├── [ 46K] ExpandableListView.java │   │   │   ├── [ 32K] FastScroller.java │   │   │   ├── [1.2K] Filterable.java │   │   │   ├── [ 11K] Filter.java │   │   │   ├── [1.4K] FilterQueryProvider.java │   │   │   ├── [ 23K] FrameLayout.java │   │   │   ├── [ 49K] Gallery.java │   │   │   ├── [100K] GridLayout.java │   │   │   ├── [ 81K] GridView.java │   │   │   ├── [8.5K] HeaderViewListAdapter.java │   │   │   ├── [5.0K] HeterogeneousExpandableList.java │   │   │   ├── [ 58K] HorizontalScrollView.java │   │   │   ├── [4.2K] ImageButton.java │   │   │   ├── [2.0K] ImageSwitcher.java │   │   │   ├── [ 39K] ImageView.java │   │   │   ├── [ 73K] LinearLayout.java │   │   │   ├── [1.9K] ListAdapter.java │   │   │   ├── [ 48K] ListPopupWindow.java │   │   │   ├── [138K] ListView.java │   │   │   ├── [ 24K] MediaController.java │   │   │   ├── [9.4K] MultiAutoCompleteTextView.java │   │   │   ├── [ 96K] NumberPicker.java │   │   │   ├── [ 36K] OverScroller.java │   │   │   ├── [1.5K] package.html │   │   │   ├── [5.7K] PopupMenu.java │   │   │   ├── [ 57K] PopupWindow.java │   │   │   ├── [ 42K] ProgressBar.java │   │   │   ├── [ 11K] QuickContactBadge.java │   │   │   ├── [2.9K] RadioButton.java │   │   │   ├── [ 13K] RadioGroup.java │   │   │   ├── [ 11K] RatingBar.java │   │   │   ├── [ 68K] RelativeLayout.java │   │   │   ├── [ 56K] RemoteViewsAdapter.java │   │   │   ├── [ 678] RemoteViews.aidl │   │   │   ├── [ 87K] RemoteViews.java │   │   │   ├── [9.8K] RemoteViewsService.java │   │   │   ├── [5.1K] ResourceCursorAdapter.java │   │   │   ├── [4.4K] ResourceCursorTreeAdapter.java │   │   │   ├── [7.6K] ScrollBarDrawable.java │   │   │   ├── [ 20K] Scroller.java │   │   │   ├── [ 59K] ScrollView.java │   │   │   ├── [ 67K] SearchView.java │   │   │   ├── [2.2K] SectionIndexer.java │   │   │   ├── [4.8K] SeekBar.java │   │   │   ├── [ 13K] ShareActionProvider.java │   │   │   ├── [ 14K] SimpleAdapter.java │   │   │   ├── [ 16K] SimpleCursorAdapter.java │   │   │   ├── [ 14K] SimpleCursorTreeAdapter.java │   │   │   ├── [ 14K] SimpleExpandableListAdapter.java │   │   │   ├── [ 33K] SlidingDrawer.java │   │   │   ├── [2.6K] Space.java │   │   │   ├── [ 31K] SpellChecker.java │   │   │   ├── [1.8K] SpinnerAdapter.java │   │   │   ├── [ 34K] Spinner.java │   │   │   ├── [ 54K] StackView.java │   │   │   ├── [ 26K] SuggestionsAdapter.java │   │   │   ├── [ 29K] Switch.java │   │   │   ├── [ 25K] TabHost.java │   │   │   ├── [ 27K] TableLayout.java │   │   │   ├── [ 18K] TableRow.java │   │   │   ├── [ 20K] TabWidget.java │   │   │   ├── [ 16K] TextClock.java │   │   │   ├── [3.3K] TextSwitcher.java │   │   │   ├── [322K] TextView.java │   │   │   ├── [ 20K] TimePicker.java │   │   │   ├── [ 15K] Toast.java │   │   │   ├── [5.0K] ToggleButton.java │   │   │   ├── [3.5K] TwoLineListItem.java │   │   │   ├── [ 24K] VideoView.java │   │   │   ├── [ 12K] ViewAnimator.java │   │   │   ├── [7.0K] ViewFlipper.java │   │   │   ├── [4.4K] ViewSwitcher.java │   │   │   ├── [1.0K] WrapperListAdapter.java │   │   │   ├── [3.4K] ZoomButton.java │   │   │   ├── [ 25K] ZoomButtonsController.java │   │   │   └── [3.7K] ZoomControls.java │   │   ├── [4.0K] com │   │   │   ├── [4.0K] android │   │   │   │   ├── [4.0K] internal │   │   │   │   │   ├── [4.0K] annotations │   │   │   │   │   │   ├── [1.1K] GuardedBy.java │   │   │   │   │   │   ├── [ 986] Immutable.java │   │   │   │   │   │   └── [1.8K] VisibleForTesting.java │   │   │   │   │   ├── [4.0K] app │   │   │   │   │   │   ├── [ 38K] ActionBarImpl.java │   │   │   │   │   │   ├── [2.4K] AlertActivity.java │   │   │   │   │   │   ├── [ 36K] AlertController.java │   │   │   │   │   │   ├── [2.1K] ChooserActivity.java │   │   │   │   │   │   ├── [1.4K] DisableCarModeActivity.java │   │   │   │   │   │   ├── [3.7K] ExternalMediaFormatActivity.java │   │   │   │   │   │   ├── [6.0K] HeavyWeightSwitcherActivity.java │   │   │   │   │   │   ├── [2.9K] IBatteryStats.aidl │   │   │   │   │   │   ├── [1.8K] IMediaContainerService.aidl │   │   │   │   │   │   ├── [1.0K] IUsageStats.aidl │   │   │   │   │   │   ├── [9.4K] LocalePicker.java │   │   │   │   │   │   ├── [ 26K] MediaRouteChooserDialogFragment.java │   │   │   │   │   │   ├── [5.9K] NetInitiatedActivity.java │   │   │   │   │   │   ├── [ 22] package.html │   │   │   │   │   │   ├── [4.7K] PlatLogoActivity.java │   │   │   │   │   │   └── [ 26K] ResolverActivity.java │   │   │   │   │   ├── [4.0K] appwidget │   │   │   │   │   │   ├── [1.0K] IAppWidgetHost.aidl │   │   │   │   │   │   ├── [2.8K] IAppWidgetService.aidl │   │   │   │   │   │   └── [ 22] package.html │   │   │   │   │   ├── [4.0K] backup │   │   │   │   │   │   ├── [1021] BackupConstants.java │   │   │   │   │   │   ├── [8.4K] IBackupTransport.aidl │   │   │   │   │   │   └── [9.4K] LocalTransport.java │   │   │   │   │   ├── [4.0K] content │   │   │   │   │   │   ├── [3.8K] NativeLibraryHelper.java │   │   │   │   │   │   ├── [ 11K] PackageHelper.java │   │   │   │   │   │   ├── [ 14K] PackageMonitor.java │   │   │   │   │   │   └── [4.0K] SelectionBuilder.java │   │   │   │   │   ├── [4.0K] database │   │   │   │   │   │   └── [8.8K] SortCursor.java │   │   │   │   │   ├── [4.0K] http │   │   │   │   │   │   ├── [7.1K] HttpDateTime.java │   │   │   │   │   │   └── [4.0K] multipart │   │   │   │   │   │   ├── [2.7K] ByteArrayPartSource.java │   │   │   │   │   │   ├── [8.7K] FilePart.java │   │   │   │   │   │   ├── [4.2K] FilePartSource.java │   │   │   │   │   │   ├── [8.2K] MultipartEntity.java │   │   │   │   │   │   ├── [4.3K] PartBase.java │   │   │   │   │   │   ├── [ 15K] Part.java │   │   │   │   │   │   ├── [2.4K] PartSource.java │   │   │   │   │   │   └── [4.9K] StringPart.java │   │   │   │   │   ├── [4.0K] logging │   │   │   │   │   │   ├── [1.5K] AndroidConfig.java │   │   │   │   │   │   └── [4.5K] AndroidHandler.java │   │   │   │   │   ├── [4.0K] net │   │   │   │   │   │   ├── [ 682] LegacyVpnInfo.aidl │   │   │   │   │   │   ├── [2.9K] LegacyVpnInfo.java │   │   │   │   │   │   ├── [8.5K] NetworkStatsFactory.java │   │   │   │   │   │   ├── [ 678] VpnConfig.aidl │   │   │   │   │   │   ├── [3.8K] VpnConfig.java │   │   │   │   │   │   ├── [ 679] VpnProfile.aidl │   │   │   │   │   │   └── [7.3K] VpnProfile.java │   │   │   │   │   ├── [4.0K] os │   │   │   │   │   │   ├── [1.3K] AndroidPrintStream.java │   │   │   │   │   │   ├── [5.7K] AtomicFile.java │   │   │   │   │   │   ├── [ 684] BatteryStatsImpl.aidl │   │   │   │   │   │   ├── [210K] BatteryStatsImpl.java │   │   │   │   │   │   ├── [2.9K] BinderInternal.java │   │   │   │   │   │   ├── [5.9K] HandlerCaller.java │   │   │   │   │   │   ├── [1.3K] IDropBoxManagerService.aidl │   │   │   │   │   │   ├── [ 853] IResultReceiver.aidl │   │   │   │   │   │   ├── [9.0K] LoggingPrintStream.java │   │   │   │   │   │   ├── [ 737] PkgUsageStats.aidl │   │   │   │   │   │   ├── [3.0K] PkgUsageStats.java │   │   │   │   │   │   ├── [9.3K] PowerProfile.java │   │   │   │   │   │   ├── [ 31K] ProcessStats.java │   │   │   │   │   │   ├── [ 14K] RuntimeInit.java │   │   │   │   │   │   ├── [8.0K] SamplingProfilerIntegration.java │   │   │   │   │   │   ├── [2.5K] SomeArgs.java │   │   │   │   │   │   ├── [4.0K] storage │   │   │   │   │   │   │   └── [9.3K] ExternalStorageFormatter.java │   │   │   │   │   │   ├── [4.7K] WrapperInit.java │   │   │   │   │   │   ├── [ 41K] ZygoteConnection.java │   │   │   │   │   │   ├── [ 27K] ZygoteInit.java │   │   │   │   │   │   └── [ 854] ZygoteSecurityException.java │   │   │   │   │   ├── [ 22] package.html │   │   │   │   │   ├── [4.0K] policy │   │   │   │   │   │   ├── [ 845] IFaceLockCallback.aidl │   │   │   │   │   │   ├── [1.0K] IFaceLockInterface.aidl │   │   │   │   │   │   ├── [1.2K] IPolicy.java │   │   │   │   │   │   ├── [ 25] package.html │   │   │   │   │   │   └── [2.4K] PolicyManager.java │   │   │   │   │   ├── [4.0K] preference │   │   │   │   │   │   └── [4.4K] YesNoPreference.java │   │   │   │   │   ├── [4.0K] statusbar │   │   │   │   │   │   ├── [1.6K] IStatusBar.aidl │   │   │   │   │   │   ├── [2.3K] IStatusBarService.aidl │   │   │   │   │   │   ├── [ 697] StatusBarIcon.aidl │   │   │   │   │   │   ├── [3.3K] StatusBarIcon.java │   │   │   │   │   │   ├── [ 701] StatusBarIconList.aidl │   │   │   │   │   │   ├── [4.2K] StatusBarIconList.java │   │   │   │   │   │   ├── [ 705] StatusBarNotification.aidl │   │   │   │   │   │   ├── [4.9K] StatusBarNotification.java │   │   │   │   │   │   └── [ 709] StatusBarNotificationList.aidl │   │   │   │   │   ├── [4.0K] textservice │   │   │   │   │   │   ├── [1.0K] ISpellCheckerService.aidl │   │   │   │   │   │   ├── [1015] ISpellCheckerSession.aidl │   │   │   │   │   │   ├── [ 967] ISpellCheckerSessionListener.aidl │   │   │   │   │   │   ├── [1.8K] ITextServicesManager.aidl │   │   │   │   │   │   └── [ 961] ITextServicesSessionListener.aidl │   │   │   │   │   ├── [4.0K] util │   │   │   │   │   │   ├── [7.6K] ArrayUtils.java │   │   │   │   │   │   ├── [ 28K] AsyncChannel.java │   │   │   │   │   │   ├── [3.6K] AsyncService.java │   │   │   │   │   │   ├── [3.6K] BitwiseInputStream.java │   │   │   │   │   │   ├── [4.0K] BitwiseOutputStream.java │   │   │   │   │   │   ├── [4.1K] CharSequences.java │   │   │   │   │   │   ├── [1.7K] DumpUtils.java │   │   │   │   │   │   ├── [1.1K] FastMath.java │   │   │   │   │   │   ├── [ 12K] FastXmlSerializer.java │   │   │   │   │   │   ├── [ 15K] FileRotator.java │   │   │   │   │   │   ├── [4.5K] HexDump.java │   │   │   │   │   │   ├── [2.5K] IndentingPrintWriter.java │   │   │   │   │   │   ├── [2.0K] IState.java │   │   │   │   │   │   ├── [3.6K] JournaledFile.java │   │   │   │   │   │   ├── [1.9K] LocalLog.java │   │   │   │   │   │   ├── [3.5K] MemInfoReader.java │   │   │   │   │   │   ├── [2.0K] Objects.java │   │   │   │   │   │   ├── [2.3K] Preconditions.java │   │   │   │   │   │   ├── [1.1K] Predicate.java │   │   │   │   │   │   ├── [4.3K] Predicates.java │   │   │   │   │   │   ├── [6.1K] ProcFileReader.java │   │   │   │   │   │   ├── [2.9K] Protocol.java │   │   │   │   │   │   ├── [2.0K] State.java │   │   │   │   │   │   ├── [ 54K] StateMachine.java │   │   │   │   │   │   ├── [ 25K] TypedProperties.java │   │   │   │   │   │   ├── [1.8K] WithFramework.java │   │   │   │   │   │   └── [ 31K] XmlUtils.java │   │   │   │   │   ├── [4.0K] view │   │   │   │   │   │   ├── [3.1K] ActionBarPolicy.java │   │   │   │   │   │   ├── [2.8K] BaseIWindow.java │   │   │   │   │   │   ├── [6.6K] BaseSurfaceHolder.java │   │   │   │   │   │   ├── [1.8K] CheckableLinearLayout.java │   │   │   │   │   │   ├── [ 987] IInputConnectionCallback.aidl │   │   │   │   │   │   ├── [ 18K] IInputConnectionWrapper.java │   │   │   │   │   │   ├── [2.4K] IInputContext.aidl │   │   │   │   │   │   ├── [1.1K] IInputContextCallback.aidl │   │   │   │   │   │   ├── [1.9K] IInputMethod.aidl │   │   │   │   │   │   ├── [1.1K] IInputMethodCallback.aidl │   │   │   │   │   │   ├── [1.0K] IInputMethodClient.aidl │   │   │   │   │   │   ├── [3.7K] IInputMethodManager.aidl │   │   │   │   │   │   ├── [1.9K] IInputMethodSession.aidl │   │   │   │   │   │   ├── [ 685] InputBindResult.aidl │   │   │   │   │   │   ├── [2.6K] InputBindResult.java │   │   │   │   │   │   ├── [ 14K] InputConnectionWrapper.java │   │   │   │   │   │   ├── [4.0K] menu │   │   │   │   │   │   │   ├── [6.9K] ActionMenuItem.java │   │   │   │   │   │   │   ├── [9.5K] ActionMenuItemView.java │   │   │   │   │   │   │   ├── [7.6K] ActionMenu.java │   │   │   │   │   │   │   ├── [ 23K] ActionMenuPresenter.java │   │   │   │   │   │   │   ├── [ 24K] ActionMenuView.java │   │   │   │   │   │   │   ├── [7.4K] BaseMenuPresenter.java │   │   │   │   │   │   │   ├── [3.3K] ContextMenuBuilder.java │   │   │   │   │   │   │   ├── [2.5K] ExpandedMenuView.java │   │   │   │   │   │   │   ├── [9.8K] IconMenuItemView.java │   │   │   │   │   │   │   ├── [6.7K] IconMenuPresenter.java │   │   │   │   │   │   │   ├── [ 27K] IconMenuView.java │   │   │   │   │   │   │   ├── [8.8K] ListMenuItemView.java │   │   │   │   │   │   │   ├── [8.4K] ListMenuPresenter.java │   │   │   │   │   │   │   ├── [ 42K] MenuBuilder.java │   │   │   │   │   │   │   ├── [5.5K] MenuDialogHelper.java │   │   │   │   │   │   │   ├── [ 19K] MenuItemImpl.java │   │   │   │   │   │   │   ├── [ 12K] MenuPopupHelper.java │   │   │   │   │   │   │   ├── [5.3K] MenuPresenter.java │   │   │   │   │   │   │   ├── [4.3K] MenuView.java │   │   │   │   │   │   │   └── [3.5K] SubMenuBuilder.java │   │   │   │   │   │   ├── [ 23] package.html │   │   │   │   │   │   ├── [ 389] RootViewSurfaceTaker.java │   │   │   │   │   │   ├── [6.2K] RotationPolicy.java │   │   │   │   │   │   ├── [4.3K] StandaloneActionMode.java │   │   │   │   │   │   └── [1.1K] WindowManagerPolicyThread.java │   │   │   │   │   └── [4.0K] widget │   │   │   │   │   ├── [9.2K] AbsActionBarView.java │   │   │   │   │   ├── [ 11K] ActionBarContainer.java │   │   │   │   │   ├── [ 20K] ActionBarContextView.java │   │   │   │   │   ├── [8.1K] ActionBarOverlayLayout.java │   │   │   │   │   ├── [ 63K] ActionBarView.java │   │   │   │   │   ├── [2.5K] DialogTitle.java │   │   │   │   │   ├── [8.1K] DigitalClock.java │   │   │   │   │   ├── [6.4K] DrawableHolder.java │   │   │   │   │   ├── [6.0K] EditableInputConnection.java │   │   │   │   │   ├── [2.3K] FaceUnlockView.java │   │   │   │   │   ├── [1.4K] ILockSettings.aidl │   │   │   │   │   ├── [ 826] IRemoteViewsAdapterConnection.aidl │   │   │   │   │   ├── [1.1K] IRemoteViewsFactory.aidl │   │   │   │   │   ├── [2.2K] LinearLayoutWithDefaultTouchRecepient.java │   │   │   │   │   ├── [ 50K] LockPatternUtils.java │   │   │   │   │   ├── [ 41K] LockPatternView.java │   │   │   │   │   ├── [1.5K] LockScreenWidgetCallback.java │   │   │   │   │   ├── [ 809] LockScreenWidgetInterface.java │   │   │   │   │   ├── [ 14K] LockSettingsService.java │   │   │   │   │   ├── [4.0K] multiwaveview │   │   │   │   │   │   ├── [5.3K] Ease.java │   │   │   │   │   │   ├── [ 51K] GlowPadView.java │   │   │   │   │   │   ├── [ 47K] MultiWaveView.java │   │   │   │   │   │   ├── [7.1K] PointCloud.java │   │   │   │   │   │   ├── [8.1K] TargetDrawable.java │   │   │   │   │   │   └── [6.6K] Tweener.java │   │   │   │   │   ├── [ 13K] PasswordEntryKeyboardHelper.java │   │   │   │   │   ├── [9.1K] PasswordEntryKeyboard.java │   │   │   │   │   ├── [1.6K] PasswordEntryKeyboardView.java │   │   │   │   │   ├── [ 32K] PointerLocationView.java │   │   │   │   │   ├── [ 29K] RotarySelector.java │   │   │   │   │   ├── [ 19K] ScrollingTabContainerView.java │   │   │   │   │   ├── [ 16K] SizeAdaptiveLayout.java │   │   │   │   │   ├── [ 33K] SlidingTab.java │   │   │   │   │   ├── [2.1K] Smileys.java │   │   │   │   │   ├── [6.9K] TextProgressBar.java │   │   │   │   │   ├── [ 19K] TransportControlView.java │   │   │   │   │   ├── [ 27K] WaveView.java │   │   │   │   │   └── [3.3K] WeightedLinearLayout.java │   │   │   │   └── [4.0K] server │   │   │   │   ├── [5.1K] NetworkManagementSocketTagger.java │   │   │   │   └── [3.8K] ResettableTimeout.java │   │   │   └── [4.0K] google │   │   │   └── [4.0K] android │   │   │   ├── [4.0K] collect │   │   │   │   ├── [2.1K] Lists.java │   │   │   │   ├── [1020] Maps.java │   │   │   │   └── [2.9K] Sets.java │   │   │   └── [4.0K] util │   │   │   ├── [ 44K] AbstractMessageParser.java │   │   │   ├── [ 808] Procedure.java │   │   │   ├── [2.6K] SmileyParser.java │   │   │   └── [2.1K] SmileyResources.java │   │   ├── [ 61] jarjar-rules.txt │   │   └── [ 95] overview.html │   ├── [4.0K] jni │   │   ├── [4.0K] android │   │   │   ├── [4.0K] graphics │   │   │   │   ├── [2.5K] AutoDecodeCancel.cpp │   │   │   │   ├── [ 551] AutoDecodeCancel.h │   │   │   │   ├── [ 24K] Bitmap.cpp │   │   │   │   ├── [ 22K] BitmapFactory.cpp │   │   │   │   ├── [ 743] BitmapFactory.h │   │   │   │   ├── [ 11K] BitmapRegionDecoder.cpp │   │   │   │   ├── [5.2K] Camera.cpp │   │   │   │   ├── [ 43K] Canvas.cpp │   │   │   │   ├── [5.1K] ColorFilter.cpp │   │   │   │   ├── [8.8K] CreateJavaOutputStreamAdaptor.cpp │   │   │   │   ├── [ 451] CreateJavaOutputStreamAdaptor.h │   │   │   │   ├── [2.4K] DrawFilter.cpp │   │   │   │   ├── [ 20K] Graphics.cpp │   │   │   │   ├── [8.0K] GraphicsJNI.h │   │   │   │   ├── [7.2K] HarfbuzzSkia.cpp │   │   │   │   ├── [2.0K] HarfbuzzSkia.h │   │   │   │   ├── [3.3K] Interpolator.cpp │   │   │   │   ├── [1.2K] LayerRasterizer.cpp │   │   │   │   ├── [3.2K] MaskFilter.cpp │   │   │   │   ├── [ 17K] Matrix.cpp │   │   │   │   ├── [ 958] Matrix.h │   │   │   │   ├── [5.0K] Movie.cpp │   │   │   │   ├── [7.4K] NinePatch.cpp │   │   │   │   ├── [ 12K] NinePatchImpl.cpp │   │   │   │   ├── [2.3K] NinePatchPeeker.cpp │   │   │   │   ├── [1.3K] NinePatchPeeker.h │   │   │   │   ├── [ 38K] Paint.cpp │   │   │   │   ├── [ 12K] Path.cpp │   │   │   │   ├── [4.1K] PathEffect.cpp │   │   │   │   ├── [5.4K] PathMeasure.cpp │   │   │   │   ├── [4.2K] Picture.cpp │   │   │   │   ├── [1.7K] PorterDuff.cpp │   │   │   │   ├── [1.5K] Rasterizer.cpp │   │   │   │   ├── [ 11K] Region.cpp │   │   │   │   ├── [ 958] Region.h │   │   │   │   ├── [1.5K] RtlProperties.h │   │   │   │   ├── [ 20K] Shader.cpp │   │   │   │   ├── [9.4K] SurfaceTexture.cpp │   │   │   │   ├── [ 36K] TextLayoutCache.cpp │   │   │   │   ├── [8.4K] TextLayoutCache.h │   │   │   │   ├── [7.0K] TextLayout.cpp │   │   │   │   ├── [2.8K] TextLayout.h │   │   │   │   ├── [5.4K] Typeface.cpp │   │   │   │   ├── [2.0K] Utils.cpp │   │   │   │   ├── [1.4K] Utils.h │   │   │   │   ├── [2.3K] Xfermode.cpp │   │   │   │   ├── [8.3K] YuvToJpegEncoder.cpp │   │   │   │   └── [2.5K] YuvToJpegEncoder.h │   │   │   └── [4.0K] opengl │   │   │   ├── [4.9K] poly_clip.cpp │   │   │   ├── [1.5K] poly.h │   │   │   └── [ 32K] util.cpp │   │   ├── [2.9K] android_animation_PropertyValuesHolder.cpp │   │   ├── [5.5K] android_app_backup_FullBackup.cpp │   │   ├── [ 35K] android_app_NativeActivity.cpp │   │   ├── [4.1K] android_backup_BackupDataInput.cpp │   │   ├── [3.1K] android_backup_BackupDataOutput.cpp │   │   ├── [7.3K] android_backup_BackupHelperDispatcher.cpp │   │   ├── [3.7K] android_backup_FileBackupHelperBase.cpp │   │   ├── [5.0K] android_content_res_Configuration.cpp │   │   ├── [3.4K] android_content_res_ObbScanner.cpp │   │   ├── [ 20K] android_database_CursorWindow.cpp │   │   ├── [5.4K] android_database_SQLiteCommon.cpp │   │   ├── [1.7K] android_database_SQLiteCommon.h │   │   ├── [ 33K] android_database_SQLiteConnection.cpp │   │   ├── [2.8K] android_database_SQLiteDebug.cpp │   │   ├── [3.0K] android_database_SQLiteGlobal.cpp │   │   ├── [3.9K] android_ddm_DdmHandleNativeHeap.cpp │   │   ├── [3.2K] android_debug_JNITest.cpp │   │   ├── [9.7K] android_emoji_EmojiFactory.cpp │   │   ├── [3.1K] android_graphics_PixelFormat.cpp │   │   ├── [ 34K] android_hardware_Camera.cpp │   │   ├── [6.2K] android_hardware_SensorManager.cpp │   │   ├── [7.8K] android_hardware_SerialPort.cpp │   │   ├── [8.5K] android_hardware_UsbDeviceConnection.cpp │   │   ├── [1.8K] android_hardware_UsbDevice.cpp │   │   ├── [7.0K] android_hardware_UsbRequest.cpp │   │   ├── [ 24K] android_media_AudioRecord.cpp │   │   ├── [ 10K] android_media_AudioSystem.cpp │   │   ├── [ 38K] android_media_AudioTrack.cpp │   │   ├── [ 20K] android_media_JetPlayer.cpp │   │   ├── [5.8K] android_media_RemoteDisplay.cpp │   │   ├── [5.3K] android_media_ToneGenerator.cpp │   │   ├── [6.7K] Android.mk │   │   ├── [ 23K] android_net_LocalSocketImpl.cpp │   │   ├── [9.2K] android_net_NetUtils.cpp │   │   ├── [9.3K] android_net_TrafficStats.cpp │   │   ├── [6.9K] android_net_wifi_Wifi.cpp │   │   ├── [2.1K] android_nfc.h │   │   ├── [3.7K] android_nio_utils.cpp │   │   ├── [2.6K] android_nio_utils.h │   │   ├── [ 46K] android_opengl_EGL14.cpp │   │   ├── [120K] android_opengl_GLES10.cpp │   │   ├── [8.5K] android_opengl_GLES10Ext.cpp │   │   ├── [ 93K] android_opengl_GLES11.cpp │   │   ├── [107K] android_opengl_GLES11Ext.cpp │   │   ├── [201K] android_opengl_GLES20.cpp │   │   ├── [ 18K] android_os_Debug.cpp │   │   ├── [2.6K] android_os_FileUtils.cpp │   │   ├── [5.5K] android_os_MemoryFile.cpp │   │   ├── [6.4K] android_os_MessageQueue.cpp │   │   ├── [2.3K] android_os_MessageQueue.h │   │   ├── [ 22K] android_os_Parcel.cpp │   │   ├── [4.5K] android_os_ParcelFileDescriptor.cpp │   │   ├── [1007] android_os_Parcel.h │   │   ├── [ 16K] android_os_SELinux.cpp │   │   ├── [3.8K] android_os_SystemClock.cpp │   │   ├── [6.6K] android_os_SystemProperties.cpp │   │   ├── [2.2K] android_os_Trace.cpp │   │   ├── [3.7K] android_os_UEventObserver.cpp │   │   ├── [ 42K] AndroidRuntime.cpp │   │   ├── [2.7K] android_server_NetworkManagementSocketTagger.cpp │   │   ├── [3.3K] android_server_Watchdog.cpp │   │   ├── [2.3K] android_text_AndroidBidi.cpp │   │   ├── [6.8K] android_text_AndroidCharacter.cpp │   │   ├── [ 25K] android_text_format_Time.cpp │   │   ├── [ 60K] android_util_AssetManager.cpp │   │   ├── [ 44K] android_util_Binder.cpp │   │   ├── [1.3K] android_util_Binder.h │   │   ├── [ 10K] android_util_EventLog.cpp │   │   ├── [4.2K] android_util_FileObserver.cpp │   │   ├── [1.7K] android_util_FloatMath.cpp │   │   ├── [4.7K] android_util_Log.cpp │   │   ├── [ 833] android_util_Log.h │   │   ├── [ 30K] android_util_Process.cpp │   │   ├── [5.2K] android_util_StringBlock.cpp │   │   ├── [ 13K] android_util_XmlBlock.cpp │   │   ├── [9.8K] android_view_DisplayEventReceiver.cpp │   │   ├── [ 44K] android_view_GLES20Canvas.cpp │   │   ├── [9.7K] android_view_GLES20DisplayList.cpp │   │   ├── [5.2K] android_view_HardwareRenderer.cpp │   │   ├── [ 11K] android_view_InputChannel.cpp │   │   ├── [1.5K] android_view_InputChannel.h │   │   ├── [3.4K] android_view_InputDevice.cpp │   │   ├── [ 992] android_view_InputDevice.h │   │   ├── [ 12K] android_view_InputEventReceiver.cpp │   │   ├── [8.5K] android_view_KeyCharacterMap.cpp │   │   ├── [1.0K] android_view_KeyCharacterMap.h │   │   ├── [6.5K] android_view_KeyEvent.cpp │   │   ├── [1.5K] android_view_KeyEvent.h │   │   ├── [ 34K] android_view_MotionEvent.cpp │   │   ├── [1.4K] android_view_MotionEvent.h │   │   ├── [5.1K] android_view_PointerIcon.cpp │   │   ├── [2.3K] android_view_PointerIcon.h │   │   ├── [ 32K] android_view_Surface.cpp │   │   ├── [2.4K] android_view_SurfaceSession.cpp │   │   ├── [8.1K] android_view_TextureView.cpp │   │   ├── [8.7K] android_view_VelocityTracker.cpp │   │   ├── [8.1K] BindTest.cpp │   │   ├── [ 13K] com_android_internal_content_NativeLibraryHelper.cpp │   │   ├── [8.0K] com_android_internal_os_ZygoteInit.cpp │   │   ├── [ 22K] com_google_android_gles_jni_EGLImpl.cpp │   │   ├── [272K] com_google_android_gles_jni_GLImpl.cpp │   │   ├── [1002] GraphicsExternGlue.h │   │   ├── [ 908] GraphicsRegisterGlue.h │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [4.3K] Time.cpp │   │   └── [2.3K] TimeUtils.h │   ├── [4.0K] res │   │   ├── [119K] AndroidManifest.xml │   │   ├── [1.8K] Android.mk │   │   ├── [4.0K] assets │   │   │   ├── [4.0K] images │   │   │   │   ├── [5.2K] android-logo-mask.png │   │   │   │   └── [ 641] android-logo-shine.png │   │   │   ├── [4.0K] sounds │   │   │   │   ├── [ 78K] bootanim0.raw │   │   │   │   └── [ 78K] bootanim1.raw │   │   │   └── [4.0K] webkit │   │   │   ├── [1.1K] android-weberror.png │   │   │   ├── [ 91K] hyph_en_US.dic │   │   │   ├── [1007] incognito_mode_start_page.html │   │   │   ├── [ 456] missingImage.png │   │   │   ├── [1.5K] nullPlugin.png │   │   │   ├── [ 63K] play.png │   │   │   ├── [ 182] textAreaResizeCorner.png │   │   │   ├── [1009] togglePlugin.png │   │   │   ├── [2.0K] youtube.html │   │   │   └── [1.5K] youtube.png │   │   ├── [ 215] lint.xml │   │   ├── [1.7K] MakeJavaSymbols.sed │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [ 12K] res │   │   ├── [4.0K] anim │   │   │   ├── [ 709] accelerate_decelerate_interpolator.xml │   │   │   ├── [ 699] accelerate_interpolator.xml │   │   │   ├── [ 948] activity_close_enter.xml │   │   │   ├── [1.4K] activity_close_exit.xml │   │   │   ├── [1.4K] activity_open_enter.xml │   │   │   ├── [1.0K] activity_open_exit.xml │   │   │   ├── [ 702] anticipate_interpolator.xml │   │   │   ├── [ 711] anticipate_overshoot_interpolator.xml │   │   │   ├── [ 973] app_starting_exit.xml │   │   │   ├── [ 698] bounce_interpolator.xml │   │   │   ├── [ 697] cycle_interpolator.xml │   │   │   ├── [ 699] decelerate_interpolator.xml │   │   │   ├── [1.2K] dialog_enter.xml │   │   │   ├── [1.2K] dialog_exit.xml │   │   │   ├── [ 989] dock_bottom_enter.xml │   │   │   ├── [1014] dock_bottom_exit.xml │   │   │   ├── [ 988] dock_left_enter.xml │   │   │   ├── [1014] dock_left_exit.xml │   │   │   ├── [ 988] dock_right_enter.xml │   │   │   ├── [1013] dock_right_exit.xml │   │   │   ├── [ 987] dock_top_enter.xml │   │   │   ├── [1012] dock_top_exit.xml │   │   │   ├── [ 965] fade_in.xml │   │   │   ├── [ 958] fade_out.xml │   │   │   ├── [ 931] fast_fade_in.xml │   │   │   ├── [ 917] fast_fade_out.xml │   │   │   ├── [1.3K] grow_fade_in_center.xml │   │   │   ├── [1.3K] grow_fade_in_from_bottom.xml │   │   │   ├── [1.3K] grow_fade_in.xml │   │   │   ├── [1.2K] input_method_enter.xml │   │   │   ├── [1.2K] input_method_exit.xml │   │   │   ├── [ 966] input_method_extract_enter.xml │   │   │   ├── [ 957] input_method_extract_exit.xml │   │   │   ├── [1.2K] input_method_fancy_enter.xml │   │   │   ├── [1.2K] input_method_fancy_exit.xml │   │   │   ├── [1.3K] keyguard_action_assist_enter.xml │   │   │   ├── [ 886] keyguard_action_assist_exit.xml │   │   │   ├── [1.2K] keyguard_security_animate_in.xml │   │   │   ├── [1.2K] keyguard_security_animate_out.xml │   │   │   ├── [ 924] keyguard_security_fade_in.xml │   │   │   ├── [ 925] keyguard_security_fade_out.xml │   │   │   ├── [ 752] linear_interpolator.xml │   │   │   ├── [1.1K] lock_screen_behind_enter.xml │   │   │   ├── [ 940] lock_screen_enter.xml │   │   │   ├── [1.4K] lock_screen_exit.xml │   │   │   ├── [1.1K] lock_screen_wallpaper_behind_enter.xml │   │   │   ├── [1.1K] options_panel_enter.xml │   │   │   ├── [1.1K] options_panel_exit.xml │   │   │   ├── [ 701] overshoot_interpolator.xml │   │   │   ├── [ 874] push_down_in_no_alpha.xml │   │   │   ├── [1003] push_down_in.xml │   │   │   ├── [ 873] push_down_out_no_alpha.xml │   │   │   ├── [1002] push_down_out.xml │   │   │   ├── [1002] push_up_in.xml │   │   │   ├── [1003] push_up_out.xml │   │   │   ├── [1.1K] recent_enter.xml │   │   │   ├── [1.1K] recent_exit.xml │   │   │   ├── [ 932] recents_fade_in.xml │   │   │   ├── [ 921] recents_fade_out.xml │   │   │   ├── [ 973] screen_rotate_0_enter.xml │   │   │   ├── [ 971] screen_rotate_0_exit.xml │   │   │   ├── [ 973] screen_rotate_0_frame.xml │   │   │   ├── [1.1K] screen_rotate_180_enter.xml │   │   │   ├── [1.3K] screen_rotate_180_exit.xml │   │   │   ├── [1.1K] screen_rotate_180_frame.xml │   │   │   ├── [1.6K] screen_rotate_finish_enter.xml │   │   │   ├── [1.9K] screen_rotate_finish_exit.xml │   │   │   ├── [1.6K] screen_rotate_finish_frame.xml │   │   │   ├── [1.5K] screen_rotate_minus_90_enter.xml │   │   │   ├── [2.2K] screen_rotate_minus_90_exit.xml │   │   │   ├── [1.1K] screen_rotate_minus_90_frame.xml │   │   │   ├── [1.5K] screen_rotate_plus_90_enter.xml │   │   │   ├── [2.2K] screen_rotate_plus_90_exit.xml │   │   │   ├── [1.1K] screen_rotate_plus_90_frame.xml │   │   │   ├── [1.2K] screen_rotate_start_enter.xml │   │   │   ├── [1.2K] screen_rotate_start_exit.xml │   │   │   ├── [1.2K] screen_rotate_start_frame.xml │   │   │   ├── [ 894] screen_user_enter.xml │   │   │   ├── [ 894] screen_user_exit.xml │   │   │   ├── [1.1K] search_bar_enter.xml │   │   │   ├── [1.1K] search_bar_exit.xml │   │   │   ├── [1.3K] shrink_fade_out_center.xml │   │   │   ├── [1.3K] shrink_fade_out_from_bottom.xml │   │   │   ├── [1.3K] shrink_fade_out.xml │   │   │   ├── [1.1K] slide_in_child_bottom.xml │   │   │   ├── [1.0K] slide_in_left.xml │   │   │   ├── [1.0K] slide_in_right.xml │   │   │   ├── [ 866] slide_in_up.xml │   │   │   ├── [ 866] slide_out_down.xml │   │   │   ├── [1.0K] slide_out_left.xml │   │   │   ├── [1.0K] slide_out_right.xml │   │   │   ├── [ 933] slow_fade_in.xml │   │   │   ├── [1.1K] submenu_enter.xml │   │   │   ├── [1.0K] submenu_exit.xml │   │   │   ├── [1.8K] task_close_enter.xml │   │   │   ├── [1.9K] task_close_exit.xml │   │   │   ├── [1.8K] task_open_enter.xml │   │   │   ├── [1.9K] task_open_exit.xml │   │   │   ├── [ 965] toast_enter.xml │   │   │   ├── [ 968] toast_exit.xml │   │   │   ├── [1.0K] translucent_enter.xml │   │   │   ├── [1.0K] translucent_exit.xml │   │   │   ├── [1.4K] wallpaper_close_enter.xml │   │   │   ├── [ 932] wallpaper_close_exit.xml │   │   │   ├── [1.2K] wallpaper_enter.xml │   │   │   ├── [1.2K] wallpaper_exit.xml │   │   │   ├── [1.1K] wallpaper_intra_close_enter.xml │   │   │   ├── [1.1K] wallpaper_intra_close_exit.xml │   │   │   ├── [1.1K] wallpaper_intra_open_enter.xml │   │   │   ├── [1.1K] wallpaper_intra_open_exit.xml │   │   │   ├── [1021] wallpaper_open_enter.xml │   │   │   ├── [1.4K] wallpaper_open_exit.xml │   │   │   └── [1.2K] window_move_from_decor.xml │   │   ├── [4.0K] animator │   │   │   ├── [ 944] fade_in.xml │   │   │   ├── [ 948] fade_out.xml │   │   │   ├── [1008] fragment_close_enter.xml │   │   │   ├── [1.5K] fragment_close_exit.xml │   │   │   ├── [1.0K] fragment_fade_enter.xml │   │   │   ├── [1.0K] fragment_fade_exit.xml │   │   │   ├── [1.4K] fragment_open_enter.xml │   │   │   └── [ 980] fragment_open_exit.xml │   │   ├── [4.0K] anim-land │   │   │   ├── [1.8K] task_close_enter.xml │   │   │   ├── [1.9K] task_close_exit.xml │   │   │   ├── [1.8K] task_open_enter.xml │   │   │   └── [1.9K] task_open_exit.xml │   │   ├── [4.0K] anim-sw720dp │   │   │   ├── [1.8K] task_close_enter.xml │   │   │   ├── [1.9K] task_close_exit.xml │   │   │   ├── [1.8K] task_open_enter.xml │   │   │   └── [1.9K] task_open_exit.xml │   │   ├── [4.0K] color │   │   │   ├── [ 929] primary_text_dark_disable_only.xml │   │   │   ├── [1.2K] primary_text_dark_focused.xml │   │   │   ├── [1.0K] primary_text_dark_nodisable.xml │   │   │   ├── [1.3K] primary_text_dark.xml │   │   │   ├── [ 929] primary_text_disable_only_holo_dark.xml │   │   │   ├── [ 931] primary_text_disable_only_holo_light.xml │   │   │   ├── [1.2K] primary_text_focused_holo_dark.xml │   │   │   ├── [1.3K] primary_text_holo_dark.xml │   │   │   ├── [1.4K] primary_text_holo_light.xml │   │   │   ├── [ 931] primary_text_light_disable_only.xml │   │   │   ├── [1.0K] primary_text_light_nodisable.xml │   │   │   ├── [1.3K] primary_text_light.xml │   │   │   ├── [1.0K] primary_text_nodisable_holo_dark.xml │   │   │   ├── [1.0K] primary_text_nodisable_holo_light.xml │   │   │   ├── [1.0K] search_url_text_holo.xml │   │   │   ├── [1.0K] search_url_text.xml │   │   │   ├── [1.0K] secondary_text_dark_nodisable.xml │   │   │   ├── [1.7K] secondary_text_dark.xml │   │   │   ├── [1.7K] secondary_text_holo_dark.xml │   │   │   ├── [1.9K] secondary_text_holo_light.xml │   │   │   ├── [1.0K] secondary_text_light_nodisable.xml │   │   │   ├── [1.8K] secondary_text_light.xml │   │   │   ├── [1.0K] secondary_text_nodisable_holo_dark.xml │   │   │   ├── [1.0K] secondary_text_nodisable_holo_light.xml │   │   │   ├── [ 810] secondary_text_nofocus.xml │   │   │   ├── [ 881] tab_indicator_text_v4.xml │   │   │   ├── [ 881] tab_indicator_text.xml │   │   │   ├── [1.1K] tertiary_text_dark.xml │   │   │   ├── [1.1K] tertiary_text_holo_dark.xml │   │   │   ├── [1.1K] tertiary_text_holo_light.xml │   │   │   ├── [1.1K] tertiary_text_light.xml │   │   │   └── [ 940] widget_edittext_dark.xml │   │   ├── [ 16K] drawable │   │   │   ├── [ 868] action_bar_background.xml │   │   │   ├── [ 868] action_bar_divider.xml │   │   │   ├── [ 905] activated_background_holo_dark.xml │   │   │   ├── [ 905] activated_background_holo_light.xml │   │   │   ├── [ 917] activated_background_light.xml │   │   │   ├── [ 919] activated_background.xml │   │   │   ├── [2.0K] activity_picker_bg.xml │   │   │   ├── [ 960] app_icon_background.xml │   │   │   ├── [ 920] background_cache_hint_selector_holo_dark.xml │   │   │   ├── [ 921] background_cache_hint_selector_holo_light.xml │   │   │   ├── [ 880] background_holo_dark.xml │   │   │   ├── [ 880] background_holo_light.xml │   │   │   ├── [ 986] box.xml │   │   │   ├── [ 912] btn_browser_zoom_fit_page.xml │   │   │   ├── [ 917] btn_browser_zoom_page_overview.xml │   │   │   ├── [1.1K] btn_cab_done_holo_dark.xml │   │   │   ├── [1.1K] btn_cab_done_holo_light.xml │   │   │   ├── [2.9K] btn_check_holo_dark.xml │   │   │   ├── [3.0K] btn_check_holo_light.xml │   │   │   ├── [2.8K] btn_check.xml │   │   │   ├── [1.6K] btn_circle.xml │   │   │   ├── [1.1K] btn_close.xml │   │   │   ├── [1.6K] btn_default_holo_dark.xml │   │   │   ├── [1.6K] btn_default_holo_light.xml │   │   │   ├── [1.6K] btn_default_small.xml │   │   │   ├── [1.1K] btn_default_transparent.xml │   │   │   ├── [1.5K] btn_default.xml │   │   │   ├── [1.3K] btn_dialog.xml │   │   │   ├── [1.5K] btn_dropdown.xml │   │   │   ├── [1.6K] btn_global_search.xml │   │   │   ├── [ 938] btn_group_holo_dark.xml │   │   │   ├── [ 940] btn_group_holo_light.xml │   │   │   ├── [1.6K] btn_keyboard_key_fulltrans.xml │   │   │   ├── [1.9K] btn_keyboard_key_ics.xml │   │   │   ├── [1.1K] btn_keyboard_key_trans.xml │   │   │   ├── [1.6K] btn_keyboard_key.xml │   │   │   ├── [1.3K] btn_minus.xml │   │   │   ├── [1.3K] btn_plus.xml │   │   │   ├── [2.9K] btn_radio_holo_dark.xml │   │   │   ├── [2.9K] btn_radio_holo_light.xml │   │   │   ├── [1.7K] btn_radio.xml │   │   │   ├── [1.3K] btn_search_dialog_voice.xml │   │   │   ├── [1.3K] btn_search_dialog.xml │   │   │   ├── [1.3K] btn_square_overlay.xml │   │   │   ├── [2.9K] btn_star_holo_dark.xml │   │   │   ├── [2.9K] btn_star_holo_light.xml │   │   │   ├── [2.7K] btn_star.xml │   │   │   ├── [ 956] btn_toggle_bg.xml │   │   │   ├── [2.6K] btn_toggle_holo_dark.xml │   │   │   ├── [2.7K] btn_toggle_holo_light.xml │   │   │   ├── [ 925] btn_toggle.xml │   │   │   ├── [1.3K] btn_zoom_down.xml │   │   │   ├── [1.2K] btn_zoom_page.xml │   │   │   ├── [1.3K] btn_zoom_up.xml │   │   │   ├── [1.0K] button_inset.xml │   │   │   ├── [ 811] dark_header_dither.xml │   │   │   ├── [ 996] editbox_background.xml │   │   │   ├── [1.3K] edit_query_background.xml │   │   │   ├── [2.6K] edit_text_holo_dark.xml │   │   │   ├── [2.6K] edit_text_holo_light.xml │   │   │   ├── [1.3K] edit_text.xml │   │   │   ├── [ 940] expander_group_holo_dark.xml │   │   │   ├── [ 942] expander_group_holo_light.xml │   │   │   ├── [ 935] expander_group.xml │   │   │   ├── [ 926] fastscroll_thumb_holo.xml │   │   │   ├── [ 936] fastscroll_track_holo_dark.xml │   │   │   ├── [ 938] fastscroll_track_holo_light.xml │   │   │   ├── [1.9K] gallery_item_background.xml │   │   │   ├── [1.2K] gallery_thumb.xml │   │   │   ├── [1.2K] grid_selector_background.xml │   │   │   ├── [1.3K] ic_action_assist_generic.xml │   │   │   ├── [ 936] ic_btn_round_more.xml │   │   │   ├── [ 954] ic_btn_square_browser_zoom_fit_page.xml │   │   │   ├── [ 964] ic_btn_square_browser_zoom_page_overview.xml │   │   │   ├── [ 955] ic_clear_holo_light.xml │   │   │   ├── [ 918] ic_clear.xml │   │   │   ├── [1.3K] ic_lockscreen_camera.xml │   │   │   ├── [1.1K] ic_lockscreen_handle.xml │   │   │   ├── [1.0K] ic_lockscreen_outerring.xml │   │   │   ├── [1.3K] ic_lockscreen_silent.xml │   │   │   ├── [1.3K] ic_lockscreen_soundon.xml │   │   │   ├── [1.3K] ic_lockscreen_unlock_phantom.xml │   │   │   ├── [1.3K] ic_lockscreen_unlock.xml │   │   │   ├── [1.3K] ic_maps_indicator_current_position_anim.xml │   │   │   ├── [1.3K] ic_media_route_connecting_holo_dark.xml │   │   │   ├── [1.3K] ic_media_route_connecting_holo_light.xml │   │   │   ├── [1.2K] ic_media_route_holo_dark.xml │   │   │   ├── [1.2K] ic_media_route_holo_light.xml │   │   │   ├── [ 832] ic_menu_moreoverflow_holo_dark.xml │   │   │   ├── [ 833] ic_menu_moreoverflow_holo_light.xml │   │   │   ├── [1.3K] ic_popup_sync.xml │   │   │   ├── [1.0K] indicator_check_mark_dark.xml │   │   │   ├── [1.0K] indicator_check_mark_light.xml │   │   │   ├── [1.9K] item_background_activated_holo_dark.xml │   │   │   ├── [1.8K] item_background_holo_dark.xml │   │   │   ├── [1.8K] item_background_holo_light.xml │   │   │   ├── [1.8K] item_background.xml │   │   │   ├── [1.1K] jog_tab_bar_left_answer.xml │   │   │   ├── [1.1K] jog_tab_bar_left_generic.xml │   │   │   ├── [1.1K] jog_tab_bar_left_unlock.xml │   │   │   ├── [1.1K] jog_tab_bar_right_decline.xml │   │   │   ├── [1.1K] jog_tab_bar_right_generic.xml │   │   │   ├── [1.1K] jog_tab_bar_right_sound_off.xml │   │   │   ├── [1.1K] jog_tab_bar_right_sound_on.xml │   │   │   ├── [1.1K] jog_tab_left_answer.xml │   │   │   ├── [1.1K] jog_tab_left_generic.xml │   │   │   ├── [1.1K] jog_tab_left_unlock.xml │   │   │   ├── [1.1K] jog_tab_right_decline.xml │   │   │   ├── [1.1K] jog_tab_right_generic.xml │   │   │   ├── [1.1K] jog_tab_right_sound_off.xml │   │   │   ├── [1.1K] jog_tab_right_sound_on.xml │   │   │   ├── [ 977] keyboard_key_feedback.xml │   │   │   ├── [ 997] keyguard_add_widget_button.xml │   │   │   ├── [1011] keyguard_expand_challenge_handle.xml │   │   │   ├── [ 812] light_header_dither.xml │   │   │   ├── [1.1K] list_highlight_active.xml │   │   │   ├── [1.1K] list_highlight_inactive.xml │   │   │   ├── [1013] list_highlight.xml │   │   │   ├── [1.0K] list_selected_background_light.xml │   │   │   ├── [1.0K] list_selected_background.xml │   │   │   ├── [1.8K] list_selector_background_light.xml │   │   │   ├── [ 904] list_selector_background_transition_holo_dark.xml │   │   │   ├── [ 905] list_selector_background_transition_holo_light.xml │   │   │   ├── [ 943] list_selector_background_transition_light.xml │   │   │   ├── [ 931] list_selector_background_transition.xml │   │   │   ├── [1.8K] list_selector_background.xml │   │   │   ├── [1.8K] list_selector_holo_dark.xml │   │   │   ├── [1.8K] list_selector_holo_light.xml │   │   │   ├── [ 824] load_average_background.xml │   │   │   ├── [1.0K] lockscreen_emergency_button.xml │   │   │   ├── [1.0K] lockscreen_forgot_password_button.xml │   │   │   ├── [1.6K] lockscreen_password_field_dark.xml │   │   │   ├── [1.6K] media_button_background.xml │   │   │   ├── [1.1K] menuitem_background_solid.xml │   │   │   ├── [1.1K] menuitem_background.xml │   │   │   ├── [ 935] menuitem_checkbox.xml │   │   │   ├── [1.4K] menu_selector.xml │   │   │   ├── [1.1K] minitab_lt.xml │   │   │   ├── [1.0K] notification_bg_low.xml │   │   │   ├── [1.0K] notification_bg.xml │   │   │   ├── [ 853] notify_panel_notification_icon_bg_tile.xml │   │   │   ├── [1.6K] numberpicker_down_btn.xml │   │   │   ├── [1.6K] numberpicker_input.xml │   │   │   ├── [1.6K] numberpicker_up_btn.xml │   │   │   ├── [1.1K] panel_picture_frame_background.xml │   │   │   ├── [1.2K] progress_horizontal_holo_dark.xml │   │   │   ├── [1.2K] progress_horizontal_holo_light.xml │   │   │   ├── [2.1K] progress_horizontal.xml │   │   │   ├── [1.5K] progress_indeterminate_horizontal_holo.xml │   │   │   ├── [1.1K] progress_indeterminate_horizontal.xml │   │   │   ├── [1.2K] progress_large_holo.xml │   │   │   ├── [ 914] progress_large_white.xml │   │   │   ├── [ 914] progress_large.xml │   │   │   ├── [1.2K] progress_medium_holo.xml │   │   │   ├── [ 914] progress_medium_white.xml │   │   │   ├── [ 914] progress_medium.xml │   │   │   ├── [1.2K] progress_small_holo.xml │   │   │   ├── [ 914] progress_small_titlebar.xml │   │   │   ├── [ 914] progress_small_white.xml │   │   │   ├── [ 914] progress_small.xml │   │   │   ├── [1.1K] quickcontact_badge_overlay_dark.xml │   │   │   ├── [1.1K] quickcontact_badge_overlay_light.xml │   │   │   ├── [1.4K] ratingbar_full_empty_holo_dark.xml │   │   │   ├── [1.4K] ratingbar_full_empty_holo_light.xml │   │   │   ├── [1.3K] ratingbar_full_empty.xml │   │   │   ├── [1.4K] ratingbar_full_filled_holo_dark.xml │   │   │   ├── [1.4K] ratingbar_full_filled_holo_light.xml │   │   │   ├── [1.3K] ratingbar_full_filled.xml │   │   │   ├── [1.1K] ratingbar_full_holo_dark.xml │   │   │   ├── [1.1K] ratingbar_full_holo_light.xml │   │   │   ├── [1.1K] ratingbar_full.xml │   │   │   ├── [1.1K] ratingbar_holo_dark.xml │   │   │   ├── [1.1K] ratingbar_holo_light.xml │   │   │   ├── [1.1K] ratingbar_small_holo_dark.xml │   │   │   ├── [1.1K] ratingbar_small_holo_light.xml │   │   │   ├── [1.1K] ratingbar_small.xml │   │   │   ├── [1.1K] ratingbar.xml │   │   │   ├── [ 943] screen_background_selector_dark.xml │   │   │   ├── [ 945] screen_background_selector_light.xml │   │   │   ├── [1.1K] scrubber_control_selector_holo.xml │   │   │   ├── [1.2K] scrubber_progress_horizontal_holo_dark.xml │   │   │   ├── [1.2K] scrubber_progress_horizontal_holo_light.xml │   │   │   ├── [ 940] search_dropdown_dark.xml │   │   │   ├── [ 940] search_dropdown_light.xml │   │   │   ├── [ 914] search_spinner.xml │   │   │   ├── [1.3K] seek_thumb.xml │   │   │   ├── [ 815] settings_header.xml │   │   │   ├── [ 934] silent_mode_indicator.xml │   │   │   ├── [1.2K] spinner_ab_holo_dark.xml │   │   │   ├── [1.2K] spinner_ab_holo_light.xml │   │   │   ├── [1.1K] spinner_background_holo_dark.xml │   │   │   ├── [1.2K] spinner_background_holo_light.xml │   │   │   ├── [1.0K] spinner_background.xml │   │   │   ├── [ 944] spinner_dropdown_background.xml │   │   │   ├── [1.5K] stat_sys_battery_charge.xml │   │   │   ├── [1.5K] stat_sys_battery.xml │   │   │   ├── [ 793] stat_sys_download_done_static.xml │   │   │   ├── [1.4K] stat_sys_download.xml │   │   │   ├── [1.4K] stat_sys_upload.xml │   │   │   ├── [1.1K] status_bar_item_app_background.xml │   │   │   ├── [1.1K] status_bar_item_background.xml │   │   │   ├── [ 871] submenu_arrow.xml │   │   │   ├── [1.1K] switch_inner_holo_dark.xml │   │   │   ├── [1.1K] switch_inner_holo_light.xml │   │   │   ├── [ 945] switch_track_holo_dark.xml │   │   │   ├── [ 947] switch_track_holo_light.xml │   │   │   ├── [1.0K] tab_bottom_left_v4.xml │   │   │   ├── [1.0K] tab_bottom_left.xml │   │   │   ├── [1.1K] tab_bottom_right_v4.xml │   │   │   ├── [1.0K] tab_bottom_right.xml │   │   │   ├── [2.1K] tab_indicator_ab_holo.xml │   │   │   ├── [2.1K] tab_indicator_holo.xml │   │   │   ├── [1.5K] tab_indicator_v4.xml │   │   │   ├── [1.5K] tab_indicator.xml │   │   │   ├── [1.2K] textfield_search_empty.xml │   │   │   ├── [ 946] textfield_searchview_holo_dark.xml │   │   │   ├── [ 948] textfield_searchview_holo_light.xml │   │   │   ├── [ 958] textfield_searchview_right_holo_dark.xml │   │   │   ├── [ 960] textfield_searchview_right_holo_light.xml │   │   │   ├── [1.2K] textfield_search.xml │   │   │   └── [ 818] title_bar.xml │   │   ├── [4.0K] drawable-en-hdpi │   │   │   └── [2.3K] sym_keyboard_delete.png │   │   ├── [4.0K] drawable-en-ldpi │   │   │   ├── [ 892] sym_keyboard_delete.png │   │   │   └── [ 704] sym_keyboard_feedback_delete.png │   │   ├── [4.0K] drawable-en-mdpi │   │   │   ├── [1.3K] sym_keyboard_delete.png │   │   │   └── [ 524] sym_keyboard_feedback_delete.png │   │   ├── [ 72K] drawable-hdpi │   │   │   ├── [ 144] ab_bottom_solid_dark_holo.9.png │   │   │   ├── [ 138] ab_bottom_solid_inverse_holo.9.png │   │   │   ├── [ 144] ab_bottom_solid_light_holo.9.png │   │   │   ├── [ 135] ab_bottom_transparent_dark_holo.9.png │   │   │   ├── [ 134] ab_bottom_transparent_light_holo.9.png │   │   │   ├── [2.8K] ab_share_pack_holo_dark.9.png │   │   │   ├── [2.8K] ab_share_pack_holo_light.9.png │   │   │   ├── [ 146] ab_solid_dark_holo.9.png │   │   │   ├── [ 145] ab_solid_light_holo.9.png │   │   │   ├── [ 192] ab_solid_shadow_holo.9.png │   │   │   ├── [ 146] ab_stacked_solid_dark_holo.9.png │   │   │   ├── [ 146] ab_stacked_solid_inverse_holo.9.png │   │   │   ├── [ 146] ab_stacked_solid_light_holo.9.png │   │   │   ├── [ 139] ab_stacked_transparent_dark_holo.9.png │   │   │   ├── [ 133] ab_stacked_transparent_light_holo.9.png │   │   │   ├── [ 155] ab_transparent_dark_holo.9.png │   │   │   ├── [ 145] ab_transparent_light_holo.9.png │   │   │   ├── [ 326] activity_picker_bg_activated.9.png │   │   │   ├── [ 263] activity_picker_bg_focused.9.png │   │   │   ├── [1.7K] activity_title_bar.9.png │   │   │   ├── [ 618] arrow_down_float.png │   │   │   ├── [ 616] arrow_up_float.png │   │   │   ├── [4.8K] battery_charge_background.png │   │   │   ├── [ 389] bottom_bar.png │   │   │   ├── [ 104] btn_cab_done_default_holo_dark.9.png │   │   │   ├── [ 102] btn_cab_done_default_holo_light.9.png │   │   │   ├── [ 112] btn_cab_done_focused_holo_dark.9.png │   │   │   ├── [ 108] btn_cab_done_focused_holo_light.9.png │   │   │   ├── [ 110] btn_cab_done_pressed_holo_dark.9.png │   │   │   ├── [ 108] btn_cab_done_pressed_holo_light.9.png │   │   │   ├── [ 895] btn_check_buttonless_off.png │   │   │   ├── [1.0K] btn_check_buttonless_on.png │   │   │   ├── [ 224] btn_check_label_background.9.png │   │   │   ├── [ 433] btn_check_off_disabled_focused_holo_dark.png │   │   │   ├── [ 433] btn_check_off_disabled_focused_holo_light.png │   │   │   ├── [ 354] btn_check_off_disabled_holo_dark.png │   │   │   ├── [ 361] btn_check_off_disabled_holo_light.png │   │   │   ├── [ 370] btn_check_off_disable_focused_holo_dark.png │   │   │   ├── [ 364] btn_check_off_disable_focused_holo_light.png │   │   │   ├── [1.4K] btn_check_off_disable_focused.png │   │   │   ├── [ 370] btn_check_off_disable_holo_dark.png │   │   │   ├── [ 364] btn_check_off_disable_holo_light.png │   │   │   ├── [1.2K] btn_check_off_disable.png │   │   │   ├── [ 450] btn_check_off_focused_holo_dark.png │   │   │   ├── [ 515] btn_check_off_focused_holo_light.png │   │   │   ├── [ 361] btn_check_off_holo_dark.png │   │   │   ├── [ 362] btn_check_off_holo_light.png │   │   │   ├── [ 486] btn_check_off_holo.png │   │   │   ├── [ 465] btn_check_off_normal_holo_dark.png │   │   │   ├── [ 466] btn_check_off_normal_holo_light.png │   │   │   ├── [1.2K] btn_check_off.png │   │   │   ├── [2.4K] btn_check_off_pressed_holo_dark.png │   │   │   ├── [2.3K] btn_check_off_pressed_holo_light.png │   │   │   ├── [3.3K] btn_check_off_pressed.png │   │   │   ├── [3.5K] btn_check_off_selected.png │   │   │   ├── [ 938] btn_check_on_disabled_focused_holo_dark.png │   │   │   ├── [ 783] btn_check_on_disabled_focused_holo_light.png │   │   │   ├── [ 585] btn_check_on_disabled_holo_dark.png │   │   │   ├── [ 624] btn_check_on_disabled_holo_light.png │   │   │   ├── [ 935] btn_check_on_disable_focused_holo_light.png │   │   │   ├── [1.9K] btn_check_on_disable_focused.png │   │   │   ├── [1.1K] btn_check_on_disable_holo_dark.png │   │   │   ├── [ 935] btn_check_on_disable_holo_light.png │   │   │   ├── [1.8K] btn_check_on_disable.png │   │   │   ├── [2.4K] btn_check_on_focused_holo_dark.png │   │   │   ├── [2.4K] btn_check_on_focused_holo_light.png │   │   │   ├── [2.1K] btn_check_on_holo_dark.png │   │   │   ├── [2.1K] btn_check_on_holo_light.png │   │   │   ├── [2.3K] btn_check_on_holo.png │   │   │   ├── [2.1K] btn_check_on.png │   │   │   ├── [2.9K] btn_check_on_pressed_holo_dark.png │   │   │   ├── [2.6K] btn_check_on_pressed_holo_light.png │   │   │   ├── [3.3K] btn_check_on_pressed.png │   │   │   ├── [3.5K] btn_check_on_selected.png │   │   │   ├── [2.3K] btn_circle_disable_focused.png │   │   │   ├── [2.7K] btn_circle_disable.png │   │   │   ├── [2.8K] btn_circle_normal.png │   │   │   ├── [4.3K] btn_circle_pressed.png │   │   │   ├── [4.4K] btn_circle_selected.png │   │   │   ├── [2.2K] btn_close_normal.png │   │   │   ├── [2.8K] btn_close_pressed.png │   │   │   ├── [3.0K] btn_close_selected.png │   │   │   ├── [ 697] btn_code_lock_default_holo.png │   │   │   ├── [3.4K] btn_code_lock_default.png │   │   │   ├── [ 596] btn_code_lock_touched_holo.png │   │   │   ├── [1.1K] btn_code_lock_touched.png │   │   │   ├── [ 448] btn_default_disabled_focused_holo_dark.9.png │   │   │   ├── [ 448] btn_default_disabled_focused_holo_light.9.png │   │   │   ├── [ 355] btn_default_disabled_holo.9.png │   │   │   ├── [ 422] btn_default_disabled_holo_dark.9.png │   │   │   ├── [ 422] btn_default_disabled_holo_light.9.png │   │   │   ├── [ 521] btn_default_focused_holo.9.png │   │   │   ├── [ 471] btn_default_focused_holo_dark.9.png │   │   │   ├── [ 471] btn_default_focused_holo_light.9.png │   │   │   ├── [1.8K] btn_default_normal.9.png │   │   │   ├── [3.5K] btn_default_normal_disable.9.png │   │   │   ├── [1.7K] btn_default_normal_disable_focused.9.png │   │   │   ├── [ 372] btn_default_normal_holo.9.png │   │   │   ├── [ 452] btn_default_normal_holo_dark.9.png │   │   │   ├── [ 452] btn_default_normal_holo_light.9.png │   │   │   ├── [1.9K] btn_default_pressed.9.png │   │   │   ├── [ 647] btn_default_pressed_holo.9.png │   │   │   ├── [ 671] btn_default_pressed_holo_dark.9.png │   │   │   ├── [ 671] btn_default_pressed_holo_light.9.png │   │   │   ├── [1.5K] btn_default_selected.9.png │   │   │   ├── [1.7K] btn_default_small_normal.9.png │   │   │   ├── [1.6K] btn_default_small_normal_disable.9.png │   │   │   ├── [1.7K] btn_default_small_normal_disable_focused.9.png │   │   │   ├── [1.5K] btn_default_small_pressed.9.png │   │   │   ├── [1.4K] btn_default_small_selected.9.png │   │   │   ├── [1.6K] btn_default_transparent_normal.9.png │   │   │   ├── [2.4K] btn_dialog_disable.png │   │   │   ├── [2.2K] btn_dialog_normal.png │   │   │   ├── [2.8K] btn_dialog_pressed.png │   │   │   ├── [3.0K] btn_dialog_selected.png │   │   │   ├── [3.3K] btn_dropdown_disabled.9.png │   │   │   ├── [3.4K] btn_dropdown_disabled_focused.9.png │   │   │   ├── [2.6K] btn_dropdown_normal.9.png │   │   │   ├── [7.2K] btn_dropdown_pressed.9.png │   │   │   ├── [8.0K] btn_dropdown_selected.9.png │   │   │   ├── [ 690] btn_erase_default.9.png │   │   │   ├── [ 726] btn_erase_pressed.9.png │   │   │   ├── [ 747] btn_erase_selected.9.png │   │   │   ├── [1.0K] btn_global_search_normal.9.png │   │   │   ├── [ 280] btn_group_disabled_holo_dark.9.png │   │   │   ├── [ 272] btn_group_disabled_holo_light.9.png │   │   │   ├── [ 404] btn_group_focused_holo_dark.9.png │   │   │   ├── [ 404] btn_group_focused_holo_light.9.png │   │   │   ├── [ 280] btn_group_normal_holo_dark.9.png │   │   │   ├── [ 272] btn_group_normal_holo_light.9.png │   │   │   ├── [ 392] btn_group_pressed_holo_dark.9.png │   │   │   ├── [ 395] btn_group_pressed_holo_light.9.png │   │   │   ├── [ 435] btn_keyboard_key_dark_normal_holo.9.png │   │   │   ├── [ 514] btn_keyboard_key_dark_normal_off_holo.9.png │   │   │   ├── [ 585] btn_keyboard_key_dark_normal_on_holo.9.png │   │   │   ├── [ 553] btn_keyboard_key_dark_pressed_holo.9.png │   │   │   ├── [ 632] btn_keyboard_key_dark_pressed_off_holo.9.png │   │   │   ├── [ 720] btn_keyboard_key_dark_pressed_on_holo.9.png │   │   │   ├── [1.6K] btn_keyboard_key_fulltrans_normal.9.png │   │   │   ├── [1.9K] btn_keyboard_key_fulltrans_normal_off.9.png │   │   │   ├── [1.9K] btn_keyboard_key_fulltrans_normal_on.9.png │   │   │   ├── [1.7K] btn_keyboard_key_fulltrans_pressed.9.png │   │   │   ├── [2.0K] btn_keyboard_key_fulltrans_pressed_off.9.png │   │   │   ├── [2.0K] btn_keyboard_key_fulltrans_pressed_on.9.png │   │   │   ├── [ 468] btn_keyboard_key_light_normal_holo.9.png │   │   │   ├── [ 547] btn_keyboard_key_light_pressed_holo.9.png │   │   │   ├── [ 715] btn_keyboard_key_normal.9.png │   │   │   ├── [1001] btn_keyboard_key_normal_off.9.png │   │   │   ├── [1.1K] btn_keyboard_key_normal_on.9.png │   │   │   ├── [ 745] btn_keyboard_key_pressed.9.png │   │   │   ├── [1.0K] btn_keyboard_key_pressed_off.9.png │   │   │   ├── [1.1K] btn_keyboard_key_pressed_on.9.png │   │   │   ├── [1.2K] btn_keyboard_key_trans_normal.9.png │   │   │   ├── [1.0K] btn_keyboard_key_trans_normal_off.9.png │   │   │   ├── [1.1K] btn_keyboard_key_trans_normal_on.9.png │   │   │   ├── [1.7K] btn_keyboard_key_trans_pressed.9.png │   │   │   ├── [1.1K] btn_keyboard_key_trans_pressed_off.9.png │   │   │   ├── [1.1K] btn_keyboard_key_trans_pressed_on.9.png │   │   │   ├── [1.7K] btn_keyboard_key_trans_selected.9.png │   │   │   ├── [ 940] btn_media_player.9.png │   │   │   ├── [ 941] btn_media_player_disabled.9.png │   │   │   ├── [1.1K] btn_media_player_disabled_selected.9.png │   │   │   ├── [ 861] btn_media_player_pressed.9.png │   │   │   ├── [1.3K] btn_media_player_selected.9.png │   │   │   ├── [8.1K] btn_minus_default.png │   │   │   ├── [6.2K] btn_minus_disable_focused.png │   │   │   ├── [8.4K] btn_minus_disable.png │   │   │   ├── [6.2K] btn_minus_pressed.png │   │   │   ├── [8.8K] btn_minus_selected.png │   │   │   ├── [8.3K] btn_plus_default.png │   │   │   ├── [6.4K] btn_plus_disable_focused.png │   │   │   ├── [8.6K] btn_plus_disable.png │   │   │   ├── [9.0K] btn_plus_pressed.png │   │   │   ├── [9.0K] btn_plus_selected.png │   │   │   ├── [ 216] btn_radio_label_background.9.png │   │   │   ├── [1.3K] btn_radio_off_disabled_focused_holo_dark.png │   │   │   ├── [1.4K] btn_radio_off_disabled_focused_holo_light.png │   │   │   ├── [ 654] btn_radio_off_disabled_holo_dark.png │   │   │   ├── [ 717] btn_radio_off_disabled_holo_light.png │   │   │   ├── [1.6K] btn_radio_off_focused_holo_dark.png │   │   │   ├── [1.8K] btn_radio_off_focused_holo_light.png │   │   │   ├── [ 682] btn_radio_off_holo_dark.png │   │   │   ├── [ 794] btn_radio_off_holo_light.png │   │   │   ├── [1.1K] btn_radio_off_holo.png │   │   │   ├── [3.6K] btn_radio_off.png │   │   │   ├── [2.4K] btn_radio_off_pressed_holo_dark.png │   │   │   ├── [2.5K] btn_radio_off_pressed_holo_light.png │   │   │   ├── [4.6K] btn_radio_off_pressed.png │   │   │   ├── [4.7K] btn_radio_off_selected.png │   │   │   ├── [2.0K] btn_radio_on_disabled_focused_holo_dark.png │   │   │   ├── [2.1K] btn_radio_on_disabled_focused_holo_light.png │   │   │   ├── [1.0K] btn_radio_on_disabled_holo_dark.png │   │   │   ├── [1.1K] btn_radio_on_disabled_holo_light.png │   │   │   ├── [2.7K] btn_radio_on_focused_holo_dark.png │   │   │   ├── [2.9K] btn_radio_on_focused_holo_light.png │   │   │   ├── [1.8K] btn_radio_on_holo_dark.png │   │   │   ├── [2.2K] btn_radio_on_holo_light.png │   │   │   ├── [1.7K] btn_radio_on_holo.png │   │   │   ├── [3.6K] btn_radio_on.png │   │   │   ├── [3.2K] btn_radio_on_pressed_holo_dark.png │   │   │   ├── [2.8K] btn_radio_on_pressed_holo_light.png │   │   │   ├── [4.6K] btn_radio_on_pressed.png │   │   │   ├── [4.7K] btn_radio_on_selected.png │   │   │   ├── [3.5K] btn_rating_star_off_disabled_focused_holo_dark.png │   │   │   ├── [3.6K] btn_rating_star_off_disabled_focused_holo_light.png │   │   │   ├── [1.4K] btn_rating_star_off_disabled_holo_dark.png │   │   │   ├── [1.5K] btn_rating_star_off_disabled_holo_light.png │   │   │   ├── [3.6K] btn_rating_star_off_focused_holo_dark.png │   │   │   ├── [3.8K] btn_rating_star_off_focused_holo_light.png │   │   │   ├── [1.6K] btn_rating_star_off_normal_holo_dark.png │   │   │   ├── [1.6K] btn_rating_star_off_normal_holo_light.png │   │   │   ├── [4.3K] btn_rating_star_off_normal.png │   │   │   ├── [4.0K] btn_rating_star_off_pressed_holo_dark.png │   │   │   ├── [4.2K] btn_rating_star_off_pressed_holo_light.png │   │   │   ├── [5.9K] btn_rating_star_off_pressed.png │   │   │   ├── [5.8K] btn_rating_star_off_selected.png │   │   │   ├── [3.5K] btn_rating_star_on_disabled_focused_holo_dark.png │   │   │   ├── [3.6K] btn_rating_star_on_disabled_focused_holo_light.png │   │   │   ├── [2.2K] btn_rating_star_on_disabled_holo_dark.png │   │   │   ├── [2.3K] btn_rating_star_on_disabled_holo_light.png │   │   │   ├── [3.8K] btn_rating_star_on_focused_holo_dark.png │   │   │   ├── [3.8K] btn_rating_star_on_focused_holo_light.png │   │   │   ├── [2.4K] btn_rating_star_on_normal_holo_dark.png │   │   │   ├── [2.5K] btn_rating_star_on_normal_holo_light.png │   │   │   ├── [4.9K] btn_rating_star_on_normal.png │   │   │   ├── [4.1K] btn_rating_star_on_pressed_holo_dark.png │   │   │   ├── [4.1K] btn_rating_star_on_pressed_holo_light.png │   │   │   ├── [6.1K] btn_rating_star_on_pressed.png │   │   │   ├── [6.0K] btn_rating_star_on_selected.png │   │   │   ├── [ 712] btn_search_dialog_default.9.png │   │   │   ├── [2.5K] btn_search_dialog_pressed.9.png │   │   │   ├── [2.5K] btn_search_dialog_selected.9.png │   │   │   ├── [1.0K] btn_search_dialog_voice_default.9.png │   │   │   ├── [1.6K] btn_search_dialog_voice_pressed.9.png │   │   │   ├── [1.7K] btn_search_dialog_voice_selected.9.png │   │   │   ├── [1.1K] btn_square_overlay_disabled_focused.png │   │   │   ├── [ 822] btn_square_overlay_disabled.png │   │   │   ├── [ 858] btn_square_overlay_normal.png │   │   │   ├── [ 955] btn_square_overlay_pressed.png │   │   │   ├── [ 971] btn_square_overlay_selected.png │   │   │   ├── [2.5K] btn_star_big_off_disable_focused.png │   │   │   ├── [2.0K] btn_star_big_off_disable.png │   │   │   ├── [2.2K] btn_star_big_off.png │   │   │   ├── [2.6K] btn_star_big_off_pressed.png │   │   │   ├── [2.4K] btn_star_big_off_selected.png │   │   │   ├── [2.3K] btn_star_big_on_disable_focused.png │   │   │   ├── [2.0K] btn_star_big_on_disable.png │   │   │   ├── [2.6K] btn_star_big_on.png │   │   │   ├── [2.7K] btn_star_big_on_pressed.png │   │   │   ├── [2.4K] btn_star_big_on_selected.png │   │   │   ├── [ 185] btn_star_label_background.9.png │   │   │   ├── [2.5K] btn_star_off_disabled_focused_holo_dark.png │   │   │   ├── [2.7K] btn_star_off_disabled_focused_holo_light.png │   │   │   ├── [1.1K] btn_star_off_disabled_holo_dark.png │   │   │   ├── [1.2K] btn_star_off_disabled_holo_light.png │   │   │   ├── [2.7K] btn_star_off_focused_holo_dark.png │   │   │   ├── [2.9K] btn_star_off_focused_holo_light.png │   │   │   ├── [1.3K] btn_star_off_normal_holo_dark.png │   │   │   ├── [1.3K] btn_star_off_normal_holo_light.png │   │   │   ├── [3.1K] btn_star_off_pressed_holo_dark.png │   │   │   ├── [3.2K] btn_star_off_pressed_holo_light.png │   │   │   ├── [2.5K] btn_star_on_disabled_focused_holo_dark.png │   │   │   ├── [2.7K] btn_star_on_disabled_focused_holo_light.png │   │   │   ├── [1.8K] btn_star_on_disabled_holo_dark.png │   │   │   ├── [1.8K] btn_star_on_disabled_holo_light.png │   │   │   ├── [2.7K] btn_star_on_focused_holo_dark.png │   │   │   ├── [2.8K] btn_star_on_focused_holo_light.png │   │   │   ├── [1.9K] btn_star_on_normal_holo_dark.png │   │   │   ├── [2.0K] btn_star_on_normal_holo_light.png │   │   │   ├── [3.2K] btn_star_on_pressed_holo_dark.png │   │   │   ├── [3.2K] btn_star_on_pressed_holo_light.png │   │   │   ├── [ 584] btn_toggle_off.9.png │   │   │   ├── [ 487] btn_toggle_off_disabled_focused_holo_dark.9.png │   │   │   ├── [ 487] btn_toggle_off_disabled_focused_holo_light.9.png │   │   │   ├── [ 447] btn_toggle_off_disabled_holo_dark.9.png │   │   │   ├── [ 447] btn_toggle_off_disabled_holo_light.9.png │   │   │   ├── [ 503] btn_toggle_off_focused_holo_dark.9.png │   │   │   ├── [ 503] btn_toggle_off_focused_holo_light.9.png │   │   │   ├── [ 486] btn_toggle_off_normal_holo_dark.9.png │   │   │   ├── [ 486] btn_toggle_off_normal_holo_light.9.png │   │   │   ├── [ 696] btn_toggle_off_pressed_holo_dark.9.png │   │   │   ├── [ 696] btn_toggle_off_pressed_holo_light.9.png │   │   │   ├── [ 602] btn_toggle_on.9.png │   │   │   ├── [ 548] btn_toggle_on_disabled_focused_holo_dark.9.png │   │   │   ├── [ 548] btn_toggle_on_disabled_focused_holo_light.9.png │   │   │   ├── [ 569] btn_toggle_on_disabled_holo_dark.9.png │   │   │   ├── [ 569] btn_toggle_on_disabled_holo_light.9.png │   │   │   ├── [ 577] btn_toggle_on_focused_holo_dark.9.png │   │   │   ├── [ 577] btn_toggle_on_focused_holo_light.9.png │   │   │   ├── [ 615] btn_toggle_on_normal_holo_dark.9.png │   │   │   ├── [ 615] btn_toggle_on_normal_holo_light.9.png │   │   │   ├── [ 806] btn_toggle_on_pressed_holo_dark.9.png │   │   │   ├── [ 806] btn_toggle_on_pressed_holo_light.9.png │   │   │   ├── [2.2K] btn_zoom_down_disabled.9.png │   │   │   ├── [2.6K] btn_zoom_down_disabled_focused.9.png │   │   │   ├── [3.1K] btn_zoom_down_normal.9.png │   │   │   ├── [4.4K] btn_zoom_down_pressed.9.png │   │   │   ├── [4.4K] btn_zoom_down_selected.9.png │   │   │   ├── [3.1K] btn_zoom_page_normal.png │   │   │   ├── [3.4K] btn_zoom_page_press.png │   │   │   ├── [5.1K] btn_zoom_up_disabled.9.png │   │   │   ├── [5.4K] btn_zoom_up_disabled_focused.9.png │   │   │   ├── [6.1K] btn_zoom_up_normal.9.png │   │   │   ├── [6.4K] btn_zoom_up_pressed.9.png │   │   │   ├── [6.3K] btn_zoom_up_selected.9.png │   │   │   ├── [ 431] button_onoff_indicator_off.png │   │   │   ├── [ 431] button_onoff_indicator_on.png │   │   │   ├── [ 149] cab_background_bottom_holo_dark.9.png │   │   │   ├── [ 145] cab_background_bottom_holo_light.9.png │   │   │   ├── [ 147] cab_background_top_holo_dark.9.png │   │   │   ├── [ 147] cab_background_top_holo_light.9.png │   │   │   ├── [1.8K] call_contact.png │   │   │   ├── [ 803] checkbox_off_background.png │   │   │   ├── [1.2K] checkbox_on_background.png │   │   │   ├── [ 10K] clock_dial.png │   │   │   ├── [2.1K] clock_hand_hour.png │   │   │   ├── [2.5K] clock_hand_minute.png │   │   │   ├── [ 222] code_lock_bottom.9.png │   │   │   ├── [ 168] code_lock_left.9.png │   │   │   ├── [ 165] code_lock_top.9.png │   │   │   ├── [ 511] combobox_disabled.png │   │   │   ├── [ 530] combobox_nohighlight.png │   │   │   ├── [1.0K] compass_arrow.png │   │   │   ├── [3.9K] compass_base.png │   │   │   ├── [ 219] contact_header_bg.9.png │   │   │   ├── [ 956] create_contact.png │   │   │   ├── [ 693] dark_header.9.png │   │   │   ├── [ 142] day_picker_week_view_dayline_holo.9.png │   │   │   ├── [ 913] dialog_bottom_holo_dark.9.png │   │   │   ├── [ 965] dialog_bottom_holo_light.9.png │   │   │   ├── [ 176] dialog_divider_horizontal_holo_dark.9.png │   │   │   ├── [ 182] dialog_divider_horizontal_holo_light.9.png │   │   │   ├── [ 296] dialog_divider_horizontal_light.9.png │   │   │   ├── [1.4K] dialog_full_holo_dark.9.png │   │   │   ├── [1.5K] dialog_full_holo_light.9.png │   │   │   ├── [ 676] dialog_ic_close_focused_holo_dark.png │   │   │   ├── [ 675] dialog_ic_close_focused_holo_light.png │   │   │   ├── [ 337] dialog_ic_close_normal_holo_dark.png │   │   │   ├── [ 347] dialog_ic_close_normal_holo_light.png │   │   │   ├── [ 444] dialog_ic_close_pressed_holo_dark.png │   │   │   ├── [ 496] dialog_ic_close_pressed_holo_light.png │   │   │   ├── [ 330] dialog_middle_holo.9.png │   │   │   ├── [ 293] dialog_middle_holo_dark.9.png │   │   │   ├── [ 302] dialog_middle_holo_light.9.png │   │   │   ├── [ 803] dialog_top_holo_dark.9.png │   │   │   ├── [ 774] dialog_top_holo_light.9.png │   │   │   ├── [ 97] divider_horizontal_bright.9.png │   │   │   ├── [ 106] divider_horizontal_bright_opaque.9.png │   │   │   ├── [ 103] divider_horizontal_dark.9.png │   │   │   ├── [ 106] divider_horizontal_dark_opaque.9.png │   │   │   ├── [ 103] divider_horizontal_dim_dark.9.png │   │   │   ├── [ 165] divider_horizontal_holo_dark.9.png │   │   │   ├── [ 164] divider_horizontal_holo_light.9.png │   │   │   ├── [ 142] divider_horizontal_textfield.9.png │   │   │   ├── [ 122] divider_strong_holo.9.png │   │   │   ├── [ 97] divider_vertical_bright.9.png │   │   │   ├── [ 106] divider_vertical_bright_opaque.9.png │   │   │   ├── [ 103] divider_vertical_dark.9.png │   │   │   ├── [ 106] divider_vertical_dark_opaque.9.png │   │   │   ├── [ 157] divider_vertical_holo_dark.9.png │   │   │   ├── [ 158] divider_vertical_holo_light.9.png │   │   │   ├── [ 713] dropdown_disabled_focused_holo_dark.9.png │   │   │   ├── [ 742] dropdown_disabled_focused_holo_light.9.png │   │   │   ├── [ 434] dropdown_disabled_holo_dark.9.png │   │   │   ├── [ 484] dropdown_disabled_holo_light.9.png │   │   │   ├── [ 741] dropdown_focused_holo_dark.9.png │   │   │   ├── [ 761] dropdown_focused_holo_light.9.png │   │   │   ├── [ 663] dropdown_ic_arrow_disabled_focused_holo_dark.png │   │   │   ├── [ 689] dropdown_ic_arrow_disabled_focused_holo_light.png │   │   │   ├── [ 405] dropdown_ic_arrow_disabled_holo_dark.png │   │   │   ├── [ 416] dropdown_ic_arrow_disabled_holo_light.png │   │   │   ├── [ 691] dropdown_ic_arrow_focused_holo_dark.png │   │   │   ├── [ 707] dropdown_ic_arrow_focused_holo_light.png │   │   │   ├── [ 508] dropdown_ic_arrow_normal_holo_dark.png │   │   │   ├── [ 551] dropdown_ic_arrow_normal_holo_light.png │   │   │   ├── [ 547] dropdown_ic_arrow_pressed_holo_dark.png │   │   │   ├── [ 739] dropdown_ic_arrow_pressed_holo_light.png │   │   │   ├── [ 613] dropdown_normal_holo_dark.9.png │   │   │   ├── [ 663] dropdown_normal_holo_light.9.png │   │   │   ├── [ 693] dropdown_pressed_holo_dark.9.png │   │   │   ├── [ 738] dropdown_pressed_holo_light.9.png │   │   │   ├── [1.3K] editbox_background_focus_yellow.9.png │   │   │   ├── [ 642] editbox_background_normal.9.png │   │   │   ├── [ 395] editbox_dropdown_background.9.png │   │   │   ├── [ 402] editbox_dropdown_background_dark.9.png │   │   │   ├── [ 209] edit_query_background_normal.9.png │   │   │   ├── [3.9K] edit_query_background_pressed.9.png │   │   │   ├── [4.0K] edit_query_background_selected.9.png │   │   │   ├── [4.3K] edit_query.png │   │   │   ├── [1.4K] emo_im_angel.png │   │   │   ├── [1.4K] emo_im_cool.png │   │   │   ├── [1.2K] emo_im_crying.png │   │   │   ├── [1.2K] emo_im_embarrassed.png │   │   │   ├── [1.3K] emo_im_foot_in_mouth.png │   │   │   ├── [1.2K] emo_im_happy.png │   │   │   ├── [1.3K] emo_im_kissing.png │   │   │   ├── [1.3K] emo_im_laughing.png │   │   │   ├── [1.4K] emo_im_lips_are_sealed.png │   │   │   ├── [1.5K] emo_im_money_mouth.png │   │   │   ├── [1.3K] emo_im_sad.png │   │   │   ├── [1.3K] emo_im_surprised.png │   │   │   ├── [1.4K] emo_im_tongue_sticking_out.png │   │   │   ├── [1.2K] emo_im_undecided.png │   │   │   ├── [1.3K] emo_im_winking.png │   │   │   ├── [1.3K] emo_im_wtf.png │   │   │   ├── [1.3K] emo_im_yelling.png │   │   │   ├── [ 555] expander_close_holo_dark.9.png │   │   │   ├── [ 475] expander_close_holo_light.9.png │   │   │   ├── [2.9K] expander_ic_maximized.9.png │   │   │   ├── [2.9K] expander_ic_minimized.9.png │   │   │   ├── [ 609] expander_open_holo_dark.9.png │   │   │   ├── [ 485] expander_open_holo_light.9.png │   │   │   ├── [1.7K] fastscroll_label_left_holo_dark.9.png │   │   │   ├── [1.7K] fastscroll_label_left_holo_light.9.png │   │   │   ├── [1.7K] fastscroll_label_right_holo_dark.9.png │   │   │   ├── [1.6K] fastscroll_label_right_holo_light.9.png │   │   │   ├── [ 403] fastscroll_thumb_default_holo.png │   │   │   ├── [ 620] fastscroll_thumb_pressed_holo.png │   │   │   ├── [ 131] fastscroll_track_default_holo_dark.9.png │   │   │   ├── [ 131] fastscroll_track_default_holo_light.9.png │   │   │   ├── [ 132] fastscroll_track_pressed_holo_dark.9.png │   │   │   ├── [ 132] fastscroll_track_pressed_holo_light.9.png │   │   │   ├── [2.2K] focused_application_background_static.png │   │   │   ├── [ 990] frame_gallery_thumb.9.png │   │   │   ├── [ 976] frame_gallery_thumb_pressed.9.png │   │   │   ├── [ 783] frame_gallery_thumb_selected.9.png │   │   │   ├── [1.4K] gallery_selected_default.9.png │   │   │   ├── [1.6K] gallery_selected_focused.9.png │   │   │   ├── [1.6K] gallery_selected_pressed.9.png │   │   │   ├── [1.4K] gallery_unselected_default.9.png │   │   │   ├── [1.4K] gallery_unselected_pressed.9.png │   │   │   ├── [1.6K] grid_selector_background_focus.9.png │   │   │   ├── [1.5K] grid_selector_background_pressed.9.png │   │   │   ├── [1.5K] highlight_disabled.9.png │   │   │   ├── [1.5K] highlight_pressed.9.png │   │   │   ├── [1.6K] highlight_selected.9.png │   │   │   ├── [ 602] ic_ab_back_holo_dark.png │   │   │   ├── [ 546] ic_ab_back_holo_light.png │   │   │   ├── [ 22K] ic_action_assist_focused.png │   │   │   ├── [9.4K] ic_action_assist_generic_activated.png │   │   │   ├── [2.4K] ic_action_assist_generic_normal.png │   │   │   ├── [1.3K] ic_aggregated.png │   │   │   ├── [1.3K] ic_audio_alarm_mute.png │   │   │   ├── [1.2K] ic_audio_alarm.png │   │   │   ├── [1.2K] ic_audio_bt_mute.png │   │   │   ├── [1009] ic_audio_bt.png │   │   │   ├── [1.2K] ic_audio_notification_mute.png │   │   │   ├── [1015] ic_audio_notification.png │   │   │   ├── [ 943] ic_audio_phone.png │   │   │   ├── [1.4K] ic_audio_ring_notif_mute.png │   │   │   ├── [1.2K] ic_audio_ring_notif.png │   │   │   ├── [1.3K] ic_audio_ring_notif_vibrate.png │   │   │   ├── [1.4K] ic_audio_vol_mute.png │   │   │   ├── [1.2K] ic_audio_vol.png │   │   │   ├── [ 457] ic_btn_round_more_disabled.png │   │   │   ├── [ 477] ic_btn_round_more_normal.png │   │   │   ├── [ 641] ic_btn_search_go.png │   │   │   ├── [1.2K] ic_btn_search.png │   │   │   ├── [1004] ic_btn_speak_now.png │   │   │   ├── [ 655] ic_btn_square_browser_zoom_fit_page_disabled.png │   │   │   ├── [1.4K] ic_btn_square_browser_zoom_fit_page_normal.png │   │   │   ├── [ 702] ic_btn_square_browser_zoom_page_overview_disabled.png │   │   │   ├── [2.0K] ic_btn_square_browser_zoom_page_overview_normal.png │   │   │   ├── [ 545] ic_bullet_key_permission.png │   │   │   ├── [ 713] ic_cab_done_holo_dark.png │   │   │   ├── [ 737] ic_cab_done_holo_light.png │   │   │   ├── [1.0K] ic_cab_done_holo.png │   │   │   ├── [ 924] ic_checkmark_holo_light.png │   │   │   ├── [1.7K] ic_clear_disabled.png │   │   │   ├── [1.9K] ic_clear_normal.png │   │   │   ├── [1.5K] ic_clear_search_api_disabled_holo_light.png │   │   │   ├── [1.5K] ic_clear_search_api_holo_light.png │   │   │   ├── [2.2K] ic_coins_l.png │   │   │   ├── [1.1K] ic_coins_s.png │   │   │   ├── [ 597] ic_commit_search_api_holo_dark.png │   │   │   ├── [ 616] ic_commit_search_api_holo_light.png │   │   │   ├── [1.8K] ic_contact_picture_2.png │   │   │   ├── [1.1K] ic_contact_picture_3.png │   │   │   ├── [5.8K] ic_contact_picture.png │   │   │   ├── [1.4K] ic_delete.png │   │   │   ├── [ 930] ic_dialog_alert_holo_dark.png │   │   │   ├── [1018] ic_dialog_alert_holo_light.png │   │   │   ├── [1.3K] ic_dialog_alert.png │   │   │   ├── [ 477] ic_dialog_close_normal_holo.png │   │   │   ├── [ 728] ic_dialog_close_pressed_holo.png │   │   │   ├── [1.1K] ic_dialog_dialer.png │   │   │   ├── [1.6K] ic_dialog_email.png │   │   │   ├── [1.0K] ic_dialog_focused_holo.png │   │   │   ├── [1.3K] ic_dialog_info.png │   │   │   ├── [1.7K] ic_dialog_map.png │   │   │   ├── [2.0K] ic_dialog_time.png │   │   │   ├── [1.4K] ic_dialog_usb.png │   │   │   ├── [ 943] ic_emergency.png │   │   │   ├── [ 583] ic_facial_backup.png │   │   │   ├── [1.0K] ic_find_next_holo_dark.png │   │   │   ├── [ 926] ic_find_next_holo_light.png │   │   │   ├── [1.0K] ic_find_previous_holo_dark.png │   │   │   ├── [ 920] ic_find_previous_holo_light.png │   │   │   ├── [1.4K] ic_go.png │   │   │   ├── [1.2K] ic_go_search_api_holo_light.png │   │   │   ├── [ 686] ic_input_add.png │   │   │   ├── [1.0K] ic_input_delete.png │   │   │   ├── [ 976] ic_input_get.png │   │   │   ├── [6.5K] ic_jog_dial_answer_and_end.png │   │   │   ├── [6.8K] ic_jog_dial_answer_and_hold.png │   │   │   ├── [6.1K] ic_jog_dial_answer.png │   │   │   ├── [5.6K] ic_jog_dial_decline.png │   │   │   ├── [5.6K] ic_jog_dial_sound_off.png │   │   │   ├── [5.6K] ic_jog_dial_sound_on.png │   │   │   ├── [5.6K] ic_jog_dial_unlock.png │   │   │   ├── [8.2K] ic_jog_dial_vibrate_on.png │   │   │   ├── [6.7K] ic_launcher_android.png │   │   │   ├── [1.2K] ic_lock_airplane_mode_off.png │   │   │   ├── [1.2K] ic_lock_airplane_mode.png │   │   │   ├── [ 830] ic_lock_idle_alarm.png │   │   │   ├── [ 890] ic_lock_idle_charging.png │   │   │   ├── [ 784] ic_lock_idle_lock.png │   │   │   ├── [ 951] ic_lock_idle_low_battery.png │   │   │   ├── [ 789] ic_lock_lock.png │   │   │   ├── [1.3K] ic_lock_power_off.png │   │   │   ├── [1.3K] ic_lock_ringer_off.png │   │   │   ├── [1.7K] ic_lock_ringer_on.png │   │   │   ├── [1.4K] ic_lockscreen_alarm.png │   │   │   ├── [7.0K] ic_lockscreen_camera_activated.png │   │   │   ├── [1.6K] ic_lockscreen_camera_normal.png │   │   │   ├── [ 915] ic_lockscreen_emergencycall_normal.png │   │   │   ├── [1.7K] ic_lockscreen_emergencycall_pressed.png │   │   │   ├── [ 757] ic_lockscreen_forgotpassword_normal.png │   │   │   ├── [1.4K] ic_lockscreen_forgotpassword_pressed.png │   │   │   ├── [ 738] ic_lockscreen_glowdot.png │   │   │   ├── [ 12K] ic_lockscreen_google_activated.png │   │   │   ├── [ 22K] ic_lockscreen_google_focused.png │   │   │   ├── [ 12K] ic_lockscreen_google_normal.png │   │   │   ├── [7.7K] ic_lockscreen_handle_normal.png │   │   │   ├── [8.2K] ic_lockscreen_handle_pressed.png │   │   │   ├── [ 202] ic_lockscreen_ime.png │   │   │   ├── [2.9K] ic_lockscreen_lock_normal.png │   │   │   ├── [8.2K] ic_lockscreen_lock_pressed.png │   │   │   ├── [ 129] ic_lockscreen_player_background.9.png │   │   │   ├── [2.0K] ic_lockscreen_search_activated.png │   │   │   ├── [2.0K] ic_lockscreen_search_normal.png │   │   │   ├── [7.6K] ic_lockscreen_silent_activated.png │   │   │   ├── [ 13K] ic_lockscreen_silent_focused.png │   │   │   ├── [5.6K] ic_lockscreen_silent_normal.png │   │   │   ├── [4.0K] ic_lockscreen_sim.png │   │   │   ├── [7.3K] ic_lockscreen_soundon_activated.png │   │   │   ├── [ 12K] ic_lockscreen_soundon_focused.png │   │   │   ├── [5.1K] ic_lockscreen_soundon_normal.png │   │   │   ├── [6.6K] ic_lockscreen_unlock_activated.png │   │   │   ├── [1.3K] ic_lockscreen_unlock_normal.png │   │   │   ├── [1.3K] ic_lock_silent_mode_off.png │   │   │   ├── [1.3K] ic_lock_silent_mode.png │   │   │   ├── [2.5K] ic_lock_silent_mode_vibrate.png │   │   │   ├── [2.0K] ic_maps_indicator_current_position_anim1.png │   │   │   ├── [2.0K] ic_maps_indicator_current_position_anim2.png │   │   │   ├── [2.0K] ic_maps_indicator_current_position_anim3.png │   │   │   ├── [2.0K] ic_maps_indicator_current_position.png │   │   │   ├── [1.1K] ic_media_embed_play.png │   │   │   ├── [1.1K] ic_media_ff.png │   │   │   ├── [1.9K] ic_media_fullscreen.png │   │   │   ├── [ 933] ic_media_group_collapse.png │   │   │   ├── [ 984] ic_media_group_expand.png │   │   │   ├── [1.0K] ic_media_next.png │   │   │   ├── [ 599] ic_media_pause.png │   │   │   ├── [1.1K] ic_media_play.png │   │   │   ├── [1.0K] ic_media_previous.png │   │   │   ├── [1.2K] ic_media_rew.png │   │   │   ├── [1.2K] ic_media_route_disabled_holo_dark.png │   │   │   ├── [1.2K] ic_media_route_disabled_holo_light.png │   │   │   ├── [1.3K] ic_media_route_off_holo_dark.png │   │   │   ├── [1.3K] ic_media_route_off_holo_light.png │   │   │   ├── [1.3K] ic_media_route_on_0_holo_dark.png │   │   │   ├── [1.3K] ic_media_route_on_0_holo_light.png │   │   │   ├── [1.3K] ic_media_route_on_1_holo_dark.png │   │   │   ├── [1.3K] ic_media_route_on_1_holo_light.png │   │   │   ├── [1.3K] ic_media_route_on_2_holo_dark.png │   │   │   ├── [1.3K] ic_media_route_on_2_holo_light.png │   │   │   ├── [1.3K] ic_media_route_on_holo_dark.png │   │   │   ├── [1.4K] ic_media_route_on_holo_light.png │   │   │   ├── [ 553] ic_media_stop.png │   │   │   ├── [6.9K] ic_media_video_poster.png │   │   │   ├── [1.5K] ic_menu_account_list.png │   │   │   ├── [2.1K] ic_menu_add.png │   │   │   ├── [1.3K] ic_menu_agenda.png │   │   │   ├── [1.9K] ic_menu_allfriends.png │   │   │   ├── [2.0K] ic_menu_always_landscape_portrait.png │   │   │   ├── [1.1K] ic_menu_archive.png │   │   │   ├── [1.7K] ic_menu_attachment.png │   │   │   ├── [ 991] ic_menu_back.png │   │   │   ├── [1.7K] ic_menu_blocked_user.png │   │   │   ├── [1.9K] ic_menu_block.png │   │   │   ├── [2.1K] ic_menu_btn_add.png │   │   │   ├── [1.7K] ic_menu_call.png │   │   │   ├── [1.3K] ic_menu_camera.png │   │   │   ├── [1.6K] ic_menu_cc.png │   │   │   ├── [1.2K] ic_menu_chat_dashboard.png │   │   │   ├── [1.7K] ic_menu_clear_playlist.png │   │   │   ├── [1.4K] ic_menu_close_clear_cancel.png │   │   │   ├── [2.0K] ic_menu_compass.png │   │   │   ├── [1.3K] ic_menu_compose.png │   │   │   ├── [ 186] ic_menu_copy_holo_dark.png │   │   │   ├── [ 199] ic_menu_copy_holo_light.png │   │   │   ├── [ 961] ic_menu_copy.png │   │   │   ├── [1.3K] ic_menu_crop.png │   │   │   ├── [ 663] ic_menu_cut_holo_dark.png │   │   │   ├── [ 564] ic_menu_cut_holo_light.png │   │   │   ├── [1.9K] ic_menu_cut.png │   │   │   ├── [1.3K] ic_menu_day.png │   │   │   ├── [1.4K] ic_menu_delete.png │   │   │   ├── [1.1K] ic_menu_directions.png │   │   │   ├── [1.9K] ic_menu_edit.png │   │   │   ├── [2.0K] ic_menu_emoticons.png │   │   │   ├── [1.9K] ic_menu_end_conversation.png │   │   │   ├── [1.3K] ic_menu_find_holo_dark.png │   │   │   ├── [1.2K] ic_menu_find_holo_light.png │   │   │   ├── [2.0K] ic_menu_find.png │   │   │   ├── [ 977] ic_menu_forward.png │   │   │   ├── [1.5K] ic_menu_friendslist.png │   │   │   ├── [1.0K] ic_menu_gallery.png │   │   │   ├── [1.3K] ic_menu_goto.png │   │   │   ├── [ 971] ic_menu_help_holo_light.png │   │   │   ├── [1.4K] ic_menu_help.png │   │   │   ├── [1.6K] ic_menu_home.png │   │   │   ├── [1.9K] ic_menu_info_details.png │   │   │   ├── [1.5K] ic_menu_invite.png │   │   │   ├── [1.6K] ic_menu_login.png │   │   │   ├── [1.8K] ic_menu_manage.png │   │   │   ├── [1.8K] ic_menu_mapmode.png │   │   │   ├── [1.3K] ic_menu_mark.png │   │   │   ├── [1.7K] ic_menu_month.png │   │   │   ├── [ 693] ic_menu_moreoverflow_focused_holo_dark.png │   │   │   ├── [ 736] ic_menu_moreoverflow_focused_holo_light.png │   │   │   ├── [ 144] ic_menu_moreoverflow_normal_holo_dark.png │   │   │   ├── [ 148] ic_menu_moreoverflow_normal_holo_light.png │   │   │   ├── [ 982] ic_menu_moreoverflow.png │   │   │   ├── [2.1K] ic_menu_more.png │   │   │   ├── [1.5K] ic_menu_my_calendar.png │   │   │   ├── [2.0K] ic_menu_mylocation.png │   │   │   ├── [1.5K] ic_menu_myplaces.png │   │   │   ├── [1.7K] ic_menu_notifications.png │   │   │   ├── [ 344] ic_menu_paste_holo_dark.png │   │   │   ├── [ 337] ic_menu_paste_holo_light.png │   │   │   ├── [1.3K] ic_menu_paste.png │   │   │   ├── [1.2K] ic_menu_play_clip.png │   │   │   ├── [1.8K] ic_menu_preferences.png │   │   │   ├── [2.1K] ic_menu_recent_history.png │   │   │   ├── [2.0K] ic_menu_refresh.png │   │   │   ├── [1.5K] ic_menu_report_image.png │   │   │   ├── [1.5K] ic_menu_revert.png │   │   │   ├── [2.2K] ic_menu_rotate.png │   │   │   ├── [1.2K] ic_menu_save.png │   │   │   ├── [1.8K] ic_menu_search_holo_dark.png │   │   │   ├── [1.2K] ic_menu_search_holo_light.png │   │   │   ├── [1.8K] ic_menu_search.png │   │   │   ├── [ 185] ic_menu_selectall_holo_dark.png │   │   │   ├── [ 216] ic_menu_selectall_holo_light.png │   │   │   ├── [1.3K] ic_menu_send.png │   │   │   ├── [1.4K] ic_menu_set_as.png │   │   │   ├── [1.2K] ic_menu_settings_holo_light.png │   │   │   ├── [ 467] ic_menu_share_holo_dark.png │   │   │   ├── [ 505] ic_menu_share_holo_light.png │   │   │   ├── [1.8K] ic_menu_share.png │   │   │   ├── [1.2K] ic_menu_slideshow.png │   │   │   ├── [1.5K] ic_menu_sort_alphabetically.png │   │   │   ├── [ 678] ic_menu_sort_by_size.png │   │   │   ├── [1.7K] ic_menu_star.png │   │   │   ├── [1.6K] ic_menu_start_conversation.png │   │   │   ├── [1.0K] ic_menu_stop.png │   │   │   ├── [1.5K] ic_menu_today.png │   │   │   ├── [1.0K] ic_menu_upload.png │   │   │   ├── [1.0K] ic_menu_upload_you_tube.png │   │   │   ├── [1.7K] ic_menu_view.png │   │   │   ├── [1.4K] ic_menu_week.png │   │   │   ├── [1.8K] ic_menu_zoom.png │   │   │   ├── [2.2K] ic_notification_clear_all.png │   │   │   ├── [ 755] ic_notification_ime_default.png │   │   │   ├── [1014] ic_notification_overlay.9.png │   │   │   ├── [ 941] ic_notify_wifidisplay.png │   │   │   ├── [1.3K] icon_highlight_rectangle.9.png │   │   │   ├── [1.5K] icon_highlight_square.9.png │   │   │   ├── [ 542] ic_partial_secure.png │   │   │   ├── [2.0K] ic_popup_disk_full.png │   │   │   ├── [1.6K] ic_popup_reminder.png │   │   │   ├── [1.6K] ic_popup_sync_1.png │   │   │   ├── [1.7K] ic_popup_sync_2.png │   │   │   ├── [1.6K] ic_popup_sync_3.png │   │   │   ├── [1.6K] ic_popup_sync_4.png │   │   │   ├── [1.8K] ic_popup_sync_5.png │   │   │   ├── [1.7K] ic_popup_sync_6.png │   │   │   ├── [2.2K] ic_search_api_holo_light.png │   │   │   ├── [3.7K] ic_search_category_default.png │   │   │   ├── [2.5K] ic_search.png │   │   │   ├── [ 420] ic_secure.png │   │   │   ├── [ 986] ic_settings_language.png │   │   │   ├── [ 773] ic_sysbar_quicksettings.png │   │   │   ├── [ 545] ic_text_dot.png │   │   │   ├── [2.9K] ic_vibrate.png │   │   │   ├── [1.5K] ic_vibrate_small.png │   │   │   ├── [1.8K] ic_voice_search_api_holo_light.png │   │   │   ├── [2.0K] ic_voice_search.png │   │   │   ├── [5.1K] ic_volume_bluetooth_ad2p.png │   │   │   ├── [4.3K] ic_volume_bluetooth_in_call.png │   │   │   ├── [1.8K] ic_volume_off.png │   │   │   ├── [ 666] ic_volume_off_small.png │   │   │   ├── [2.2K] ic_volume.png │   │   │   ├── [1.0K] ic_volume_small.png │   │   │   ├── [ 708] ime_qwerty.png │   │   │   ├── [ 298] indicator_code_lock_drag_direction_red_up.png │   │   │   ├── [ 697] indicator_code_lock_point_area_default_holo.png │   │   │   ├── [2.9K] indicator_code_lock_point_area_default.png │   │   │   ├── [7.2K] indicator_code_lock_point_area_green_holo.png │   │   │   ├── [ 11K] indicator_code_lock_point_area_green.png │   │   │   ├── [7.2K] indicator_code_lock_point_area_red_holo.png │   │   │   ├── [8.8K] indicator_code_lock_point_area_red.png │   │   │   ├── [1.1K] indicator_input_error.png │   │   │   ├── [198K] intro_bg.png │   │   │   ├── [7.3K] jog_dial_arrow_long_left_green.png │   │   │   ├── [7.2K] jog_dial_arrow_long_left_yellow.png │   │   │   ├── [4.8K] jog_dial_arrow_long_middle_yellow.png │   │   │   ├── [7.3K] jog_dial_arrow_long_right_red.png │   │   │   ├── [7.3K] jog_dial_arrow_long_right_yellow.png │   │   │   ├── [6.4K] jog_dial_arrow_short_left_and_right.png │   │   │   ├── [3.6K] jog_dial_arrow_short_left.png │   │   │   ├── [3.7K] jog_dial_arrow_short_right.png │   │   │   ├── [ 21K] jog_dial_bg.png │   │   │   ├── [4.9K] jog_dial_dimple_dim.png │   │   │   ├── [5.3K] jog_dial_dimple.png │   │   │   ├── [5.5K] jog_tab_bar_left_end_confirm_gray.9.png │   │   │   ├── [5.8K] jog_tab_bar_left_end_confirm_green.9.png │   │   │   ├── [5.6K] jog_tab_bar_left_end_confirm_red.9.png │   │   │   ├── [5.6K] jog_tab_bar_left_end_confirm_yellow.9.png │   │   │   ├── [3.9K] jog_tab_bar_left_end_normal.9.png │   │   │   ├── [5.5K] jog_tab_bar_left_end_pressed.9.png │   │   │   ├── [5.7K] jog_tab_bar_right_end_confirm_gray.9.png │   │   │   ├── [6.0K] jog_tab_bar_right_end_confirm_green.9.png │   │   │   ├── [5.9K] jog_tab_bar_right_end_confirm_red.9.png │   │   │   ├── [5.8K] jog_tab_bar_right_end_confirm_yellow.9.png │   │   │   ├── [4.0K] jog_tab_bar_right_end_normal.9.png │   │   │   ├── [5.6K] jog_tab_bar_right_end_pressed.9.png │   │   │   ├── [5.4K] jog_tab_left_confirm_gray.png │   │   │   ├── [5.7K] jog_tab_left_confirm_green.png │   │   │   ├── [5.6K] jog_tab_left_confirm_red.png │   │   │   ├── [5.6K] jog_tab_left_confirm_yellow.png │   │   │   ├── [5.2K] jog_tab_left_normal.png │   │   │   ├── [5.1K] jog_tab_left_pressed.png │   │   │   ├── [5.1K] jog_tab_right_confirm_gray.png │   │   │   ├── [5.4K] jog_tab_right_confirm_green.png │   │   │   ├── [5.3K] jog_tab_right_confirm_red.png │   │   │   ├── [5.4K] jog_tab_right_confirm_yellow.png │   │   │   ├── [4.9K] jog_tab_right_normal.png │   │   │   ├── [4.7K] jog_tab_right_pressed.png │   │   │   ├── [ 931] jog_tab_target_gray.png │   │   │   ├── [1.1K] jog_tab_target_green.png │   │   │   ├── [1.1K] jog_tab_target_red.png │   │   │   ├── [1.1K] jog_tab_target_yellow.png │   │   │   ├── [ 217] keyboard_accessory_bg_landscape.9.png │   │   │   ├── [ 206] keyboard_background.9.png │   │   │   ├── [1.3K] keyboard_key_feedback_background.9.png │   │   │   ├── [1.6K] keyboard_key_feedback_more_background.9.png │   │   │   ├── [1.4K] keyboard_popup_panel_background.9.png │   │   │   ├── [1.6K] keyboard_popup_panel_trans_background.9.png │   │   │   ├── [1.0K] kg_add_widget_disabled.png │   │   │   ├── [ 970] kg_add_widget.png │   │   │   ├── [1004] kg_add_widget_pressed.png │   │   │   ├── [ 546] kg_bouncer_bg_white.9.png │   │   │   ├── [ 140] kg_security_grip.9.png │   │   │   ├── [2.0K] kg_security_lock_focused.png │   │   │   ├── [1.4K] kg_security_lock_normal.png │   │   │   ├── [2.6K] kg_security_lock.png │   │   │   ├── [1.5K] kg_security_lock_pressed.png │   │   │   ├── [3.2K] kg_widget_bg_padded.9.png │   │   │   ├── [1003] kg_widget_delete_drop_target.png │   │   │   ├── [ 174] light_header.9.png │   │   │   ├── [ 154] list_activated_holo.9.png │   │   │   ├── [ 78] list_divider_holo_dark.9.png │   │   │   ├── [ 76] list_divider_holo_light.9.png │   │   │   ├── [ 184] list_divider_horizontal_holo_dark.9.png │   │   │   ├── [ 191] list_focused_holo.9.png │   │   │   ├── [ 154] list_longpressed_holo.9.png │   │   │   ├── [ 159] list_pressed_holo_dark.9.png │   │   │   ├── [ 159] list_pressed_holo_light.9.png │   │   │   ├── [ 173] list_section_divider_holo_dark.9.png │   │   │   ├── [ 163] list_section_divider_holo_light.9.png │   │   │   ├── [ 311] list_section_header_holo_dark.9.png │   │   │   ├── [ 245] list_section_header_holo_light.9.png │   │   │   ├── [ 156] list_selected_holo_dark.9.png │   │   │   ├── [ 156] list_selected_holo_light.9.png │   │   │   ├── [ 376] list_selector_activated_holo_dark.9.png │   │   │   ├── [ 353] list_selector_activated_holo_light.9.png │   │   │   ├── [ 325] list_selector_background_default.9.png │   │   │   ├── [ 356] list_selector_background_default_light.9.png │   │   │   ├── [ 215] list_selector_background_disabled.9.png │   │   │   ├── [ 573] list_selector_background_disabled_light.9.png │   │   │   ├── [2.1K] list_selector_background_focus.9.png │   │   │   ├── [ 485] list_selector_background_focused.9.png │   │   │   ├── [ 485] list_selector_background_focused_light.9.png │   │   │   ├── [ 802] list_selector_background_focused_selected.9.png │   │   │   ├── [ 986] list_selector_background_longpress.9.png │   │   │   ├── [ 327] list_selector_background_longpress_light.9.png │   │   │   ├── [1.9K] list_selector_background_pressed.9.png │   │   │   ├── [ 392] list_selector_background_pressed_light.9.png │   │   │   ├── [ 748] list_selector_background_selected.9.png │   │   │   ├── [ 638] list_selector_background_selected_light.9.png │   │   │   ├── [ 189] list_selector_disabled_holo_dark.9.png │   │   │   ├── [ 189] list_selector_disabled_holo_light.9.png │   │   │   ├── [ 191] list_selector_focused_holo_dark.9.png │   │   │   ├── [ 190] list_selector_focused_holo_light.9.png │   │   │   ├── [ 273] list_selector_multiselect_holo_dark.9.png │   │   │   ├── [ 284] list_selector_multiselect_holo_light.9.png │   │   │   ├── [ 191] list_selector_pressed_holo_dark.9.png │   │   │   ├── [ 187] list_selector_pressed_holo_light.9.png │   │   │   ├── [ 347] lockscreen_protection_pattern.png │   │   │   ├── [ 190] magnified_region_frame.9.png │   │   │   ├── [4.1K] maps_google_logo.png │   │   │   ├── [ 199] menu_background.9.png │   │   │   ├── [ 203] menu_background_fill_parent_width.9.png │   │   │   ├── [1.2K] menu_dropdown_panel_holo_dark.9.png │   │   │   ├── [1.3K] menu_dropdown_panel_holo_light.9.png │   │   │   ├── [ 875] menu_hardkey_panel_holo_dark.9.png │   │   │   ├── [ 850] menu_hardkey_panel_holo_light.9.png │   │   │   ├── [4.2K] menuitem_background_focus.9.png │   │   │   ├── [4.1K] menuitem_background_pressed.9.png │   │   │   ├── [ 165] menuitem_background_solid_focused.9.png │   │   │   ├── [ 165] menuitem_background_solid_pressed.9.png │   │   │   ├── [ 328] menuitem_checkbox_on.png │   │   │   ├── [2.8K] menu_separator.9.png │   │   │   ├── [ 420] menu_submenu_background.9.png │   │   │   ├── [ 180] minitab_lt_focus.9.png │   │   │   ├── [ 178] minitab_lt_press.9.png │   │   │   ├── [ 169] minitab_lt_selected.9.png │   │   │   ├── [ 143] minitab_lt_unselected.9.png │   │   │   ├── [ 170] minitab_lt_unselected_press.9.png │   │   │   ├── [ 176] notification_bg_low_normal.9.png │   │   │   ├── [ 181] notification_bg_low_pressed.9.png │   │   │   ├── [ 176] notification_bg_normal.9.png │   │   │   ├── [ 180] notification_bg_normal_pressed.9.png │   │   │   ├── [ 107] notify_panel_notification_icon_bg.png │   │   │   ├── [ 554] numberpicker_down_disabled.9.png │   │   │   ├── [ 786] numberpicker_down_disabled_focused.9.png │   │   │   ├── [1.1K] numberpicker_down_normal.9.png │   │   │   ├── [1.7K] numberpicker_down_pressed.9.png │   │   │   ├── [1.7K] numberpicker_down_selected.9.png │   │   │   ├── [ 391] numberpicker_input_disabled.9.png │   │   │   ├── [ 694] numberpicker_input_normal.9.png │   │   │   ├── [ 970] numberpicker_input_pressed.9.png │   │   │   ├── [ 662] numberpicker_input_selected.9.png │   │   │   ├── [ 141] numberpicker_selection_divider.9.png │   │   │   ├── [ 710] numberpicker_up_disabled.9.png │   │   │   ├── [ 946] numberpicker_up_disabled_focused.9.png │   │   │   ├── [1.4K] numberpicker_up_normal.9.png │   │   │   ├── [2.0K] numberpicker_up_pressed.9.png │   │   │   ├── [2.1K] numberpicker_up_selected.9.png │   │   │   ├── [1.3K] overscroll_edge.png │   │   │   ├── [ 35K] overscroll_glow.png │   │   │   ├── [2.0K] panel_background.9.png │   │   │   ├── [ 516] panel_bg_holo_dark.9.png │   │   │   ├── [ 493] panel_bg_holo_light.9.png │   │   │   ├── [2.0K] panel_picture_frame_bg_focus_blue.9.png │   │   │   ├── [ 862] panel_picture_frame_bg_normal.9.png │   │   │   ├── [1.9K] panel_picture_frame_bg_pressed_blue.9.png │   │   │   ├── [1.2K] password_field_default.9.png │   │   │   ├── [1.1K] password_keyboard_background_holo.9.png │   │   │   ├── [1.7K] perm_group_accounts.png │   │   │   ├── [1.2K] perm_group_affects_battery.png │   │   │   ├── [1.7K] perm_group_app_info.png │   │   │   ├── [2.0K] perm_group_audio_settings.png │   │   │   ├── [1.5K] perm_group_bluetooth.png │   │   │   ├── [2.0K] perm_group_bookmarks.png │   │   │   ├── [1.4K] perm_group_calendar.png │   │   │   ├── [1.7K] perm_group_camera.png │   │   │   ├── [2.0K] perm_group_device_alarms.png │   │   │   ├── [1.2K] perm_group_display.png │   │   │   ├── [1.5K] perm_group_location.png │   │   │   ├── [1.6K] perm_group_messages.png │   │   │   ├── [1.6K] perm_group_microphone.png │   │   │   ├── [1.8K] perm_group_network.png │   │   │   ├── [1.6K] perm_group_personal_info.png │   │   │   ├── [1.7K] perm_group_phone_calls.png │   │   │   ├── [1.4K] perm_group_screenlock.png │   │   │   ├── [1.3K] perm_group_shortrange_network.png │   │   │   ├── [2.0K] perm_group_social_info.png │   │   │   ├── [1.2K] perm_group_status_bar.png │   │   │   ├── [1.6K] perm_group_storage.png │   │   │   ├── [1.9K] perm_group_sync_settings.png │   │   │   ├── [1.8K] perm_group_system_clock.png │   │   │   ├── [1.5K] perm_group_system_tools.png │   │   │   ├── [1.4K] perm_group_user_dictionary.png │   │   │   ├── [1.8K] perm_group_user_dictionary_write.png │   │   │   ├── [1.6K] perm_group_voicemail.png │   │   │   ├── [1.4K] perm_group_wallpaper.png │   │   │   ├── [2.5K] picture_emergency.png │   │   │   ├── [ 901] picture_frame.9.png │   │   │   ├── [ 210] pointer_arrow_icon.xml │   │   │   ├── [2.4K] pointer_arrow.png │   │   │   ├── [ 218] pointer_spot_anchor_icon.xml │   │   │   ├── [6.7K] pointer_spot_anchor.png │   │   │   ├── [ 217] pointer_spot_hover_icon.xml │   │   │   ├── [9.4K] pointer_spot_hover.png │   │   │   ├── [ 217] pointer_spot_touch_icon.xml │   │   │   ├── [2.8K] pointer_spot_touch.png │   │   │   ├── [1.6K] popup_bottom_bright.9.png │   │   │   ├── [1.6K] popup_bottom_dark.9.png │   │   │   ├── [3.4K] popup_bottom_medium.9.png │   │   │   ├── [1.1K] popup_center_bright.9.png │   │   │   ├── [ 253] popup_center_dark.9.png │   │   │   ├── [2.8K] popup_center_medium.9.png │   │   │   ├── [2.0K] popup_full_bright.9.png │   │   │   ├── [1.9K] popup_full_dark.9.png │   │   │   ├── [2.3K] popup_inline_error.9.png │   │   │   ├── [2.3K] popup_inline_error_above.9.png │   │   │   ├── [1000] popup_inline_error_above_holo_dark.9.png │   │   │   ├── [ 992] popup_inline_error_above_holo_light.9.png │   │   │   ├── [ 936] popup_inline_error_holo_dark.9.png │   │   │   ├── [ 969] popup_inline_error_holo_light.9.png │   │   │   ├── [1.6K] popup_top_bright.9.png │   │   │   ├── [1.6K] popup_top_dark.9.png │   │   │   ├── [1.1K] presence_audio_away.png │   │   │   ├── [1.2K] presence_audio_busy.png │   │   │   ├── [1.2K] presence_audio_online.png │   │   │   ├── [1.2K] presence_away.png │   │   │   ├── [1.2K] presence_busy.png │   │   │   ├── [ 898] presence_invisible.png │   │   │   ├── [ 942] presence_offline.png │   │   │   ├── [1.2K] presence_online.png │   │   │   ├── [ 826] presence_video_away.png │   │   │   ├── [ 890] presence_video_busy.png │   │   │   ├── [ 863] presence_video_online.png │   │   │   ├── [1.6K] pressed_application_background_static.png │   │   │   ├── [ 474] progressbar_indeterminate1.png │   │   │   ├── [ 472] progressbar_indeterminate2.png │   │   │   ├── [ 469] progressbar_indeterminate3.png │   │   │   ├── [1.1K] progressbar_indeterminate_holo1.png │   │   │   ├── [1.2K] progressbar_indeterminate_holo2.png │   │   │   ├── [1.3K] progressbar_indeterminate_holo3.png │   │   │   ├── [1.3K] progressbar_indeterminate_holo4.png │   │   │   ├── [1.2K] progressbar_indeterminate_holo5.png │   │   │   ├── [1.4K] progressbar_indeterminate_holo6.png │   │   │   ├── [1.1K] progressbar_indeterminate_holo7.png │   │   │   ├── [1.2K] progressbar_indeterminate_holo8.png │   │   │   ├── [ 178] progress_bg_holo_dark.9.png │   │   │   ├── [ 175] progress_bg_holo_light.9.png │   │   │   ├── [ 869] progress_primary_holo_dark.9.png │   │   │   ├── [ 873] progress_primary_holo_light.9.png │   │   │   ├── [ 188] progress_secondary_holo_dark.9.png │   │   │   ├── [ 188] progress_secondary_holo_light.9.png │   │   │   ├── [ 441] quickactions_arrowdown_left_holo_dark.9.png │   │   │   ├── [ 424] quickactions_arrowdown_left_holo_light.9.png │   │   │   ├── [ 455] quickactions_arrowdown_right_holo_dark.9.png │   │   │   ├── [ 460] quickactions_arrowdown_right_holo_light.9.png │   │   │   ├── [ 425] quickactions_arrowup_left_holo_dark.9.png │   │   │   ├── [ 418] quickactions_arrowup_left_holo_light.9.png │   │   │   ├── [ 445] quickactions_arrowup_left_right_holo_dark.9.png │   │   │   ├── [ 427] quickactions_arrowup_right_holo_light.9.png │   │   │   ├── [ 721] quickcontact_badge_overlay_focused_dark.9.png │   │   │   ├── [ 653] quickcontact_badge_overlay_focused_light.9.png │   │   │   ├── [ 394] quickcontact_badge_overlay_normal_dark.9.png │   │   │   ├── [ 462] quickcontact_badge_overlay_normal_light.9.png │   │   │   ├── [ 578] quickcontact_badge_overlay_pressed_dark.9.png │   │   │   ├── [ 548] quickcontact_badge_overlay_pressed_light.9.png │   │   │   ├── [ 882] radiobutton_off_background.png │   │   │   ├── [1.2K] radiobutton_on_background.png │   │   │   ├── [2.4K] rate_star_big_half_holo_dark.png │   │   │   ├── [2.4K] rate_star_big_half_holo_light.png │   │   │   ├── [1.1K] rate_star_big_half.png │   │   │   ├── [1.5K] rate_star_big_off_holo_dark.png │   │   │   ├── [1.6K] rate_star_big_off_holo_light.png │   │   │   ├── [ 729] rate_star_big_off.png │   │   │   ├── [2.4K] rate_star_big_on_holo_dark.png │   │   │   ├── [2.4K] rate_star_big_on_holo_light.png │   │   │   ├── [1.3K] rate_star_big_on.png │   │   │   ├── [1.7K] rate_star_med_half_holo_dark.png │   │   │   ├── [1.7K] rate_star_med_half_holo_light.png │   │   │   ├── [ 939] rate_star_med_half.png │   │   │   ├── [1.1K] rate_star_med_off_holo_dark.png │   │   │   ├── [1.1K] rate_star_med_off_holo_light.png │   │   │   ├── [ 626] rate_star_med_off.png │   │   │   ├── [1.7K] rate_star_med_on_holo_dark.png │   │   │   ├── [1.7K] rate_star_med_on_holo_light.png │   │   │   ├── [1.0K] rate_star_med_on.png │   │   │   ├── [1.1K] rate_star_small_half_holo_dark.png │   │   │   ├── [1.1K] rate_star_small_half_holo_light.png │   │   │   ├── [ 877] rate_star_small_half.png │   │   │   ├── [ 783] rate_star_small_off_holo_dark.png │   │   │   ├── [ 799] rate_star_small_off_holo_light.png │   │   │   ├── [ 579] rate_star_small_off.png │   │   │   ├── [1.1K] rate_star_small_on_holo_dark.png │   │   │   ├── [1.1K] rate_star_small_on_holo_light.png │   │   │   ├── [ 987] rate_star_small_on.png │   │   │   ├── [ 352] recent_dialog_background.9.png │   │   │   ├── [1.1K] reticle.png │   │   │   ├── [1.9K] scrollbar_handle_accelerated_anim2.9.png │   │   │   ├── [ 218] scrollbar_handle_holo_dark.9.png │   │   │   ├── [ 215] scrollbar_handle_holo_light.9.png │   │   │   ├── [ 336] scrollbar_handle_horizontal.9.png │   │   │   ├── [ 308] scrollbar_handle_vertical.9.png │   │   │   ├── [1.2K] scrubber_control_disabled_holo.png │   │   │   ├── [1.5K] scrubber_control_focused_holo.png │   │   │   ├── [1.7K] scrubber_control_normal_holo.png │   │   │   ├── [2.1K] scrubber_control_pressed_holo.png │   │   │   ├── [ 189] scrubber_primary_holo.9.png │   │   │   ├── [ 189] scrubber_secondary_holo.9.png │   │   │   ├── [ 167] scrubber_track_holo_dark.9.png │   │   │   ├── [ 169] scrubber_track_holo_light.9.png │   │   │   ├── [ 552] search_dropdown_background.9.png │   │   │   ├── [ 319] search_plate.9.png │   │   │   ├── [ 301] search_plate_global.9.png │   │   │   ├── [1.3K] seek_thumb_normal.png │   │   │   ├── [1.6K] seek_thumb_pressed.png │   │   │   ├── [1.6K] seek_thumb_selected.png │   │   │   ├── [ 13K] settings_header_raw.9.png │   │   │   ├── [ 755] spinner_16_inner_holo.png │   │   │   ├── [ 654] spinner_16_outer_holo.png │   │   │   ├── [ 879] spinner_20_inner_holo.png │   │   │   ├── [ 759] spinner_20_outer_holo.png │   │   │   ├── [2.0K] spinner_48_inner_holo.png │   │   │   ├── [1.8K] spinner_48_outer_holo.png │   │   │   ├── [3.3K] spinner_76_inner_holo.png │   │   │   ├── [2.8K] spinner_76_outer_holo.png │   │   │   ├── [ 316] spinner_ab_default_holo_dark.9.png │   │   │   ├── [ 318] spinner_ab_default_holo_light.9.png │   │   │   ├── [ 316] spinner_ab_disabled_holo_dark.9.png │   │   │   ├── [ 316] spinner_ab_disabled_holo_light.9.png │   │   │   ├── [ 507] spinner_ab_focused_holo_dark.9.png │   │   │   ├── [ 510] spinner_ab_focused_holo_light.9.png │   │   │   ├── [ 450] spinner_ab_pressed_holo_dark.9.png │   │   │   ├── [ 450] spinner_ab_pressed_holo_light.9.png │   │   │   ├── [1.1K] spinner_black_16.png │   │   │   ├── [1.7K] spinner_black_20.png │   │   │   ├── [4.8K] spinner_black_48.png │   │   │   ├── [8.6K] spinner_black_76.png │   │   │   ├── [ 423] spinner_default_holo_dark.9.png │   │   │   ├── [ 421] spinner_default_holo_light.9.png │   │   │   ├── [ 378] spinner_disabled_holo_dark.9.png │   │   │   ├── [ 378] spinner_disabled_holo_light.9.png │   │   │   ├── [ 592] spinner_dropdown_background_down.9.png │   │   │   ├── [ 574] spinner_dropdown_background_up.9.png │   │   │   ├── [ 678] spinner_focused_holo_dark.9.png │   │   │   ├── [ 668] spinner_focused_holo_light.9.png │   │   │   ├── [ 911] spinner_normal.9.png │   │   │   ├── [1.9K] spinner_press.9.png │   │   │   ├── [ 603] spinner_pressed_holo_dark.9.png │   │   │   ├── [ 614] spinner_pressed_holo_light.9.png │   │   │   ├── [2.0K] spinner_select.9.png │   │   │   ├── [1.2K] spinner_white_16.png │   │   │   ├── [5.4K] spinner_white_48.png │   │   │   ├── [7.2K] spinner_white_76.png │   │   │   ├── [2.4K] star_big_off.png │   │   │   ├── [2.9K] star_big_on.png │   │   │   ├── [ 891] star_off.png │   │   │   ├── [1.5K] star_on.png │   │   │   ├── [ 537] stat_ecb_mode.png │   │   │   ├── [ 832] stat_notify_call_mute.png │   │   │   ├── [1.2K] stat_notify_car_mode.png │   │   │   ├── [ 763] stat_notify_chat.png │   │   │   ├── [1014] stat_notify_disabled.png │   │   │   ├── [1007] stat_notify_disk_full.png │   │   │   ├── [ 771] stat_notify_email_generic.png │   │   │   ├── [ 904] stat_notify_error.png │   │   │   ├── [ 830] stat_notify_gmail.png │   │   │   ├── [1018] stat_notify_missed_call.png │   │   │   ├── [1.3K] stat_notify_more.png │   │   │   ├── [1.1K] stat_notify_rssi_in_range.png │   │   │   ├── [ 735] stat_notify_sdcard.png │   │   │   ├── [1.0K] stat_notify_sdcard_prepare.png │   │   │   ├── [ 834] stat_notify_sdcard_usb.png │   │   │   ├── [1.1K] stat_notify_sim_toolkit.png │   │   │   ├── [1012] stat_notify_sync_anim0.png │   │   │   ├── [1.1K] stat_notify_sync_error.png │   │   │   ├── [1012] stat_notify_sync.png │   │   │   ├── [ 878] stat_notify_voicemail.png │   │   │   ├── [1.2K] stat_notify_wifi_in_range.png │   │   │   ├── [ 841] stat_sys_adb.png │   │   │   ├── [ 813] stat_sys_battery_0.png │   │   │   ├── [ 389] stat_sys_battery_100.png │   │   │   ├── [1.5K] stat_sys_battery_10.png │   │   │   ├── [ 463] stat_sys_battery_15.png │   │   │   ├── [1.6K] stat_sys_battery_20.png │   │   │   ├── [ 457] stat_sys_battery_28.png │   │   │   ├── [1.6K] stat_sys_battery_40.png │   │   │   ├── [ 464] stat_sys_battery_43.png │   │   │   ├── [ 454] stat_sys_battery_57.png │   │   │   ├── [1.7K] stat_sys_battery_60.png │   │   │   ├── [ 457] stat_sys_battery_71.png │   │   │   ├── [1.7K] stat_sys_battery_80.png │   │   │   ├── [ 445] stat_sys_battery_85.png │   │   │   ├── [1.1K] stat_sys_battery_charge_anim0.png │   │   │   ├── [ 684] stat_sys_battery_charge_anim100.png │   │   │   ├── [1.1K] stat_sys_battery_charge_anim15.png │   │   │   ├── [1.9K] stat_sys_battery_charge_anim1.png │   │   │   ├── [1.1K] stat_sys_battery_charge_anim28.png │   │   │   ├── [1.9K] stat_sys_battery_charge_anim2.png │   │   │   ├── [1.9K] stat_sys_battery_charge_anim3.png │   │   │   ├── [1.1K] stat_sys_battery_charge_anim43.png │   │   │   ├── [1.9K] stat_sys_battery_charge_anim4.png │   │   │   ├── [1.0K] stat_sys_battery_charge_anim57.png │   │   │   ├── [2.0K] stat_sys_battery_charge_anim5.png │   │   │   ├── [1016] stat_sys_battery_charge_anim71.png │   │   │   ├── [1004] stat_sys_battery_charge_anim85.png │   │   │   ├── [ 973] stat_sys_battery_unknown.png │   │   │   ├── [ 860] stat_sys_data_bluetooth.png │   │   │   ├── [ 968] stat_sys_data_usb.png │   │   │   ├── [ 917] stat_sys_data_wimax_signal_3_fully.png │   │   │   ├── [ 963] stat_sys_data_wimax_signal_disconnected.png │   │   │   ├── [ 695] stat_sys_download_anim0.png │   │   │   ├── [ 675] stat_sys_download_anim1.png │   │   │   ├── [ 697] stat_sys_download_anim2.png │   │   │   ├── [ 688] stat_sys_download_anim3.png │   │   │   ├── [ 660] stat_sys_download_anim4.png │   │   │   ├── [ 673] stat_sys_download_anim5.png │   │   │   ├── [ 964] stat_sys_gps_on.png │   │   │   ├── [ 664] stat_sys_headset.png │   │   │   ├── [2.9K] stat_sys_phone_call_forward.png │   │   │   ├── [2.7K] stat_sys_phone_call_on_hold.png │   │   │   ├── [2.3K] stat_sys_phone_call.png │   │   │   ├── [1.3K] stat_sys_ra_signal_0_cdma.png │   │   │   ├── [1.8K] stat_sys_ra_signal_1_cdma.png │   │   │   ├── [2.0K] stat_sys_ra_signal_2_cdma.png │   │   │   ├── [2.1K] stat_sys_ra_signal_3_cdma.png │   │   │   ├── [2.2K] stat_sys_ra_signal_4_cdma.png │   │   │   ├── [1.3K] stat_sys_r_signal_0_cdma.png │   │   │   ├── [1.9K] stat_sys_r_signal_1_cdma.png │   │   │   ├── [2.0K] stat_sys_r_signal_2_cdma.png │   │   │   ├── [2.1K] stat_sys_r_signal_3_cdma.png │   │   │   ├── [2.2K] stat_sys_r_signal_4_cdma.png │   │   │   ├── [ 761] stat_sys_secure.png │   │   │   ├── [ 425] stat_sys_signal_0_cdma.png │   │   │   ├── [ 947] stat_sys_signal_1_cdma.png │   │   │   ├── [1.1K] stat_sys_signal_2_cdma.png │   │   │   ├── [1.3K] stat_sys_signal_3_cdma.png │   │   │   ├── [1.3K] stat_sys_signal_4_cdma.png │   │   │   ├── [ 526] stat_sys_signal_evdo_0.png │   │   │   ├── [1.1K] stat_sys_signal_evdo_1.png │   │   │   ├── [1.3K] stat_sys_signal_evdo_2.png │   │   │   ├── [1.4K] stat_sys_signal_evdo_3.png │   │   │   ├── [1.5K] stat_sys_signal_evdo_4.png │   │   │   ├── [ 930] stat_sys_speakerphone.png │   │   │   ├── [ 891] stat_sys_tether_bluetooth.png │   │   │   ├── [ 963] stat_sys_tether_general.png │   │   │   ├── [ 909] stat_sys_tether_usb.png │   │   │   ├── [1.1K] stat_sys_tether_wifi.png │   │   │   ├── [ 948] stat_sys_throttled.png │   │   │   ├── [ 690] stat_sys_upload_anim0.png │   │   │   ├── [ 681] stat_sys_upload_anim1.png │   │   │   ├── [ 634] stat_sys_upload_anim2.png │   │   │   ├── [ 704] stat_sys_upload_anim3.png │   │   │   ├── [ 697] stat_sys_upload_anim4.png │   │   │   ├── [ 669] stat_sys_upload_anim5.png │   │   │   ├── [2.8K] stat_sys_vp_phone_call_on_hold.png │   │   │   ├── [2.7K] stat_sys_vp_phone_call.png │   │   │   ├── [ 769] stat_sys_warning.png │   │   │   ├── [3.2K] statusbar_background.9.png │   │   │   ├── [1.0K] status_bar_background.png │   │   │   ├── [ 204] status_bar_header_background.9.png │   │   │   ├── [ 322] status_bar_item_app_background_normal.9.png │   │   │   ├── [1.6K] status_bar_item_background_focus.9.png │   │   │   ├── [2.8K] status_bar_item_background_normal.9.png │   │   │   ├── [1.5K] status_bar_item_background_pressed.9.png │   │   │   ├── [ 251] submenu_arrow_nofocus.png │   │   │   ├── [ 249] switch_bg_disabled_holo_dark.9.png │   │   │   ├── [ 249] switch_bg_disabled_holo_light.9.png │   │   │   ├── [ 269] switch_bg_focused_holo_dark.9.png │   │   │   ├── [ 264] switch_bg_focused_holo_light.9.png │   │   │   ├── [ 182] switch_bg_holo_dark.9.png │   │   │   ├── [ 182] switch_bg_holo_light.9.png │   │   │   ├── [ 549] switch_thumb_activated_holo_dark.9.png │   │   │   ├── [ 549] switch_thumb_activated_holo_light.9.png │   │   │   ├── [ 535] switch_thumb_disabled_holo_dark.9.png │   │   │   ├── [ 535] switch_thumb_disabled_holo_light.9.png │   │   │   ├── [ 559] switch_thumb_holo_dark.9.png │   │   │   ├── [ 559] switch_thumb_holo_light.9.png │   │   │   ├── [ 566] switch_thumb_pressed_holo_dark.9.png │   │   │   ├── [ 566] switch_thumb_pressed_holo_light.9.png │   │   │   ├── [1.5K] sym_action_add.png │   │   │   ├── [1.5K] sym_action_call.png │   │   │   ├── [1.4K] sym_action_chat.png │   │   │   ├── [1.4K] sym_action_email.png │   │   │   ├── [3.3K] sym_app_on_sd_unavailable_icon.png │   │   │   ├── [2.0K] sym_call_incoming.png │   │   │   ├── [1.9K] sym_call_missed.png │   │   │   ├── [1.9K] sym_call_outgoing.png │   │   │   ├── [ 498] sym_contact_card.png │   │   │   ├── [9.2K] sym_def_app_icon.png │   │   │   ├── [2.1K] sym_keyboard_delete_dim.png │   │   │   ├── [1.1K] sym_keyboard_delete.png │   │   │   ├── [2.1K] sym_keyboard_enter.png │   │   │   ├── [1.2K] sym_keyboard_feedback_delete.png │   │   │   ├── [ 845] sym_keyboard_feedback_ok.png │   │   │   ├── [ 838] sym_keyboard_feedback_return.png │   │   │   ├── [ 700] sym_keyboard_feedback_shift_locked.png │   │   │   ├── [ 885] sym_keyboard_feedback_shift.png │   │   │   ├── [ 287] sym_keyboard_feedback_space.png │   │   │   ├── [1.1K] sym_keyboard_num0_no_plus.png │   │   │   ├── [ 626] sym_keyboard_num1.png │   │   │   ├── [2.4K] sym_keyboard_num2.png │   │   │   ├── [1.9K] sym_keyboard_num3.png │   │   │   ├── [1.7K] sym_keyboard_num4.png │   │   │   ├── [2.0K] sym_keyboard_num5.png │   │   │   ├── [2.5K] sym_keyboard_num6.png │   │   │   ├── [2.6K] sym_keyboard_num7.png │   │   │   ├── [2.4K] sym_keyboard_num8.png │   │   │   ├── [3.1K] sym_keyboard_num9.png │   │   │   ├── [2.0K] sym_keyboard_ok_dim.png │   │   │   ├── [2.2K] sym_keyboard_ok.png │   │   │   ├── [1.1K] sym_keyboard_return_holo.png │   │   │   ├── [1.1K] sym_keyboard_return.png │   │   │   ├── [1.1K] sym_keyboard_shift_locked.png │   │   │   ├── [1.5K] sym_keyboard_shift.png │   │   │   ├── [ 371] sym_keyboard_space.png │   │   │   ├── [ 129] tab_bottom_holo.9.png │   │   │   ├── [ 623] tab_focus.9.png │   │   │   ├── [ 138] tab_focus_bar_left.9.png │   │   │   ├── [ 138] tab_focus_bar_right.9.png │   │   │   ├── [ 608] tab_press.9.png │   │   │   ├── [ 138] tab_press_bar_left.9.png │   │   │   ├── [ 138] tab_press_bar_right.9.png │   │   │   ├── [ 428] tab_pressed_holo.9.png │   │   │   ├── [ 623] tab_selected.9.png │   │   │   ├── [ 135] tab_selected_bar_left.9.png │   │   │   ├── [ 151] tab_selected_bar_left_v4.9.png │   │   │   ├── [ 135] tab_selected_bar_right.9.png │   │   │   ├── [ 151] tab_selected_bar_right_v4.9.png │   │   │   ├── [ 147] tab_selected_focused_holo.9.png │   │   │   ├── [ 148] tab_selected_holo.9.png │   │   │   ├── [ 147] tab_selected_pressed_holo.9.png │   │   │   ├── [ 998] tab_selected_v4.9.png │   │   │   ├── [ 380] tab_unselected.9.png │   │   │   ├── [ 146] tab_unselected_focused_holo.9.png │   │   │   ├── [ 153] tab_unselected_holo.9.png │   │   │   ├── [ 145] tab_unselected_pressed_holo.9.png │   │   │   ├── [ 975] tab_unselected_v4.9.png │   │   │   ├── [1.0K] text_edit_paste_window.9.png │   │   │   ├── [ 488] text_edit_side_paste_window.9.png │   │   │   ├── [1.0K] text_edit_suggestions_window.9.png │   │   │   ├── [1.1K] textfield_activated_holo_dark.9.png │   │   │   ├── [1.1K] textfield_activated_holo_light.9.png │   │   │   ├── [ 213] textfield_bg_activated_holo_dark.9.png │   │   │   ├── [ 214] textfield_bg_default_holo_dark.9.png │   │   │   ├── [ 210] textfield_bg_disabled_focused_holo_dark.9.png │   │   │   ├── [ 212] textfield_bg_disabled_holo_dark.9.png │   │   │   ├── [ 209] textfield_bg_focused_holo_dark.9.png │   │   │   ├── [ 529] textfield_default.9.png │   │   │   ├── [1.1K] textfield_default_holo_dark.9.png │   │   │   ├── [1.1K] textfield_default_holo_light.9.png │   │   │   ├── [ 613] textfield_disabled.9.png │   │   │   ├── [1.2K] textfield_disabled_focused_holo_dark.9.png │   │   │   ├── [1.2K] textfield_disabled_focused_holo_light.9.png │   │   │   ├── [1.1K] textfield_disabled_holo_dark.9.png │   │   │   ├── [1.1K] textfield_disabled_holo_light.9.png │   │   │   ├── [ 738] textfield_disabled_selected.9.png │   │   │   ├── [ 330] textfield_focused_holo_dark.9.png │   │   │   ├── [ 330] textfield_focused_holo_light.9.png │   │   │   ├── [ 196] textfield_longpress_holo.9.png │   │   │   ├── [1.1K] textfield_multiline_activated_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_activated_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_default_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_default_holo_light.9.png │   │   │   ├── [1.2K] textfield_multiline_disabled_focused_holo_dark.9.png │   │   │   ├── [1.2K] textfield_multiline_disabled_focused_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_holo_light.9.png │   │   │   ├── [1.2K] textfield_multiline_focused_holo_dark.9.png │   │   │   ├── [1.2K] textfield_multiline_focused_holo_light.9.png │   │   │   ├── [ 192] textfield_pressed_holo.9.png │   │   │   ├── [ 790] textfield_search_default.9.png │   │   │   ├── [ 110] textfield_search_default_holo_dark.9.png │   │   │   ├── [ 105] textfield_search_default_holo_light.9.png │   │   │   ├── [3.6K] textfield_search_empty_default.9.png │   │   │   ├── [3.9K] textfield_search_empty_pressed.9.png │   │   │   ├── [3.6K] textfield_search_empty_selected.9.png │   │   │   ├── [1.3K] textfield_search_pressed.9.png │   │   │   ├── [ 108] textfield_search_right_default_holo_dark.9.png │   │   │   ├── [ 103] textfield_search_right_default_holo_light.9.png │   │   │   ├── [ 114] textfield_search_right_selected_holo_dark.9.png │   │   │   ├── [ 111] textfield_search_right_selected_holo_light.9.png │   │   │   ├── [ 873] textfield_search_selected.9.png │   │   │   ├── [ 114] textfield_search_selected_holo_dark.9.png │   │   │   ├── [ 112] textfield_search_selected_holo_light.9.png │   │   │   ├── [ 616] textfield_selected.9.png │   │   │   ├── [1.6K] text_select_handle_left.png │   │   │   ├── [1.8K] text_select_handle_middle.png │   │   │   ├── [1.7K] text_select_handle_right.png │   │   │   ├── [ 245] title_bar_medium.9.png │   │   │   ├── [ 215] title_bar_portrait.9.png │   │   │   ├── [ 198] title_bar_shadow.9.png │   │   │   ├── [ 262] title_bar_tall.9.png │   │   │   ├── [1.3K] toast_frame.9.png │   │   │   ├── [1.5K] toast_frame_holo.9.png │   │   │   ├── [4.1K] transportcontrol_bg.9.png │   │   │   ├── [ 148] unknown_image.png │   │   │   ├── [6.5K] usb_android_connected.png │   │   │   ├── [6.8K] usb_android.png │   │   │   ├── [ 539] vpn_connected.png │   │   │   ├── [ 577] vpn_disconnected.png │   │   │   └── [1.6K] zoom_plate.9.png │   │   ├── [4.0K] drawable-land-hdpi │   │   │   ├── [1.4K] btn_lock_normal.9.png │   │   │   ├── [3.0K] jog_tab_bar_left_end_confirm_gray.9.png │   │   │   ├── [4.4K] jog_tab_bar_left_end_confirm_green.9.png │   │   │   ├── [4.4K] jog_tab_bar_left_end_confirm_red.9.png │   │   │   ├── [4.4K] jog_tab_bar_left_end_confirm_yellow.9.png │   │   │   ├── [4.0K] jog_tab_bar_left_end_normal.9.png │   │   │   ├── [3.8K] jog_tab_bar_left_end_pressed.9.png │   │   │   ├── [2.8K] jog_tab_bar_right_end_confirm_gray.9.png │   │   │   ├── [4.2K] jog_tab_bar_right_end_confirm_green.9.png │   │   │   ├── [4.2K] jog_tab_bar_right_end_confirm_red.9.png │   │   │   ├── [4.2K] jog_tab_bar_right_end_confirm_yellow.9.png │   │   │   ├── [3.9K] jog_tab_bar_right_end_normal.9.png │   │   │   ├── [3.7K] jog_tab_bar_right_end_pressed.9.png │   │   │   ├── [6.5K] jog_tab_left_confirm_gray.png │   │   │   ├── [ 11K] jog_tab_left_confirm_green.png │   │   │   ├── [ 11K] jog_tab_left_confirm_red.png │   │   │   ├── [ 11K] jog_tab_left_confirm_yellow.png │   │   │   ├── [ 10K] jog_tab_left_normal.png │   │   │   ├── [9.7K] jog_tab_left_pressed.png │   │   │   ├── [6.5K] jog_tab_right_confirm_gray.png │   │   │   ├── [ 11K] jog_tab_right_confirm_green.png │   │   │   ├── [ 11K] jog_tab_right_confirm_red.png │   │   │   ├── [ 11K] jog_tab_right_confirm_yellow.png │   │   │   ├── [ 10K] jog_tab_right_normal.png │   │   │   ├── [9.7K] jog_tab_right_pressed.png │   │   │   ├── [ 959] jog_tab_target_gray.png │   │   │   ├── [1.1K] jog_tab_target_green.png │   │   │   ├── [1.1K] jog_tab_target_red.png │   │   │   └── [1.1K] jog_tab_target_yellow.png │   │   ├── [4.0K] drawable-land-ldpi │   │   │   ├── [ 726] btn_lock_normal.9.png │   │   │   ├── [3.9K] ic_jog_dial_sound_off.png │   │   │   ├── [2.3K] ic_jog_dial_sound_on.png │   │   │   ├── [4.1K] ic_jog_dial_unlock.png │   │   │   ├── [1.4K] jog_tab_bar_left_end_confirm_gray.9.png │   │   │   ├── [1.8K] jog_tab_bar_left_end_confirm_green.9.png │   │   │   ├── [1.8K] jog_tab_bar_left_end_confirm_red.9.png │   │   │   ├── [1.8K] jog_tab_bar_left_end_confirm_yellow.9.png │   │   │   ├── [1.8K] jog_tab_bar_left_end_normal.9.png │   │   │   ├── [1.7K] jog_tab_bar_left_end_pressed.9.png │   │   │   ├── [1.3K] jog_tab_bar_right_end_confirm_gray.9.png │   │   │   ├── [1.7K] jog_tab_bar_right_end_confirm_green.9.png │   │   │   ├── [1.8K] jog_tab_bar_right_end_confirm_red.9.png │   │   │   ├── [1.8K] jog_tab_bar_right_end_confirm_yellow.9.png │   │   │   ├── [1.8K] jog_tab_bar_right_end_normal.9.png │   │   │   ├── [1.7K] jog_tab_bar_right_end_pressed.9.png │   │   │   ├── [2.1K] jog_tab_left_confirm_gray.png │   │   │   ├── [4.5K] jog_tab_left_confirm_green.png │   │   │   ├── [4.5K] jog_tab_left_confirm_red.png │   │   │   ├── [4.6K] jog_tab_left_confirm_yellow.png │   │   │   ├── [3.1K] jog_tab_left_normal.png │   │   │   ├── [3.0K] jog_tab_left_pressed.png │   │   │   ├── [2.1K] jog_tab_right_confirm_gray.png │   │   │   ├── [4.5K] jog_tab_right_confirm_green.png │   │   │   ├── [4.5K] jog_tab_right_confirm_red.png │   │   │   ├── [4.6K] jog_tab_right_confirm_yellow.png │   │   │   ├── [3.1K] jog_tab_right_normal.png │   │   │   ├── [3.0K] jog_tab_right_pressed.png │   │   │   ├── [ 427] jog_tab_target_gray.png │   │   │   ├── [ 580] jog_tab_target_green.png │   │   │   ├── [ 586] jog_tab_target_red.png │   │   │   └── [ 579] jog_tab_target_yellow.png │   │   ├── [4.0K] drawable-land-mdpi │   │   │   ├── [ 984] btn_lock_normal.9.png │   │   │   ├── [1.9K] jog_tab_bar_left_end_confirm_gray.9.png │   │   │   ├── [2.7K] jog_tab_bar_left_end_confirm_green.9.png │   │   │   ├── [2.6K] jog_tab_bar_left_end_confirm_red.9.png │   │   │   ├── [2.7K] jog_tab_bar_left_end_confirm_yellow.9.png │   │   │   ├── [2.5K] jog_tab_bar_left_end_normal.9.png │   │   │   ├── [2.4K] jog_tab_bar_left_end_pressed.9.png │   │   │   ├── [1.8K] jog_tab_bar_right_end_confirm_gray.9.png │   │   │   ├── [2.6K] jog_tab_bar_right_end_confirm_green.9.png │   │   │   ├── [2.5K] jog_tab_bar_right_end_confirm_red.9.png │   │   │   ├── [2.6K] jog_tab_bar_right_end_confirm_yellow.9.png │   │   │   ├── [2.4K] jog_tab_bar_right_end_normal.9.png │   │   │   ├── [2.3K] jog_tab_bar_right_end_pressed.9.png │   │   │   ├── [4.1K] jog_tab_left_confirm_gray.png │   │   │   ├── [6.7K] jog_tab_left_confirm_green.png │   │   │   ├── [6.7K] jog_tab_left_confirm_red.png │   │   │   ├── [6.7K] jog_tab_left_confirm_yellow.png │   │   │   ├── [6.1K] jog_tab_left_normal.png │   │   │   ├── [5.8K] jog_tab_left_pressed.png │   │   │   ├── [4.1K] jog_tab_right_confirm_gray.png │   │   │   ├── [6.6K] jog_tab_right_confirm_green.png │   │   │   ├── [6.7K] jog_tab_right_confirm_red.png │   │   │   ├── [6.7K] jog_tab_right_confirm_yellow.png │   │   │   ├── [6.1K] jog_tab_right_normal.png │   │   │   ├── [5.8K] jog_tab_right_pressed.png │   │   │   ├── [ 549] jog_tab_target_gray.png │   │   │   ├── [ 808] jog_tab_target_green.png │   │   │   ├── [ 807] jog_tab_target_red.png │   │   │   └── [ 798] jog_tab_target_yellow.png │   │   ├── [4.0K] drawable-land-xhdpi │   │   │   └── [2.5K] btn_lock_normal.9.png │   │   ├── [ 36K] drawable-ldpi │   │   │   ├── [ 505] activity_title_bar.9.png │   │   │   ├── [ 424] arrow_down_float.png │   │   │   ├── [ 422] arrow_up_float.png │   │   │   ├── [1.7K] battery_charge_background.png │   │   │   ├── [ 348] bottom_bar.png │   │   │   ├── [ 516] btn_check_buttonless_off.png │   │   │   ├── [ 670] btn_check_buttonless_on.png │   │   │   ├── [ 138] btn_check_label_background.9.png │   │   │   ├── [ 572] btn_check_off_disable_focused.png │   │   │   ├── [ 443] btn_check_off_disable.png │   │   │   ├── [ 427] btn_check_off.png │   │   │   ├── [1017] btn_check_off_pressed.png │   │   │   ├── [1.0K] btn_check_off_selected.png │   │   │   ├── [ 988] btn_check_on_disable_focused.png │   │   │   ├── [ 669] btn_check_on_disable.png │   │   │   ├── [1.0K] btn_check_on.png │   │   │   ├── [1.1K] btn_check_on_pressed.png │   │   │   ├── [1.2K] btn_check_on_selected.png │   │   │   ├── [1.1K] btn_circle_disable_focused.png │   │   │   ├── [1.1K] btn_circle_disable.png │   │   │   ├── [1.2K] btn_circle_normal.png │   │   │   ├── [1.5K] btn_circle_pressed.png │   │   │   ├── [1.5K] btn_circle_selected.png │   │   │   ├── [ 915] btn_close_normal.png │   │   │   ├── [ 965] btn_close_pressed.png │   │   │   ├── [1015] btn_close_selected.png │   │   │   ├── [ 896] btn_code_lock_default.png │   │   │   ├── [ 592] btn_code_lock_touched.png │   │   │   ├── [ 545] btn_default_normal.9.png │   │   │   ├── [ 518] btn_default_normal_disable.9.png │   │   │   ├── [ 584] btn_default_normal_disable_focused.9.png │   │   │   ├── [ 505] btn_default_pressed.9.png │   │   │   ├── [ 408] btn_default_selected.9.png │   │   │   ├── [ 473] btn_default_small_normal.9.png │   │   │   ├── [ 457] btn_default_small_normal_disable.9.png │   │   │   ├── [ 545] btn_default_small_normal_disable_focused.9.png │   │   │   ├── [ 369] btn_default_small_pressed.9.png │   │   │   ├── [ 356] btn_default_small_selected.9.png │   │   │   ├── [ 801] btn_default_transparent_normal.9.png │   │   │   ├── [ 951] btn_dialog_disable.png │   │   │   ├── [ 915] btn_dialog_normal.png │   │   │   ├── [ 975] btn_dialog_pressed.png │   │   │   ├── [1006] btn_dialog_selected.png │   │   │   ├── [1.2K] btn_dropdown_disabled.9.png │   │   │   ├── [1.4K] btn_dropdown_disabled_focused.9.png │   │   │   ├── [1.0K] btn_dropdown_normal.9.png │   │   │   ├── [1.8K] btn_dropdown_pressed.9.png │   │   │   ├── [2.0K] btn_dropdown_selected.9.png │   │   │   ├── [ 544] btn_erase_default.9.png │   │   │   ├── [ 556] btn_erase_pressed.9.png │   │   │   ├── [ 554] btn_erase_selected.9.png │   │   │   ├── [ 563] btn_global_search_normal.9.png │   │   │   ├── [ 849] btn_keyboard_key_fulltrans_normal.9.png │   │   │   ├── [ 992] btn_keyboard_key_fulltrans_normal_off.9.png │   │   │   ├── [1.0K] btn_keyboard_key_fulltrans_normal_on.9.png │   │   │   ├── [ 872] btn_keyboard_key_fulltrans_pressed.9.png │   │   │   ├── [1010] btn_keyboard_key_fulltrans_pressed_off.9.png │   │   │   ├── [1.0K] btn_keyboard_key_fulltrans_pressed_on.9.png │   │   │   ├── [ 389] btn_keyboard_key_normal.9.png │   │   │   ├── [ 516] btn_keyboard_key_normal_off.9.png │   │   │   ├── [ 582] btn_keyboard_key_normal_on.9.png │   │   │   ├── [ 394] btn_keyboard_key_pressed.9.png │   │   │   ├── [ 532] btn_keyboard_key_pressed_off.9.png │   │   │   ├── [ 580] btn_keyboard_key_pressed_on.9.png │   │   │   ├── [ 634] btn_keyboard_key_trans_normal.9.png │   │   │   ├── [ 592] btn_keyboard_key_trans_normal_off.9.png │   │   │   ├── [ 651] btn_keyboard_key_trans_normal_on.9.png │   │   │   ├── [ 776] btn_keyboard_key_trans_pressed.9.png │   │   │   ├── [ 618] btn_keyboard_key_trans_pressed_off.9.png │   │   │   ├── [ 642] btn_keyboard_key_trans_pressed_on.9.png │   │   │   ├── [ 796] btn_keyboard_key_trans_selected.9.png │   │   │   ├── [ 689] btn_media_player.9.png │   │   │   ├── [ 645] btn_media_player_disabled.9.png │   │   │   ├── [ 755] btn_media_player_disabled_selected.9.png │   │   │   ├── [ 983] btn_media_player_pressed.9.png │   │   │   ├── [1.1K] btn_media_player_selected.9.png │   │   │   ├── [5.0K] btn_minus_default.png │   │   │   ├── [2.7K] btn_minus_disable_focused.png │   │   │   ├── [5.0K] btn_minus_disable.png │   │   │   ├── [2.5K] btn_minus_pressed.png │   │   │   ├── [5.1K] btn_minus_selected.png │   │   │   ├── [5.1K] btn_plus_default.png │   │   │   ├── [2.7K] btn_plus_disable_focused.png │   │   │   ├── [5.1K] btn_plus_disable.png │   │   │   ├── [5.2K] btn_plus_pressed.png │   │   │   ├── [5.2K] btn_plus_selected.png │   │   │   ├── [ 140] btn_radio_label_background.9.png │   │   │   ├── [1.5K] btn_radio_off.png │   │   │   ├── [1.6K] btn_radio_off_pressed.png │   │   │   ├── [1.6K] btn_radio_off_selected.png │   │   │   ├── [1.5K] btn_radio_on.png │   │   │   ├── [1.6K] btn_radio_on_pressed.png │   │   │   ├── [1.7K] btn_radio_on_selected.png │   │   │   ├── [1.4K] btn_rating_star_off_normal.png │   │   │   ├── [2.4K] btn_rating_star_off_pressed.png │   │   │   ├── [2.4K] btn_rating_star_off_selected.png │   │   │   ├── [2.5K] btn_rating_star_on_normal.png │   │   │   ├── [2.5K] btn_rating_star_on_pressed.png │   │   │   ├── [2.6K] btn_rating_star_on_selected.png │   │   │   ├── [ 467] btn_search_dialog_default.9.png │   │   │   ├── [ 688] btn_search_dialog_pressed.9.png │   │   │   ├── [ 716] btn_search_dialog_selected.9.png │   │   │   ├── [ 582] btn_search_dialog_voice_default.9.png │   │   │   ├── [ 794] btn_search_dialog_voice_pressed.9.png │   │   │   ├── [ 814] btn_search_dialog_voice_selected.9.png │   │   │   ├── [ 769] btn_square_overlay_disabled_focused.png │   │   │   ├── [ 788] btn_square_overlay_disabled.png │   │   │   ├── [ 585] btn_square_overlay_normal.png │   │   │   ├── [ 902] btn_square_overlay_pressed.png │   │   │   ├── [ 873] btn_square_overlay_selected.png │   │   │   ├── [1.2K] btn_star_big_off_disable_focused.png │   │   │   ├── [ 785] btn_star_big_off_disable.png │   │   │   ├── [ 771] btn_star_big_off.png │   │   │   ├── [1.1K] btn_star_big_off_pressed.png │   │   │   ├── [1.1K] btn_star_big_off_selected.png │   │   │   ├── [1.2K] btn_star_big_on_disable_focused.png │   │   │   ├── [1.2K] btn_star_big_on_disable.png │   │   │   ├── [1.1K] btn_star_big_on.png │   │   │   ├── [1.1K] btn_star_big_on_pressed.png │   │   │   ├── [1.1K] btn_star_big_on_selected.png │   │   │   ├── [ 136] btn_star_label_background.9.png │   │   │   ├── [ 310] btn_toggle_off.9.png │   │   │   ├── [ 312] btn_toggle_on.9.png │   │   │   ├── [1.1K] btn_zoom_down_disabled.9.png │   │   │   ├── [1.3K] btn_zoom_down_disabled_focused.9.png │   │   │   ├── [1.6K] btn_zoom_down_normal.9.png │   │   │   ├── [1.7K] btn_zoom_down_pressed.9.png │   │   │   ├── [1.7K] btn_zoom_down_selected.9.png │   │   │   ├── [1.6K] btn_zoom_page_normal.png │   │   │   ├── [1.6K] btn_zoom_page_press.png │   │   │   ├── [1.2K] btn_zoom_up_disabled.9.png │   │   │   ├── [1.3K] btn_zoom_up_disabled_focused.9.png │   │   │   ├── [1.6K] btn_zoom_up_normal.9.png │   │   │   ├── [1.6K] btn_zoom_up_pressed.9.png │   │   │   ├── [1.6K] btn_zoom_up_selected.9.png │   │   │   ├── [ 406] button_onoff_indicator_off.png │   │   │   ├── [ 400] button_onoff_indicator_on.png │   │   │   ├── [1003] call_contact.png │   │   │   ├── [ 359] checkbox_off_background.png │   │   │   ├── [ 702] checkbox_on_background.png │   │   │   ├── [3.0K] clock_dial.png │   │   │   ├── [ 820] clock_hand_hour.png │   │   │   ├── [ 913] clock_hand_minute.png │   │   │   ├── [ 158] code_lock_bottom.9.png │   │   │   ├── [ 128] code_lock_left.9.png │   │   │   ├── [ 125] code_lock_top.9.png │   │   │   ├── [ 674] compass_arrow.png │   │   │   ├── [1.8K] compass_base.png │   │   │   ├── [ 177] contact_header_bg.9.png │   │   │   ├── [ 854] create_contact.png │   │   │   ├── [ 124] dark_header.9.png │   │   │   ├── [ 225] dialog_divider_horizontal_light.9.png │   │   │   ├── [ 109] divider_horizontal_bright.9.png │   │   │   ├── [ 109] divider_horizontal_bright_opaque.9.png │   │   │   ├── [ 120] divider_horizontal_dark.9.png │   │   │   ├── [ 109] divider_horizontal_dark_opaque.9.png │   │   │   ├── [ 218] divider_horizontal_dim_dark.9.png │   │   │   ├── [ 117] divider_horizontal_textfield.9.png │   │   │   ├── [ 97] divider_vertical_bright.9.png │   │   │   ├── [ 106] divider_vertical_bright_opaque.9.png │   │   │   ├── [ 120] divider_vertical_dark.9.png │   │   │   ├── [ 106] divider_vertical_dark_opaque.9.png │   │   │   ├── [ 619] editbox_background_focus_yellow.9.png │   │   │   ├── [ 359] editbox_background_normal.9.png │   │   │   ├── [ 291] editbox_dropdown_background.9.png │   │   │   ├── [ 263] editbox_dropdown_background_dark.9.png │   │   │   ├── [ 902] emo_im_angel.png │   │   │   ├── [ 859] emo_im_cool.png │   │   │   ├── [ 845] emo_im_crying.png │   │   │   ├── [ 870] emo_im_foot_in_mouth.png │   │   │   ├── [ 879] emo_im_happy.png │   │   │   ├── [ 826] emo_im_kissing.png │   │   │   ├── [ 865] emo_im_laughing.png │   │   │   ├── [ 922] emo_im_lips_are_sealed.png │   │   │   ├── [ 897] emo_im_money_mouth.png │   │   │   ├── [ 873] emo_im_sad.png │   │   │   ├── [ 833] emo_im_surprised.png │   │   │   ├── [ 907] emo_im_tongue_sticking_out.png │   │   │   ├── [ 872] emo_im_undecided.png │   │   │   ├── [ 859] emo_im_winking.png │   │   │   ├── [ 877] emo_im_wtf.png │   │   │   ├── [ 843] emo_im_yelling.png │   │   │   ├── [1.1K] expander_ic_maximized.9.png │   │   │   ├── [1.1K] expander_ic_minimized.9.png │   │   │   ├── [1.2K] focused_application_background_static.png │   │   │   ├── [ 563] frame_gallery_thumb.9.png │   │   │   ├── [ 568] frame_gallery_thumb_pressed.9.png │   │   │   ├── [ 430] frame_gallery_thumb_selected.9.png │   │   │   ├── [ 814] gallery_selected_default.9.png │   │   │   ├── [ 899] gallery_selected_focused.9.png │   │   │   ├── [ 901] gallery_selected_pressed.9.png │   │   │   ├── [ 493] gallery_unselected_default.9.png │   │   │   ├── [ 646] gallery_unselected_pressed.9.png │   │   │   ├── [ 784] grid_selector_background_focus.9.png │   │   │   ├── [ 744] grid_selector_background_pressed.9.png │   │   │   ├── [ 698] highlight_disabled.9.png │   │   │   ├── [ 747] highlight_pressed.9.png │   │   │   ├── [ 781] highlight_selected.9.png │   │   │   ├── [ 584] ic_aggregated.png │   │   │   ├── [ 502] ic_btn_round_more_disabled.png │   │   │   ├── [ 518] ic_btn_round_more_normal.png │   │   │   ├── [ 750] ic_btn_search_go.png │   │   │   ├── [1.0K] ic_btn_search.png │   │   │   ├── [ 963] ic_btn_speak_now.png │   │   │   ├── [ 657] ic_btn_square_browser_zoom_fit_page_disabled.png │   │   │   ├── [ 803] ic_btn_square_browser_zoom_fit_page_normal.png │   │   │   ├── [ 550] ic_btn_square_browser_zoom_page_overview_disabled.png │   │   │   ├── [ 971] ic_btn_square_browser_zoom_page_overview_normal.png │   │   │   ├── [ 611] ic_bullet_key_permission.png │   │   │   ├── [ 810] ic_contact_picture_2.png │   │   │   ├── [ 625] ic_contact_picture_3.png │   │   │   ├── [ 769] ic_contact_picture.png │   │   │   ├── [1.6K] ic_delete.png │   │   │   ├── [ 908] ic_dialog_alert.png │   │   │   ├── [ 875] ic_dialog_dialer.png │   │   │   ├── [ 905] ic_dialog_email.png │   │   │   ├── [ 905] ic_dialog_info.png │   │   │   ├── [1.0K] ic_dialog_map.png │   │   │   ├── [1.2K] ic_dialog_time.png │   │   │   ├── [ 903] ic_dialog_usb.png │   │   │   ├── [ 888] ic_emergency.png │   │   │   ├── [1.1K] ic_input_add.png │   │   │   ├── [ 825] ic_input_delete.png │   │   │   ├── [ 856] ic_input_get.png │   │   │   ├── [4.3K] ic_jog_dial_answer_and_end.png │   │   │   ├── [4.5K] ic_jog_dial_answer_and_hold.png │   │   │   ├── [4.1K] ic_jog_dial_answer.png │   │   │   ├── [3.8K] ic_jog_dial_decline.png │   │   │   ├── [3.9K] ic_jog_dial_sound_off.png │   │   │   ├── [2.3K] ic_jog_dial_sound_on.png │   │   │   ├── [4.1K] ic_jog_dial_unlock.png │   │   │   ├── [4.7K] ic_jog_dial_vibrate_on.png │   │   │   ├── [3.2K] ic_launcher_android.png │   │   │   ├── [1.1K] ic_lock_airplane_mode_off.png │   │   │   ├── [1.0K] ic_lock_airplane_mode.png │   │   │   ├── [ 824] ic_lock_idle_alarm.png │   │   │   ├── [ 740] ic_lock_idle_charging.png │   │   │   ├── [ 701] ic_lock_idle_lock.png │   │   │   ├── [ 701] ic_lock_idle_low_battery.png │   │   │   ├── [ 972] ic_lock_lock.png │   │   │   ├── [1.2K] ic_lock_power_off.png │   │   │   ├── [ 782] ic_lock_ringer_off.png │   │   │   ├── [ 857] ic_lock_ringer_on.png │   │   │   ├── [1.1K] ic_lock_silent_mode_off.png │   │   │   ├── [ 964] ic_lock_silent_mode.png │   │   │   ├── [1.3K] ic_lock_silent_mode_vibrate.png │   │   │   ├── [1.6K] ic_maps_indicator_current_position_anim1.png │   │   │   ├── [1.6K] ic_maps_indicator_current_position_anim2.png │   │   │   ├── [1.6K] ic_maps_indicator_current_position_anim3.png │   │   │   ├── [1.6K] ic_maps_indicator_current_position.png │   │   │   ├── [ 673] ic_media_embed_play.png │   │   │   ├── [ 886] ic_media_ff.png │   │   │   ├── [ 594] ic_media_fullscreen.png │   │   │   ├── [ 735] ic_media_next.png │   │   │   ├── [3.2K] ic_media_pause.png │   │   │   ├── [ 673] ic_media_play.png │   │   │   ├── [ 770] ic_media_previous.png │   │   │   ├── [ 906] ic_media_rew.png │   │   │   ├── [3.4K] ic_media_video_poster.png │   │   │   ├── [1.3K] ic_menu_account_list.png │   │   │   ├── [1.5K] ic_menu_add.png │   │   │   ├── [1.3K] ic_menu_agenda.png │   │   │   ├── [1.3K] ic_menu_allfriends.png │   │   │   ├── [1.3K] ic_menu_always_landscape_portrait.png │   │   │   ├── [1.1K] ic_menu_archive.png │   │   │   ├── [1.5K] ic_menu_attachment.png │   │   │   ├── [1.0K] ic_menu_back.png │   │   │   ├── [1.5K] ic_menu_blocked_user.png │   │   │   ├── [1.5K] ic_menu_block.png │   │   │   ├── [1.4K] ic_menu_call.png │   │   │   ├── [1.2K] ic_menu_camera.png │   │   │   ├── [1.4K] ic_menu_cc.png │   │   │   ├── [1.3K] ic_menu_chat_dashboard.png │   │   │   ├── [1.5K] ic_menu_clear_playlist.png │   │   │   ├── [1.8K] ic_menu_close_clear_cancel.png │   │   │   ├── [1.8K] ic_menu_compass.png │   │   │   ├── [1.3K] ic_menu_compose.png │   │   │   ├── [1.2K] ic_menu_crop.png │   │   │   ├── [1.1K] ic_menu_day.png │   │   │   ├── [1.2K] ic_menu_delete.png │   │   │   ├── [1.4K] ic_menu_directions.png │   │   │   ├── [1.4K] ic_menu_edit.png │   │   │   ├── [1.6K] ic_menu_emoticons.png │   │   │   ├── [2.4K] ic_menu_end_conversation.png │   │   │   ├── [1.1K] ic_menu_forward.png │   │   │   ├── [1.2K] ic_menu_friendslist.png │   │   │   ├── [1.1K] ic_menu_gallery.png │   │   │   ├── [1.3K] ic_menu_goto.png │   │   │   ├── [1.6K] ic_menu_help.png │   │   │   ├── [1.4K] ic_menu_home.png │   │   │   ├── [1.5K] ic_menu_info_details.png │   │   │   ├── [1.5K] ic_menu_invite.png │   │   │   ├── [1.5K] ic_menu_login.png │   │   │   ├── [1.3K] ic_menu_manage.png │   │   │   ├── [1.2K] ic_menu_mapmode.png │   │   │   ├── [1.5K] ic_menu_mark.png │   │   │   ├── [1.6K] ic_menu_month.png │   │   │   ├── [1.8K] ic_menu_more.png │   │   │   ├── [1.3K] ic_menu_my_calendar.png │   │   │   ├── [1.4K] ic_menu_mylocation.png │   │   │   ├── [1.3K] ic_menu_myplaces.png │   │   │   ├── [1.2K] ic_menu_notifications.png │   │   │   ├── [1.2K] ic_menu_play_clip.png │   │   │   ├── [1.6K] ic_menu_preferences.png │   │   │   ├── [1.6K] ic_menu_recent_history.png │   │   │   ├── [1.7K] ic_menu_refresh.png │   │   │   ├── [1.3K] ic_menu_report_image.png │   │   │   ├── [1.3K] ic_menu_revert.png │   │   │   ├── [1.7K] ic_menu_rotate.png │   │   │   ├── [1.2K] ic_menu_save.png │   │   │   ├── [1.4K] ic_menu_search.png │   │   │   ├── [1.3K] ic_menu_send.png │   │   │   ├── [1.3K] ic_menu_set_as.png │   │   │   ├── [1.4K] ic_menu_share.png │   │   │   ├── [1.2K] ic_menu_slideshow.png │   │   │   ├── [1.3K] ic_menu_sort_alphabetically.png │   │   │   ├── [ 993] ic_menu_sort_by_size.png │   │   │   ├── [1.3K] ic_menu_star.png │   │   │   ├── [1.3K] ic_menu_start_conversation.png │   │   │   ├── [1.5K] ic_menu_stop.png │   │   │   ├── [1.4K] ic_menu_today.png │   │   │   ├── [1.2K] ic_menu_upload.png │   │   │   ├── [1.4K] ic_menu_upload_you_tube.png │   │   │   ├── [1.3K] ic_menu_view.png │   │   │   ├── [1.2K] ic_menu_week.png │   │   │   ├── [1.5K] ic_menu_zoom.png │   │   │   ├── [1.1K] ic_notification_clear_all.png │   │   │   ├── [ 465] ic_notification_overlay.9.png │   │   │   ├── [ 736] icon_highlight_rectangle.9.png │   │   │   ├── [ 943] icon_highlight_square.9.png │   │   │   ├── [ 432] ic_partial_secure.png │   │   │   ├── [1.1K] ic_popup_disk_full.png │   │   │   ├── [ 970] ic_popup_reminder.png │   │   │   ├── [1.1K] ic_popup_sync_1.png │   │   │   ├── [1.1K] ic_popup_sync_2.png │   │   │   ├── [1.1K] ic_popup_sync_3.png │   │   │   ├── [1.1K] ic_popup_sync_4.png │   │   │   ├── [1.1K] ic_popup_sync_5.png │   │   │   ├── [1.1K] ic_popup_sync_6.png │   │   │   ├── [1.4K] ic_search_category_default.png │   │   │   ├── [ 485] ic_secure.png │   │   │   ├── [ 611] ic_text_dot.png │   │   │   ├── [1.9K] ic_vibrate.png │   │   │   ├── [ 823] ic_vibrate_small.png │   │   │   ├── [1.8K] ic_volume_bluetooth_ad2p.png │   │   │   ├── [1.5K] ic_volume_bluetooth_in_call.png │   │   │   ├── [1.4K] ic_volume_off.png │   │   │   ├── [ 668] ic_volume_off_small.png │   │   │   ├── [1.5K] ic_volume.png │   │   │   ├── [ 753] ic_volume_small.png │   │   │   ├── [ 411] ime_qwerty.png │   │   │   ├── [ 359] indicator_code_lock_drag_direction_red_up.png │   │   │   ├── [1.9K] indicator_code_lock_point_area_default.png │   │   │   ├── [4.1K] indicator_code_lock_point_area_green.png │   │   │   ├── [3.7K] indicator_code_lock_point_area_red.png │   │   │   ├── [ 802] indicator_input_error.png │   │   │   ├── [3.9K] jog_dial_arrow_long_left_green.png │   │   │   ├── [3.8K] jog_dial_arrow_long_left_yellow.png │   │   │   ├── [2.4K] jog_dial_arrow_long_middle_yellow.png │   │   │   ├── [3.7K] jog_dial_arrow_long_right_red.png │   │   │   ├── [3.8K] jog_dial_arrow_long_right_yellow.png │   │   │   ├── [2.1K] jog_dial_arrow_short_left_and_right.png │   │   │   ├── [1.3K] jog_dial_arrow_short_left.png │   │   │   ├── [1.3K] jog_dial_arrow_short_right.png │   │   │   ├── [8.0K] jog_dial_bg.png │   │   │   ├── [1.7K] jog_dial_dimple_dim.png │   │   │   ├── [1.8K] jog_dial_dimple.png │   │   │   ├── [1.5K] jog_tab_bar_left_end_confirm_gray.9.png │   │   │   ├── [1.5K] jog_tab_bar_left_end_confirm_green.9.png │   │   │   ├── [1.4K] jog_tab_bar_left_end_confirm_red.9.png │   │   │   ├── [1.5K] jog_tab_bar_left_end_confirm_yellow.9.png │   │   │   ├── [1.5K] jog_tab_bar_left_end_normal.9.png │   │   │   ├── [1.4K] jog_tab_bar_left_end_pressed.9.png │   │   │   ├── [1.4K] jog_tab_bar_right_end_confirm_gray.9.png │   │   │   ├── [1.5K] jog_tab_bar_right_end_confirm_green.9.png │   │   │   ├── [1.5K] jog_tab_bar_right_end_confirm_red.9.png │   │   │   ├── [1.5K] jog_tab_bar_right_end_confirm_yellow.9.png │   │   │   ├── [1.5K] jog_tab_bar_right_end_normal.9.png │   │   │   ├── [1.5K] jog_tab_bar_right_end_pressed.9.png │   │   │   ├── [1.8K] jog_tab_left_confirm_gray.png │   │   │   ├── [2.7K] jog_tab_left_confirm_green.png │   │   │   ├── [2.5K] jog_tab_left_confirm_red.png │   │   │   ├── [2.6K] jog_tab_left_confirm_yellow.png │   │   │   ├── [1.6K] jog_tab_left_normal.png │   │   │   ├── [1.6K] jog_tab_left_pressed.png │   │   │   ├── [1.7K] jog_tab_right_confirm_gray.png │   │   │   ├── [2.6K] jog_tab_right_confirm_green.png │   │   │   ├── [2.4K] jog_tab_right_confirm_red.png │   │   │   ├── [2.5K] jog_tab_right_confirm_yellow.png │   │   │   ├── [1.6K] jog_tab_right_normal.png │   │   │   ├── [1.5K] jog_tab_right_pressed.png │   │   │   ├── [ 480] jog_tab_target_gray.png │   │   │   ├── [ 667] jog_tab_target_green.png │   │   │   ├── [ 667] jog_tab_target_red.png │   │   │   ├── [ 669] jog_tab_target_yellow.png │   │   │   ├── [ 167] keyboard_accessory_bg_landscape.9.png │   │   │   ├── [ 156] keyboard_background.9.png │   │   │   ├── [ 900] keyboard_key_feedback_background.9.png │   │   │   ├── [1.0K] keyboard_key_feedback_more_background.9.png │   │   │   ├── [ 771] keyboard_popup_panel_background.9.png │   │   │   ├── [ 954] keyboard_popup_panel_trans_background.9.png │   │   │   ├── [ 134] light_header.9.png │   │   │   ├── [ 192] list_selector_background_disabled.9.png │   │   │   ├── [1.4K] list_selector_background_focus.9.png │   │   │   ├── [ 625] list_selector_background_longpress.9.png │   │   │   ├── [1.2K] list_selector_background_pressed.9.png │   │   │   ├── [1.3K] maps_google_logo.png │   │   │   ├── [ 198] menu_background.9.png │   │   │   ├── [ 166] menu_background_fill_parent_width.9.png │   │   │   ├── [ 777] menuitem_background_focus.9.png │   │   │   ├── [ 740] menuitem_background_pressed.9.png │   │   │   ├── [ 105] menuitem_background_solid_focused.9.png │   │   │   ├── [ 105] menuitem_background_solid_pressed.9.png │   │   │   ├── [ 348] menuitem_checkbox_on.png │   │   │   ├── [ 122] menu_separator.9.png │   │   │   ├── [ 369] menu_submenu_background.9.png │   │   │   ├── [ 351] numberpicker_down_disabled.9.png │   │   │   ├── [ 507] numberpicker_down_disabled_focused.9.png │   │   │   ├── [ 574] numberpicker_down_normal.9.png │   │   │   ├── [ 776] numberpicker_down_pressed.9.png │   │   │   ├── [ 809] numberpicker_down_selected.9.png │   │   │   ├── [ 250] numberpicker_input_disabled.9.png │   │   │   ├── [ 415] numberpicker_input_normal.9.png │   │   │   ├── [ 565] numberpicker_input_pressed.9.png │   │   │   ├── [ 463] numberpicker_input_selected.9.png │   │   │   ├── [ 504] numberpicker_up_disabled.9.png │   │   │   ├── [ 671] numberpicker_up_disabled_focused.9.png │   │   │   ├── [ 777] numberpicker_up_normal.9.png │   │   │   ├── [ 987] numberpicker_up_pressed.9.png │   │   │   ├── [1003] numberpicker_up_selected.9.png │   │   │   ├── [3.5K] overscroll_edge.png │   │   │   ├── [ 17K] overscroll_glow.png │   │   │   ├── [ 579] panel_background.9.png │   │   │   ├── [ 923] panel_picture_frame_bg_focus_blue.9.png │   │   │   ├── [ 483] panel_picture_frame_bg_normal.9.png │   │   │   ├── [ 905] panel_picture_frame_bg_pressed_blue.9.png │   │   │   ├── [ 659] password_field_default.9.png │   │   │   ├── [4.3K] picture_emergency.png │   │   │   ├── [ 552] picture_frame.9.png │   │   │   ├── [ 455] popup_bottom_bright.9.png │   │   │   ├── [ 498] popup_bottom_dark.9.png │   │   │   ├── [ 488] popup_bottom_medium.9.png │   │   │   ├── [ 174] popup_center_bright.9.png │   │   │   ├── [ 208] popup_center_dark.9.png │   │   │   ├── [ 203] popup_center_medium.9.png │   │   │   ├── [ 569] popup_full_bright.9.png │   │   │   ├── [ 574] popup_full_dark.9.png │   │   │   ├── [1.1K] popup_inline_error.9.png │   │   │   ├── [1.1K] popup_inline_error_above.9.png │   │   │   ├── [ 455] popup_top_bright.9.png │   │   │   ├── [ 472] popup_top_dark.9.png │   │   │   ├── [ 687] presence_audio_away.png │   │   │   ├── [ 675] presence_audio_busy.png │   │   │   ├── [ 664] presence_audio_online.png │   │   │   ├── [ 663] presence_away.png │   │   │   ├── [ 652] presence_busy.png │   │   │   ├── [ 507] presence_invisible.png │   │   │   ├── [ 531] presence_offline.png │   │   │   ├── [ 646] presence_online.png │   │   │   ├── [ 657] presence_video_away.png │   │   │   ├── [ 622] presence_video_busy.png │   │   │   ├── [ 605] presence_video_online.png │   │   │   ├── [ 941] pressed_application_background_static.png │   │   │   ├── [ 402] progressbar_indeterminate1.png │   │   │   ├── [ 403] progressbar_indeterminate2.png │   │   │   ├── [ 403] progressbar_indeterminate3.png │   │   │   ├── [ 518] radiobutton_off_background.png │   │   │   ├── [ 557] radiobutton_on_background.png │   │   │   ├── [ 870] rate_star_big_half.png │   │   │   ├── [ 587] rate_star_big_off.png │   │   │   ├── [ 967] rate_star_big_on.png │   │   │   ├── [ 719] rate_star_med_half.png │   │   │   ├── [ 502] rate_star_med_off.png │   │   │   ├── [ 784] rate_star_med_on.png │   │   │   ├── [ 551] rate_star_small_half.png │   │   │   ├── [ 410] rate_star_small_off.png │   │   │   ├── [ 560] rate_star_small_on.png │   │   │   ├── [ 206] recent_dialog_background.9.png │   │   │   ├── [ 514] reticle.png │   │   │   ├── [1.0K] scrollbar_handle_accelerated_anim2.9.png │   │   │   ├── [ 234] scrollbar_handle_horizontal.9.png │   │   │   ├── [ 204] scrollbar_handle_vertical.9.png │   │   │   ├── [ 301] search_dropdown_background.9.png │   │   │   ├── [ 234] search_plate.9.png │   │   │   ├── [ 237] search_plate_global.9.png │   │   │   ├── [ 652] seek_thumb_normal.png │   │   │   ├── [ 905] seek_thumb_pressed.png │   │   │   ├── [ 902] seek_thumb_selected.png │   │   │   ├── [2.8K] settings_header_raw.9.png │   │   │   ├── [ 719] spinner_black_16.png │   │   │   ├── [ 849] spinner_black_20.png │   │   │   ├── [2.1K] spinner_black_48.png │   │   │   ├── [3.5K] spinner_black_76.png │   │   │   ├── [ 315] spinner_dropdown_background_down.9.png │   │   │   ├── [ 325] spinner_dropdown_background_up.9.png │   │   │   ├── [ 634] spinner_normal.9.png │   │   │   ├── [1000] spinner_press.9.png │   │   │   ├── [1.0K] spinner_select.9.png │   │   │   ├── [ 676] spinner_white_16.png │   │   │   ├── [2.0K] spinner_white_48.png │   │   │   ├── [3.0K] spinner_white_76.png │   │   │   ├── [ 860] star_big_off.png │   │   │   ├── [1.3K] star_big_on.png │   │   │   ├── [ 548] star_off.png │   │   │   ├── [ 955] star_on.png │   │   │   ├── [ 556] stat_ecb_mode.png │   │   │   ├── [ 423] stat_notify_call_mute.png │   │   │   ├── [ 488] stat_notify_car_mode.png │   │   │   ├── [ 491] stat_notify_chat.png │   │   │   ├── [ 442] stat_notify_disk_full.png │   │   │   ├── [ 349] stat_notify_email_generic.png │   │   │   ├── [ 441] stat_notify_error.png │   │   │   ├── [ 364] stat_notify_gmail.png │   │   │   ├── [ 789] stat_notify_missed_call.png │   │   │   ├── [ 404] stat_notify_more.png │   │   │   ├── [ 367] stat_notify_sdcard.png │   │   │   ├── [ 419] stat_notify_sdcard_prepare.png │   │   │   ├── [ 391] stat_notify_sdcard_usb.png │   │   │   ├── [ 448] stat_notify_sim_toolkit.png │   │   │   ├── [ 518] stat_notify_sync_anim0.png │   │   │   ├── [ 523] stat_notify_sync_error.png │   │   │   ├── [ 530] stat_notify_sync.png │   │   │   ├── [ 410] stat_notify_voicemail.png │   │   │   ├── [ 623] stat_notify_wifi_in_range.png │   │   │   ├── [ 414] stat_sys_adb.png │   │   │   ├── [ 751] stat_sys_battery_0.png │   │   │   ├── [ 604] stat_sys_battery_100.png │   │   │   ├── [ 550] stat_sys_battery_10.png │   │   │   ├── [ 600] stat_sys_battery_20.png │   │   │   ├── [ 611] stat_sys_battery_40.png │   │   │   ├── [ 592] stat_sys_battery_60.png │   │   │   ├── [ 580] stat_sys_battery_80.png │   │   │   ├── [ 682] stat_sys_battery_charge_anim0.png │   │   │   ├── [ 699] stat_sys_battery_charge_anim1.png │   │   │   ├── [ 699] stat_sys_battery_charge_anim2.png │   │   │   ├── [ 688] stat_sys_battery_charge_anim3.png │   │   │   ├── [ 666] stat_sys_battery_charge_anim4.png │   │   │   ├── [ 692] stat_sys_battery_charge_anim5.png │   │   │   ├── [ 443] stat_sys_battery_unknown.png │   │   │   ├── [ 398] stat_sys_data_bluetooth.png │   │   │   ├── [ 429] stat_sys_data_usb.png │   │   │   ├── [ 349] stat_sys_download_anim0.png │   │   │   ├── [ 401] stat_sys_download_anim1.png │   │   │   ├── [ 402] stat_sys_download_anim2.png │   │   │   ├── [ 428] stat_sys_download_anim3.png │   │   │   ├── [ 435] stat_sys_download_anim4.png │   │   │   ├── [ 426] stat_sys_download_anim5.png │   │   │   ├── [ 509] stat_sys_gps_on.png │   │   │   ├── [ 467] stat_sys_headset.png │   │   │   ├── [ 960] stat_sys_phone_call_forward.png │   │   │   ├── [ 921] stat_sys_phone_call_on_hold.png │   │   │   ├── [ 793] stat_sys_phone_call.png │   │   │   ├── [ 426] stat_sys_ra_signal_0_cdma.png │   │   │   ├── [ 687] stat_sys_ra_signal_1_cdma.png │   │   │   ├── [ 723] stat_sys_ra_signal_2_cdma.png │   │   │   ├── [ 763] stat_sys_ra_signal_3_cdma.png │   │   │   ├── [ 793] stat_sys_ra_signal_4_cdma.png │   │   │   ├── [ 436] stat_sys_r_signal_0_cdma.png │   │   │   ├── [ 691] stat_sys_r_signal_1_cdma.png │   │   │   ├── [ 737] stat_sys_r_signal_2_cdma.png │   │   │   ├── [ 772] stat_sys_r_signal_3_cdma.png │   │   │   ├── [ 810] stat_sys_r_signal_4_cdma.png │   │   │   ├── [ 407] stat_sys_secure.png │   │   │   ├── [ 452] stat_sys_signal_0_cdma.png │   │   │   ├── [ 669] stat_sys_signal_1_cdma.png │   │   │   ├── [ 717] stat_sys_signal_2_cdma.png │   │   │   ├── [ 768] stat_sys_signal_3_cdma.png │   │   │   ├── [ 818] stat_sys_signal_4_cdma.png │   │   │   ├── [ 478] stat_sys_signal_evdo_0.png │   │   │   ├── [ 724] stat_sys_signal_evdo_1.png │   │   │   ├── [ 761] stat_sys_signal_evdo_2.png │   │   │   ├── [ 810] stat_sys_signal_evdo_3.png │   │   │   ├── [ 841] stat_sys_signal_evdo_4.png │   │   │   ├── [ 514] stat_sys_speakerphone.png │   │   │   ├── [ 534] stat_sys_tether_bluetooth.png │   │   │   ├── [ 554] stat_sys_tether_general.png │   │   │   ├── [ 518] stat_sys_tether_usb.png │   │   │   ├── [ 584] stat_sys_tether_wifi.png │   │   │   ├── [ 480] stat_sys_throttled.png │   │   │   ├── [ 322] stat_sys_upload_anim0.png │   │   │   ├── [ 374] stat_sys_upload_anim1.png │   │   │   ├── [ 395] stat_sys_upload_anim2.png │   │   │   ├── [ 393] stat_sys_upload_anim3.png │   │   │   ├── [ 416] stat_sys_upload_anim4.png │   │   │   ├── [ 374] stat_sys_upload_anim5.png │   │   │   ├── [ 964] stat_sys_vp_phone_call_on_hold.png │   │   │   ├── [ 940] stat_sys_vp_phone_call.png │   │   │   ├── [ 467] stat_sys_warning.png │   │   │   ├── [ 832] status_bar_background.png │   │   │   ├── [ 131] status_bar_header_background.9.png │   │   │   ├── [ 279] status_bar_item_app_background_normal.9.png │   │   │   ├── [ 592] status_bar_item_background_focus.9.png │   │   │   ├── [ 159] status_bar_item_background_normal.9.png │   │   │   ├── [ 575] status_bar_item_background_pressed.9.png │   │   │   ├── [ 328] submenu_arrow_nofocus.png │   │   │   ├── [ 707] sym_action_add.png │   │   │   ├── [ 785] sym_action_call.png │   │   │   ├── [ 618] sym_action_chat.png │   │   │   ├── [ 631] sym_action_email.png │   │   │   ├── [1.1K] sym_app_on_sd_unavailable_icon.png │   │   │   ├── [1.1K] sym_call_incoming.png │   │   │   ├── [1.1K] sym_call_missed.png │   │   │   ├── [1.1K] sym_call_outgoing.png │   │   │   ├── [ 467] sym_contact_card.png │   │   │   ├── [1.7K] sym_def_app_icon.png │   │   │   ├── [ 845] sym_keyboard_delete_dim.png │   │   │   ├── [ 892] sym_keyboard_delete.png │   │   │   ├── [ 704] sym_keyboard_feedback_delete.png │   │   │   ├── [ 625] sym_keyboard_feedback_ok.png │   │   │   ├── [ 506] sym_keyboard_feedback_return.png │   │   │   ├── [ 489] sym_keyboard_feedback_shift_locked.png │   │   │   ├── [ 577] sym_keyboard_feedback_shift.png │   │   │   ├── [ 349] sym_keyboard_feedback_space.png │   │   │   ├── [ 604] sym_keyboard_num0_no_plus.png │   │   │   ├── [ 473] sym_keyboard_num1.png │   │   │   ├── [1.1K] sym_keyboard_num2.png │   │   │   ├── [1.0K] sym_keyboard_num3.png │   │   │   ├── [ 989] sym_keyboard_num4.png │   │   │   ├── [ 935] sym_keyboard_num5.png │   │   │   ├── [1.1K] sym_keyboard_num6.png │   │   │   ├── [1.2K] sym_keyboard_num7.png │   │   │   ├── [1.0K] sym_keyboard_num8.png │   │   │   ├── [1.2K] sym_keyboard_num9.png │   │   │   ├── [ 812] sym_keyboard_ok_dim.png │   │   │   ├── [ 867] sym_keyboard_ok.png │   │   │   ├── [ 572] sym_keyboard_return.png │   │   │   ├── [ 583] sym_keyboard_shift_locked.png │   │   │   ├── [ 661] sym_keyboard_shift.png │   │   │   ├── [ 379] sym_keyboard_space.png │   │   │   ├── [ 365] tab_focus.9.png │   │   │   ├── [2.8K] tab_focus_bar_left.9.png │   │   │   ├── [2.8K] tab_focus_bar_right.9.png │   │   │   ├── [ 274] tab_press.9.png │   │   │   ├── [2.8K] tab_press_bar_left.9.png │   │   │   ├── [2.8K] tab_press_bar_right.9.png │   │   │   ├── [ 197] tab_selected.9.png │   │   │   ├── [1011] tab_selected_bar_left.9.png │   │   │   ├── [ 151] tab_selected_bar_left_v4.9.png │   │   │   ├── [1011] tab_selected_bar_right.9.png │   │   │   ├── [ 151] tab_selected_bar_right_v4.9.png │   │   │   ├── [ 274] tab_selected_v4.9.png │   │   │   ├── [ 215] tab_unselected.9.png │   │   │   ├── [ 270] tab_unselected_v4.9.png │   │   │   ├── [ 327] textfield_default.9.png │   │   │   ├── [ 381] textfield_disabled.9.png │   │   │   ├── [ 517] textfield_disabled_selected.9.png │   │   │   ├── [ 475] textfield_search_default.9.png │   │   │   ├── [ 570] textfield_search_empty_default.9.png │   │   │   ├── [ 695] textfield_search_empty_pressed.9.png │   │   │   ├── [ 623] textfield_search_empty_selected.9.png │   │   │   ├── [ 743] textfield_search_pressed.9.png │   │   │   ├── [ 559] textfield_search_selected.9.png │   │   │   ├── [ 465] textfield_selected.9.png │   │   │   ├── [ 945] text_select_handle_left.png │   │   │   ├── [1008] text_select_handle_middle.png │   │   │   ├── [ 997] text_select_handle_right.png │   │   │   ├── [ 186] title_bar_medium.9.png │   │   │   ├── [ 169] title_bar_portrait.9.png │   │   │   ├── [ 191] title_bar_tall.9.png │   │   │   ├── [1.2K] toast_frame.9.png │   │   │   ├── [ 269] unknown_image.png │   │   │   ├── [2.9K] usb_android_connected.png │   │   │   ├── [3.3K] usb_android.png │   │   │   ├── [ 757] vpn_connected.png │   │   │   ├── [ 717] vpn_disconnected.png │   │   │   └── [ 855] zoom_plate.9.png │   │   ├── [4.0K] drawable-ldrtl-hdpi │   │   │   ├── [ 470] ic_ab_back_holo_dark.png │   │   │   ├── [ 421] ic_ab_back_holo_light.png │   │   │   ├── [2.3K] popup_inline_error.9.png │   │   │   ├── [2.4K] popup_inline_error_above.9.png │   │   │   ├── [ 940] popup_inline_error_above_holo_dark.9.png │   │   │   ├── [ 932] popup_inline_error_above_holo_light.9.png │   │   │   ├── [ 915] popup_inline_error_holo_dark.9.png │   │   │   └── [ 919] popup_inline_error_holo_light.9.png │   │   ├── [4.0K] drawable-ldrtl-ldpi │   │   │   ├── [1.1K] popup_inline_error.9.png │   │   │   └── [1.1K] popup_inline_error_above.9.png │   │   ├── [4.0K] drawable-ldrtl-mdpi │   │   │   ├── [ 327] ic_ab_back_holo_dark.png │   │   │   ├── [ 305] ic_ab_back_holo_light.png │   │   │   ├── [1.5K] popup_inline_error.9.png │   │   │   ├── [1.5K] popup_inline_error_above.9.png │   │   │   ├── [ 646] popup_inline_error_above_holo_dark.9.png │   │   │   ├── [ 636] popup_inline_error_above_holo_light.9.png │   │   │   ├── [ 626] popup_inline_error_holo_dark.9.png │   │   │   └── [ 622] popup_inline_error_holo_light.9.png │   │   ├── [4.0K] drawable-ldrtl-xhdpi │   │   │   ├── [ 594] ic_ab_back_holo_dark.png │   │   │   ├── [ 532] ic_ab_back_holo_light.png │   │   │   ├── [4.2K] popup_inline_error.9.png │   │   │   ├── [4.2K] popup_inline_error_above.9.png │   │   │   ├── [1.2K] popup_inline_error_above_holo_dark.9.png │   │   │   ├── [1.2K] popup_inline_error_above_holo_light.9.png │   │   │   ├── [1.2K] popup_inline_error_holo_dark.9.png │   │   │   └── [1.2K] popup_inline_error_holo_light.9.png │   │   ├── [ 72K] drawable-mdpi │   │   │   ├── [ 134] ab_bottom_solid_dark_holo.9.png │   │   │   ├── [ 129] ab_bottom_solid_inverse_holo.9.png │   │   │   ├── [ 134] ab_bottom_solid_light_holo.9.png │   │   │   ├── [ 123] ab_bottom_transparent_dark_holo.9.png │   │   │   ├── [ 123] ab_bottom_transparent_light_holo.9.png │   │   │   ├── [2.8K] ab_share_pack_holo_dark.9.png │   │   │   ├── [ 122] ab_share_pack_holo_light.9.png │   │   │   ├── [ 133] ab_solid_dark_holo.9.png │   │   │   ├── [ 133] ab_solid_light_holo.9.png │   │   │   ├── [ 168] ab_solid_shadow_holo.9.png │   │   │   ├── [ 134] ab_stacked_solid_dark_holo.9.png │   │   │   ├── [ 133] ab_stacked_solid_inverse_holo.9.png │   │   │   ├── [ 133] ab_stacked_solid_light_holo.9.png │   │   │   ├── [ 127] ab_stacked_transparent_dark_holo.9.png │   │   │   ├── [ 123] ab_stacked_transparent_light_holo.9.png │   │   │   ├── [ 139] ab_transparent_dark_holo.9.png │   │   │   ├── [ 133] ab_transparent_light_holo.9.png │   │   │   ├── [ 284] activity_picker_bg_activated.9.png │   │   │   ├── [ 242] activity_picker_bg_focused.9.png │   │   │   ├── [ 205] activity_title_bar.9.png │   │   │   ├── [3.1K] arrow_down_float.png │   │   │   ├── [3.1K] arrow_up_float.png │   │   │   ├── [4.6K] battery_charge_background.png │   │   │   ├── [2.4K] bottom_bar.png │   │   │   ├── [ 101] btn_cab_done_default_holo_dark.9.png │   │   │   ├── [ 99] btn_cab_done_default_holo_light.9.png │   │   │   ├── [ 109] btn_cab_done_focused_holo_dark.9.png │   │   │   ├── [ 105] btn_cab_done_focused_holo_light.9.png │   │   │   ├── [ 107] btn_cab_done_pressed_holo_dark.9.png │   │   │   ├── [ 105] btn_cab_done_pressed_holo_light.9.png │   │   │   ├── [ 608] btn_check_buttonless_off.png │   │   │   ├── [ 721] btn_check_buttonless_on.png │   │   │   ├── [ 178] btn_check_label_background.9.png │   │   │   ├── [ 368] btn_check_off_disabled_focused_holo_dark.png │   │   │   ├── [ 368] btn_check_off_disabled_focused_holo_light.png │   │   │   ├── [ 329] btn_check_off_disabled_holo_dark.png │   │   │   ├── [ 329] btn_check_off_disabled_holo_light.png │   │   │   ├── [ 354] btn_check_off_disable_focused_holo_dark.png │   │   │   ├── [ 351] btn_check_off_disable_focused_holo_light.png │   │   │   ├── [1.2K] btn_check_off_disable_focused.png │   │   │   ├── [ 354] btn_check_off_disable_holo_dark.png │   │   │   ├── [ 351] btn_check_off_disable_holo_light.png │   │   │   ├── [1.2K] btn_check_off_disable.png │   │   │   ├── [ 366] btn_check_off_focused_holo_dark.png │   │   │   ├── [ 425] btn_check_off_focused_holo_light.png │   │   │   ├── [ 329] btn_check_off_holo_dark.png │   │   │   ├── [ 323] btn_check_off_holo_light.png │   │   │   ├── [ 429] btn_check_off_holo.png │   │   │   ├── [ 490] btn_check_off_normal_holo_dark.png │   │   │   ├── [ 491] btn_check_off_normal_holo_light.png │   │   │   ├── [1.2K] btn_check_off.png │   │   │   ├── [1.6K] btn_check_off_pressed_holo_dark.png │   │   │   ├── [1.6K] btn_check_off_pressed_holo_light.png │   │   │   ├── [2.4K] btn_check_off_pressed.png │   │   │   ├── [2.4K] btn_check_off_selected.png │   │   │   ├── [ 694] btn_check_on_disabled_focused_holo_dark.png │   │   │   ├── [ 632] btn_check_on_disabled_focused_holo_light.png │   │   │   ├── [ 475] btn_check_on_disabled_holo_dark.png │   │   │   ├── [ 508] btn_check_on_disabled_holo_light.png │   │   │   ├── [ 687] btn_check_on_disable_focused_holo_light.png │   │   │   ├── [1.8K] btn_check_on_disable_focused.png │   │   │   ├── [ 810] btn_check_on_disable_holo_dark.png │   │   │   ├── [ 687] btn_check_on_disable_holo_light.png │   │   │   ├── [1.7K] btn_check_on_disable.png │   │   │   ├── [1.7K] btn_check_on_focused_holo_dark.png │   │   │   ├── [1.7K] btn_check_on_focused_holo_light.png │   │   │   ├── [1.5K] btn_check_on_holo_dark.png │   │   │   ├── [1.5K] btn_check_on_holo_light.png │   │   │   ├── [1.4K] btn_check_on_holo.png │   │   │   ├── [1.9K] btn_check_on.png │   │   │   ├── [1.8K] btn_check_on_pressed_holo_dark.png │   │   │   ├── [1.9K] btn_check_on_pressed_holo_light.png │   │   │   ├── [2.4K] btn_check_on_pressed.png │   │   │   ├── [2.5K] btn_check_on_selected.png │   │   │   ├── [1.5K] btn_circle_disable_focused.png │   │   │   ├── [1.7K] btn_circle_disable.png │   │   │   ├── [1.8K] btn_circle_normal.png │   │   │   ├── [2.2K] btn_circle_pressed.png │   │   │   ├── [2.2K] btn_circle_selected.png │   │   │   ├── [1.2K] btn_close_normal.png │   │   │   ├── [1.3K] btn_close_pressed.png │   │   │   ├── [1.4K] btn_close_selected.png │   │   │   ├── [ 523] btn_code_lock_default_holo.png │   │   │   ├── [1.2K] btn_code_lock_default.png │   │   │   ├── [ 476] btn_code_lock_touched_holo.png │   │   │   ├── [ 827] btn_code_lock_touched.png │   │   │   ├── [ 325] btn_default_disabled_focused_holo_dark.9.png │   │   │   ├── [ 325] btn_default_disabled_focused_holo_light.9.png │   │   │   ├── [ 272] btn_default_disabled_holo.9.png │   │   │   ├── [ 313] btn_default_disabled_holo_dark.9.png │   │   │   ├── [ 313] btn_default_disabled_holo_light.9.png │   │   │   ├── [ 405] btn_default_focused_holo.9.png │   │   │   ├── [ 334] btn_default_focused_holo_dark.9.png │   │   │   ├── [ 334] btn_default_focused_holo_light.9.png │   │   │   ├── [ 683] btn_default_normal.9.png │   │   │   ├── [ 663] btn_default_normal_disable.9.png │   │   │   ├── [ 713] btn_default_normal_disable_focused.9.png │   │   │   ├── [ 296] btn_default_normal_holo.9.png │   │   │   ├── [ 321] btn_default_normal_holo_dark.9.png │   │   │   ├── [ 321] btn_default_normal_holo_light.9.png │   │   │   ├── [ 713] btn_default_pressed.9.png │   │   │   ├── [ 451] btn_default_pressed_holo.9.png │   │   │   ├── [ 482] btn_default_pressed_holo_dark.9.png │   │   │   ├── [ 482] btn_default_pressed_holo_light.9.png │   │   │   ├── [ 504] btn_default_selected.9.png │   │   │   ├── [1.5K] btn_default_small_normal.9.png │   │   │   ├── [1.5K] btn_default_small_normal_disable.9.png │   │   │   ├── [1.5K] btn_default_small_normal_disable_focused.9.png │   │   │   ├── [1.4K] btn_default_small_pressed.9.png │   │   │   ├── [1.4K] btn_default_small_selected.9.png │   │   │   ├── [1007] btn_default_transparent_normal.9.png │   │   │   ├── [1.3K] btn_dialog_disable.png │   │   │   ├── [1.2K] btn_dialog_normal.png │   │   │   ├── [1.3K] btn_dialog_pressed.png │   │   │   ├── [1.4K] btn_dialog_selected.png │   │   │   ├── [1.8K] btn_dropdown_disabled.9.png │   │   │   ├── [1.9K] btn_dropdown_disabled_focused.9.png │   │   │   ├── [2.1K] btn_dropdown_normal.9.png │   │   │   ├── [4.1K] btn_dropdown_pressed.9.png │   │   │   ├── [4.5K] btn_dropdown_selected.9.png │   │   │   ├── [1.4K] btn_erase_default.9.png │   │   │   ├── [1.3K] btn_erase_pressed.9.png │   │   │   ├── [1.2K] btn_erase_selected.9.png │   │   │   ├── [ 676] btn_global_search_normal.9.png │   │   │   ├── [ 226] btn_group_disabled_holo_dark.9.png │   │   │   ├── [ 224] btn_group_disabled_holo_light.9.png │   │   │   ├── [ 293] btn_group_focused_holo_dark.9.png │   │   │   ├── [ 293] btn_group_focused_holo_light.9.png │   │   │   ├── [ 227] btn_group_normal_holo_dark.9.png │   │   │   ├── [ 230] btn_group_normal_holo_light.9.png │   │   │   ├── [ 289] btn_group_pressed_holo_dark.9.png │   │   │   ├── [ 293] btn_group_pressed_holo_light.9.png │   │   │   ├── [ 334] btn_keyboard_key_dark_normal_holo.9.png │   │   │   ├── [ 373] btn_keyboard_key_dark_normal_off_holo.9.png │   │   │   ├── [ 422] btn_keyboard_key_dark_normal_on_holo.9.png │   │   │   ├── [ 394] btn_keyboard_key_dark_pressed_holo.9.png │   │   │   ├── [ 449] btn_keyboard_key_dark_pressed_off_holo.9.png │   │   │   ├── [ 499] btn_keyboard_key_dark_pressed_on_holo.9.png │   │   │   ├── [1.0K] btn_keyboard_key_fulltrans_normal.9.png │   │   │   ├── [1.3K] btn_keyboard_key_fulltrans_normal_off.9.png │   │   │   ├── [1.3K] btn_keyboard_key_fulltrans_normal_on.9.png │   │   │   ├── [1002] btn_keyboard_key_fulltrans_pressed.9.png │   │   │   ├── [1.2K] btn_keyboard_key_fulltrans_pressed_off.9.png │   │   │   ├── [1.2K] btn_keyboard_key_fulltrans_pressed_on.9.png │   │   │   ├── [ 332] btn_keyboard_key_light_normal_holo.9.png │   │   │   ├── [ 381] btn_keyboard_key_light_pressed_holo.9.png │   │   │   ├── [ 726] btn_keyboard_key_normal.9.png │   │   │   ├── [ 860] btn_keyboard_key_normal_off.9.png │   │   │   ├── [ 926] btn_keyboard_key_normal_on.9.png │   │   │   ├── [ 664] btn_keyboard_key_pressed.9.png │   │   │   ├── [ 836] btn_keyboard_key_pressed_off.9.png │   │   │   ├── [ 886] btn_keyboard_key_pressed_on.9.png │   │   │   ├── [ 780] btn_keyboard_key_trans_normal.9.png │   │   │   ├── [ 892] btn_keyboard_key_trans_normal_off.9.png │   │   │   ├── [ 948] btn_keyboard_key_trans_normal_on.9.png │   │   │   ├── [1018] btn_keyboard_key_trans_pressed.9.png │   │   │   ├── [ 871] btn_keyboard_key_trans_pressed_off.9.png │   │   │   ├── [ 903] btn_keyboard_key_trans_pressed_on.9.png │   │   │   ├── [1.0K] btn_keyboard_key_trans_selected.9.png │   │   │   ├── [1.6K] btn_media_player.9.png │   │   │   ├── [ 724] btn_media_player_disabled.9.png │   │   │   ├── [1.0K] btn_media_player_disabled_selected.9.png │   │   │   ├── [1.2K] btn_media_player_pressed.9.png │   │   │   ├── [1.4K] btn_media_player_selected.9.png │   │   │   ├── [3.3K] btn_minus_default.png │   │   │   ├── [3.8K] btn_minus_disable_focused.png │   │   │   ├── [3.5K] btn_minus_disable.png │   │   │   ├── [3.5K] btn_minus_pressed.png │   │   │   ├── [3.5K] btn_minus_selected.png │   │   │   ├── [3.3K] btn_plus_default.png │   │   │   ├── [3.9K] btn_plus_disable_focused.png │   │   │   ├── [3.6K] btn_plus_disable.png │   │   │   ├── [3.6K] btn_plus_pressed.png │   │   │   ├── [3.6K] btn_plus_selected.png │   │   │   ├── [ 178] btn_radio_label_background.9.png │   │   │   ├── [ 895] btn_radio_off_disabled_focused_holo_dark.png │   │   │   ├── [ 919] btn_radio_off_disabled_focused_holo_light.png │   │   │   ├── [ 464] btn_radio_off_disabled_holo_dark.png │   │   │   ├── [ 479] btn_radio_off_disabled_holo_light.png │   │   │   ├── [ 985] btn_radio_off_focused_holo_dark.png │   │   │   ├── [1.0K] btn_radio_off_focused_holo_light.png │   │   │   ├── [ 478] btn_radio_off_holo_dark.png │   │   │   ├── [ 533] btn_radio_off_holo_light.png │   │   │   ├── [ 747] btn_radio_off_holo.png │   │   │   ├── [2.4K] btn_radio_off.png │   │   │   ├── [1.7K] btn_radio_off_pressed_holo_dark.png │   │   │   ├── [1.8K] btn_radio_off_pressed_holo_light.png │   │   │   ├── [3.0K] btn_radio_off_pressed.png │   │   │   ├── [3.1K] btn_radio_off_selected.png │   │   │   ├── [1.2K] btn_radio_on_disabled_focused_holo_dark.png │   │   │   ├── [1.2K] btn_radio_on_disabled_focused_holo_light.png │   │   │   ├── [ 684] btn_radio_on_disabled_holo_dark.png │   │   │   ├── [ 736] btn_radio_on_disabled_holo_light.png │   │   │   ├── [1.3K] btn_radio_on_focused_holo_dark.png │   │   │   ├── [1.4K] btn_radio_on_focused_holo_light.png │   │   │   ├── [ 959] btn_radio_on_holo_dark.png │   │   │   ├── [ 993] btn_radio_on_holo_light.png │   │   │   ├── [1022] btn_radio_on_holo.png │   │   │   ├── [2.6K] btn_radio_on.png │   │   │   ├── [2.1K] btn_radio_on_pressed_holo_dark.png │   │   │   ├── [1.8K] btn_radio_on_pressed_holo_light.png │   │   │   ├── [3.0K] btn_radio_on_pressed.png │   │   │   ├── [3.1K] btn_radio_on_selected.png │   │   │   ├── [2.2K] btn_rating_star_off_disabled_focused_holo_dark.png │   │   │   ├── [2.2K] btn_rating_star_off_disabled_focused_holo_light.png │   │   │   ├── [ 979] btn_rating_star_off_disabled_holo_dark.png │   │   │   ├── [1.0K] btn_rating_star_off_disabled_holo_light.png │   │   │   ├── [2.3K] btn_rating_star_off_focused_holo_dark.png │   │   │   ├── [2.3K] btn_rating_star_off_focused_holo_light.png │   │   │   ├── [1.0K] btn_rating_star_off_normal_holo_dark.png │   │   │   ├── [1.1K] btn_rating_star_off_normal_holo_light.png │   │   │   ├── [2.7K] btn_rating_star_off_normal.png │   │   │   ├── [2.6K] btn_rating_star_off_pressed_holo_dark.png │   │   │   ├── [2.6K] btn_rating_star_off_pressed_holo_light.png │   │   │   ├── [3.5K] btn_rating_star_off_pressed.png │   │   │   ├── [3.5K] btn_rating_star_off_selected.png │   │   │   ├── [2.2K] btn_rating_star_on_disabled_focused_holo_dark.png │   │   │   ├── [2.2K] btn_rating_star_on_disabled_focused_holo_light.png │   │   │   ├── [1.5K] btn_rating_star_on_disabled_holo_dark.png │   │   │   ├── [1.5K] btn_rating_star_on_disabled_holo_light.png │   │   │   ├── [2.3K] btn_rating_star_on_focused_holo_dark.png │   │   │   ├── [2.3K] btn_rating_star_on_focused_holo_light.png │   │   │   ├── [1.5K] btn_rating_star_on_normal_holo_dark.png │   │   │   ├── [1.6K] btn_rating_star_on_normal_holo_light.png │   │   │   ├── [3.2K] btn_rating_star_on_normal.png │   │   │   ├── [2.6K] btn_rating_star_on_pressed_holo_dark.png │   │   │   ├── [2.6K] btn_rating_star_on_pressed_holo_light.png │   │   │   ├── [3.7K] btn_rating_star_on_pressed.png │   │   │   ├── [3.7K] btn_rating_star_on_selected.png │   │   │   ├── [3.1K] btn_search_dialog_default.9.png │   │   │   ├── [3.5K] btn_search_dialog_pressed.9.png │   │   │   ├── [3.5K] btn_search_dialog_selected.9.png │   │   │   ├── [ 741] btn_search_dialog_voice_default.9.png │   │   │   ├── [1.1K] btn_search_dialog_voice_pressed.9.png │   │   │   ├── [1.1K] btn_search_dialog_voice_selected.9.png │   │   │   ├── [ 826] btn_square_overlay_disabled_focused.png │   │   │   ├── [ 653] btn_square_overlay_disabled.png │   │   │   ├── [ 910] btn_square_overlay_normal.png │   │   │   ├── [1.2K] btn_square_overlay_pressed.png │   │   │   ├── [1.2K] btn_square_overlay_selected.png │   │   │   ├── [1.8K] btn_star_big_off_disable_focused.png │   │   │   ├── [1.8K] btn_star_big_off_disable.png │   │   │   ├── [1.3K] btn_star_big_off.png │   │   │   ├── [1.5K] btn_star_big_off_pressed.png │   │   │   ├── [1.4K] btn_star_big_off_selected.png │   │   │   ├── [1.9K] btn_star_big_on_disable_focused.png │   │   │   ├── [4.4K] btn_star_big_on_disable.png │   │   │   ├── [1.5K] btn_star_big_on.png │   │   │   ├── [1.5K] btn_star_big_on_pressed.png │   │   │   ├── [1.4K] btn_star_big_on_selected.png │   │   │   ├── [ 153] btn_star_label_background.9.png │   │   │   ├── [1.5K] btn_star_off_disabled_focused_holo_dark.png │   │   │   ├── [1.6K] btn_star_off_disabled_focused_holo_light.png │   │   │   ├── [ 770] btn_star_off_disabled_holo_dark.png │   │   │   ├── [ 813] btn_star_off_disabled_holo_light.png │   │   │   ├── [1.6K] btn_star_off_focused_holo_dark.png │   │   │   ├── [1.7K] btn_star_off_focused_holo_light.png │   │   │   ├── [ 857] btn_star_off_normal_holo_dark.png │   │   │   ├── [ 877] btn_star_off_normal_holo_light.png │   │   │   ├── [1.9K] btn_star_off_pressed_holo_dark.png │   │   │   ├── [1.9K] btn_star_off_pressed_holo_light.png │   │   │   ├── [1.5K] btn_star_on_disabled_focused_holo_dark.png │   │   │   ├── [1.6K] btn_star_on_disabled_focused_holo_light.png │   │   │   ├── [1.1K] btn_star_on_disabled_holo_dark.png │   │   │   ├── [1.2K] btn_star_on_disabled_holo_light.png │   │   │   ├── [1.6K] btn_star_on_focused_holo_dark.png │   │   │   ├── [1.7K] btn_star_on_focused_holo_light.png │   │   │   ├── [1.2K] btn_star_on_normal_holo_dark.png │   │   │   ├── [1.2K] btn_star_on_normal_holo_light.png │   │   │   ├── [1.9K] btn_star_on_pressed_holo_dark.png │   │   │   ├── [1.9K] btn_star_on_pressed_holo_light.png │   │   │   ├── [ 409] btn_toggle_off.9.png │   │   │   ├── [ 357] btn_toggle_off_disabled_focused_holo_dark.9.png │   │   │   ├── [ 357] btn_toggle_off_disabled_focused_holo_light.9.png │   │   │   ├── [ 333] btn_toggle_off_disabled_holo_dark.9.png │   │   │   ├── [ 333] btn_toggle_off_disabled_holo_light.9.png │   │   │   ├── [ 365] btn_toggle_off_focused_holo_dark.9.png │   │   │   ├── [ 365] btn_toggle_off_focused_holo_light.9.png │   │   │   ├── [ 347] btn_toggle_off_normal_holo_dark.9.png │   │   │   ├── [ 347] btn_toggle_off_normal_holo_light.9.png │   │   │   ├── [ 506] btn_toggle_off_pressed_holo_dark.9.png │   │   │   ├── [ 506] btn_toggle_off_pressed_holo_light.9.png │   │   │   ├── [ 409] btn_toggle_on.9.png │   │   │   ├── [ 381] btn_toggle_on_disabled_focused_holo_dark.9.png │   │   │   ├── [ 381] btn_toggle_on_disabled_focused_holo_light.9.png │   │   │   ├── [ 386] btn_toggle_on_disabled_holo_dark.9.png │   │   │   ├── [ 386] btn_toggle_on_disabled_holo_light.9.png │   │   │   ├── [ 394] btn_toggle_on_focused_holo_dark.9.png │   │   │   ├── [ 394] btn_toggle_on_focused_holo_light.9.png │   │   │   ├── [ 406] btn_toggle_on_normal_holo_dark.9.png │   │   │   ├── [ 406] btn_toggle_on_normal_holo_light.9.png │   │   │   ├── [ 555] btn_toggle_on_pressed_holo_dark.9.png │   │   │   ├── [ 555] btn_toggle_on_pressed_holo_light.9.png │   │   │   ├── [1.4K] btn_zoom_down_disabled.9.png │   │   │   ├── [1.8K] btn_zoom_down_disabled_focused.9.png │   │   │   ├── [1.9K] btn_zoom_down_normal.9.png │   │   │   ├── [2.5K] btn_zoom_down_pressed.9.png │   │   │   ├── [2.5K] btn_zoom_down_selected.9.png │   │   │   ├── [1.9K] btn_zoom_page_normal.png │   │   │   ├── [2.0K] btn_zoom_page_press.png │   │   │   ├── [1.4K] btn_zoom_up_disabled.9.png │   │   │   ├── [1.8K] btn_zoom_up_disabled_focused.9.png │   │   │   ├── [1.9K] btn_zoom_up_normal.9.png │   │   │   ├── [2.5K] btn_zoom_up_pressed.9.png │   │   │   ├── [2.5K] btn_zoom_up_selected.9.png │   │   │   ├── [ 298] button_onoff_indicator_off.png │   │   │   ├── [ 380] button_onoff_indicator_on.png │   │   │   ├── [ 127] cab_background_bottom_holo_dark.9.png │   │   │   ├── [ 124] cab_background_bottom_holo_light.9.png │   │   │   ├── [ 130] cab_background_top_holo_dark.9.png │   │   │   ├── [ 128] cab_background_top_holo_light.9.png │   │   │   ├── [1.0K] call_contact.png │   │   │   ├── [ 114] checkbox_off_background.png │   │   │   ├── [ 389] checkbox_on_background.png │   │   │   ├── [7.2K] clock_dial.png │   │   │   ├── [1.4K] clock_hand_hour.png │   │   │   ├── [1.5K] clock_hand_minute.png │   │   │   ├── [ 158] code_lock_bottom.9.png │   │   │   ├── [ 131] code_lock_left.9.png │   │   │   ├── [ 124] code_lock_top.9.png │   │   │   ├── [ 443] combobox_disabled.png │   │   │   ├── [ 461] combobox_nohighlight.png │   │   │   ├── [ 732] compass_arrow.png │   │   │   ├── [2.4K] compass_base.png │   │   │   ├── [ 231] contact_header_bg.9.png │   │   │   ├── [ 689] create_contact.png │   │   │   ├── [ 696] dark_header.9.png │   │   │   ├── [ 133] day_picker_week_view_dayline_holo.9.png │   │   │   ├── [ 618] dialog_bottom_holo_dark.9.png │   │   │   ├── [ 628] dialog_bottom_holo_light.9.png │   │   │   ├── [ 143] dialog_divider_horizontal_holo_dark.9.png │   │   │   ├── [ 144] dialog_divider_horizontal_holo_light.9.png │   │   │   ├── [2.9K] dialog_divider_horizontal_light.9.png │   │   │   ├── [ 935] dialog_full_holo_dark.9.png │   │   │   ├── [ 944] dialog_full_holo_light.9.png │   │   │   ├── [ 492] dialog_ic_close_focused_holo_dark.png │   │   │   ├── [ 481] dialog_ic_close_focused_holo_light.png │   │   │   ├── [ 310] dialog_ic_close_normal_holo_dark.png │   │   │   ├── [ 313] dialog_ic_close_normal_holo_light.png │   │   │   ├── [ 356] dialog_ic_close_pressed_holo_dark.png │   │   │   ├── [ 393] dialog_ic_close_pressed_holo_light.png │   │   │   ├── [ 267] dialog_middle_holo.9.png │   │   │   ├── [ 250] dialog_middle_holo_dark.9.png │   │   │   ├── [ 259] dialog_middle_holo_light.9.png │   │   │   ├── [ 536] dialog_top_holo_dark.9.png │   │   │   ├── [ 535] dialog_top_holo_light.9.png │   │   │   ├── [ 97] divider_horizontal_bright.9.png │   │   │   ├── [ 106] divider_horizontal_bright_opaque.9.png │   │   │   ├── [ 103] divider_horizontal_dark.9.png │   │   │   ├── [ 106] divider_horizontal_dark_opaque.9.png │   │   │   ├── [ 103] divider_horizontal_dim_dark.9.png │   │   │   ├── [ 164] divider_horizontal_holo_dark.9.png │   │   │   ├── [ 165] divider_horizontal_holo_light.9.png │   │   │   ├── [ 137] divider_horizontal_textfield.9.png │   │   │   ├── [ 122] divider_strong_holo.9.png │   │   │   ├── [ 97] divider_vertical_bright.9.png │   │   │   ├── [ 106] divider_vertical_bright_opaque.9.png │   │   │   ├── [ 103] divider_vertical_dark.9.png │   │   │   ├── [ 106] divider_vertical_dark_opaque.9.png │   │   │   ├── [ 157] divider_vertical_holo_dark.9.png │   │   │   ├── [ 158] divider_vertical_holo_light.9.png │   │   │   ├── [ 504] dropdown_disabled_focused_holo_dark.9.png │   │   │   ├── [ 516] dropdown_disabled_focused_holo_light.9.png │   │   │   ├── [ 309] dropdown_disabled_holo_dark.9.png │   │   │   ├── [ 354] dropdown_disabled_holo_light.9.png │   │   │   ├── [ 513] dropdown_focused_holo_dark.9.png │   │   │   ├── [ 524] dropdown_focused_holo_light.9.png │   │   │   ├── [ 559] dropdown_ic_arrow_disabled_focused_holo_dark.png │   │   │   ├── [ 557] dropdown_ic_arrow_disabled_focused_holo_light.png │   │   │   ├── [ 371] dropdown_ic_arrow_disabled_holo_dark.png │   │   │   ├── [ 375] dropdown_ic_arrow_disabled_holo_light.png │   │   │   ├── [ 536] dropdown_ic_arrow_focused_holo_dark.png │   │   │   ├── [ 570] dropdown_ic_arrow_focused_holo_light.png │   │   │   ├── [ 443] dropdown_ic_arrow_normal_holo_dark.png │   │   │   ├── [ 468] dropdown_ic_arrow_normal_holo_light.png │   │   │   ├── [ 443] dropdown_ic_arrow_pressed_holo_dark.png │   │   │   ├── [ 579] dropdown_ic_arrow_pressed_holo_light.png │   │   │   ├── [ 436] dropdown_normal_holo_dark.9.png │   │   │   ├── [ 473] dropdown_normal_holo_light.9.png │   │   │   ├── [ 473] dropdown_pressed_holo_dark.9.png │   │   │   ├── [ 503] dropdown_pressed_holo_light.9.png │   │   │   ├── [3.3K] editbox_background_focus_yellow.9.png │   │   │   ├── [3.1K] editbox_background_normal.9.png │   │   │   ├── [3.2K] editbox_dropdown_background.9.png │   │   │   ├── [ 367] editbox_dropdown_background_dark.9.png │   │   │   ├── [ 154] edit_query_background_normal.9.png │   │   │   ├── [3.5K] edit_query_background_pressed.9.png │   │   │   ├── [3.5K] edit_query_background_selected.9.png │   │   │   ├── [3.7K] edit_query.png │   │   │   ├── [ 893] emo_im_angel.png │   │   │   ├── [ 916] emo_im_cool.png │   │   │   ├── [ 873] emo_im_crying.png │   │   │   ├── [ 913] emo_im_embarrassed.png │   │   │   ├── [ 911] emo_im_foot_in_mouth.png │   │   │   ├── [ 862] emo_im_happy.png │   │   │   ├── [ 926] emo_im_kissing.png │   │   │   ├── [ 893] emo_im_laughing.png │   │   │   ├── [ 952] emo_im_lips_are_sealed.png │   │   │   ├── [ 985] emo_im_money_mouth.png │   │   │   ├── [ 856] emo_im_sad.png │   │   │   ├── [ 916] emo_im_surprised.png │   │   │   ├── [ 941] emo_im_tongue_sticking_out.png │   │   │   ├── [ 884] emo_im_undecided.png │   │   │   ├── [ 895] emo_im_winking.png │   │   │   ├── [ 893] emo_im_wtf.png │   │   │   ├── [ 927] emo_im_yelling.png │   │   │   ├── [ 409] expander_close_holo_dark.9.png │   │   │   ├── [ 343] expander_close_holo_light.9.png │   │   │   ├── [1.9K] expander_ic_maximized.9.png │   │   │   ├── [1.9K] expander_ic_minimized.9.png │   │   │   ├── [ 424] expander_open_holo_dark.9.png │   │   │   ├── [ 338] expander_open_holo_light.9.png │   │   │   ├── [1.1K] fastscroll_label_left_holo_dark.9.png │   │   │   ├── [1.1K] fastscroll_label_left_holo_light.9.png │   │   │   ├── [1.1K] fastscroll_label_right_holo_dark.9.png │   │   │   ├── [1.1K] fastscroll_label_right_holo_light.9.png │   │   │   ├── [ 369] fastscroll_thumb_default_holo.png │   │   │   ├── [ 520] fastscroll_thumb_pressed_holo.png │   │   │   ├── [ 127] fastscroll_track_default_holo_dark.9.png │   │   │   ├── [ 127] fastscroll_track_default_holo_light.9.png │   │   │   ├── [ 128] fastscroll_track_pressed_holo_dark.9.png │   │   │   ├── [ 128] fastscroll_track_pressed_holo_light.9.png │   │   │   ├── [3.8K] focused_application_background_static.png │   │   │   ├── [ 925] frame_gallery_thumb.9.png │   │   │   ├── [1.7K] frame_gallery_thumb_pressed.9.png │   │   │   ├── [ 621] frame_gallery_thumb_selected.9.png │   │   │   ├── [1.1K] gallery_selected_default.9.png │   │   │   ├── [1.3K] gallery_selected_focused.9.png │   │   │   ├── [1.3K] gallery_selected_pressed.9.png │   │   │   ├── [ 560] gallery_unselected_default.9.png │   │   │   ├── [ 686] gallery_unselected_pressed.9.png │   │   │   ├── [ 985] grid_selector_background_focus.9.png │   │   │   ├── [ 920] grid_selector_background_pressed.9.png │   │   │   ├── [1.3K] highlight_disabled.9.png │   │   │   ├── [1.1K] highlight_pressed.9.png │   │   │   ├── [1.1K] highlight_selected.9.png │   │   │   ├── [ 466] ic_ab_back_holo_dark.png │   │   │   ├── [ 438] ic_ab_back_holo_light.png │   │   │   ├── [ 11K] ic_action_assist_focused.png │   │   │   ├── [5.7K] ic_action_assist_generic_activated.png │   │   │   ├── [1.6K] ic_action_assist_generic_normal.png │   │   │   ├── [ 812] ic_aggregated.png │   │   │   ├── [ 890] ic_audio_alarm_mute.png │   │   │   ├── [ 847] ic_audio_alarm.png │   │   │   ├── [ 845] ic_audio_bt_mute.png │   │   │   ├── [ 740] ic_audio_bt.png │   │   │   ├── [ 870] ic_audio_notification_mute.png │   │   │   ├── [ 758] ic_audio_notification.png │   │   │   ├── [ 700] ic_audio_phone.png │   │   │   ├── [ 918] ic_audio_ring_notif_mute.png │   │   │   ├── [ 855] ic_audio_ring_notif.png │   │   │   ├── [ 905] ic_audio_ring_notif_vibrate.png │   │   │   ├── [ 918] ic_audio_vol_mute.png │   │   │   ├── [ 849] ic_audio_vol.png │   │   │   ├── [ 434] ic_btn_round_more_disabled.png │   │   │   ├── [ 445] ic_btn_round_more_normal.png │   │   │   ├── [ 537] ic_btn_search_go.png │   │   │   ├── [ 858] ic_btn_search.png │   │   │   ├── [ 739] ic_btn_speak_now.png │   │   │   ├── [ 456] ic_btn_square_browser_zoom_fit_page_disabled.png │   │   │   ├── [ 820] ic_btn_square_browser_zoom_fit_page_normal.png │   │   │   ├── [ 461] ic_btn_square_browser_zoom_page_overview_disabled.png │   │   │   ├── [ 839] ic_btn_square_browser_zoom_page_overview_normal.png │   │   │   ├── [ 453] ic_bullet_key_permission.png │   │   │   ├── [ 566] ic_cab_done_holo_dark.png │   │   │   ├── [ 552] ic_cab_done_holo_light.png │   │   │   ├── [ 839] ic_cab_done_holo.png │   │   │   ├── [ 658] ic_checkmark_holo_light.png │   │   │   ├── [1.7K] ic_clear_disabled.png │   │   │   ├── [1.8K] ic_clear_normal.png │   │   │   ├── [ 740] ic_clear_search_api_disabled_holo_light.png │   │   │   ├── [ 743] ic_clear_search_api_holo_light.png │   │   │   ├── [1.4K] ic_coins_l.png │   │   │   ├── [ 741] ic_coins_s.png │   │   │   ├── [1.5K] ic_commit.png │   │   │   ├── [ 511] ic_commit_search_api_holo_dark.png │   │   │   ├── [ 532] ic_commit_search_api_holo_light.png │   │   │   ├── [1009] ic_contact_picture_2.png │   │   │   ├── [ 734] ic_contact_picture_3.png │   │   │   ├── [4.6K] ic_contact_picture.png │   │   │   ├── [3.4K] ic_delete.png │   │   │   ├── [ 736] ic_dialog_alert_holo_dark.png │   │   │   ├── [ 770] ic_dialog_alert_holo_light.png │   │   │   ├── [1.2K] ic_dialog_alert.png │   │   │   ├── [ 440] ic_dialog_close_normal_holo.png │   │   │   ├── [ 588] ic_dialog_close_pressed_holo.png │   │   │   ├── [3.4K] ic_dialog_dialer.png │   │   │   ├── [3.6K] ic_dialog_email.png │   │   │   ├── [ 939] ic_dialog_focused_holo.png │   │   │   ├── [3.5K] ic_dialog_info.png │   │   │   ├── [3.8K] ic_dialog_map.png │   │   │   ├── [1.5K] ic_dialog_time.png │   │   │   ├── [ 938] ic_dialog_usb.png │   │   │   ├── [ 700] ic_emergency.png │   │   │   ├── [ 520] ic_facial_backup.png │   │   │   ├── [ 740] ic_find_next_holo_dark.png │   │   │   ├── [ 623] ic_find_next_holo_light.png │   │   │   ├── [ 744] ic_find_previous_holo_dark.png │   │   │   ├── [ 622] ic_find_previous_holo_light.png │   │   │   ├── [1.5K] ic_go.png │   │   │   ├── [ 570] ic_go_search_api_holo_light.png │   │   │   ├── [3.1K] ic_input_add.png │   │   │   ├── [ 786] ic_input_delete.png │   │   │   ├── [ 995] ic_input_get.png │   │   │   ├── [3.8K] ic_jog_dial_answer_and_end.png │   │   │   ├── [3.9K] ic_jog_dial_answer_and_hold.png │   │   │   ├── [3.5K] ic_jog_dial_answer.png │   │   │   ├── [3.2K] ic_jog_dial_decline.png │   │   │   ├── [3.3K] ic_jog_dial_sound_off.png │   │   │   ├── [3.1K] ic_jog_dial_sound_on.png │   │   │   ├── [3.3K] ic_jog_dial_unlock.png │   │   │   ├── [4.7K] ic_jog_dial_vibrate_on.png │   │   │   ├── [3.7K] ic_launcher_android.png │   │   │   ├── [ 862] ic_lock_airplane_mode_off.png │   │   │   ├── [ 891] ic_lock_airplane_mode.png │   │   │   ├── [ 585] ic_lock_idle_alarm.png │   │   │   ├── [ 599] ic_lock_idle_charging.png │   │   │   ├── [ 547] ic_lock_idle_lock.png │   │   │   ├── [ 665] ic_lock_idle_low_battery.png │   │   │   ├── [ 636] ic_lock_lock.png │   │   │   ├── [ 913] ic_lock_power_off.png │   │   │   ├── [ 906] ic_lock_ringer_off.png │   │   │   ├── [ 977] ic_lock_ringer_on.png │   │   │   ├── [ 839] ic_lockscreen_alarm.png │   │   │   ├── [4.4K] ic_lockscreen_camera_activated.png │   │   │   ├── [1.2K] ic_lockscreen_camera_normal.png │   │   │   ├── [ 660] ic_lockscreen_emergencycall_normal.png │   │   │   ├── [1.2K] ic_lockscreen_emergencycall_pressed.png │   │   │   ├── [ 591] ic_lockscreen_forgotpassword_normal.png │   │   │   ├── [ 947] ic_lockscreen_forgotpassword_pressed.png │   │   │   ├── [ 538] ic_lockscreen_glowdot.png │   │   │   ├── [6.9K] ic_lockscreen_google_activated.png │   │   │   ├── [ 11K] ic_lockscreen_google_focused.png │   │   │   ├── [6.4K] ic_lockscreen_google_normal.png │   │   │   ├── [4.3K] ic_lockscreen_handle_normal.png │   │   │   ├── [4.2K] ic_lockscreen_handle_pressed.png │   │   │   ├── [ 157] ic_lockscreen_ime.png │   │   │   ├── [1.8K] ic_lockscreen_lock_normal.png │   │   │   ├── [4.7K] ic_lockscreen_lock_pressed.png │   │   │   ├── [ 118] ic_lockscreen_player_background.9.png │   │   │   ├── [1.9K] ic_lockscreen_search_activated.png │   │   │   ├── [1.9K] ic_lockscreen_search_normal.png │   │   │   ├── [4.6K] ic_lockscreen_silent_activated.png │   │   │   ├── [6.9K] ic_lockscreen_silent_focused.png │   │   │   ├── [3.0K] ic_lockscreen_silent_normal.png │   │   │   ├── [2.5K] ic_lockscreen_sim.png │   │   │   ├── [4.4K] ic_lockscreen_soundon_activated.png │   │   │   ├── [6.9K] ic_lockscreen_soundon_focused.png │   │   │   ├── [2.8K] ic_lockscreen_soundon_normal.png │   │   │   ├── [4.1K] ic_lockscreen_unlock_activated.png │   │   │   ├── [1.0K] ic_lockscreen_unlock_normal.png │   │   │   ├── [ 916] ic_lock_silent_mode_off.png │   │   │   ├── [1.0K] ic_lock_silent_mode.png │   │   │   ├── [1.6K] ic_lock_silent_mode_vibrate.png │   │   │   ├── [1.3K] ic_maps_indicator_current_position_anim1.png │   │   │   ├── [1.3K] ic_maps_indicator_current_position_anim2.png │   │   │   ├── [1.2K] ic_maps_indicator_current_position_anim3.png │   │   │   ├── [1.2K] ic_maps_indicator_current_position.png │   │   │   ├── [ 934] ic_media_embed_play.png │   │   │   ├── [ 929] ic_media_ff.png │   │   │   ├── [1.4K] ic_media_fullscreen.png │   │   │   ├── [ 720] ic_media_group_collapse.png │   │   │   ├── [ 751] ic_media_group_expand.png │   │   │   ├── [ 843] ic_media_next.png │   │   │   ├── [ 540] ic_media_pause.png │   │   │   ├── [ 897] ic_media_play.png │   │   │   ├── [ 837] ic_media_previous.png │   │   │   ├── [ 997] ic_media_rew.png │   │   │   ├── [ 850] ic_media_route_disabled_holo_dark.png │   │   │   ├── [ 887] ic_media_route_disabled_holo_light.png │   │   │   ├── [ 931] ic_media_route_off_holo_dark.png │   │   │   ├── [ 922] ic_media_route_off_holo_light.png │   │   │   ├── [ 967] ic_media_route_on_0_holo_dark.png │   │   │   ├── [ 978] ic_media_route_on_0_holo_light.png │   │   │   ├── [ 976] ic_media_route_on_1_holo_dark.png │   │   │   ├── [ 997] ic_media_route_on_1_holo_light.png │   │   │   ├── [ 988] ic_media_route_on_2_holo_dark.png │   │   │   ├── [1006] ic_media_route_on_2_holo_light.png │   │   │   ├── [ 988] ic_media_route_on_holo_dark.png │   │   │   ├── [1.0K] ic_media_route_on_holo_light.png │   │   │   ├── [ 500] ic_media_stop.png │   │   │   ├── [3.4K] ic_media_video_poster.png │   │   │   ├── [1.1K] ic_menu_account_list.png │   │   │   ├── [1.3K] ic_menu_add.png │   │   │   ├── [1010] ic_menu_agenda.png │   │   │   ├── [1.2K] ic_menu_allfriends.png │   │   │   ├── [1.4K] ic_menu_always_landscape_portrait.png │   │   │   ├── [ 831] ic_menu_archive.png │   │   │   ├── [1.1K] ic_menu_attachment.png │   │   │   ├── [ 779] ic_menu_back.png │   │   │   ├── [1.1K] ic_menu_blocked_user.png │   │   │   ├── [1.2K] ic_menu_block.png │   │   │   ├── [1.3K] ic_menu_btn_add.png │   │   │   ├── [1.0K] ic_menu_call.png │   │   │   ├── [ 981] ic_menu_camera.png │   │   │   ├── [1.1K] ic_menu_cc.png │   │   │   ├── [ 959] ic_menu_chat_dashboard.png │   │   │   ├── [1.1K] ic_menu_clear_playlist.png │   │   │   ├── [ 932] ic_menu_close_clear_cancel.png │   │   │   ├── [1.2K] ic_menu_compass.png │   │   │   ├── [ 978] ic_menu_compose.png │   │   │   ├── [ 162] ic_menu_copy_holo_dark.png │   │   │   ├── [ 161] ic_menu_copy_holo_light.png │   │   │   ├── [ 758] ic_menu_copy.png │   │   │   ├── [ 932] ic_menu_crop.png │   │   │   ├── [ 421] ic_menu_cut_holo_dark.png │   │   │   ├── [ 357] ic_menu_cut_holo_light.png │   │   │   ├── [1.2K] ic_menu_cut.png │   │   │   ├── [ 915] ic_menu_day.png │   │   │   ├── [ 967] ic_menu_delete.png │   │   │   ├── [ 834] ic_menu_directions.png │   │   │   ├── [1.2K] ic_menu_edit.png │   │   │   ├── [1.3K] ic_menu_emoticons.png │   │   │   ├── [1.2K] ic_menu_end_conversation.png │   │   │   ├── [ 923] ic_menu_find_holo_dark.png │   │   │   ├── [ 863] ic_menu_find_holo_light.png │   │   │   ├── [1.3K] ic_menu_find.png │   │   │   ├── [ 769] ic_menu_forward.png │   │   │   ├── [1.0K] ic_menu_friendslist.png │   │   │   ├── [ 804] ic_menu_gallery.png │   │   │   ├── [ 915] ic_menu_goto.png │   │   │   ├── [ 721] ic_menu_help_holo_light.png │   │   │   ├── [ 951] ic_menu_help.png │   │   │   ├── [1.0K] ic_menu_home.png │   │   │   ├── [1.2K] ic_menu_info_details.png │   │   │   ├── [1.0K] ic_menu_invite.png │   │   │   ├── [1.1K] ic_menu_login.png │   │   │   ├── [1.1K] ic_menu_manage.png │   │   │   ├── [1.1K] ic_menu_mapmode.png │   │   │   ├── [ 955] ic_menu_mark.png │   │   │   ├── [1.2K] ic_menu_month.png │   │   │   ├── [ 852] ic_menu_moreoverflow_focused_holo_dark.png │   │   │   ├── [ 908] ic_menu_moreoverflow_focused_holo_light.png │   │   │   ├── [ 122] ic_menu_moreoverflow_normal_holo_dark.png │   │   │   ├── [ 131] ic_menu_moreoverflow_normal_holo_light.png │   │   │   ├── [ 854] ic_menu_moreoverflow.png │   │   │   ├── [1.2K] ic_menu_more.png │   │   │   ├── [1.0K] ic_menu_my_calendar.png │   │   │   ├── [1.2K] ic_menu_mylocation.png │   │   │   ├── [1.1K] ic_menu_myplaces.png │   │   │   ├── [1.1K] ic_menu_notifications.png │   │   │   ├── [ 226] ic_menu_paste_holo_dark.png │   │   │   ├── [ 203] ic_menu_paste_holo_light.png │   │   │   ├── [ 936] ic_menu_paste.png │   │   │   ├── [ 841] ic_menu_play_clip.png │   │   │   ├── [1.1K] ic_menu_preferences.png │   │   │   ├── [1.3K] ic_menu_recent_history.png │   │   │   ├── [1.2K] ic_menu_refresh.png │   │   │   ├── [1.0K] ic_menu_report_image.png │   │   │   ├── [1.0K] ic_menu_revert.png │   │   │   ├── [1.3K] ic_menu_rotate.png │   │   │   ├── [ 981] ic_menu_save.png │   │   │   ├── [1.1K] ic_menu_search_holo_dark.png │   │   │   ├── [ 858] ic_menu_search_holo_light.png │   │   │   ├── [1.1K] ic_menu_search.png │   │   │   ├── [ 167] ic_menu_selectall_holo_dark.png │   │   │   ├── [ 166] ic_menu_selectall_holo_light.png │   │   │   ├── [ 920] ic_menu_send.png │   │   │   ├── [ 941] ic_menu_set_as.png │   │   │   ├── [ 866] ic_menu_settings_holo_light.png │   │   │   ├── [ 332] ic_menu_share_holo_dark.png │   │   │   ├── [ 355] ic_menu_share_holo_light.png │   │   │   ├── [1.1K] ic_menu_share.png │   │   │   ├── [ 902] ic_menu_slideshow.png │   │   │   ├── [ 948] ic_menu_sort_alphabetically.png │   │   │   ├── [ 640] ic_menu_sort_by_size.png │   │   │   ├── [1.1K] ic_menu_star.png │   │   │   ├── [1.1K] ic_menu_start_conversation.png │   │   │   ├── [ 865] ic_menu_stop.png │   │   │   ├── [1.1K] ic_menu_today.png │   │   │   ├── [ 793] ic_menu_upload.png │   │   │   ├── [ 793] ic_menu_upload_you_tube.png │   │   │   ├── [1.1K] ic_menu_view.png │   │   │   ├── [1013] ic_menu_week.png │   │   │   ├── [1.2K] ic_menu_zoom.png │   │   │   ├── [1.5K] ic_notification_clear_all.png │   │   │   ├── [ 642] ic_notification_ime_default.png │   │   │   ├── [3.1K] ic_notification_overlay.9.png │   │   │   ├── [ 721] ic_notify_wifidisplay.png │   │   │   ├── [1022] icon_highlight_rectangle.9.png │   │   │   ├── [1.4K] icon_highlight_square.9.png │   │   │   ├── [ 315] ic_partial_secure.png │   │   │   ├── [4.0K] ic_popup_disk_full.png │   │   │   ├── [1.3K] ic_popup_reminder.png │   │   │   ├── [3.9K] ic_popup_sync_1.png │   │   │   ├── [4.0K] ic_popup_sync_2.png │   │   │   ├── [3.9K] ic_popup_sync_3.png │   │   │   ├── [3.9K] ic_popup_sync_4.png │   │   │   ├── [4.0K] ic_popup_sync_5.png │   │   │   ├── [3.9K] ic_popup_sync_6.png │   │   │   ├── [1.5K] ic_search_api_holo_light.png │   │   │   ├── [4.9K] ic_search_category_default.png │   │   │   ├── [2.2K] ic_search.png │   │   │   ├── [ 398] ic_secure.png │   │   │   ├── [ 756] ic_settings_language.png │   │   │   ├── [ 653] ic_sysbar_quicksettings.png │   │   │   ├── [ 453] ic_text_dot.png │   │   │   ├── [2.1K] ic_vibrate.png │   │   │   ├── [1.0K] ic_vibrate_small.png │   │   │   ├── [ 794] ic_voice_search_api_holo_light.png │   │   │   ├── [1.9K] ic_voice_search.png │   │   │   ├── [2.9K] ic_volume_bluetooth_ad2p.png │   │   │   ├── [2.1K] ic_volume_bluetooth_in_call.png │   │   │   ├── [1.0K] ic_volume_off.png │   │   │   ├── [ 509] ic_volume_off_small.png │   │   │   ├── [1.4K] ic_volume.png │   │   │   ├── [ 792] ic_volume_small.png │   │   │   ├── [3.0K] ime_qwerty.png │   │   │   ├── [ 386] indicator_code_lock_drag_direction_red_up.png │   │   │   ├── [ 523] indicator_code_lock_point_area_default_holo.png │   │   │   ├── [3.1K] indicator_code_lock_point_area_default.png │   │   │   ├── [3.9K] indicator_code_lock_point_area_green_holo.png │   │   │   ├── [6.3K] indicator_code_lock_point_area_green.png │   │   │   ├── [3.9K] indicator_code_lock_point_area_red_holo.png │   │   │   ├── [ 822] indicator_input_error.png │   │   │   ├── [ 88K] intro_bg.png │   │   │   ├── [4.4K] jog_dial_arrow_long_left_green.png │   │   │   ├── [4.4K] jog_dial_arrow_long_left_yellow.png │   │   │   ├── [2.8K] jog_dial_arrow_long_middle_yellow.png │   │   │   ├── [4.4K] jog_dial_arrow_long_right_red.png │   │   │   ├── [4.5K] jog_dial_arrow_long_right_yellow.png │   │   │   ├── [3.6K] jog_dial_arrow_short_left_and_right.png │   │   │   ├── [2.2K] jog_dial_arrow_short_left.png │   │   │   ├── [2.2K] jog_dial_arrow_short_right.png │   │   │   ├── [ 13K] jog_dial_bg.png │   │   │   ├── [2.8K] jog_dial_dimple_dim.png │   │   │   ├── [3.3K] jog_dial_dimple.png │   │   │   ├── [2.0K] jog_tab_bar_left_end_confirm_gray.9.png │   │   │   ├── [2.0K] jog_tab_bar_left_end_confirm_green.9.png │   │   │   ├── [2.1K] jog_tab_bar_left_end_confirm_red.9.png │   │   │   ├── [2.0K] jog_tab_bar_left_end_confirm_yellow.9.png │   │   │   ├── [2.0K] jog_tab_bar_left_end_normal.9.png │   │   │   ├── [2.0K] jog_tab_bar_left_end_pressed.9.png │   │   │   ├── [3.0K] jog_tab_bar_right_end_confirm_gray.9.png │   │   │   ├── [3.1K] jog_tab_bar_right_end_confirm_green.9.png │   │   │   ├── [3.1K] jog_tab_bar_right_end_confirm_red.9.png │   │   │   ├── [3.0K] jog_tab_bar_right_end_confirm_yellow.9.png │   │   │   ├── [1.9K] jog_tab_bar_right_end_normal.9.png │   │   │   ├── [2.9K] jog_tab_bar_right_end_pressed.9.png │   │   │   ├── [4.0K] jog_tab_left_confirm_gray.png │   │   │   ├── [4.4K] jog_tab_left_confirm_green.png │   │   │   ├── [4.2K] jog_tab_left_confirm_red.png │   │   │   ├── [4.3K] jog_tab_left_confirm_yellow.png │   │   │   ├── [3.6K] jog_tab_left_normal.png │   │   │   ├── [3.8K] jog_tab_left_pressed.png │   │   │   ├── [3.8K] jog_tab_right_confirm_gray.png │   │   │   ├── [4.1K] jog_tab_right_confirm_green.png │   │   │   ├── [4.0K] jog_tab_right_confirm_red.png │   │   │   ├── [4.0K] jog_tab_right_confirm_yellow.png │   │   │   ├── [3.3K] jog_tab_right_normal.png │   │   │   ├── [3.5K] jog_tab_right_pressed.png │   │   │   ├── [ 584] jog_tab_target_gray.png │   │   │   ├── [ 828] jog_tab_target_green.png │   │   │   ├── [ 835] jog_tab_target_red.png │   │   │   ├── [ 829] jog_tab_target_yellow.png │   │   │   ├── [ 197] keyboard_accessory_bg_landscape.9.png │   │   │   ├── [ 189] keyboard_background.9.png │   │   │   ├── [1.2K] keyboard_key_feedback_background.9.png │   │   │   ├── [1.4K] keyboard_key_feedback_more_background.9.png │   │   │   ├── [ 996] keyboard_popup_panel_background.9.png │   │   │   ├── [3.6K] keyboard_popup_panel_trans_background.9.png │   │   │   ├── [ 832] kg_add_widget_disabled.png │   │   │   ├── [ 788] kg_add_widget.png │   │   │   ├── [ 809] kg_add_widget_pressed.png │   │   │   ├── [ 397] kg_bouncer_bg_white.9.png │   │   │   ├── [ 136] kg_security_grip.9.png │   │   │   ├── [1.4K] kg_security_lock_focused.png │   │   │   ├── [1.0K] kg_security_lock_normal.png │   │   │   ├── [1.9K] kg_security_lock.png │   │   │   ├── [1.1K] kg_security_lock_pressed.png │   │   │   ├── [3.1K] kg_widget_bg_padded.9.png │   │   │   ├── [ 802] kg_widget_delete_drop_target.png │   │   │   ├── [ 162] light_header.9.png │   │   │   ├── [ 151] list_activated_holo.9.png │   │   │   ├── [ 78] list_divider_holo_dark.9.png │   │   │   ├── [ 76] list_divider_holo_light.9.png │   │   │   ├── [ 184] list_divider_horizontal_holo_dark.9.png │   │   │   ├── [ 171] list_focused_holo.9.png │   │   │   ├── [ 151] list_longpressed_holo.9.png │   │   │   ├── [ 158] list_pressed_holo_dark.9.png │   │   │   ├── [ 158] list_pressed_holo_light.9.png │   │   │   ├── [ 165] list_section_divider_holo_dark.9.png │   │   │   ├── [ 152] list_section_divider_holo_light.9.png │   │   │   ├── [ 263] list_section_header_holo_dark.9.png │   │   │   ├── [ 222] list_section_header_holo_light.9.png │   │   │   ├── [ 151] list_selected_holo_dark.9.png │   │   │   ├── [ 151] list_selected_holo_light.9.png │   │   │   ├── [ 296] list_selector_activated_holo_dark.9.png │   │   │   ├── [ 268] list_selector_activated_holo_light.9.png │   │   │   ├── [ 223] list_selector_background_default.9.png │   │   │   ├── [ 260] list_selector_background_default_light.9.png │   │   │   ├── [ 182] list_selector_background_disabled.9.png │   │   │   ├── [ 458] list_selector_background_disabled_light.9.png │   │   │   ├── [1.1K] list_selector_background_focus.9.png │   │   │   ├── [ 374] list_selector_background_focused.9.png │   │   │   ├── [ 374] list_selector_background_focused_light.9.png │   │   │   ├── [ 550] list_selector_background_focused_selected.9.png │   │   │   ├── [ 571] list_selector_background_longpress.9.png │   │   │   ├── [ 241] list_selector_background_longpress_light.9.png │   │   │   ├── [1.0K] list_selector_background_pressed.9.png │   │   │   ├── [ 273] list_selector_background_pressed_light.9.png │   │   │   ├── [ 562] list_selector_background_selected.9.png │   │   │   ├── [ 454] list_selector_background_selected_light.9.png │   │   │   ├── [ 172] list_selector_disabled_holo_dark.9.png │   │   │   ├── [ 171] list_selector_disabled_holo_light.9.png │   │   │   ├── [ 177] list_selector_focused_holo_dark.9.png │   │   │   ├── [ 176] list_selector_focused_holo_light.9.png │   │   │   ├── [ 227] list_selector_multiselect_holo_dark.9.png │   │   │   ├── [ 236] list_selector_multiselect_holo_light.9.png │   │   │   ├── [ 177] list_selector_pressed_holo_dark.9.png │   │   │   ├── [ 171] list_selector_pressed_holo_light.9.png │   │   │   ├── [ 351] lockscreen_protection_pattern.png │   │   │   ├── [ 172] magnified_region_frame.9.png │   │   │   ├── [2.7K] maps_google_logo.png │   │   │   ├── [ 186] menu_background.9.png │   │   │   ├── [ 167] menu_background_fill_parent_width.9.png │   │   │   ├── [ 839] menu_dropdown_panel_holo_dark.9.png │   │   │   ├── [ 836] menu_dropdown_panel_holo_light.9.png │   │   │   ├── [ 567] menu_hardkey_panel_holo_dark.9.png │   │   │   ├── [ 562] menu_hardkey_panel_holo_light.9.png │   │   │   ├── [ 11K] menuitem_background_focus.9.png │   │   │   ├── [ 11K] menuitem_background_pressed.9.png │   │   │   ├── [ 165] menuitem_background_solid_focused.9.png │   │   │   ├── [ 165] menuitem_background_solid_pressed.9.png │   │   │   ├── [2.9K] menuitem_checkbox_on.png │   │   │   ├── [2.8K] menu_separator.9.png │   │   │   ├── [ 324] menu_submenu_background.9.png │   │   │   ├── [ 182] minitab_lt_focus.9.png │   │   │   ├── [ 181] minitab_lt_press.9.png │   │   │   ├── [ 183] minitab_lt_selected.9.png │   │   │   ├── [ 177] minitab_lt_unselected.9.png │   │   │   ├── [ 180] minitab_lt_unselected_press.9.png │   │   │   ├── [ 165] notification_bg_low_normal.9.png │   │   │   ├── [ 169] notification_bg_low_pressed.9.png │   │   │   ├── [ 165] notification_bg_normal.9.png │   │   │   ├── [ 171] notification_bg_normal_pressed.9.png │   │   │   ├── [ 98] notify_panel_notification_icon_bg.png │   │   │   ├── [ 422] numberpicker_down_disabled.9.png │   │   │   ├── [ 580] numberpicker_down_disabled_focused.9.png │   │   │   ├── [ 795] numberpicker_down_normal.9.png │   │   │   ├── [1.1K] numberpicker_down_pressed.9.png │   │   │   ├── [1.1K] numberpicker_down_selected.9.png │   │   │   ├── [ 280] numberpicker_input_disabled.9.png │   │   │   ├── [ 582] numberpicker_input_normal.9.png │   │   │   ├── [ 604] numberpicker_input_pressed.9.png │   │   │   ├── [ 517] numberpicker_input_selected.9.png │   │   │   ├── [ 135] numberpicker_selection_divider.9.png │   │   │   ├── [ 491] numberpicker_up_disabled.9.png │   │   │   ├── [ 728] numberpicker_up_disabled_focused.9.png │   │   │   ├── [ 989] numberpicker_up_normal.9.png │   │   │   ├── [1.4K] numberpicker_up_pressed.9.png │   │   │   ├── [1.4K] numberpicker_up_selected.9.png │   │   │   ├── [ 903] overscroll_edge.png │   │   │   ├── [ 20K] overscroll_glow.png │   │   │   ├── [1.6K] panel_background.9.png │   │   │   ├── [ 384] panel_bg_holo_dark.9.png │   │   │   ├── [ 363] panel_bg_holo_light.9.png │   │   │   ├── [5.2K] panel_picture_frame_bg_focus_blue.9.png │   │   │   ├── [3.4K] panel_picture_frame_bg_normal.9.png │   │   │   ├── [5.0K] panel_picture_frame_bg_pressed_blue.9.png │   │   │   ├── [ 784] password_field_default.9.png │   │   │   ├── [1.1K] password_keyboard_background_holo.9.png │   │   │   ├── [1.4K] perm_group_accounts.png │   │   │   ├── [1.1K] perm_group_affects_battery.png │   │   │   ├── [1.4K] perm_group_app_info.png │   │   │   ├── [1.5K] perm_group_audio_settings.png │   │   │   ├── [1.3K] perm_group_bluetooth.png │   │   │   ├── [1.6K] perm_group_bookmarks.png │   │   │   ├── [1.4K] perm_group_calendar.png │   │   │   ├── [1.4K] perm_group_camera.png │   │   │   ├── [1.5K] perm_group_device_alarms.png │   │   │   ├── [1.2K] perm_group_display.png │   │   │   ├── [1.3K] perm_group_location.png │   │   │   ├── [1.4K] perm_group_messages.png │   │   │   ├── [1.3K] perm_group_microphone.png │   │   │   ├── [1.4K] perm_group_network.png │   │   │   ├── [1.3K] perm_group_personal_info.png │   │   │   ├── [1.4K] perm_group_phone_calls.png │   │   │   ├── [1.2K] perm_group_screenlock.png │   │   │   ├── [1.1K] perm_group_shortrange_network.png │   │   │   ├── [1.6K] perm_group_social_info.png │   │   │   ├── [1.1K] perm_group_status_bar.png │   │   │   ├── [1.3K] perm_group_storage.png │   │   │   ├── [1.5K] perm_group_sync_settings.png │   │   │   ├── [1.4K] perm_group_system_clock.png │   │   │   ├── [1.3K] perm_group_system_tools.png │   │   │   ├── [1.2K] perm_group_user_dictionary.png │   │   │   ├── [1.5K] perm_group_user_dictionary_write.png │   │   │   ├── [1.3K] perm_group_voicemail.png │   │   │   ├── [1.2K] perm_group_wallpaper.png │   │   │   ├── [5.0K] picture_emergency.png │   │   │   ├── [ 547] picture_frame.9.png │   │   │   ├── [ 210] pointer_arrow_icon.xml │   │   │   ├── [1.5K] pointer_arrow.png │   │   │   ├── [ 218] pointer_spot_anchor_icon.xml │   │   │   ├── [6.7K] pointer_spot_anchor.png │   │   │   ├── [ 217] pointer_spot_hover_icon.xml │   │   │   ├── [9.4K] pointer_spot_hover.png │   │   │   ├── [ 217] pointer_spot_touch_icon.xml │   │   │   ├── [2.8K] pointer_spot_touch.png │   │   │   ├── [1.5K] popup_bottom_bright.9.png │   │   │   ├── [1.5K] popup_bottom_dark.9.png │   │   │   ├── [3.2K] popup_bottom_medium.9.png │   │   │   ├── [1.1K] popup_center_bright.9.png │   │   │   ├── [ 211] popup_center_dark.9.png │   │   │   ├── [2.8K] popup_center_medium.9.png │   │   │   ├── [1.6K] popup_full_bright.9.png │   │   │   ├── [1.6K] popup_full_dark.9.png │   │   │   ├── [1.5K] popup_inline_error.9.png │   │   │   ├── [1.5K] popup_inline_error_above.9.png │   │   │   ├── [ 666] popup_inline_error_above_holo_dark.9.png │   │   │   ├── [ 648] popup_inline_error_above_holo_light.9.png │   │   │   ├── [ 672] popup_inline_error_holo_dark.9.png │   │   │   ├── [ 661] popup_inline_error_holo_light.9.png │   │   │   ├── [1.5K] popup_top_bright.9.png │   │   │   ├── [1.6K] popup_top_dark.9.png │   │   │   ├── [ 819] presence_audio_away.png │   │   │   ├── [ 858] presence_audio_busy.png │   │   │   ├── [ 878] presence_audio_online.png │   │   │   ├── [ 853] presence_away.png │   │   │   ├── [ 884] presence_busy.png │   │   │   ├── [ 627] presence_invisible.png │   │   │   ├── [ 647] presence_offline.png │   │   │   ├── [ 862] presence_online.png │   │   │   ├── [ 651] presence_video_away.png │   │   │   ├── [ 673] presence_video_busy.png │   │   │   ├── [ 695] presence_video_online.png │   │   │   ├── [3.8K] pressed_application_background_static.png │   │   │   ├── [ 687] progressbar_indeterminate1.png │   │   │   ├── [ 624] progressbar_indeterminate2.png │   │   │   ├── [ 637] progressbar_indeterminate3.png │   │   │   ├── [ 672] progressbar_indeterminate_holo1.png │   │   │   ├── [ 764] progressbar_indeterminate_holo2.png │   │   │   ├── [ 855] progressbar_indeterminate_holo3.png │   │   │   ├── [ 839] progressbar_indeterminate_holo4.png │   │   │   ├── [ 828] progressbar_indeterminate_holo5.png │   │   │   ├── [ 840] progressbar_indeterminate_holo6.png │   │   │   ├── [ 794] progressbar_indeterminate_holo7.png │   │   │   ├── [ 811] progressbar_indeterminate_holo8.png │   │   │   ├── [ 168] progress_bg_holo_dark.9.png │   │   │   ├── [ 161] progress_bg_holo_light.9.png │   │   │   ├── [ 559] progress_primary_holo_dark.9.png │   │   │   ├── [ 561] progress_primary_holo_light.9.png │   │   │   ├── [ 173] progress_secondary_holo_dark.9.png │   │   │   ├── [ 177] progress_secondary_holo_light.9.png │   │   │   ├── [ 338] quickactions_arrowdown_left_holo_dark.9.png │   │   │   ├── [ 323] quickactions_arrowdown_left_holo_light.9.png │   │   │   ├── [ 336] quickactions_arrowdown_right_holo_dark.9.png │   │   │   ├── [ 340] quickactions_arrowdown_right_holo_light.9.png │   │   │   ├── [ 325] quickactions_arrowup_left_holo_dark.9.png │   │   │   ├── [ 328] quickactions_arrowup_left_holo_light.9.png │   │   │   ├── [ 334] quickactions_arrowup_left_right_holo_dark.9.png │   │   │   ├── [ 331] quickactions_arrowup_right_holo_light.9.png │   │   │   ├── [ 456] quickcontact_badge_overlay_focused_dark.9.png │   │   │   ├── [ 396] quickcontact_badge_overlay_focused_light.9.png │   │   │   ├── [ 270] quickcontact_badge_overlay_normal_dark.9.png │   │   │   ├── [ 289] quickcontact_badge_overlay_normal_light.9.png │   │   │   ├── [ 325] quickcontact_badge_overlay_pressed_dark.9.png │   │   │   ├── [ 307] quickcontact_badge_overlay_pressed_light.9.png │   │   │   ├── [3.3K] radiobutton_off_background.png │   │   │   ├── [3.4K] radiobutton_on_background.png │   │   │   ├── [1.6K] rate_star_big_half_holo_dark.png │   │   │   ├── [1.6K] rate_star_big_half_holo_light.png │   │   │   ├── [ 818] rate_star_big_half.png │   │   │   ├── [1.0K] rate_star_big_off_holo_dark.png │   │   │   ├── [1.1K] rate_star_big_off_holo_light.png │   │   │   ├── [ 527] rate_star_big_off.png │   │   │   ├── [1.6K] rate_star_big_on_holo_dark.png │   │   │   ├── [1.6K] rate_star_big_on_holo_light.png │   │   │   ├── [ 992] rate_star_big_on.png │   │   │   ├── [1.1K] rate_star_med_half_holo_dark.png │   │   │   ├── [1.1K] rate_star_med_half_holo_light.png │   │   │   ├── [ 994] rate_star_med_half.png │   │   │   ├── [ 763] rate_star_med_off_holo_dark.png │   │   │   ├── [ 782] rate_star_med_off_holo_light.png │   │   │   ├── [ 616] rate_star_med_off.png │   │   │   ├── [1.1K] rate_star_med_on_holo_dark.png │   │   │   ├── [1.1K] rate_star_med_on_holo_light.png │   │   │   ├── [1.0K] rate_star_med_on.png │   │   │   ├── [ 753] rate_star_small_half_holo_dark.png │   │   │   ├── [ 758] rate_star_small_half_holo_light.png │   │   │   ├── [ 540] rate_star_small_half.png │   │   │   ├── [ 566] rate_star_small_off_holo_dark.png │   │   │   ├── [ 561] rate_star_small_off_holo_light.png │   │   │   ├── [ 447] rate_star_small_off.png │   │   │   ├── [ 752] rate_star_small_on_holo_dark.png │   │   │   ├── [ 753] rate_star_small_on_holo_light.png │   │   │   ├── [ 570] rate_star_small_on.png │   │   │   ├── [ 314] recent_dialog_background.9.png │   │   │   ├── [3.2K] reticle.png │   │   │   ├── [1.3K] scrollbar_handle_accelerated_anim2.9.png │   │   │   ├── [ 191] scrollbar_handle_holo_dark.9.png │   │   │   ├── [ 194] scrollbar_handle_holo_light.9.png │   │   │   ├── [ 266] scrollbar_handle_horizontal.9.png │   │   │   ├── [ 254] scrollbar_handle_vertical.9.png │   │   │   ├── [ 857] scrubber_control_disabled_holo.png │   │   │   ├── [1017] scrubber_control_focused_holo.png │   │   │   ├── [1.1K] scrubber_control_normal_holo.png │   │   │   ├── [1.3K] scrubber_control_pressed_holo.png │   │   │   ├── [ 180] scrubber_primary_holo.9.png │   │   │   ├── [ 177] scrubber_secondary_holo.9.png │   │   │   ├── [ 161] scrubber_track_holo_dark.9.png │   │   │   ├── [ 163] scrubber_track_holo_light.9.png │   │   │   ├── [3.0K] search_dropdown_background.9.png │   │   │   ├── [2.9K] search_plate.9.png │   │   │   ├── [ 293] search_plate_global.9.png │   │   │   ├── [ 880] seek_thumb_normal.png │   │   │   ├── [1.0K] seek_thumb_pressed.png │   │   │   ├── [1.1K] seek_thumb_selected.png │   │   │   ├── [ 285] settings_header_raw.9.png │   │   │   ├── [ 553] spinner_16_inner_holo.png │   │   │   ├── [ 491] spinner_16_outer_holo.png │   │   │   ├── [ 627] spinner_20_inner_holo.png │   │   │   ├── [ 548] spinner_20_outer_holo.png │   │   │   ├── [1.3K] spinner_48_inner_holo.png │   │   │   ├── [1.1K] spinner_48_outer_holo.png │   │   │   ├── [2.1K] spinner_76_inner_holo.png │   │   │   ├── [1.8K] spinner_76_outer_holo.png │   │   │   ├── [ 266] spinner_ab_default_holo_dark.9.png │   │   │   ├── [ 266] spinner_ab_default_holo_light.9.png │   │   │   ├── [ 262] spinner_ab_disabled_holo_dark.9.png │   │   │   ├── [ 262] spinner_ab_disabled_holo_light.9.png │   │   │   ├── [ 407] spinner_ab_focused_holo_dark.9.png │   │   │   ├── [ 407] spinner_ab_focused_holo_light.9.png │   │   │   ├── [ 348] spinner_ab_pressed_holo_dark.9.png │   │   │   ├── [ 348] spinner_ab_pressed_holo_light.9.png │   │   │   ├── [1008] spinner_black_16.png │   │   │   ├── [1.2K] spinner_black_20.png │   │   │   ├── [3.2K] spinner_black_48.png │   │   │   ├── [5.3K] spinner_black_76.png │   │   │   ├── [ 280] spinner_default_holo_dark.9.png │   │   │   ├── [ 279] spinner_default_holo_light.9.png │   │   │   ├── [ 274] spinner_disabled_holo_dark.9.png │   │   │   ├── [ 274] spinner_disabled_holo_light.9.png │   │   │   ├── [ 350] spinner_dropdown_background_down.9.png │   │   │   ├── [ 347] spinner_dropdown_background_up.9.png │   │   │   ├── [ 427] spinner_focused_holo_dark.9.png │   │   │   ├── [ 433] spinner_focused_holo_light.9.png │   │   │   ├── [1.1K] spinner_normal.9.png │   │   │   ├── [1.7K] spinner_press.9.png │   │   │   ├── [ 379] spinner_pressed_holo_dark.9.png │   │   │   ├── [ 370] spinner_pressed_holo_light.9.png │   │   │   ├── [1.7K] spinner_select.9.png │   │   │   ├── [ 962] spinner_white_16.png │   │   │   ├── [3.0K] spinner_white_48.png │   │   │   ├── [4.6K] spinner_white_76.png │   │   │   ├── [1.5K] star_big_off.png │   │   │   ├── [1.7K] star_big_on.png │   │   │   ├── [ 594] star_off.png │   │   │   ├── [1.2K] star_on.png │   │   │   ├── [ 625] stat_ecb_mode.png │   │   │   ├── [ 591] stat_notify_call_mute.png │   │   │   ├── [ 824] stat_notify_car_mode.png │   │   │   ├── [ 617] stat_notify_chat.png │   │   │   ├── [ 729] stat_notify_disabled.png │   │   │   ├── [ 736] stat_notify_disk_full.png │   │   │   ├── [ 617] stat_notify_email_generic.png │   │   │   ├── [ 662] stat_notify_error.png │   │   │   ├── [ 648] stat_notify_gmail.png │   │   │   ├── [ 717] stat_notify_missed_call.png │   │   │   ├── [ 603] stat_notify_more.png │   │   │   ├── [ 855] stat_notify_rssi_in_range.png │   │   │   ├── [ 620] stat_notify_sdcard.png │   │   │   ├── [ 767] stat_notify_sdcard_prepare.png │   │   │   ├── [ 678] stat_notify_sdcard_usb.png │   │   │   ├── [ 794] stat_notify_sim_toolkit.png │   │   │   ├── [ 732] stat_notify_sync_anim0.png │   │   │   ├── [ 746] stat_notify_sync_error.png │   │   │   ├── [ 732] stat_notify_sync.png │   │   │   ├── [ 637] stat_notify_voicemail.png │   │   │   ├── [ 810] stat_notify_wifi_in_range.png │   │   │   ├── [ 511] stat_sys_adb.png │   │   │   ├── [ 374] stat_sys_battery_0.png │   │   │   ├── [ 241] stat_sys_battery_100.png │   │   │   ├── [ 253] stat_sys_battery_15.png │   │   │   ├── [ 250] stat_sys_battery_28.png │   │   │   ├── [ 261] stat_sys_battery_43.png │   │   │   ├── [ 254] stat_sys_battery_57.png │   │   │   ├── [ 253] stat_sys_battery_71.png │   │   │   ├── [ 248] stat_sys_battery_85.png │   │   │   ├── [ 440] stat_sys_battery_charge_anim0.png │   │   │   ├── [ 430] stat_sys_battery_charge_anim100.png │   │   │   ├── [ 448] stat_sys_battery_charge_anim15.png │   │   │   ├── [ 446] stat_sys_battery_charge_anim28.png │   │   │   ├── [ 448] stat_sys_battery_charge_anim43.png │   │   │   ├── [ 452] stat_sys_battery_charge_anim57.png │   │   │   ├── [ 452] stat_sys_battery_charge_anim71.png │   │   │   ├── [ 440] stat_sys_battery_charge_anim85.png │   │   │   ├── [ 461] stat_sys_battery_unknown.png │   │   │   ├── [ 652] stat_sys_data_bluetooth.png │   │   │   ├── [ 707] stat_sys_data_usb.png │   │   │   ├── [ 662] stat_sys_data_wimax_signal_3_fully.png │   │   │   ├── [ 665] stat_sys_data_wimax_signal_disconnected.png │   │   │   ├── [ 574] stat_sys_download_anim0.png │   │   │   ├── [ 571] stat_sys_download_anim1.png │   │   │   ├── [ 576] stat_sys_download_anim2.png │   │   │   ├── [ 575] stat_sys_download_anim3.png │   │   │   ├── [ 557] stat_sys_download_anim4.png │   │   │   ├── [ 567] stat_sys_download_anim5.png │   │   │   ├── [ 666] stat_sys_gps_on.png │   │   │   ├── [ 408] stat_sys_headset.png │   │   │   ├── [1.1K] stat_sys_phone_call_forward.png │   │   │   ├── [1.1K] stat_sys_phone_call_on_hold.png │   │   │   ├── [ 862] stat_sys_phone_call.png │   │   │   ├── [ 469] stat_sys_ra_signal_0_cdma.png │   │   │   ├── [ 836] stat_sys_ra_signal_1_cdma.png │   │   │   ├── [ 933] stat_sys_ra_signal_2_cdma.png │   │   │   ├── [1023] stat_sys_ra_signal_3_cdma.png │   │   │   ├── [1.0K] stat_sys_ra_signal_4_cdma.png │   │   │   ├── [ 450] stat_sys_r_signal_0_cdma.png │   │   │   ├── [ 847] stat_sys_r_signal_1_cdma.png │   │   │   ├── [ 946] stat_sys_r_signal_2_cdma.png │   │   │   ├── [1.0K] stat_sys_r_signal_3_cdma.png │   │   │   ├── [1.0K] stat_sys_r_signal_4_cdma.png │   │   │   ├── [ 622] stat_sys_secure.png │   │   │   ├── [ 440] stat_sys_signal_0_cdma.png │   │   │   ├── [ 755] stat_sys_signal_1_cdma.png │   │   │   ├── [ 870] stat_sys_signal_2_cdma.png │   │   │   ├── [ 952] stat_sys_signal_3_cdma.png │   │   │   ├── [ 973] stat_sys_signal_4_cdma.png │   │   │   ├── [ 482] stat_sys_signal_evdo_0.png │   │   │   ├── [ 860] stat_sys_signal_evdo_1.png │   │   │   ├── [ 928] stat_sys_signal_evdo_2.png │   │   │   ├── [1008] stat_sys_signal_evdo_3.png │   │   │   ├── [1.0K] stat_sys_signal_evdo_4.png │   │   │   ├── [ 634] stat_sys_speakerphone.png │   │   │   ├── [ 675] stat_sys_tether_bluetooth.png │   │   │   ├── [ 659] stat_sys_tether_general.png │   │   │   ├── [ 698] stat_sys_tether_usb.png │   │   │   ├── [ 814] stat_sys_tether_wifi.png │   │   │   ├── [ 694] stat_sys_throttled.png │   │   │   ├── [ 580] stat_sys_upload_anim0.png │   │   │   ├── [ 577] stat_sys_upload_anim1.png │   │   │   ├── [ 545] stat_sys_upload_anim2.png │   │   │   ├── [ 586] stat_sys_upload_anim3.png │   │   │   ├── [ 582] stat_sys_upload_anim4.png │   │   │   ├── [ 573] stat_sys_upload_anim5.png │   │   │   ├── [1.1K] stat_sys_vp_phone_call_on_hold.png │   │   │   ├── [1.1K] stat_sys_vp_phone_call.png │   │   │   ├── [ 654] stat_sys_warning.png │   │   │   ├── [ 204] statusbar_background.9.png │   │   │   ├── [3.0K] status_bar_background.png │   │   │   ├── [2.8K] status_bar_header_background.9.png │   │   │   ├── [ 288] status_bar_item_app_background_normal.9.png │   │   │   ├── [ 11K] status_bar_item_background_focus.9.png │   │   │   ├── [2.8K] status_bar_item_background_normal.9.png │   │   │   ├── [ 11K] status_bar_item_background_pressed.9.png │   │   │   ├── [2.8K] submenu_arrow_nofocus.png │   │   │   ├── [ 206] switch_bg_disabled_holo_dark.9.png │   │   │   ├── [ 207] switch_bg_disabled_holo_light.9.png │   │   │   ├── [ 216] switch_bg_focused_holo_dark.9.png │   │   │   ├── [ 210] switch_bg_focused_holo_light.9.png │   │   │   ├── [ 163] switch_bg_holo_dark.9.png │   │   │   ├── [ 163] switch_bg_holo_light.9.png │   │   │   ├── [ 351] switch_thumb_activated_holo_dark.9.png │   │   │   ├── [ 351] switch_thumb_activated_holo_light.9.png │   │   │   ├── [ 350] switch_thumb_disabled_holo_dark.9.png │   │   │   ├── [ 350] switch_thumb_disabled_holo_light.9.png │   │   │   ├── [ 362] switch_thumb_holo_dark.9.png │   │   │   ├── [ 362] switch_thumb_holo_light.9.png │   │   │   ├── [ 362] switch_thumb_pressed_holo_dark.9.png │   │   │   ├── [ 362] switch_thumb_pressed_holo_light.9.png │   │   │   ├── [ 930] sym_action_add.png │   │   │   ├── [ 904] sym_action_call.png │   │   │   ├── [ 956] sym_action_chat.png │   │   │   ├── [ 791] sym_action_email.png │   │   │   ├── [5.3K] sym_app_on_sd_unavailable_icon.png │   │   │   ├── [1.2K] sym_call_incoming.png │   │   │   ├── [1.2K] sym_call_missed.png │   │   │   ├── [1.2K] sym_call_outgoing.png │   │   │   ├── [3.0K] sym_contact_card.png │   │   │   ├── [5.1K] sym_def_app_icon.png │   │   │   ├── [1.2K] sym_keyboard_delete_dim.png │   │   │   ├── [1.4K] sym_keyboard_delete_holo.png │   │   │   ├── [ 896] sym_keyboard_delete.png │   │   │   ├── [1.4K] sym_keyboard_enter.png │   │   │   ├── [ 374] sym_keyboard_feedback_delete.png │   │   │   ├── [ 530] sym_keyboard_feedback_ok.png │   │   │   ├── [ 381] sym_keyboard_feedback_return.png │   │   │   ├── [ 333] sym_keyboard_feedback_shift_locked.png │   │   │   ├── [ 437] sym_keyboard_feedback_shift.png │   │   │   ├── [ 223] sym_keyboard_feedback_space.png │   │   │   ├── [ 823] sym_keyboard_num0_no_plus.png │   │   │   ├── [ 511] sym_keyboard_num1.png │   │   │   ├── [1.5K] sym_keyboard_num2.png │   │   │   ├── [1.4K] sym_keyboard_num3.png │   │   │   ├── [1.3K] sym_keyboard_num4.png │   │   │   ├── [1.4K] sym_keyboard_num5.png │   │   │   ├── [1.7K] sym_keyboard_num6.png │   │   │   ├── [1.6K] sym_keyboard_num7.png │   │   │   ├── [1.5K] sym_keyboard_num8.png │   │   │   ├── [1.9K] sym_keyboard_num9.png │   │   │   ├── [1.2K] sym_keyboard_ok_dim.png │   │   │   ├── [1.3K] sym_keyboard_ok.png │   │   │   ├── [ 823] sym_keyboard_return_holo.png │   │   │   ├── [ 866] sym_keyboard_return.png │   │   │   ├── [ 761] sym_keyboard_shift_locked.png │   │   │   ├── [ 868] sym_keyboard_shift.png │   │   │   ├── [ 424] sym_keyboard_space.png │   │   │   ├── [ 145] tab_bottom_holo.9.png │   │   │   ├── [ 280] tab_focus.9.png │   │   │   ├── [ 141] tab_focus_bar_left.9.png │   │   │   ├── [ 141] tab_focus_bar_right.9.png │   │   │   ├── [ 271] tab_press.9.png │   │   │   ├── [ 141] tab_press_bar_left.9.png │   │   │   ├── [ 141] tab_press_bar_right.9.png │   │   │   ├── [ 328] tab_pressed_holo.9.png │   │   │   ├── [ 287] tab_selected.9.png │   │   │   ├── [ 143] tab_selected_bar_left.9.png │   │   │   ├── [ 124] tab_selected_bar_left_v4.9.png │   │   │   ├── [ 143] tab_selected_bar_right.9.png │   │   │   ├── [ 124] tab_selected_bar_right_v4.9.png │   │   │   ├── [ 148] tab_selected_focused_holo.9.png │   │   │   ├── [ 151] tab_selected_holo.9.png │   │   │   ├── [ 150] tab_selected_pressed_holo.9.png │   │   │   ├── [ 307] tab_selected_v4.9.png │   │   │   ├── [ 300] tab_unselected.9.png │   │   │   ├── [ 150] tab_unselected_focused_holo.9.png │   │   │   ├── [ 157] tab_unselected_holo.9.png │   │   │   ├── [ 155] tab_unselected_pressed_holo.9.png │   │   │   ├── [ 289] tab_unselected_v4.9.png │   │   │   ├── [ 736] text_edit_paste_window.9.png │   │   │   ├── [ 406] text_edit_side_paste_window.9.png │   │   │   ├── [ 736] text_edit_suggestions_window.9.png │   │   │   ├── [1.1K] textfield_activated_holo_dark.9.png │   │   │   ├── [1.1K] textfield_activated_holo_light.9.png │   │   │   ├── [ 213] textfield_bg_activated_holo_dark.9.png │   │   │   ├── [ 214] textfield_bg_default_holo_dark.9.png │   │   │   ├── [ 210] textfield_bg_disabled_focused_holo_dark.9.png │   │   │   ├── [ 212] textfield_bg_disabled_holo_dark.9.png │   │   │   ├── [ 209] textfield_bg_focused_holo_dark.9.png │   │   │   ├── [ 417] textfield_default.9.png │   │   │   ├── [1.1K] textfield_default_holo_dark.9.png │   │   │   ├── [1.1K] textfield_default_holo_light.9.png │   │   │   ├── [ 483] textfield_disabled.9.png │   │   │   ├── [1.1K] textfield_disabled_focused_holo_dark.9.png │   │   │   ├── [1.1K] textfield_disabled_focused_holo_light.9.png │   │   │   ├── [1.1K] textfield_disabled_holo_dark.9.png │   │   │   ├── [1.1K] textfield_disabled_holo_light.9.png │   │   │   ├── [ 685] textfield_disabled_selected.9.png │   │   │   ├── [ 304] textfield_focused_holo_dark.9.png │   │   │   ├── [ 304] textfield_focused_holo_light.9.png │   │   │   ├── [ 196] textfield_longpress_holo.9.png │   │   │   ├── [1.1K] textfield_multiline_activated_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_activated_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_default_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_default_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_focused_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_focused_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_holo_light.9.png │   │   │   ├── [1.2K] textfield_multiline_focused_holo_dark.9.png │   │   │   ├── [1.2K] textfield_multiline_focused_holo_light.9.png │   │   │   ├── [ 192] textfield_pressed_holo.9.png │   │   │   ├── [3.3K] textfield_search_default.9.png │   │   │   ├── [ 106] textfield_search_default_holo_dark.9.png │   │   │   ├── [ 100] textfield_search_default_holo_light.9.png │   │   │   ├── [ 818] textfield_search_empty_default.9.png │   │   │   ├── [1.0K] textfield_search_empty_pressed.9.png │   │   │   ├── [ 837] textfield_search_empty_selected.9.png │   │   │   ├── [3.5K] textfield_search_pressed.9.png │   │   │   ├── [ 105] textfield_search_right_default_holo_dark.9.png │   │   │   ├── [ 98] textfield_search_right_default_holo_light.9.png │   │   │   ├── [ 107] textfield_search_right_selected_holo_dark.9.png │   │   │   ├── [ 107] textfield_search_right_selected_holo_light.9.png │   │   │   ├── [3.3K] textfield_search_selected.9.png │   │   │   ├── [ 109] textfield_search_selected_holo_dark.9.png │   │   │   ├── [ 109] textfield_search_selected_holo_light.9.png │   │   │   ├── [ 600] textfield_selected.9.png │   │   │   ├── [1.1K] text_select_handle_left.png │   │   │   ├── [1.1K] text_select_handle_middle.png │   │   │   ├── [1.2K] text_select_handle_right.png │   │   │   ├── [ 222] title_bar_medium.9.png │   │   │   ├── [ 202] title_bar_portrait.9.png │   │   │   ├── [ 173] title_bar_shadow.9.png │   │   │   ├── [ 231] title_bar_tall.9.png │   │   │   ├── [ 839] toast_frame.9.png │   │   │   ├── [ 985] toast_frame_holo.9.png │   │   │   ├── [2.4K] transportcontrol_bg.9.png │   │   │   ├── [ 208] unknown_image.png │   │   │   ├── [4.1K] usb_android_connected.png │   │   │   ├── [4.5K] usb_android.png │   │   │   ├── [ 502] vpn_connected.png │   │   │   ├── [ 496] vpn_disconnected.png │   │   │   └── [2.1K] zoom_plate.9.png │   │   ├── [4.0K] drawable-nodpi │   │   │   ├── [ 557] blank_tile.png │   │   │   ├── [ 42K] default_wallpaper.jpg │   │   │   ├── [ 70] indicator_code_lock_drag_direction_green_up.png │   │   │   ├── [ 70] indicator_code_lock_drag_direction_red_up.png │   │   │   ├── [ 494] loading_tile_android.png │   │   │   ├── [ 729] loading_tile.png │   │   │   ├── [1.4K] no_tile_128.png │   │   │   ├── [ 835] no_tile_256.png │   │   │   ├── [ 38K] platlogo_alt.png │   │   │   ├── [ 43K] platlogo.png │   │   │   ├── [ 116] text_cursor_holo_dark.9.png │   │   │   ├── [ 116] text_cursor_holo_light.9.png │   │   │   └── [ 862] view_accessibility_focused.9.png │   │   ├── [4.0K] drawable-sw600dp-hdpi │   │   │   ├── [ 13K] ic_lockscreen_handle_normal.png │   │   │   ├── [ 15K] ic_lockscreen_handle_pressed.png │   │   │   ├── [1.0K] stat_notify_call_mute.png │   │   │   ├── [1.2K] stat_sys_speakerphone.png │   │   │   ├── [1.1K] sym_keyboard_return_holo.png │   │   │   ├── [1.0K] unlock_default.png │   │   │   ├── [ 11K] unlock_halo.png │   │   │   ├── [ 11K] unlock_ring.png │   │   │   └── [183K] unlock_wave.png │   │   ├── [4.0K] drawable-sw600dp-mdpi │   │   │   ├── [6.6K] ic_lockscreen_handle_normal.png │   │   │   ├── [8.0K] ic_lockscreen_handle_pressed.png │   │   │   ├── [ 729] indicator_code_lock_drag_direction_red_up.png │   │   │   ├── [ 736] stat_notify_call_mute.png │   │   │   ├── [ 847] stat_sys_speakerphone.png │   │   │   ├── [ 823] sym_keyboard_return_holo.png │   │   │   ├── [ 745] unlock_default.png │   │   │   ├── [5.5K] unlock_halo.png │   │   │   ├── [7.1K] unlock_ring.png │   │   │   └── [107K] unlock_wave.png │   │   ├── [4.0K] drawable-sw600dp-nodpi │   │   │   └── [ 95K] default_wallpaper.jpg │   │   ├── [4.0K] drawable-sw600dp-xhdpi │   │   │   ├── [ 21K] ic_lockscreen_handle_normal.png │   │   │   ├── [ 25K] ic_lockscreen_handle_pressed.png │   │   │   ├── [1.4K] stat_notify_call_mute.png │   │   │   ├── [1.7K] stat_sys_speakerphone.png │   │   │   ├── [1.5K] sym_keyboard_return_holo.png │   │   │   ├── [1.3K] unlock_default.png │   │   │   ├── [ 18K] unlock_halo.png │   │   │   ├── [ 16K] unlock_ring.png │   │   │   └── [250K] unlock_wave.png │   │   ├── [4.0K] drawable-sw720dp-nodpi │   │   │   └── [778K] default_wallpaper.jpg │   │   ├── [ 72K] drawable-xhdpi │   │   │   ├── [ 165] ab_bottom_solid_dark_holo.9.png │   │   │   ├── [ 157] ab_bottom_solid_inverse_holo.9.png │   │   │   ├── [ 166] ab_bottom_solid_light_holo.9.png │   │   │   ├── [ 153] ab_bottom_transparent_dark_holo.9.png │   │   │   ├── [ 152] ab_bottom_transparent_light_holo.9.png │   │   │   ├── [2.8K] ab_share_pack_holo_dark.9.png │   │   │   ├── [2.8K] ab_share_pack_holo_light.9.png │   │   │   ├── [ 163] ab_solid_dark_holo.9.png │   │   │   ├── [ 163] ab_solid_light_holo.9.png │   │   │   ├── [ 290] ab_solid_shadow_holo.9.png │   │   │   ├── [ 163] ab_stacked_solid_dark_holo.9.png │   │   │   ├── [ 163] ab_stacked_solid_inverse_holo.9.png │   │   │   ├── [ 163] ab_stacked_solid_light_holo.9.png │   │   │   ├── [ 158] ab_stacked_transparent_dark_holo.9.png │   │   │   ├── [ 152] ab_stacked_transparent_light_holo.9.png │   │   │   ├── [ 171] ab_transparent_dark_holo.9.png │   │   │   ├── [ 160] ab_transparent_light_holo.9.png │   │   │   ├── [ 413] activity_picker_bg_activated.9.png │   │   │   ├── [ 324] activity_picker_bg_focused.9.png │   │   │   ├── [2.3K] activity_title_bar.9.png │   │   │   ├── [ 920] arrow_down_float.png │   │   │   ├── [ 918] arrow_up_float.png │   │   │   ├── [7.3K] battery_charge_background.png │   │   │   ├── [ 562] bottom_bar.png │   │   │   ├── [ 109] btn_cab_done_default_holo_dark.9.png │   │   │   ├── [ 108] btn_cab_done_default_holo_light.9.png │   │   │   ├── [ 112] btn_cab_done_focused_holo_dark.9.png │   │   │   ├── [ 113] btn_cab_done_focused_holo_light.9.png │   │   │   ├── [ 115] btn_cab_done_pressed_holo_dark.9.png │   │   │   ├── [ 113] btn_cab_done_pressed_holo_light.9.png │   │   │   ├── [1.5K] btn_check_buttonless_off.png │   │   │   ├── [2.2K] btn_check_buttonless_on.png │   │   │   ├── [ 297] btn_check_label_background.9.png │   │   │   ├── [ 478] btn_check_off_disabled_focused_holo_dark.png │   │   │   ├── [ 478] btn_check_off_disabled_focused_holo_light.png │   │   │   ├── [ 376] btn_check_off_disabled_holo_dark.png │   │   │   ├── [ 375] btn_check_off_disabled_holo_light.png │   │   │   ├── [ 406] btn_check_off_disable_focused_holo_dark.png │   │   │   ├── [ 407] btn_check_off_disable_focused_holo_light.png │   │   │   ├── [1.2K] btn_check_off_disable_focused.png │   │   │   ├── [ 406] btn_check_off_disable_holo_dark.png │   │   │   ├── [ 407] btn_check_off_disable_holo_light.png │   │   │   ├── [ 684] btn_check_off_disable.png │   │   │   ├── [ 485] btn_check_off_focused_holo_dark.png │   │   │   ├── [ 653] btn_check_off_focused_holo_light.png │   │   │   ├── [ 377] btn_check_off_holo_dark.png │   │   │   ├── [ 375] btn_check_off_holo_light.png │   │   │   ├── [ 544] btn_check_off_holo.png │   │   │   ├── [ 683] btn_check_off_normal_holo_dark.png │   │   │   ├── [ 721] btn_check_off_normal_holo_light.png │   │   │   ├── [ 709] btn_check_off.png │   │   │   ├── [3.1K] btn_check_off_pressed_holo_dark.png │   │   │   ├── [3.0K] btn_check_off_pressed_holo_light.png │   │   │   ├── [4.0K] btn_check_off_pressed.png │   │   │   ├── [4.3K] btn_check_off_selected.png │   │   │   ├── [1.2K] btn_check_on_disabled_focused_holo_dark.png │   │   │   ├── [ 945] btn_check_on_disabled_focused_holo_light.png │   │   │   ├── [ 701] btn_check_on_disabled_holo_dark.png │   │   │   ├── [ 762] btn_check_on_disabled_holo_light.png │   │   │   ├── [1.7K] btn_check_on_disable.png │   │   │   ├── [3.4K] btn_check_on_focused_holo_dark.png │   │   │   ├── [3.4K] btn_check_on_focused_holo_light.png │   │   │   ├── [2.9K] btn_check_on_holo_dark.png │   │   │   ├── [2.9K] btn_check_on_holo_light.png │   │   │   ├── [3.3K] btn_check_on_holo.png │   │   │   ├── [3.1K] btn_check_on.png │   │   │   ├── [4.3K] btn_check_on_pressed_holo_dark.png │   │   │   ├── [3.6K] btn_check_on_pressed_holo_light.png │   │   │   ├── [4.1K] btn_check_on_pressed.png │   │   │   ├── [4.4K] btn_check_on_selected.png │   │   │   ├── [3.8K] btn_circle_disable_focused.png │   │   │   ├── [4.8K] btn_circle_disable.png │   │   │   ├── [5.1K] btn_circle_normal.png │   │   │   ├── [6.6K] btn_circle_pressed.png │   │   │   ├── [6.8K] btn_circle_selected.png │   │   │   ├── [3.3K] btn_close_normal.png │   │   │   ├── [3.9K] btn_close_pressed.png │   │   │   ├── [4.2K] btn_close_selected.png │   │   │   ├── [ 923] btn_code_lock_default_holo.png │   │   │   ├── [2.8K] btn_code_lock_default.png │   │   │   ├── [ 780] btn_code_lock_touched_holo.png │   │   │   ├── [1.6K] btn_code_lock_touched.png │   │   │   ├── [ 534] btn_default_disabled_focused_holo_dark.9.png │   │   │   ├── [ 534] btn_default_disabled_focused_holo_light.9.png │   │   │   ├── [ 451] btn_default_disabled_holo.9.png │   │   │   ├── [ 541] btn_default_disabled_holo_dark.9.png │   │   │   ├── [ 541] btn_default_disabled_holo_light.9.png │   │   │   ├── [ 691] btn_default_focused_holo.9.png │   │   │   ├── [ 558] btn_default_focused_holo_dark.9.png │   │   │   ├── [ 558] btn_default_focused_holo_light.9.png │   │   │   ├── [1.6K] btn_default_normal.9.png │   │   │   ├── [1.5K] btn_default_normal_disable.9.png │   │   │   ├── [1.7K] btn_default_normal_disable_focused.9.png │   │   │   ├── [ 481] btn_default_normal_holo.9.png │   │   │   ├── [ 574] btn_default_normal_holo_dark.9.png │   │   │   ├── [ 574] btn_default_normal_holo_light.9.png │   │   │   ├── [1.8K] btn_default_pressed.9.png │   │   │   ├── [ 838] btn_default_pressed_holo.9.png │   │   │   ├── [ 905] btn_default_pressed_holo_dark.9.png │   │   │   ├── [ 905] btn_default_pressed_holo_light.9.png │   │   │   ├── [1.2K] btn_default_selected.9.png │   │   │   ├── [1.3K] btn_default_small_normal.9.png │   │   │   ├── [1.2K] btn_default_small_normal_disable.9.png │   │   │   ├── [1.7K] btn_default_small_normal_disable_focused.9.png │   │   │   ├── [1.2K] btn_default_small_pressed.9.png │   │   │   ├── [1.0K] btn_default_small_selected.9.png │   │   │   ├── [2.7K] btn_default_transparent_normal.9.png │   │   │   ├── [3.6K] btn_dialog_disable.png │   │   │   ├── [3.3K] btn_dialog_normal.png │   │   │   ├── [3.9K] btn_dialog_pressed.png │   │   │   ├── [4.2K] btn_dialog_selected.png │   │   │   ├── [4.8K] btn_dropdown_disabled.9.png │   │   │   ├── [5.6K] btn_dropdown_disabled_focused.9.png │   │   │   ├── [3.5K] btn_dropdown_normal.9.png │   │   │   ├── [ 10K] btn_dropdown_pressed.9.png │   │   │   ├── [ 12K] btn_dropdown_selected.9.png │   │   │   ├── [1.7K] btn_erase_default.9.png │   │   │   ├── [1.8K] btn_erase_pressed.9.png │   │   │   ├── [1.8K] btn_erase_selected.9.png │   │   │   ├── [2.0K] btn_global_search_normal.9.png │   │   │   ├── [ 305] btn_group_disabled_holo_dark.9.png │   │   │   ├── [ 299] btn_group_disabled_holo_light.9.png │   │   │   ├── [ 541] btn_group_focused_holo_dark.9.png │   │   │   ├── [ 541] btn_group_focused_holo_light.9.png │   │   │   ├── [ 305] btn_group_normal_holo_dark.9.png │   │   │   ├── [ 301] btn_group_normal_holo_light.9.png │   │   │   ├── [ 541] btn_group_pressed_holo_dark.9.png │   │   │   ├── [ 546] btn_group_pressed_holo_light.9.png │   │   │   ├── [ 568] btn_keyboard_key_dark_normal_holo.9.png │   │   │   ├── [ 655] btn_keyboard_key_dark_normal_off_holo.9.png │   │   │   ├── [ 775] btn_keyboard_key_dark_normal_on_holo.9.png │   │   │   ├── [ 737] btn_keyboard_key_dark_pressed_holo.9.png │   │   │   ├── [ 855] btn_keyboard_key_dark_pressed_off_holo.9.png │   │   │   ├── [ 996] btn_keyboard_key_dark_pressed_on_holo.9.png │   │   │   ├── [2.9K] btn_keyboard_key_fulltrans_normal.9.png │   │   │   ├── [3.5K] btn_keyboard_key_fulltrans_normal_off.9.png │   │   │   ├── [3.6K] btn_keyboard_key_fulltrans_normal_on.9.png │   │   │   ├── [3.0K] btn_keyboard_key_fulltrans_pressed.9.png │   │   │   ├── [3.7K] btn_keyboard_key_fulltrans_pressed_off.9.png │   │   │   ├── [3.7K] btn_keyboard_key_fulltrans_pressed_on.9.png │   │   │   ├── [ 591] btn_keyboard_key_light_normal_holo.9.png │   │   │   ├── [ 668] btn_keyboard_key_light_pressed_holo.9.png │   │   │   ├── [1.2K] btn_keyboard_key_normal.9.png │   │   │   ├── [1.8K] btn_keyboard_key_normal_off.9.png │   │   │   ├── [2.0K] btn_keyboard_key_normal_on.9.png │   │   │   ├── [1.2K] btn_keyboard_key_pressed.9.png │   │   │   ├── [1.8K] btn_keyboard_key_pressed_off.9.png │   │   │   ├── [2.0K] btn_keyboard_key_pressed_on.9.png │   │   │   ├── [2.0K] btn_keyboard_key_trans_normal.9.png │   │   │   ├── [2.0K] btn_keyboard_key_trans_normal_off.9.png │   │   │   ├── [2.2K] btn_keyboard_key_trans_normal_on.9.png │   │   │   ├── [3.0K] btn_keyboard_key_trans_pressed.9.png │   │   │   ├── [2.0K] btn_keyboard_key_trans_pressed_off.9.png │   │   │   ├── [2.2K] btn_keyboard_key_trans_pressed_on.9.png │   │   │   ├── [3.0K] btn_keyboard_key_trans_selected.9.png │   │   │   ├── [2.1K] btn_media_player.9.png │   │   │   ├── [1.8K] btn_media_player_disabled.9.png │   │   │   ├── [2.4K] btn_media_player_disabled_selected.9.png │   │   │   ├── [2.0K] btn_media_player_pressed.9.png │   │   │   ├── [2.7K] btn_media_player_selected.9.png │   │   │   ├── [ 13K] btn_minus_default.png │   │   │   ├── [ 12K] btn_minus_disable_focused.png │   │   │   ├── [ 13K] btn_minus_disable.png │   │   │   ├── [ 11K] btn_minus_pressed.png │   │   │   ├── [ 14K] btn_minus_selected.png │   │   │   ├── [ 13K] btn_plus_default.png │   │   │   ├── [ 12K] btn_plus_disable_focused.png │   │   │   ├── [ 13K] btn_plus_disable.png │   │   │   ├── [ 14K] btn_plus_pressed.png │   │   │   ├── [ 14K] btn_plus_selected.png │   │   │   ├── [ 298] btn_radio_label_background.9.png │   │   │   ├── [1.6K] btn_radio_off_disabled_focused_holo_dark.png │   │   │   ├── [1.7K] btn_radio_off_disabled_focused_holo_light.png │   │   │   ├── [ 817] btn_radio_off_disabled_holo_dark.png │   │   │   ├── [ 919] btn_radio_off_disabled_holo_light.png │   │   │   ├── [2.1K] btn_radio_off_focused_holo_dark.png │   │   │   ├── [2.3K] btn_radio_off_focused_holo_light.png │   │   │   ├── [ 911] btn_radio_off_holo_dark.png │   │   │   ├── [1009] btn_radio_off_holo_light.png │   │   │   ├── [1.4K] btn_radio_off_holo.png │   │   │   ├── [6.3K] btn_radio_off.png │   │   │   ├── [3.4K] btn_radio_off_pressed_holo_dark.png │   │   │   ├── [3.6K] btn_radio_off_pressed_holo_light.png │   │   │   ├── [7.1K] btn_radio_off_pressed.png │   │   │   ├── [7.2K] btn_radio_off_selected.png │   │   │   ├── [3.3K] btn_radio_on_disabled_focused_holo_dark.png │   │   │   ├── [3.5K] btn_radio_on_disabled_focused_holo_light.png │   │   │   ├── [1.4K] btn_radio_on_disabled_holo_dark.png │   │   │   ├── [1.6K] btn_radio_on_disabled_holo_light.png │   │   │   ├── [4.0K] btn_radio_on_focused_holo_dark.png │   │   │   ├── [4.2K] btn_radio_on_focused_holo_light.png │   │   │   ├── [2.9K] btn_radio_on_holo_dark.png │   │   │   ├── [3.1K] btn_radio_on_holo_light.png │   │   │   ├── [3.4K] btn_radio_on_holo.png │   │   │   ├── [6.5K] btn_radio_on.png │   │   │   ├── [4.8K] btn_radio_on_pressed_holo_dark.png │   │   │   ├── [4.1K] btn_radio_on_pressed_holo_light.png │   │   │   ├── [7.2K] btn_radio_on_pressed.png │   │   │   ├── [7.3K] btn_radio_on_selected.png │   │   │   ├── [5.2K] btn_rating_star_off_disabled_focused_holo_dark.png │   │   │   ├── [5.3K] btn_rating_star_off_disabled_focused_holo_light.png │   │   │   ├── [2.0K] btn_rating_star_off_disabled_holo_dark.png │   │   │   ├── [2.1K] btn_rating_star_off_disabled_holo_light.png │   │   │   ├── [5.5K] btn_rating_star_off_focused_holo_dark.png │   │   │   ├── [5.6K] btn_rating_star_off_focused_holo_light.png │   │   │   ├── [2.3K] btn_rating_star_off_normal_holo_dark.png │   │   │   ├── [2.3K] btn_rating_star_off_normal_holo_light.png │   │   │   ├── [5.6K] btn_rating_star_off_normal.png │   │   │   ├── [6.1K] btn_rating_star_off_pressed_holo_dark.png │   │   │   ├── [6.1K] btn_rating_star_off_pressed_holo_light.png │   │   │   ├── [ 11K] btn_rating_star_off_pressed.png │   │   │   ├── [ 11K] btn_rating_star_off_selected.png │   │   │   ├── [5.3K] btn_rating_star_on_disabled_focused_holo_dark.png │   │   │   ├── [5.3K] btn_rating_star_on_disabled_focused_holo_light.png │   │   │   ├── [3.3K] btn_rating_star_on_disabled_holo_dark.png │   │   │   ├── [3.2K] btn_rating_star_on_disabled_holo_light.png │   │   │   ├── [5.7K] btn_rating_star_on_focused_holo_dark.png │   │   │   ├── [5.6K] btn_rating_star_on_focused_holo_light.png │   │   │   ├── [3.6K] btn_rating_star_on_normal_holo_dark.png │   │   │   ├── [3.5K] btn_rating_star_on_normal_holo_light.png │   │   │   ├── [ 11K] btn_rating_star_on_normal.png │   │   │   ├── [6.3K] btn_rating_star_on_pressed_holo_dark.png │   │   │   ├── [6.0K] btn_rating_star_on_pressed_holo_light.png │   │   │   ├── [ 12K] btn_rating_star_on_pressed.png │   │   │   ├── [ 12K] btn_rating_star_on_selected.png │   │   │   ├── [1.4K] btn_search_dialog_default.9.png │   │   │   ├── [2.4K] btn_search_dialog_pressed.9.png │   │   │   ├── [2.5K] btn_search_dialog_selected.9.png │   │   │   ├── [1.9K] btn_search_dialog_voice_default.9.png │   │   │   ├── [3.1K] btn_search_dialog_voice_pressed.9.png │   │   │   ├── [3.1K] btn_search_dialog_voice_selected.9.png │   │   │   ├── [2.4K] btn_square_overlay_disabled_focused.png │   │   │   ├── [1.2K] btn_square_overlay_disabled.png │   │   │   ├── [1.3K] btn_square_overlay_normal.png │   │   │   ├── [2.1K] btn_square_overlay_pressed.png │   │   │   ├── [2.1K] btn_square_overlay_selected.png │   │   │   ├── [4.9K] btn_star_big_off_disable_focused.png │   │   │   ├── [2.7K] btn_star_big_off_disable.png │   │   │   ├── [2.6K] btn_star_big_off.png │   │   │   ├── [4.6K] btn_star_big_off_pressed.png │   │   │   ├── [4.6K] btn_star_big_off_selected.png │   │   │   ├── [4.7K] btn_star_big_on_disable_focused.png │   │   │   ├── [4.7K] btn_star_big_on_disable.png │   │   │   ├── [5.0K] btn_star_big_on.png │   │   │   ├── [4.7K] btn_star_big_on_pressed.png │   │   │   ├── [4.5K] btn_star_big_on_selected.png │   │   │   ├── [ 197] btn_star_label_background.9.png │   │   │   ├── [3.6K] btn_star_off_disabled_focused_holo_dark.png │   │   │   ├── [3.9K] btn_star_off_disabled_focused_holo_light.png │   │   │   ├── [1.5K] btn_star_off_disabled_holo_dark.png │   │   │   ├── [1.6K] btn_star_off_disabled_holo_light.png │   │   │   ├── [3.8K] btn_star_off_focused_holo_dark.png │   │   │   ├── [4.1K] btn_star_off_focused_holo_light.png │   │   │   ├── [1.7K] btn_star_off_normal_holo_dark.png │   │   │   ├── [1.7K] btn_star_off_normal_holo_light.png │   │   │   ├── [4.3K] btn_star_off_pressed_holo_dark.png │   │   │   ├── [4.5K] btn_star_off_pressed_holo_light.png │   │   │   ├── [3.7K] btn_star_on_disabled_focused_holo_dark.png │   │   │   ├── [3.9K] btn_star_on_disabled_focused_holo_light.png │   │   │   ├── [2.4K] btn_star_on_disabled_holo_dark.png │   │   │   ├── [2.4K] btn_star_on_disabled_holo_light.png │   │   │   ├── [4.0K] btn_star_on_focused_holo_dark.png │   │   │   ├── [4.1K] btn_star_on_focused_holo_light.png │   │   │   ├── [2.6K] btn_star_on_normal_holo_dark.png │   │   │   ├── [2.6K] btn_star_on_normal_holo_light.png │   │   │   ├── [4.4K] btn_star_on_pressed_holo_dark.png │   │   │   ├── [4.5K] btn_star_on_pressed_holo_light.png │   │   │   ├── [ 963] btn_toggle_off.9.png │   │   │   ├── [ 575] btn_toggle_off_disabled_focused_holo_dark.9.png │   │   │   ├── [ 575] btn_toggle_off_disabled_focused_holo_light.9.png │   │   │   ├── [ 571] btn_toggle_off_disabled_holo_dark.9.png │   │   │   ├── [ 571] btn_toggle_off_disabled_holo_light.9.png │   │   │   ├── [ 596] btn_toggle_off_focused_holo_dark.9.png │   │   │   ├── [ 596] btn_toggle_off_focused_holo_light.9.png │   │   │   ├── [ 608] btn_toggle_off_normal_holo_dark.9.png │   │   │   ├── [ 608] btn_toggle_off_normal_holo_light.9.png │   │   │   ├── [ 938] btn_toggle_off_pressed_holo_dark.9.png │   │   │   ├── [ 938] btn_toggle_off_pressed_holo_light.9.png │   │   │   ├── [ 952] btn_toggle_on.9.png │   │   │   ├── [ 655] btn_toggle_on_disabled_focused_holo_dark.9.png │   │   │   ├── [ 655] btn_toggle_on_disabled_focused_holo_light.9.png │   │   │   ├── [ 713] btn_toggle_on_disabled_holo_dark.9.png │   │   │   ├── [ 713] btn_toggle_on_disabled_holo_light.9.png │   │   │   ├── [ 691] btn_toggle_on_focused_holo_dark.9.png │   │   │   ├── [ 691] btn_toggle_on_focused_holo_light.9.png │   │   │   ├── [ 767] btn_toggle_on_normal_holo_dark.9.png │   │   │   ├── [ 767] btn_toggle_on_normal_holo_light.9.png │   │   │   ├── [1.1K] btn_toggle_on_pressed_holo_dark.9.png │   │   │   ├── [1.1K] btn_toggle_on_pressed_holo_light.9.png │   │   │   ├── [4.1K] btn_zoom_down_disabled.9.png │   │   │   ├── [5.1K] btn_zoom_down_disabled_focused.9.png │   │   │   ├── [6.3K] btn_zoom_down_normal.9.png │   │   │   ├── [7.8K] btn_zoom_down_pressed.9.png │   │   │   ├── [7.8K] btn_zoom_down_selected.9.png │   │   │   ├── [7.3K] btn_zoom_page_normal.png │   │   │   ├── [7.5K] btn_zoom_page_press.png │   │   │   ├── [4.3K] btn_zoom_up_disabled.9.png │   │   │   ├── [5.2K] btn_zoom_up_disabled_focused.9.png │   │   │   ├── [6.2K] btn_zoom_up_normal.9.png │   │   │   ├── [6.8K] btn_zoom_up_pressed.9.png │   │   │   ├── [6.8K] btn_zoom_up_selected.9.png │   │   │   ├── [ 861] button_onoff_indicator_off.png │   │   │   ├── [ 810] button_onoff_indicator_on.png │   │   │   ├── [ 166] cab_background_bottom_holo_dark.9.png │   │   │   ├── [ 161] cab_background_bottom_holo_light.9.png │   │   │   ├── [ 174] cab_background_top_holo_dark.9.png │   │   │   ├── [ 161] cab_background_top_holo_light.9.png │   │   │   ├── [3.5K] call_contact.png │   │   │   ├── [1.1K] checkbox_off_background.png │   │   │   ├── [1.5K] checkbox_on_background.png │   │   │   ├── [ 12K] clock_dial.png │   │   │   ├── [2.6K] clock_hand_hour.png │   │   │   ├── [3.0K] clock_hand_minute.png │   │   │   ├── [ 187] code_lock_bottom.9.png │   │   │   ├── [ 149] code_lock_left.9.png │   │   │   ├── [ 141] code_lock_top.9.png │   │   │   ├── [ 650] combobox_disabled.png │   │   │   ├── [ 675] combobox_nohighlight.png │   │   │   ├── [1.8K] compass_arrow.png │   │   │   ├── [7.0K] compass_base.png │   │   │   ├── [ 262] contact_header_bg.9.png │   │   │   ├── [1.3K] create_contact.png │   │   │   ├── [ 138] dark_header.9.png │   │   │   ├── [ 142] day_picker_week_view_dayline_holo.9.png │   │   │   ├── [ 91K] default_wallpaper.jpg │   │   │   ├── [1.3K] dialog_bottom_holo_dark.9.png │   │   │   ├── [1.3K] dialog_bottom_holo_light.9.png │   │   │   ├── [ 176] dialog_divider_horizontal_holo_dark.9.png │   │   │   ├── [ 176] dialog_divider_horizontal_holo_light.9.png │   │   │   ├── [ 319] dialog_divider_horizontal_light.9.png │   │   │   ├── [2.1K] dialog_full_holo_dark.9.png │   │   │   ├── [2.2K] dialog_full_holo_light.9.png │   │   │   ├── [ 762] dialog_ic_close_focused_holo_dark.png │   │   │   ├── [ 742] dialog_ic_close_focused_holo_light.png │   │   │   ├── [ 398] dialog_ic_close_normal_holo_dark.png │   │   │   ├── [ 398] dialog_ic_close_normal_holo_light.png │   │   │   ├── [ 509] dialog_ic_close_pressed_holo_dark.png │   │   │   ├── [ 591] dialog_ic_close_pressed_holo_light.png │   │   │   ├── [ 318] dialog_middle_holo_dark.9.png │   │   │   ├── [ 325] dialog_middle_holo_light.9.png │   │   │   ├── [1.1K] dialog_top_holo_dark.9.png │   │   │   ├── [1.1K] dialog_top_holo_light.9.png │   │   │   ├── [ 97] divider_horizontal_bright.9.png │   │   │   ├── [ 106] divider_horizontal_bright_opaque.9.png │   │   │   ├── [ 103] divider_horizontal_dark.9.png │   │   │   ├── [ 106] divider_horizontal_dark_opaque.9.png │   │   │   ├── [ 103] divider_horizontal_dim_dark.9.png │   │   │   ├── [ 171] divider_horizontal_holo_dark.9.png │   │   │   ├── [ 173] divider_horizontal_holo_light.9.png │   │   │   ├── [ 141] divider_horizontal_textfield.9.png │   │   │   ├── [ 97] divider_vertical_bright.9.png │   │   │   ├── [ 106] divider_vertical_bright_opaque.9.png │   │   │   ├── [ 103] divider_vertical_dark.9.png │   │   │   ├── [ 106] divider_vertical_dark_opaque.9.png │   │   │   ├── [ 134] divider_vertical_holo_dark.9.png │   │   │   ├── [ 142] divider_vertical_holo_light.9.png │   │   │   ├── [1.4K] dropdown_disabled_focused_holo_dark.9.png │   │   │   ├── [1.4K] dropdown_disabled_focused_holo_light.9.png │   │   │   ├── [ 903] dropdown_disabled_holo_dark.9.png │   │   │   ├── [1.0K] dropdown_disabled_holo_light.9.png │   │   │   ├── [1.4K] dropdown_focused_holo_dark.9.png │   │   │   ├── [1.4K] dropdown_focused_holo_light.9.png │   │   │   ├── [1.3K] dropdown_ic_arrow_disabled_focused_holo_dark.png │   │   │   ├── [1.2K] dropdown_ic_arrow_disabled_focused_holo_light.png │   │   │   ├── [ 667] dropdown_ic_arrow_disabled_holo_dark.png │   │   │   ├── [ 703] dropdown_ic_arrow_disabled_holo_light.png │   │   │   ├── [1.3K] dropdown_ic_arrow_focused_holo_light.png │   │   │   ├── [ 810] dropdown_ic_arrow_normal_holo_dark.png │   │   │   ├── [ 849] dropdown_ic_arrow_normal_holo_light.png │   │   │   ├── [1.3K] dropdown_ic_arrow_pressed_holo_light.png │   │   │   ├── [1.1K] dropdown_normal_holo_dark.9.png │   │   │   ├── [1.2K] dropdown_normal_holo_light.9.png │   │   │   ├── [1.3K] dropdown_pressed_holo_dark.9.png │   │   │   ├── [1.4K] dropdown_pressed_holo_light.9.png │   │   │   ├── [2.1K] editbox_background_focus_yellow.9.png │   │   │   ├── [1.0K] editbox_background_normal.9.png │   │   │   ├── [ 696] editbox_dropdown_background.9.png │   │   │   ├── [ 640] editbox_dropdown_background_dark.9.png │   │   │   ├── [ 437] edit_query_background_normal.9.png │   │   │   ├── [2.4K] edit_query_background_pressed.9.png │   │   │   ├── [2.7K] edit_query_background_selected.9.png │   │   │   ├── [5.7K] edit_query.png │   │   │   ├── [1.9K] emo_im_angel.png │   │   │   ├── [1.9K] emo_im_cool.png │   │   │   ├── [1.7K] emo_im_crying.png │   │   │   ├── [1.8K] emo_im_embarrassed.png │   │   │   ├── [1.8K] emo_im_foot_in_mouth.png │   │   │   ├── [1.7K] emo_im_happy.png │   │   │   ├── [1.8K] emo_im_kissing.png │   │   │   ├── [1.7K] emo_im_laughing.png │   │   │   ├── [1.9K] emo_im_lips_are_sealed.png │   │   │   ├── [2.1K] emo_im_money_mouth.png │   │   │   ├── [1.7K] emo_im_sad.png │   │   │   ├── [1.7K] emo_im_surprised.png │   │   │   ├── [1.9K] emo_im_tongue_sticking_out.png │   │   │   ├── [1.5K] emo_im_undecided.png │   │   │   ├── [1.7K] emo_im_winking.png │   │   │   ├── [1.7K] emo_im_wtf.png │   │   │   ├── [1.8K] emo_im_yelling.png │   │   │   ├── [ 753] expander_close_holo_dark.9.png │   │   │   ├── [ 624] expander_close_holo_light.9.png │   │   │   ├── [5.2K] expander_ic_maximized.9.png │   │   │   ├── [5.4K] expander_ic_minimized.9.png │   │   │   ├── [ 821] expander_open_holo_dark.9.png │   │   │   ├── [ 636] expander_open_holo_light.9.png │   │   │   ├── [2.3K] fastscroll_label_left_holo_dark.9.png │   │   │   ├── [2.3K] fastscroll_label_left_holo_light.9.png │   │   │   ├── [2.4K] fastscroll_label_right_holo_dark.9.png │   │   │   ├── [2.4K] fastscroll_label_right_holo_light.9.png │   │   │   ├── [ 472] fastscroll_thumb_default_holo.png │   │   │   ├── [ 795] fastscroll_thumb_pressed_holo.png │   │   │   ├── [ 133] fastscroll_track_default_holo_dark.9.png │   │   │   ├── [ 133] fastscroll_track_default_holo_light.9.png │   │   │   ├── [ 133] fastscroll_track_pressed_holo_dark.9.png │   │   │   ├── [ 133] fastscroll_track_pressed_holo_light.9.png │   │   │   ├── [4.1K] focused_application_background_static.png │   │   │   ├── [1.9K] frame_gallery_thumb.9.png │   │   │   ├── [1.8K] frame_gallery_thumb_pressed.9.png │   │   │   ├── [1.3K] frame_gallery_thumb_selected.9.png │   │   │   ├── [2.9K] gallery_selected_default.9.png │   │   │   ├── [3.9K] gallery_selected_focused.9.png │   │   │   ├── [3.9K] gallery_selected_pressed.9.png │   │   │   ├── [1.7K] gallery_unselected_default.9.png │   │   │   ├── [2.2K] gallery_unselected_pressed.9.png │   │   │   ├── [3.0K] grid_selector_background_focus.9.png │   │   │   ├── [2.6K] grid_selector_background_pressed.9.png │   │   │   ├── [2.5K] highlight_disabled.9.png │   │   │   ├── [2.6K] highlight_pressed.9.png │   │   │   ├── [3.0K] highlight_selected.9.png │   │   │   ├── [ 741] ic_ab_back_holo_dark.png │   │   │   ├── [ 661] ic_ab_back_holo_light.png │   │   │   ├── [ 14K] ic_action_assist_generic_activated.png │   │   │   ├── [3.2K] ic_action_assist_generic_normal.png │   │   │   ├── [2.0K] ic_aggregated.png │   │   │   ├── [1.9K] ic_audio_alarm_mute.png │   │   │   ├── [1.7K] ic_audio_alarm.png │   │   │   ├── [1.6K] ic_audio_bt_mute.png │   │   │   ├── [1.3K] ic_audio_bt.png │   │   │   ├── [1.6K] ic_audio_notification_mute.png │   │   │   ├── [1.2K] ic_audio_notification.png │   │   │   ├── [1.2K] ic_audio_phone.png │   │   │   ├── [1.9K] ic_audio_ring_notif_mute.png │   │   │   ├── [1.5K] ic_audio_ring_notif.png │   │   │   ├── [1.8K] ic_audio_ring_notif_vibrate.png │   │   │   ├── [1.9K] ic_audio_vol_mute.png │   │   │   ├── [1.6K] ic_audio_vol.png │   │   │   ├── [ 705] ic_btn_round_more_disabled.png │   │   │   ├── [ 738] ic_btn_round_more_normal.png │   │   │   ├── [ 804] ic_btn_search_go.png │   │   │   ├── [1.6K] ic_btn_search.png │   │   │   ├── [1.3K] ic_btn_speak_now.png │   │   │   ├── [1.1K] ic_btn_square_browser_zoom_fit_page_disabled.png │   │   │   ├── [1.6K] ic_btn_square_browser_zoom_fit_page_normal.png │   │   │   ├── [1.1K] ic_btn_square_browser_zoom_page_overview_disabled.png │   │   │   ├── [2.3K] ic_btn_square_browser_zoom_page_overview_normal.png │   │   │   ├── [ 646] ic_bullet_key_permission.png │   │   │   ├── [ 970] ic_cab_done_holo_dark.png │   │   │   ├── [ 915] ic_cab_done_holo_light.png │   │   │   ├── [1.4K] ic_cab_done_holo.png │   │   │   ├── [1.1K] ic_checkmark_holo_light.png │   │   │   ├── [2.5K] ic_clear_disabled.png │   │   │   ├── [1.3K] ic_clear_search_api_disabled_holo_light.png │   │   │   ├── [1.4K] ic_clear_search_api_holo_light.png │   │   │   ├── [3.2K] ic_coins_l.png │   │   │   ├── [1.4K] ic_coins_s.png │   │   │   ├── [1.9K] ic_commit.png │   │   │   ├── [ 703] ic_commit_search_api_holo_dark.png │   │   │   ├── [ 712] ic_commit_search_api_holo_light.png │   │   │   ├── [2.1K] ic_contact_picture_2.png │   │   │   ├── [1.3K] ic_contact_picture_3.png │   │   │   ├── [7.2K] ic_contact_picture.png │   │   │   ├── [3.4K] ic_delete.png │   │   │   ├── [1.3K] ic_dialog_alert_holo_dark.png │   │   │   ├── [1.3K] ic_dialog_alert_holo_light.png │   │   │   ├── [1.9K] ic_dialog_alert.png │   │   │   ├── [1.1K] ic_dialog_close_normal_holo.png │   │   │   ├── [1.7K] ic_dialog_close_pressed_holo.png │   │   │   ├── [1.9K] ic_dialog_dialer.png │   │   │   ├── [2.4K] ic_dialog_email.png │   │   │   ├── [3.8K] ic_dialog_focused_holo.png │   │   │   ├── [2.1K] ic_dialog_info.png │   │   │   ├── [2.4K] ic_dialog_map.png │   │   │   ├── [3.2K] ic_dialog_time.png │   │   │   ├── [2.1K] ic_dialog_usb.png │   │   │   ├── [1.2K] ic_emergency.png │   │   │   ├── [ 841] ic_facial_backup.png │   │   │   ├── [1.4K] ic_find_next_holo_dark.png │   │   │   ├── [1.3K] ic_find_next_holo_light.png │   │   │   ├── [1.4K] ic_find_previous_holo_dark.png │   │   │   ├── [1.3K] ic_find_previous_holo_light.png │   │   │   ├── [1.9K] ic_go.png │   │   │   ├── [ 836] ic_go_search_api_holo_light.png │   │   │   ├── [1.3K] ic_input_add.png │   │   │   ├── [1.3K] ic_input_delete.png │   │   │   ├── [1.4K] ic_input_get.png │   │   │   ├── [ 12K] ic_jog_dial_answer_and_end.png │   │   │   ├── [ 13K] ic_jog_dial_answer_and_hold.png │   │   │   ├── [ 11K] ic_jog_dial_answer.png │   │   │   ├── [ 10K] ic_jog_dial_decline.png │   │   │   ├── [ 11K] ic_jog_dial_sound_off.png │   │   │   ├── [6.9K] ic_jog_dial_sound_on.png │   │   │   ├── [ 11K] ic_jog_dial_unlock.png │   │   │   ├── [ 16K] ic_jog_dial_vibrate_on.png │   │   │   ├── [ 11K] ic_launcher_android.png │   │   │   ├── [1.5K] ic_lock_airplane_mode_off.png │   │   │   ├── [1.6K] ic_lock_airplane_mode.png │   │   │   ├── [1.1K] ic_lock_idle_alarm.png │   │   │   ├── [1.4K] ic_lock_idle_charging.png │   │   │   ├── [1.3K] ic_lock_idle_lock.png │   │   │   ├── [1.4K] ic_lock_idle_low_battery.png │   │   │   ├── [ 954] ic_lock_lock.png │   │   │   ├── [1.7K] ic_lock_power_off.png │   │   │   ├── [1.6K] ic_lock_ringer_off.png │   │   │   ├── [2.0K] ic_lock_ringer_on.png │   │   │   ├── [2.1K] ic_lockscreen_alarm.png │   │   │   ├── [ 10K] ic_lockscreen_camera_activated.png │   │   │   ├── [2.3K] ic_lockscreen_camera_normal.png │   │   │   ├── [1.1K] ic_lockscreen_emergencycall_normal.png │   │   │   ├── [2.2K] ic_lockscreen_emergencycall_pressed.png │   │   │   ├── [ 957] ic_lockscreen_forgotpassword_normal.png │   │   │   ├── [1.9K] ic_lockscreen_forgotpassword_pressed.png │   │   │   ├── [ 964] ic_lockscreen_glowdot.png │   │   │   ├── [ 17K] ic_lockscreen_google_activated.png │   │   │   ├── [ 31K] ic_lockscreen_google_focused.png │   │   │   ├── [ 18K] ic_lockscreen_google_normal.png │   │   │   ├── [ 11K] ic_lockscreen_handle_normal.png │   │   │   ├── [ 12K] ic_lockscreen_handle_pressed.png │   │   │   ├── [ 217] ic_lockscreen_ime.png │   │   │   ├── [4.1K] ic_lockscreen_lock_normal.png │   │   │   ├── [ 12K] ic_lockscreen_lock_pressed.png │   │   │   ├── [ 144] ic_lockscreen_player_background.9.png │   │   │   ├── [ 11K] ic_lockscreen_silent_activated.png │   │   │   ├── [ 19K] ic_lockscreen_silent_focused.png │   │   │   ├── [8.4K] ic_lockscreen_silent_normal.png │   │   │   ├── [5.1K] ic_lockscreen_sim.png │   │   │   ├── [ 10K] ic_lockscreen_soundon_activated.png │   │   │   ├── [ 19K] ic_lockscreen_soundon_focused.png │   │   │   ├── [7.5K] ic_lockscreen_soundon_normal.png │   │   │   ├── [9.4K] ic_lockscreen_unlock_activated.png │   │   │   ├── [1.7K] ic_lockscreen_unlock_normal.png │   │   │   ├── [1.7K] ic_lock_silent_mode_off.png │   │   │   ├── [2.0K] ic_lock_silent_mode.png │   │   │   ├── [4.1K] ic_lock_silent_mode_vibrate.png │   │   │   ├── [3.8K] ic_maps_indicator_current_position_anim1.png │   │   │   ├── [3.8K] ic_maps_indicator_current_position_anim2.png │   │   │   ├── [3.8K] ic_maps_indicator_current_position_anim3.png │   │   │   ├── [3.9K] ic_maps_indicator_current_position.png │   │   │   ├── [1.6K] ic_media_embed_play.png │   │   │   ├── [1.4K] ic_media_ff.png │   │   │   ├── [2.6K] ic_media_fullscreen.png │   │   │   ├── [1.3K] ic_media_group_collapse.png │   │   │   ├── [1.3K] ic_media_group_expand.png │   │   │   ├── [1.3K] ic_media_next.png │   │   │   ├── [ 685] ic_media_pause.png │   │   │   ├── [1.6K] ic_media_play.png │   │   │   ├── [1.3K] ic_media_previous.png │   │   │   ├── [1.6K] ic_media_rew.png │   │   │   ├── [1.6K] ic_media_route_disabled_holo_dark.png │   │   │   ├── [1.7K] ic_media_route_disabled_holo_light.png │   │   │   ├── [1.8K] ic_media_route_off_holo_dark.png │   │   │   ├── [1.8K] ic_media_route_off_holo_light.png │   │   │   ├── [1.8K] ic_media_route_on_0_holo_dark.png │   │   │   ├── [1.8K] ic_media_route_on_0_holo_light.png │   │   │   ├── [1.8K] ic_media_route_on_1_holo_dark.png │   │   │   ├── [1.8K] ic_media_route_on_1_holo_light.png │   │   │   ├── [1.8K] ic_media_route_on_2_holo_dark.png │   │   │   ├── [1.8K] ic_media_route_on_2_holo_light.png │   │   │   ├── [1.9K] ic_media_route_on_holo_dark.png │   │   │   ├── [1.9K] ic_media_route_on_holo_light.png │   │   │   ├── [ 635] ic_media_stop.png │   │   │   ├── [9.4K] ic_media_video_poster.png │   │   │   ├── [2.2K] ic_menu_account_list.png │   │   │   ├── [3.0K] ic_menu_add.png │   │   │   ├── [1.7K] ic_menu_agenda.png │   │   │   ├── [2.5K] ic_menu_allfriends.png │   │   │   ├── [2.8K] ic_menu_always_landscape_portrait.png │   │   │   ├── [1.4K] ic_menu_archive.png │   │   │   ├── [2.6K] ic_menu_attachment.png │   │   │   ├── [1.3K] ic_menu_back.png │   │   │   ├── [2.4K] ic_menu_blocked_user.png │   │   │   ├── [2.7K] ic_menu_block.png │   │   │   ├── [3.0K] ic_menu_btn_add.png │   │   │   ├── [2.2K] ic_menu_call.png │   │   │   ├── [1.8K] ic_menu_camera.png │   │   │   ├── [2.2K] ic_menu_cc.png │   │   │   ├── [1.6K] ic_menu_chat_dashboard.png │   │   │   ├── [2.3K] ic_menu_clear_playlist.png │   │   │   ├── [1.7K] ic_menu_close_clear_cancel.png │   │   │   ├── [2.9K] ic_menu_compass.png │   │   │   ├── [1.7K] ic_menu_compose.png │   │   │   ├── [ 261] ic_menu_copy_holo_dark.png │   │   │   ├── [ 252] ic_menu_copy_holo_light.png │   │   │   ├── [1.1K] ic_menu_copy.png │   │   │   ├── [1.6K] ic_menu_crop.png │   │   │   ├── [ 969] ic_menu_cut_holo_dark.png │   │   │   ├── [ 996] ic_menu_cut_holo_light.png │   │   │   ├── [2.6K] ic_menu_cut.png │   │   │   ├── [1.6K] ic_menu_day.png │   │   │   ├── [1.8K] ic_menu_delete.png │   │   │   ├── [1.5K] ic_menu_directions.png │   │   │   ├── [2.6K] ic_menu_edit.png │   │   │   ├── [2.7K] ic_menu_emoticons.png │   │   │   ├── [2.4K] ic_menu_end_conversation.png │   │   │   ├── [1.8K] ic_menu_find_holo_dark.png │   │   │   ├── [1.5K] ic_menu_find_holo_light.png │   │   │   ├── [2.7K] ic_menu_find.png │   │   │   ├── [1.2K] ic_menu_forward.png │   │   │   ├── [1.9K] ic_menu_friendslist.png │   │   │   ├── [1.3K] ic_menu_gallery.png │   │   │   ├── [1.7K] ic_menu_goto.png │   │   │   ├── [1.2K] ic_menu_help_holo_light.png │   │   │   ├── [1.8K] ic_menu_help.png │   │   │   ├── [2.2K] ic_menu_home.png │   │   │   ├── [2.7K] ic_menu_info_details.png │   │   │   ├── [2.0K] ic_menu_invite.png │   │   │   ├── [2.1K] ic_menu_login.png │   │   │   ├── [2.4K] ic_menu_manage.png │   │   │   ├── [2.5K] ic_menu_mapmode.png │   │   │   ├── [1.8K] ic_menu_mark.png │   │   │   ├── [2.4K] ic_menu_month.png │   │   │   ├── [1.3K] ic_menu_moreoverflow_focused_holo_dark.png │   │   │   ├── [1.3K] ic_menu_moreoverflow_focused_holo_light.png │   │   │   ├── [ 167] ic_menu_moreoverflow_normal_holo_dark.png │   │   │   ├── [ 184] ic_menu_moreoverflow_normal_holo_light.png │   │   │   ├── [1.2K] ic_menu_moreoverflow.png │   │   │   ├── [2.8K] ic_menu_more.png │   │   │   ├── [1.9K] ic_menu_my_calendar.png │   │   │   ├── [2.9K] ic_menu_mylocation.png │   │   │   ├── [2.1K] ic_menu_myplaces.png │   │   │   ├── [2.2K] ic_menu_notifications.png │   │   │   ├── [ 433] ic_menu_paste_holo_dark.png │   │   │   ├── [ 442] ic_menu_paste_holo_light.png │   │   │   ├── [1.8K] ic_menu_paste.png │   │   │   ├── [1.4K] ic_menu_play_clip.png │   │   │   ├── [2.4K] ic_menu_preferences.png │   │   │   ├── [2.9K] ic_menu_recent_history.png │   │   │   ├── [2.8K] ic_menu_refresh.png │   │   │   ├── [1.9K] ic_menu_report_image.png │   │   │   ├── [2.0K] ic_menu_revert.png │   │   │   ├── [3.0K] ic_menu_rotate.png │   │   │   ├── [1.5K] ic_menu_save.png │   │   │   ├── [2.9K] ic_menu_search_holo_dark.png │   │   │   ├── [1.6K] ic_menu_search_holo_light.png │   │   │   ├── [2.4K] ic_menu_search.png │   │   │   ├── [ 244] ic_menu_selectall_holo_dark.png │   │   │   ├── [ 254] ic_menu_selectall_holo_light.png │   │   │   ├── [1.7K] ic_menu_send.png │   │   │   ├── [1.8K] ic_menu_set_as.png │   │   │   ├── [1.6K] ic_menu_settings_holo_light.png │   │   │   ├── [ 699] ic_menu_share_holo_dark.png │   │   │   ├── [ 935] ic_menu_share_holo_light.png │   │   │   ├── [2.4K] ic_menu_share.png │   │   │   ├── [1.4K] ic_menu_slideshow.png │   │   │   ├── [2.1K] ic_menu_sort_alphabetically.png │   │   │   ├── [ 902] ic_menu_sort_by_size.png │   │   │   ├── [2.3K] ic_menu_star.png │   │   │   ├── [2.1K] ic_menu_start_conversation.png │   │   │   ├── [1.3K] ic_menu_stop.png │   │   │   ├── [1.9K] ic_menu_today.png │   │   │   ├── [1.3K] ic_menu_upload.png │   │   │   ├── [1.3K] ic_menu_upload_you_tube.png │   │   │   ├── [2.3K] ic_menu_view.png │   │   │   ├── [1.9K] ic_menu_week.png │   │   │   ├── [2.6K] ic_menu_zoom.png │   │   │   ├── [2.9K] ic_notification_clear_all.png │   │   │   ├── [1012] ic_notification_ime_default.png │   │   │   ├── [1.6K] ic_notification_overlay.9.png │   │   │   ├── [1.1K] ic_notify_wifidisplay.png │   │   │   ├── [2.4K] icon_highlight_rectangle.9.png │   │   │   ├── [3.1K] icon_highlight_square.9.png │   │   │   ├── [ 949] ic_partial_secure.png │   │   │   ├── [2.9K] ic_popup_disk_full.png │   │   │   ├── [2.2K] ic_popup_reminder.png │   │   │   ├── [2.4K] ic_popup_sync_1.png │   │   │   ├── [2.6K] ic_popup_sync_2.png │   │   │   ├── [2.6K] ic_popup_sync_3.png │   │   │   ├── [2.5K] ic_popup_sync_4.png │   │   │   ├── [2.7K] ic_popup_sync_5.png │   │   │   ├── [2.6K] ic_popup_sync_6.png │   │   │   ├── [3.0K] ic_search_api_holo_light.png │   │   │   ├── [4.5K] ic_search_category_default.png │   │   │   ├── [3.7K] ic_search.png │   │   │   ├── [1.0K] ic_secure.png │   │   │   ├── [1.2K] ic_settings_language.png │   │   │   ├── [ 646] ic_text_dot.png │   │   │   ├── [5.9K] ic_vibrate.png │   │   │   ├── [2.5K] ic_vibrate_small.png │   │   │   ├── [1.4K] ic_voice_search_api_holo_light.png │   │   │   ├── [3.0K] ic_voice_search.png │   │   │   ├── [6.5K] ic_volume_bluetooth_ad2p.png │   │   │   ├── [5.4K] ic_volume_bluetooth_in_call.png │   │   │   ├── [3.3K] ic_volume_off.png │   │   │   ├── [1.2K] ic_volume_off_small.png │   │   │   ├── [4.1K] ic_volume.png │   │   │   ├── [1.7K] ic_volume_small.png │   │   │   ├── [1.1K] ime_qwerty.png │   │   │   ├── [ 825] indicator_code_lock_drag_direction_red_up.png │   │   │   ├── [ 923] indicator_code_lock_point_area_default_holo.png │   │   │   ├── [8.6K] indicator_code_lock_point_area_default.png │   │   │   ├── [ 11K] indicator_code_lock_point_area_green_holo.png │   │   │   ├── [ 19K] indicator_code_lock_point_area_green.png │   │   │   ├── [ 11K] indicator_code_lock_point_area_red_holo.png │   │   │   ├── [1.7K] indicator_input_error.png │   │   │   ├── [335K] intro_bg.png │   │   │   ├── [ 17K] jog_dial_arrow_long_left_green.png │   │   │   ├── [ 17K] jog_dial_arrow_long_left_yellow.png │   │   │   ├── [ 10K] jog_dial_arrow_long_middle_yellow.png │   │   │   ├── [ 16K] jog_dial_arrow_long_right_red.png │   │   │   ├── [ 17K] jog_dial_arrow_long_right_yellow.png │   │   │   ├── [8.3K] jog_dial_arrow_short_left_and_right.png │   │   │   ├── [4.6K] jog_dial_arrow_short_left.png │   │   │   ├── [4.7K] jog_dial_arrow_short_right.png │   │   │   ├── [ 37K] jog_dial_bg.png │   │   │   ├── [6.4K] jog_dial_dimple_dim.png │   │   │   ├── [7.5K] jog_dial_dimple.png │   │   │   ├── [ 246] keyboard_accessory_bg_landscape.9.png │   │   │   ├── [ 213] keyboard_background.9.png │   │   │   ├── [3.9K] keyboard_key_feedback_background.9.png │   │   │   ├── [4.6K] keyboard_key_feedback_more_background.9.png │   │   │   ├── [2.7K] keyboard_popup_panel_background.9.png │   │   │   ├── [3.4K] keyboard_popup_panel_trans_background.9.png │   │   │   ├── [1.3K] kg_add_widget_disabled.png │   │   │   ├── [1.2K] kg_add_widget.png │   │   │   ├── [1.2K] kg_add_widget_pressed.png │   │   │   ├── [ 775] kg_bouncer_bg_white.9.png │   │   │   ├── [ 149] kg_security_grip.9.png │   │   │   ├── [2.7K] kg_security_lock_focused.png │   │   │   ├── [1.8K] kg_security_lock_normal.png │   │   │   ├── [3.4K] kg_security_lock.png │   │   │   ├── [2.0K] kg_security_lock_pressed.png │   │   │   ├── [3.4K] kg_widget_bg_padded.9.png │   │   │   ├── [1.4K] kg_widget_delete_drop_target.png │   │   │   ├── [ 146] light_header.9.png │   │   │   ├── [ 158] list_activated_holo.9.png │   │   │   ├── [ 83] list_divider_holo_dark.9.png │   │   │   ├── [ 83] list_divider_holo_light.9.png │   │   │   ├── [ 190] list_divider_horizontal_holo_dark.9.png │   │   │   ├── [ 203] list_focused_holo.9.png │   │   │   ├── [ 158] list_longpressed_holo.9.png │   │   │   ├── [ 163] list_pressed_holo_dark.9.png │   │   │   ├── [ 163] list_pressed_holo_light.9.png │   │   │   ├── [ 179] list_section_divider_holo_dark.9.png │   │   │   ├── [ 175] list_section_divider_holo_light.9.png │   │   │   ├── [ 433] list_section_header_holo_dark.9.png │   │   │   ├── [ 301] list_section_header_holo_light.9.png │   │   │   ├── [ 160] list_selected_holo_dark.9.png │   │   │   ├── [ 160] list_selected_holo_light.9.png │   │   │   ├── [ 504] list_selector_activated_holo_dark.9.png │   │   │   ├── [ 452] list_selector_activated_holo_light.9.png │   │   │   ├── [ 392] list_selector_background_default.9.png │   │   │   ├── [ 417] list_selector_background_default_light.9.png │   │   │   ├── [ 266] list_selector_background_disabled.9.png │   │   │   ├── [ 791] list_selector_background_disabled_light.9.png │   │   │   ├── [3.1K] list_selector_background_focus.9.png │   │   │   ├── [ 599] list_selector_background_focused.9.png │   │   │   ├── [ 599] list_selector_background_focused_light.9.png │   │   │   ├── [1.1K] list_selector_background_focused_selected.9.png │   │   │   ├── [1.2K] list_selector_background_longpress.9.png │   │   │   ├── [ 398] list_selector_background_longpress_light.9.png │   │   │   ├── [2.8K] list_selector_background_pressed.9.png │   │   │   ├── [ 468] list_selector_background_pressed_light.9.png │   │   │   ├── [ 985] list_selector_background_selected.9.png │   │   │   ├── [ 923] list_selector_background_selected_light.9.png │   │   │   ├── [ 190] list_selector_disabled_holo_dark.9.png │   │   │   ├── [ 188] list_selector_disabled_holo_light.9.png │   │   │   ├── [ 189] list_selector_focused_holo_dark.9.png │   │   │   ├── [ 190] list_selector_focused_holo_light.9.png │   │   │   ├── [ 321] list_selector_multiselect_holo_dark.9.png │   │   │   ├── [ 324] list_selector_multiselect_holo_light.9.png │   │   │   ├── [ 189] list_selector_pressed_holo_dark.9.png │   │   │   ├── [ 183] list_selector_pressed_holo_light.9.png │   │   │   ├── [ 365] lockscreen_protection_pattern.png │   │   │   ├── [ 205] magnified_region_frame.9.png │   │   │   ├── [5.8K] maps_google_logo.png │   │   │   ├── [ 332] menu_background.9.png │   │   │   ├── [ 243] menu_background_fill_parent_width.9.png │   │   │   ├── [1.8K] menu_dropdown_panel_holo_dark.9.png │   │   │   ├── [1.9K] menu_dropdown_panel_holo_light.9.png │   │   │   ├── [1.2K] menu_hardkey_panel_holo_dark.9.png │   │   │   ├── [1.2K] menu_hardkey_panel_holo_light.9.png │   │   │   ├── [3.0K] menuitem_background_focus.9.png │   │   │   ├── [2.6K] menuitem_background_pressed.9.png │   │   │   ├── [ 105] menuitem_background_solid_focused.9.png │   │   │   ├── [ 105] menuitem_background_solid_pressed.9.png │   │   │   ├── [ 664] menuitem_checkbox_on.png │   │   │   ├── [ 145] menu_separator.9.png │   │   │   ├── [1.0K] menu_submenu_background.9.png │   │   │   ├── [ 194] minitab_lt_focus.9.png │   │   │   ├── [ 194] minitab_lt_press.9.png │   │   │   ├── [ 186] minitab_lt_selected.9.png │   │   │   ├── [ 148] minitab_lt_unselected.9.png │   │   │   ├── [ 177] minitab_lt_unselected_press.9.png │   │   │   ├── [ 200] notification_bg_low_normal.9.png │   │   │   ├── [ 210] notification_bg_low_pressed.9.png │   │   │   ├── [ 200] notification_bg_normal.9.png │   │   │   ├── [ 207] notification_bg_normal_pressed.9.png │   │   │   ├── [ 138] notify_panel_notification_icon_bg.png │   │   │   ├── [1023] numberpicker_down_disabled.9.png │   │   │   ├── [1.6K] numberpicker_down_disabled_focused.9.png │   │   │   ├── [1.8K] numberpicker_down_normal.9.png │   │   │   ├── [2.7K] numberpicker_down_pressed.9.png │   │   │   ├── [2.7K] numberpicker_down_selected.9.png │   │   │   ├── [ 539] numberpicker_input_disabled.9.png │   │   │   ├── [1.2K] numberpicker_input_normal.9.png │   │   │   ├── [1.8K] numberpicker_input_pressed.9.png │   │   │   ├── [1.4K] numberpicker_input_selected.9.png │   │   │   ├── [ 142] numberpicker_selection_divider.9.png │   │   │   ├── [1.5K] numberpicker_up_disabled.9.png │   │   │   ├── [2.0K] numberpicker_up_disabled_focused.9.png │   │   │   ├── [2.5K] numberpicker_up_normal.9.png │   │   │   ├── [3.4K] numberpicker_up_pressed.9.png │   │   │   ├── [3.5K] numberpicker_up_selected.9.png │   │   │   ├── [1.8K] overscroll_edge.png │   │   │   ├── [ 50K] overscroll_glow.png │   │   │   ├── [2.1K] panel_background.9.png │   │   │   ├── [ 670] panel_bg_holo_dark.9.png │   │   │   ├── [ 664] panel_bg_holo_light.9.png │   │   │   ├── [3.6K] panel_picture_frame_bg_focus_blue.9.png │   │   │   ├── [1.5K] panel_picture_frame_bg_normal.9.png │   │   │   ├── [3.4K] panel_picture_frame_bg_pressed_blue.9.png │   │   │   ├── [2.8K] password_field_default.9.png │   │   │   ├── [ 240] password_keyboard_background_holo.9.png │   │   │   ├── [2.0K] perm_group_accounts.png │   │   │   ├── [1.3K] perm_group_affects_battery.png │   │   │   ├── [1.8K] perm_group_app_info.png │   │   │   ├── [2.4K] perm_group_audio_settings.png │   │   │   ├── [1.9K] perm_group_bluetooth.png │   │   │   ├── [2.6K] perm_group_bookmarks.png │   │   │   ├── [1.6K] perm_group_calendar.png │   │   │   ├── [2.0K] perm_group_camera.png │   │   │   ├── [2.6K] perm_group_device_alarms.png │   │   │   ├── [1.4K] perm_group_display.png │   │   │   ├── [1.9K] perm_group_location.png │   │   │   ├── [1.9K] perm_group_messages.png │   │   │   ├── [1.8K] perm_group_microphone.png │   │   │   ├── [2.1K] perm_group_network.png │   │   │   ├── [1.9K] perm_group_personal_info.png │   │   │   ├── [2.0K] perm_group_phone_calls.png │   │   │   ├── [1.5K] perm_group_screenlock.png │   │   │   ├── [1.5K] perm_group_shortrange_network.png │   │   │   ├── [2.5K] perm_group_social_info.png │   │   │   ├── [1.4K] perm_group_status_bar.png │   │   │   ├── [1.9K] perm_group_storage.png │   │   │   ├── [2.3K] perm_group_sync_settings.png │   │   │   ├── [2.2K] perm_group_system_clock.png │   │   │   ├── [1.6K] perm_group_system_tools.png │   │   │   ├── [1.4K] perm_group_user_dictionary.png │   │   │   ├── [2.1K] perm_group_user_dictionary_write.png │   │   │   ├── [1.9K] perm_group_voicemail.png │   │   │   ├── [1.5K] perm_group_wallpaper.png │   │   │   ├── [9.3K] picture_emergency.png │   │   │   ├── [1.5K] picture_frame.9.png │   │   │   ├── [ 212] pointer_arrow_icon.xml │   │   │   ├── [3.4K] pointer_arrow.png │   │   │   ├── [ 12K] pointer_spot_anchor.png │   │   │   ├── [ 15K] pointer_spot_hover.png │   │   │   ├── [4.9K] pointer_spot_touch.png │   │   │   ├── [1.3K] popup_bottom_bright.9.png │   │   │   ├── [1.3K] popup_bottom_dark.9.png │   │   │   ├── [1.3K] popup_bottom_medium.9.png │   │   │   ├── [ 256] popup_center_bright.9.png │   │   │   ├── [ 296] popup_center_dark.9.png │   │   │   ├── [ 265] popup_center_medium.9.png │   │   │   ├── [2.2K] popup_full_bright.9.png │   │   │   ├── [2.2K] popup_full_dark.9.png │   │   │   ├── [4.3K] popup_inline_error.9.png │   │   │   ├── [4.3K] popup_inline_error_above.9.png │   │   │   ├── [1.3K] popup_inline_error_above_holo_dark.9.png │   │   │   ├── [1.3K] popup_inline_error_above_holo_light.9.png │   │   │   ├── [1.3K] popup_inline_error_holo_dark.9.png │   │   │   ├── [1.3K] popup_inline_error_holo_light.9.png │   │   │   ├── [1.2K] popup_top_bright.9.png │   │   │   ├── [1.3K] popup_top_dark.9.png │   │   │   ├── [1.5K] presence_audio_away.png │   │   │   ├── [1.6K] presence_audio_busy.png │   │   │   ├── [1.6K] presence_audio_online.png │   │   │   ├── [1.6K] presence_away.png │   │   │   ├── [1.6K] presence_busy.png │   │   │   ├── [1.2K] presence_invisible.png │   │   │   ├── [1.3K] presence_offline.png │   │   │   ├── [1.6K] presence_online.png │   │   │   ├── [1.1K] presence_video_away.png │   │   │   ├── [1.2K] presence_video_busy.png │   │   │   ├── [1.1K] presence_video_online.png │   │   │   ├── [3.0K] pressed_application_background_static.png │   │   │   ├── [ 943] progressbar_indeterminate1.png │   │   │   ├── [ 944] progressbar_indeterminate2.png │   │   │   ├── [ 945] progressbar_indeterminate3.png │   │   │   ├── [1.1K] progressbar_indeterminate_holo1.png │   │   │   ├── [1.4K] progressbar_indeterminate_holo2.png │   │   │   ├── [1.6K] progressbar_indeterminate_holo3.png │   │   │   ├── [1.6K] progressbar_indeterminate_holo4.png │   │   │   ├── [1.5K] progressbar_indeterminate_holo5.png │   │   │   ├── [1.6K] progressbar_indeterminate_holo6.png │   │   │   ├── [1.5K] progressbar_indeterminate_holo7.png │   │   │   ├── [1.5K] progressbar_indeterminate_holo8.png │   │   │   ├── [ 181] progress_bg_holo_dark.9.png │   │   │   ├── [ 178] progress_bg_holo_light.9.png │   │   │   ├── [1.3K] progress_primary_holo_dark.9.png │   │   │   ├── [1.3K] progress_primary_holo_light.9.png │   │   │   ├── [ 192] progress_secondary_holo_dark.9.png │   │   │   ├── [ 192] progress_secondary_holo_light.9.png │   │   │   ├── [ 704] quickactions_arrowdown_left_holo_dark.9.png │   │   │   ├── [ 691] quickactions_arrowdown_left_holo_light.9.png │   │   │   ├── [ 727] quickactions_arrowdown_right_holo_dark.9.png │   │   │   ├── [ 732] quickactions_arrowdown_right_holo_light.9.png │   │   │   ├── [ 687] quickactions_arrowup_left_holo_dark.9.png │   │   │   ├── [ 688] quickactions_arrowup_left_holo_light.9.png │   │   │   ├── [ 707] quickactions_arrowup_left_right_holo_dark.9.png │   │   │   ├── [ 700] quickactions_arrowup_right_holo_light.9.png │   │   │   ├── [ 765] quickcontact_badge_overlay_focused_dark.9.png │   │   │   ├── [ 639] quickcontact_badge_overlay_focused_light.9.png │   │   │   ├── [ 439] quickcontact_badge_overlay_normal_dark.9.png │   │   │   ├── [ 457] quickcontact_badge_overlay_normal_light.9.png │   │   │   ├── [ 524] quickcontact_badge_overlay_pressed_dark.9.png │   │   │   ├── [ 480] quickcontact_badge_overlay_pressed_light.9.png │   │   │   ├── [1.3K] radiobutton_off_background.png │   │   │   ├── [1.5K] radiobutton_on_background.png │   │   │   ├── [3.2K] rate_star_big_half_holo_dark.png │   │   │   ├── [3.3K] rate_star_big_half_holo_light.png │   │   │   ├── [2.6K] rate_star_big_half.png │   │   │   ├── [2.0K] rate_star_big_off_holo_dark.png │   │   │   ├── [2.1K] rate_star_big_off_holo_light.png │   │   │   ├── [1.4K] rate_star_big_off.png │   │   │   ├── [3.1K] rate_star_big_on_holo_dark.png │   │   │   ├── [3.2K] rate_star_big_on_holo_light.png │   │   │   ├── [3.0K] rate_star_big_on.png │   │   │   ├── [2.2K] rate_star_med_half_holo_dark.png │   │   │   ├── [2.3K] rate_star_med_half_holo_light.png │   │   │   ├── [2.2K] rate_star_med_half.png │   │   │   ├── [1.5K] rate_star_med_off_holo_dark.png │   │   │   ├── [1.5K] rate_star_med_off_holo_light.png │   │   │   ├── [1.3K] rate_star_med_off.png │   │   │   ├── [2.2K] rate_star_med_on_holo_dark.png │   │   │   ├── [2.3K] rate_star_med_on_holo_light.png │   │   │   ├── [2.4K] rate_star_med_on.png │   │   │   ├── [1.5K] rate_star_small_half_holo_dark.png │   │   │   ├── [1.5K] rate_star_small_half_holo_light.png │   │   │   ├── [1.5K] rate_star_small_half.png │   │   │   ├── [1018] rate_star_small_off_holo_dark.png │   │   │   ├── [1.0K] rate_star_small_off_holo_light.png │   │   │   ├── [ 827] rate_star_small_off.png │   │   │   ├── [1.4K] rate_star_small_on_holo_dark.png │   │   │   ├── [1.5K] rate_star_small_on_holo_light.png │   │   │   ├── [1.6K] rate_star_small_on.png │   │   │   ├── [ 316] recent_dialog_background.9.png │   │   │   ├── [1.4K] reticle.png │   │   │   ├── [3.7K] scrollbar_handle_accelerated_anim2.9.png │   │   │   ├── [ 235] scrollbar_handle_holo_dark.9.png │   │   │   ├── [ 238] scrollbar_handle_holo_light.9.png │   │   │   ├── [ 544] scrollbar_handle_horizontal.9.png │   │   │   ├── [ 568] scrollbar_handle_vertical.9.png │   │   │   ├── [1.5K] scrubber_control_disabled_holo.png │   │   │   ├── [2.1K] scrubber_control_focused_holo.png │   │   │   ├── [2.3K] scrubber_control_normal_holo.png │   │   │   ├── [2.9K] scrubber_control_pressed_holo.png │   │   │   ├── [ 195] scrubber_primary_holo.9.png │   │   │   ├── [ 198] scrubber_secondary_holo.9.png │   │   │   ├── [ 174] scrubber_track_holo_dark.9.png │   │   │   ├── [ 175] scrubber_track_holo_light.9.png │   │   │   ├── [ 799] search_dropdown_background.9.png │   │   │   ├── [ 423] search_plate.9.png │   │   │   ├── [ 414] search_plate_global.9.png │   │   │   ├── [1.8K] seek_thumb_normal.png │   │   │   ├── [2.8K] seek_thumb_pressed.png │   │   │   ├── [2.9K] seek_thumb_selected.png │   │   │   ├── [ 21K] settings_header_raw.9.png │   │   │   ├── [ 938] spinner_16_inner_holo.png │   │   │   ├── [ 808] spinner_16_outer_holo.png │   │   │   ├── [1.1K] spinner_20_inner_holo.png │   │   │   ├── [1007] spinner_20_outer_holo.png │   │   │   ├── [2.7K] spinner_48_inner_holo.png │   │   │   ├── [2.4K] spinner_48_outer_holo.png │   │   │   ├── [4.4K] spinner_76_inner_holo.png │   │   │   ├── [3.9K] spinner_76_outer_holo.png │   │   │   ├── [ 406] spinner_ab_default_holo_dark.9.png │   │   │   ├── [ 405] spinner_ab_default_holo_light.9.png │   │   │   ├── [ 393] spinner_ab_disabled_holo_dark.9.png │   │   │   ├── [ 393] spinner_ab_disabled_holo_light.9.png │   │   │   ├── [ 659] spinner_ab_focused_holo_dark.9.png │   │   │   ├── [ 655] spinner_ab_focused_holo_light.9.png │   │   │   ├── [ 582] spinner_ab_pressed_holo_dark.9.png │   │   │   ├── [ 583] spinner_ab_pressed_holo_light.9.png │   │   │   ├── [2.6K] spinner_black_16.png │   │   │   ├── [3.4K] spinner_black_20.png │   │   │   ├── [9.6K] spinner_black_48.png │   │   │   ├── [ 17K] spinner_black_76.png │   │   │   ├── [ 434] spinner_default_holo_dark.9.png │   │   │   ├── [ 433] spinner_default_holo_light.9.png │   │   │   ├── [ 420] spinner_disabled_holo_dark.9.png │   │   │   ├── [ 420] spinner_disabled_holo_light.9.png │   │   │   ├── [ 997] spinner_dropdown_background_down.9.png │   │   │   ├── [ 952] spinner_dropdown_background_up.9.png │   │   │   ├── [ 711] spinner_focused_holo_dark.9.png │   │   │   ├── [ 697] spinner_focused_holo_light.9.png │   │   │   ├── [2.0K] spinner_normal.9.png │   │   │   ├── [3.9K] spinner_press.9.png │   │   │   ├── [ 631] spinner_pressed_holo_dark.9.png │   │   │   ├── [ 619] spinner_pressed_holo_light.9.png │   │   │   ├── [4.1K] spinner_select.9.png │   │   │   ├── [2.3K] spinner_white_16.png │   │   │   ├── [8.8K] spinner_white_48.png │   │   │   ├── [ 13K] spinner_white_76.png │   │   │   ├── [2.9K] star_big_off.png │   │   │   ├── [5.7K] star_big_on.png │   │   │   ├── [1.4K] star_off.png │   │   │   ├── [3.7K] star_on.png │   │   │   ├── [2.0K] stat_ecb_mode.png │   │   │   ├── [1.1K] stat_notify_call_mute.png │   │   │   ├── [1.8K] stat_notify_car_mode.png │   │   │   ├── [ 864] stat_notify_chat.png │   │   │   ├── [1.4K] stat_notify_disabled.png │   │   │   ├── [1.3K] stat_notify_disk_full.png │   │   │   ├── [ 947] stat_notify_email_generic.png │   │   │   ├── [1.1K] stat_notify_error.png │   │   │   ├── [1.0K] stat_notify_gmail.png │   │   │   ├── [1.3K] stat_notify_missed_call.png │   │   │   ├── [1.0K] stat_notify_more.png │   │   │   ├── [1.5K] stat_notify_rssi_in_range.png │   │   │   ├── [ 944] stat_notify_sdcard.png │   │   │   ├── [1.4K] stat_notify_sdcard_prepare.png │   │   │   ├── [1008] stat_notify_sdcard_usb.png │   │   │   ├── [1.4K] stat_notify_sim_toolkit.png │   │   │   ├── [1.3K] stat_notify_sync_anim0.png │   │   │   ├── [1.4K] stat_notify_sync_error.png │   │   │   ├── [1.3K] stat_notify_sync.png │   │   │   ├── [ 989] stat_notify_voicemail.png │   │   │   ├── [1.6K] stat_notify_wifi_in_range.png │   │   │   ├── [ 882] stat_sys_adb.png │   │   │   ├── [ 925] stat_sys_battery_0.png │   │   │   ├── [ 423] stat_sys_battery_100.png │   │   │   ├── [ 512] stat_sys_battery_15.png │   │   │   ├── [ 511] stat_sys_battery_28.png │   │   │   ├── [ 505] stat_sys_battery_43.png │   │   │   ├── [ 501] stat_sys_battery_57.png │   │   │   ├── [ 493] stat_sys_battery_71.png │   │   │   ├── [ 520] stat_sys_battery_85.png │   │   │   ├── [1.4K] stat_sys_battery_charge_anim0.png │   │   │   ├── [ 856] stat_sys_battery_charge_anim100.png │   │   │   ├── [1.5K] stat_sys_battery_charge_anim15.png │   │   │   ├── [1.5K] stat_sys_battery_charge_anim28.png │   │   │   ├── [1.4K] stat_sys_battery_charge_anim43.png │   │   │   ├── [1.3K] stat_sys_battery_charge_anim57.png │   │   │   ├── [1.3K] stat_sys_battery_charge_anim71.png │   │   │   ├── [1.3K] stat_sys_battery_charge_anim85.png │   │   │   ├── [1.2K] stat_sys_battery_unknown.png │   │   │   ├── [1.0K] stat_sys_data_bluetooth.png │   │   │   ├── [1.2K] stat_sys_data_usb.png │   │   │   ├── [1.2K] stat_sys_data_wimax_signal_3_fully.png │   │   │   ├── [1.2K] stat_sys_data_wimax_signal_disconnected.png │   │   │   ├── [ 798] stat_sys_download_anim0.png │   │   │   ├── [ 811] stat_sys_download_anim1.png │   │   │   ├── [ 819] stat_sys_download_anim2.png │   │   │   ├── [ 821] stat_sys_download_anim3.png │   │   │   ├── [ 783] stat_sys_download_anim4.png │   │   │   ├── [ 785] stat_sys_download_anim5.png │   │   │   ├── [1.3K] stat_sys_gps_on.png │   │   │   ├── [1.2K] stat_sys_headset.png │   │   │   ├── [4.1K] stat_sys_phone_call_forward.png │   │   │   ├── [3.7K] stat_sys_phone_call_on_hold.png │   │   │   ├── [1.1K] stat_sys_phone_call.png │   │   │   ├── [1005] stat_sys_ra_signal_0_cdma.png │   │   │   ├── [2.1K] stat_sys_ra_signal_1_cdma.png │   │   │   ├── [2.4K] stat_sys_ra_signal_2_cdma.png │   │   │   ├── [2.6K] stat_sys_ra_signal_3_cdma.png │   │   │   ├── [2.8K] stat_sys_ra_signal_4_cdma.png │   │   │   ├── [1021] stat_sys_r_signal_0_cdma.png │   │   │   ├── [2.2K] stat_sys_r_signal_1_cdma.png │   │   │   ├── [2.4K] stat_sys_r_signal_2_cdma.png │   │   │   ├── [2.7K] stat_sys_r_signal_3_cdma.png │   │   │   ├── [2.9K] stat_sys_r_signal_4_cdma.png │   │   │   ├── [ 929] stat_sys_secure.png │   │   │   ├── [ 957] stat_sys_signal_0_cdma.png │   │   │   ├── [2.1K] stat_sys_signal_1_cdma.png │   │   │   ├── [2.4K] stat_sys_signal_2_cdma.png │   │   │   ├── [2.6K] stat_sys_signal_3_cdma.png │   │   │   ├── [2.9K] stat_sys_signal_4_cdma.png │   │   │   ├── [1.0K] stat_sys_signal_evdo_0.png │   │   │   ├── [2.4K] stat_sys_signal_evdo_1.png │   │   │   ├── [2.6K] stat_sys_signal_evdo_2.png │   │   │   ├── [2.8K] stat_sys_signal_evdo_3.png │   │   │   ├── [3.1K] stat_sys_signal_evdo_4.png │   │   │   ├── [1.3K] stat_sys_speakerphone.png │   │   │   ├── [1.1K] stat_sys_tether_bluetooth.png │   │   │   ├── [1.2K] stat_sys_tether_general.png │   │   │   ├── [1.2K] stat_sys_tether_usb.png │   │   │   ├── [1.5K] stat_sys_tether_wifi.png │   │   │   ├── [1.2K] stat_sys_throttled.png │   │   │   ├── [ 813] stat_sys_upload_anim0.png │   │   │   ├── [ 814] stat_sys_upload_anim1.png │   │   │   ├── [ 759] stat_sys_upload_anim2.png │   │   │   ├── [ 848] stat_sys_upload_anim3.png │   │   │   ├── [ 837] stat_sys_upload_anim4.png │   │   │   ├── [ 794] stat_sys_upload_anim5.png │   │   │   ├── [3.9K] stat_sys_vp_phone_call_on_hold.png │   │   │   ├── [3.8K] stat_sys_vp_phone_call.png │   │   │   ├── [1.1K] stat_sys_warning.png │   │   │   ├── [6.1K] statusbar_background.9.png │   │   │   ├── [6.3K] status_bar_background.png │   │   │   ├── [ 248] status_bar_header_background.9.png │   │   │   ├── [ 371] status_bar_item_app_background_normal.9.png │   │   │   ├── [3.0K] status_bar_item_background_focus.9.png │   │   │   ├── [ 196] status_bar_item_background_normal.9.png │   │   │   ├── [2.6K] status_bar_item_background_pressed.9.png │   │   │   ├── [ 559] submenu_arrow_nofocus.png │   │   │   ├── [ 255] switch_bg_disabled_holo_dark.9.png │   │   │   ├── [ 255] switch_bg_disabled_holo_light.9.png │   │   │   ├── [ 285] switch_bg_focused_holo_dark.9.png │   │   │   ├── [ 284] switch_bg_focused_holo_light.9.png │   │   │   ├── [ 229] switch_bg_holo_dark.9.png │   │   │   ├── [ 229] switch_bg_holo_light.9.png │   │   │   ├── [ 653] switch_thumb_activated_holo_dark.9.png │   │   │   ├── [ 653] switch_thumb_activated_holo_light.9.png │   │   │   ├── [ 633] switch_thumb_disabled_holo_dark.9.png │   │   │   ├── [ 633] switch_thumb_disabled_holo_light.9.png │   │   │   ├── [ 687] switch_thumb_holo_dark.9.png │   │   │   ├── [ 687] switch_thumb_holo_light.9.png │   │   │   ├── [ 660] switch_thumb_pressed_holo_dark.9.png │   │   │   ├── [ 660] switch_thumb_pressed_holo_light.9.png │   │   │   ├── [2.0K] sym_action_add.png │   │   │   ├── [2.9K] sym_action_call.png │   │   │   ├── [1.8K] sym_action_chat.png │   │   │   ├── [1.9K] sym_action_email.png │   │   │   ├── [4.0K] sym_app_on_sd_unavailable_icon.png │   │   │   ├── [4.3K] sym_call_incoming.png │   │   │   ├── [3.9K] sym_call_missed.png │   │   │   ├── [4.0K] sym_call_outgoing.png │   │   │   ├── [1.2K] sym_contact_card.png │   │   │   ├── [ 14K] sym_def_app_icon.png │   │   │   ├── [2.8K] sym_keyboard_delete_dim.png │   │   │   ├── [1.7K] sym_keyboard_delete.png │   │   │   ├── [2.7K] sym_keyboard_enter.png │   │   │   ├── [2.3K] sym_keyboard_feedback_delete.png │   │   │   ├── [1.9K] sym_keyboard_feedback_ok.png │   │   │   ├── [1.2K] sym_keyboard_feedback_return.png │   │   │   ├── [1.2K] sym_keyboard_feedback_shift_locked.png │   │   │   ├── [1.6K] sym_keyboard_feedback_shift.png │   │   │   ├── [ 589] sym_keyboard_feedback_space.png │   │   │   ├── [1.5K] sym_keyboard_num0_no_plus.png │   │   │   ├── [ 686] sym_keyboard_num1.png │   │   │   ├── [3.6K] sym_keyboard_num2.png │   │   │   ├── [2.8K] sym_keyboard_num3.png │   │   │   ├── [2.3K] sym_keyboard_num4.png │   │   │   ├── [2.7K] sym_keyboard_num5.png │   │   │   ├── [3.7K] sym_keyboard_num6.png │   │   │   ├── [3.6K] sym_keyboard_num7.png │   │   │   ├── [3.3K] sym_keyboard_num8.png │   │   │   ├── [4.6K] sym_keyboard_num9.png │   │   │   ├── [2.5K] sym_keyboard_ok_dim.png │   │   │   ├── [3.1K] sym_keyboard_ok.png │   │   │   ├── [1.5K] sym_keyboard_return_holo.png │   │   │   ├── [1.5K] sym_keyboard_return.png │   │   │   ├── [1.6K] sym_keyboard_shift_locked.png │   │   │   ├── [2.1K] sym_keyboard_shift.png │   │   │   ├── [ 762] sym_keyboard_space.png │   │   │   ├── [ 133] tab_bottom_holo.9.png │   │   │   ├── [ 883] tab_focus.9.png │   │   │   ├── [ 140] tab_focus_bar_left.9.png │   │   │   ├── [ 140] tab_focus_bar_right.9.png │   │   │   ├── [ 906] tab_press.9.png │   │   │   ├── [ 139] tab_press_bar_left.9.png │   │   │   ├── [ 139] tab_press_bar_right.9.png │   │   │   ├── [ 503] tab_pressed_holo.9.png │   │   │   ├── [ 839] tab_selected.9.png │   │   │   ├── [ 137] tab_selected_bar_left.9.png │   │   │   ├── [ 135] tab_selected_bar_left_v4.9.png │   │   │   ├── [ 137] tab_selected_bar_right.9.png │   │   │   ├── [ 135] tab_selected_bar_right_v4.9.png │   │   │   ├── [ 147] tab_selected_focused_holo.9.png │   │   │   ├── [ 153] tab_selected_holo.9.png │   │   │   ├── [ 147] tab_selected_pressed_holo.9.png │   │   │   ├── [ 682] tab_selected_v4.9.png │   │   │   ├── [ 477] tab_unselected.9.png │   │   │   ├── [ 148] tab_unselected_focused_holo.9.png │   │   │   ├── [ 166] tab_unselected_holo.9.png │   │   │   ├── [ 149] tab_unselected_pressed_holo.9.png │   │   │   ├── [ 414] tab_unselected_v4.9.png │   │   │   ├── [1.4K] text_edit_paste_window.9.png │   │   │   ├── [ 641] text_edit_side_paste_window.9.png │   │   │   ├── [1.4K] text_edit_suggestions_window.9.png │   │   │   ├── [1.1K] textfield_activated_holo_dark.9.png │   │   │   ├── [1.1K] textfield_activated_holo_light.9.png │   │   │   ├── [ 951] textfield_default.9.png │   │   │   ├── [1.1K] textfield_default_holo_dark.9.png │   │   │   ├── [1.1K] textfield_default_holo_light.9.png │   │   │   ├── [1.1K] textfield_disabled.9.png │   │   │   ├── [1.2K] textfield_disabled_focused_holo_dark.9.png │   │   │   ├── [1.1K] textfield_disabled_focused_holo_light.9.png │   │   │   ├── [1.1K] textfield_disabled_holo_dark.9.png │   │   │   ├── [1.1K] textfield_disabled_holo_light.9.png │   │   │   ├── [1.6K] textfield_disabled_selected.9.png │   │   │   ├── [ 494] textfield_focused_holo_dark.9.png │   │   │   ├── [ 494] textfield_focused_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_activated_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_activated_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_default_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_default_holo_light.9.png │   │   │   ├── [1.2K] textfield_multiline_disabled_focused_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_focused_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_holo_light.9.png │   │   │   ├── [1.3K] textfield_multiline_focused_holo_dark.9.png │   │   │   ├── [1.2K] textfield_multiline_focused_holo_light.9.png │   │   │   ├── [1.3K] textfield_search_default.9.png │   │   │   ├── [ 126] textfield_search_default_holo_dark.9.png │   │   │   ├── [ 126] textfield_search_default_holo_light.9.png │   │   │   ├── [1.8K] textfield_search_empty_default.9.png │   │   │   ├── [2.4K] textfield_search_empty_pressed.9.png │   │   │   ├── [2.2K] textfield_search_empty_selected.9.png │   │   │   ├── [2.4K] textfield_search_pressed.9.png │   │   │   ├── [ 125] textfield_search_right_default_holo_dark.9.png │   │   │   ├── [ 127] textfield_search_right_default_holo_light.9.png │   │   │   ├── [ 128] textfield_search_right_selected_holo_dark.9.png │   │   │   ├── [ 128] textfield_search_right_selected_holo_light.9.png │   │   │   ├── [1.8K] textfield_search_selected.9.png │   │   │   ├── [ 114] textfield_search_selected_holo_dark.9.png │   │   │   ├── [ 126] textfield_search_selected_holo_light.9.png │   │   │   ├── [1.3K] textfield_selected.9.png │   │   │   ├── [2.2K] text_select_handle_left.png │   │   │   ├── [2.4K] text_select_handle_middle.png │   │   │   ├── [2.3K] text_select_handle_right.png │   │   │   ├── [ 342] title_bar_medium.9.png │   │   │   ├── [ 242] title_bar_portrait.9.png │   │   │   ├── [ 188] title_bar_shadow.9.png │   │   │   ├── [ 370] title_bar_tall.9.png │   │   │   ├── [1.9K] toast_frame.9.png │   │   │   ├── [2.3K] toast_frame_holo.9.png │   │   │   ├── [6.5K] transportcontrol_bg.9.png │   │   │   ├── [ 426] unknown_image.png │   │   │   ├── [ 13K] usb_android_connected.png │   │   │   ├── [ 15K] usb_android.png │   │   │   ├── [ 688] vpn_connected.png │   │   │   ├── [ 717] vpn_disconnected.png │   │   │   └── [2.9K] zoom_plate.9.png │   │   ├── [4.0K] interpolator │   │   │   ├── [ 787] accelerate_cubic.xml │   │   │   ├── [ 709] accelerate_decelerate.xml │   │   │   ├── [ 699] accelerate_quad.xml │   │   │   ├── [ 787] accelerate_quint.xml │   │   │   ├── [ 711] anticipate_overshoot.xml │   │   │   ├── [ 702] anticipate.xml │   │   │   ├── [ 698] bounce.xml │   │   │   ├── [ 697] cycle.xml │   │   │   ├── [ 787] decelerate_cubic.xml │   │   │   ├── [ 699] decelerate_quad.xml │   │   │   ├── [ 787] decelerate_quint.xml │   │   │   ├── [ 752] linear.xml │   │   │   └── [ 701] overshoot.xml │   │   ├── [ 16K] layout │   │   │   ├── [1.7K] action_bar_home.xml │   │   │   ├── [2.1K] action_bar_title_item.xml │   │   │   ├── [ 981] action_bar_up_container.xml │   │   │   ├── [1.2K] action_menu_item_layout.xml │   │   │   ├── [1001] action_menu_layout.xml │   │   │   ├── [ 937] action_mode_bar.xml │   │   │   ├── [1.4K] action_mode_close_item.xml │   │   │   ├── [2.0K] activity_chooser_view_list_item.xml │   │   │   ├── [2.5K] activity_chooser_view.xml │   │   │   ├── [1.1K] activity_list_item_2.xml │   │   │   ├── [1.4K] activity_list_item.xml │   │   │   ├── [1.3K] activity_list.xml │   │   │   ├── [1.1K] adaptive_notification_wrapper.xml │   │   │   ├── [5.9K] alert_dialog_holo.xml │   │   │   ├── [2.0K] alert_dialog_progress_holo.xml │   │   │   ├── [2.0K] alert_dialog_progress.xml │   │   │   ├── [6.2K] alert_dialog.xml │   │   │   ├── [1.6K] always_use_checkbox.xml │   │   │   ├── [2.7K] am_compat_mode_dialog.xml │   │   │   ├── [2.9K] app_permission_item_money.xml │   │   │   ├── [1.9K] app_permission_item_old.xml │   │   │   ├── [1.8K] app_permission_item.xml │   │   │   ├── [1.6K] app_perms_summary.xml │   │   │   ├── [1.5K] auto_complete_list.xml │   │   │   ├── [ 984] breadcrumbs_in_fragment.xml │   │   │   ├── [1.0K] browser_link_context_header.xml │   │   │   ├── [3.5K] calendar_view.xml │   │   │   ├── [1.0K] character_picker_button.xml │   │   │   ├── [1.8K] character_picker.xml │   │   │   ├── [1.4K] choose_account_row.xml │   │   │   ├── [1.3K] choose_account_type.xml │   │   │   ├── [1.3K] choose_account.xml │   │   │   ├── [2.9K] choose_type_and_account.xml │   │   │   ├── [ 974] date_picker_dialog.xml │   │   │   ├── [3.1K] date_picker_holo.xml │   │   │   ├── [2.8K] date_picker.xml │   │   │   ├── [1.3K] default_navigation.xml │   │   │   ├── [1.8K] dialog_custom_title_holo.xml │   │   │   ├── [1.7K] dialog_custom_title.xml │   │   │   ├── [1.8K] dialog_title_holo.xml │   │   │   ├── [2.5K] dialog_title_icons_holo.xml │   │   │   ├── [2.6K] dialog_title_icons.xml │   │   │   ├── [1.7K] dialog_title.xml │   │   │   ├── [ 977] expandable_list_content.xml │   │   │   ├── [ 923] expanded_menu_layout.xml │   │   │   ├── [1.6K] fragment_bread_crumb_item.xml │   │   │   ├── [ 931] fragment_bread_crumbs.xml │   │   │   ├── [2.2K] global_actions_item.xml │   │   │   ├── [3.8K] global_actions_silent_mode.xml │   │   │   ├── [5.9K] grant_credentials_permission.xml │   │   │   ├── [6.1K] heavy_weight_switcher.xml │   │   │   ├── [1.1K] icon_menu_item_layout.xml │   │   │   ├── [2.2K] input_method_extract_view.xml │   │   │   ├── [4.1K] input_method_switch_dialog_title.xml │   │   │   ├── [1.8K] input_method.xml │   │   │   ├── [1.4K] js_prompt.xml │   │   │   ├── [1.0K] keyboard_key_preview.xml │   │   │   ├── [1.8K] keyboard_popup_keyboard.xml │   │   │   ├── [3.2K] keyguard_account_view.xml │   │   │   ├── [1.7K] keyguard_add_widget.xml │   │   │   ├── [1.1K] keyguard_emergency_carrier_area_empty.xml │   │   │   ├── [3.1K] keyguard_emergency_carrier_area.xml │   │   │   ├── [3.1K] keyguard_face_unlock_view.xml │   │   │   ├── [ 984] keyguard_glow_pad_container.xml │   │   │   ├── [2.2K] keyguard_glow_pad_view.xml │   │   │   ├── [1.2K] keyguard_message_area_large.xml │   │   │   ├── [1.3K] keyguard_message_area.xml │   │   │   ├── [1.8K] keyguard_multi_user_avatar.xml │   │   │   ├── [1.0K] keyguard_multi_user_selector_widget.xml │   │   │   ├── [1.7K] keyguard_multi_user_selector.xml │   │   │   ├── [4.1K] keyguard_password_view.xml │   │   │   ├── [3.2K] keyguard_pattern_view.xml │   │   │   ├── [9.2K] keyguard_pin_view.xml │   │   │   ├── [4.9K] keyguard_screen_glogin_unlock.xml │   │   │   ├── [8.5K] keyguard_screen_lock.xml │   │   │   ├── [8.9K] keyguard_screen_password_landscape.xml │   │   │   ├── [8.8K] keyguard_screen_password_portrait.xml │   │   │   ├── [4.3K] keyguard_screen_sim_pin_landscape.xml │   │   │   ├── [4.4K] keyguard_screen_sim_pin_portrait.xml │   │   │   ├── [7.8K] keyguard_screen_sim_puk_landscape.xml │   │   │   ├── [6.9K] keyguard_screen_sim_puk_portrait.xml │   │   │   ├── [6.4K] keyguard_screen_tab_unlock_land.xml │   │   │   ├── [8.0K] keyguard_screen_tab_unlock.xml │   │   │   ├── [7.2K] keyguard_screen_unlock_landscape.xml │   │   │   ├── [7.9K] keyguard_screen_unlock_portrait.xml │   │   │   ├── [2.5K] keyguard_selector_view.xml │   │   │   ├── [9.5K] keyguard_sim_pin_view.xml │   │   │   ├── [ 790] keyguard_sim_puk_pin_account_navigation.xml │   │   │   ├── [9.5K] keyguard_sim_puk_view.xml │   │   │   ├── [3.0K] keyguard_status_view.xml │   │   │   ├── [5.0K] keyguard_transport_control_view.xml │   │   │   ├── [1.2K] keyguard_widget_remove_drop_target.xml │   │   │   ├── [1.4K] keyguard.xml │   │   │   ├── [2.5K] launch_warning.xml │   │   │   ├── [ 956] list_content_simple.xml │   │   │   ├── [2.3K] list_content.xml │   │   │   ├── [ 850] list_gestures_overlay.xml │   │   │   ├── [1006] list_menu_item_checkbox.xml │   │   │   ├── [1.1K] list_menu_item_icon.xml │   │   │   ├── [2.5K] list_menu_item_layout.xml │   │   │   ├── [1004] list_menu_item_radio.xml │   │   │   ├── [1.3K] locale_picker_item.xml │   │   │   ├── [2.9K] media_controller.xml │   │   │   ├── [2.3K] media_route_chooser_layout.xml │   │   │   ├── [2.6K] media_route_list_item_checkable.xml │   │   │   ├── [1.9K] media_route_list_item_collapse_group.xml │   │   │   ├── [1.4K] media_route_list_item_section_header.xml │   │   │   ├── [1.2K] media_route_list_item_top_header.xml │   │   │   ├── [2.8K] media_route_list_item.xml │   │   │   ├── [2.1K] menu_item.xml │   │   │   ├── [1.1K] notification_action_list.xml │   │   │   ├── [1.2K] notification_action_tombstone.xml │   │   │   ├── [1.1K] notification_action.xml │   │   │   ├── [2.8K] notification_intruder_content.xml │   │   │   ├── [5.7K] notification_template_base.xml │   │   │   ├── [7.5K] notification_template_big_base.xml │   │   │   ├── [2.3K] notification_template_big_picture.xml │   │   │   ├── [7.9K] notification_template_big_text.xml │   │   │   ├── [ 12K] notification_template_inbox.xml │   │   │   ├── [1.1K] notification_template_part_chronometer.xml │   │   │   ├── [1.1K] notification_template_part_time.xml │   │   │   ├── [1.1K] number_picker_with_selector_wheel.xml │   │   │   ├── [1.8K] number_picker.xml │   │   │   ├── [1.2K] overlay_display_window.xml │   │   │   ├── [2.4K] permissions_account_and_authtokentype.xml │   │   │   ├── [1.5K] permissions_package_list_item.xml │   │   │   ├── [2.5K] popup_menu_item_layout.xml │   │   │   ├── [1.6K] power_dialog.xml │   │   │   ├── [1.0K] preference_category_holo.xml │   │   │   ├── [ 905] preference_category.xml │   │   │   ├── [3.1K] preference_child_holo.xml │   │   │   ├── [3.0K] preference_child.xml │   │   │   ├── [1.6K] preference_dialog_edittext.xml │   │   │   ├── [2.4K] preference_header_item.xml │   │   │   ├── [3.2K] preference_holo.xml │   │   │   ├── [3.1K] preference_information_holo.xml │   │   │   ├── [2.5K] preference_information.xml │   │   │   ├── [3.3K] preference_list_content_single.xml │   │   │   ├── [4.9K] preference_list_content.xml │   │   │   ├── [3.2K] preference_list_fragment.xml │   │   │   ├── [1.1K] preferences.xml │   │   │   ├── [1.1K] preference_widget_checkbox.xml │   │   │   ├── [3.5K] preference_widget_seekbar.xml │   │   │   ├── [1.1K] preference_widget_switch.xml │   │   │   ├── [2.8K] preference.xml │   │   │   ├── [1.5K] progress_dialog_holo.xml │   │   │   ├── [1.7K] progress_dialog.xml │   │   │   ├── [3.5K] recent_apps_dialog.xml │   │   │   ├── [1.4K] recent_apps_icon.xml │   │   │   ├── [1.1K] remote_views_adapter_default_loading_view.xml │   │   │   ├── [2.3K] resolve_list_item.xml │   │   │   ├── [3.1K] resolver_grid.xml │   │   │   ├── [1.1K] safe_mode.xml │   │   │   ├── [3.0K] screen_action_bar_overlay.xml │   │   │   ├── [2.4K] screen_action_bar.xml │   │   │   ├── [1.7K] screen_custom_title.xml │   │   │   ├── [3.3K] screen_progress.xml │   │   │   ├── [1.5K] screen_simple_overlay_action_mode.xml │   │   │   ├── [1.6K] screen_simple.xml │   │   │   ├── [4.7K] screen_title_icons.xml │   │   │   ├── [2.0K] screen_title.xml │   │   │   ├── [4.3K] screen.xml │   │   │   ├── [2.8K] search_bar.xml │   │   │   ├── [1.1K] search_dropdown_item_1line.xml │   │   │   ├── [3.6K] search_dropdown_item_icons_2line.xml │   │   │   ├── [6.4K] search_view.xml │   │   │   ├── [1.3K] seekbar_dialog.xml │   │   │   ├── [1.3K] select_dialog_holo.xml │   │   │   ├── [1.3K] select_dialog_item_holo.xml │   │   │   ├── [1.4K] select_dialog_item.xml │   │   │   ├── [1.2K] select_dialog_multichoice_holo.xml │   │   │   ├── [1.2K] select_dialog_multichoice.xml │   │   │   ├── [1.2K] select_dialog_singlechoice_holo.xml │   │   │   ├── [1.2K] select_dialog_singlechoice.xml │   │   │   ├── [1.4K] select_dialog.xml │   │   │   ├── [1.1K] simple_dropdown_hint.xml │   │   │   ├── [1.1K] simple_dropdown_item_1line.xml │   │   │   ├── [2.1K] simple_dropdown_item_2line.xml │   │   │   ├── [1.0K] simple_expandable_list_item_1.xml │   │   │   ├── [1.6K] simple_expandable_list_item_2.xml │   │   │   ├── [1.0K] simple_gallery_item.xml │   │   │   ├── [1.1K] simple_list_item_1.xml │   │   │   ├── [2.4K] simple_list_item_2_single_choice.xml │   │   │   ├── [1.5K] simple_list_item_2.xml │   │   │   ├── [1.2K] simple_list_item_activated_1.xml │   │   │   ├── [1.7K] simple_list_item_activated_2.xml │   │   │   ├── [1.2K] simple_list_item_checked.xml │   │   │   ├── [1.2K] simple_list_item_multiple_choice.xml │   │   │   ├── [1.2K] simple_list_item_single_choice.xml │   │   │   ├── [1.1K] simple_selectable_list_item.xml │   │   │   ├── [1.1K] simple_spinner_dropdown_item.xml │   │   │   ├── [1.0K] simple_spinner_item.xml │   │   │   ├── [3.5K] sms_short_code_confirmation_dialog.xml │   │   │   ├── [ 11K] ssl_certificate.xml │   │   │   ├── [1.2K] status_bar_latest_event_content.xml │   │   │   ├── [1.5K] tab_content.xml │   │   │   ├── [1.3K] tab_indicator_holo.xml │   │   │   ├── [1.4K] tab_indicator.xml │   │   │   ├── [ 989] test_list_item.xml │   │   │   ├── [ 984] text_drag_thumbnail.xml │   │   │   ├── [1.1K] text_edit_action_popup_text.xml │   │   │   ├── [1.4K] text_edit_no_paste_window.xml │   │   │   ├── [1.4K] text_edit_paste_window.xml │   │   │   ├── [1.4K] text_edit_side_no_paste_window.xml │   │   │   ├── [1.5K] text_edit_side_paste_window.xml │   │   │   ├── [1.3K] text_edit_suggestion_item.xml │   │   │   ├── [ 954] text_edit_suggestions_window.xml │   │   │   ├── [ 953] textview_hint.xml │   │   │   ├── [ 903] time_picker_dialog.xml │   │   │   ├── [2.7K] time_picker_holo.xml │   │   │   ├── [2.1K] time_picker.xml │   │   │   ├── [1.4K] transient_notification.xml │   │   │   ├── [6.3K] twelve_key_entry.xml │   │   │   ├── [1.3K] two_line_list_item.xml │   │   │   ├── [1002] typing_filter.xml │   │   │   ├── [2.4K] usb_storage_activity.xml │   │   │   ├── [1.5K] volume_adjust_item.xml │   │   │   ├── [2.2K] volume_adjust.xml │   │   │   ├── [1.2K] web_runtime.xml │   │   │   ├── [1.1K] web_text_view_dropdown.xml │   │   │   ├── [1.6K] webview_find.xml │   │   │   ├── [1.0K] webview_select_singlechoice.xml │   │   │   ├── [1021] wifi_p2p_dialog_row.xml │   │   │   ├── [1.7K] wifi_p2p_dialog.xml │   │   │   ├── [1.3K] zoom_browser_accessory_buttons.xml │   │   │   ├── [1.0K] zoom_container.xml │   │   │   ├── [1.1K] zoom_controls.xml │   │   │   └── [1.3K] zoom_magnify.xml │   │   ├── [4.0K] layout-land │   │   │   ├── [1014] icon_menu_layout.xml │   │   │   ├── [ 923] keyguard_glow_pad_container.xml │   │   │   ├── [3.6K] keyguard_host_view.xml │   │   │   ├── [2.0K] keyguard_status_area.xml │   │   │   ├── [1.2K] keyguard_widget_pager.xml │   │   │   ├── [ 11K] ssl_certificate.xml │   │   │   └── [2.8K] usb_storage_activity.xml │   │   ├── [4.0K] layout-large │   │   │   └── [1.8K] action_mode_close_item.xml │   │   ├── [4.0K] layout-port │   │   │   ├── [1014] icon_menu_layout.xml │   │   │   ├── [4.1K] keyguard_host_view.xml │   │   │   ├── [2.2K] keyguard_status_area.xml │   │   │   └── [1.2K] keyguard_widget_pager.xml │   │   ├── [4.0K] layout-sw600dp │   │   │   ├── [ 973] date_picker_dialog.xml │   │   │   ├── [ 922] keyguard_glow_pad_container.xml │   │   │   ├── [ 790] keyguard_navigation.xml │   │   │   ├── [5.3K] keyguard_screen_glogin_unlock.xml │   │   │   ├── [8.5K] keyguard_screen_lock.xml │   │   │   ├── [7.1K] keyguard_screen_password_landscape.xml │   │   │   ├── [7.1K] keyguard_screen_password_portrait.xml │   │   │   ├── [4.3K] keyguard_screen_sim_pin_landscape.xml │   │   │   ├── [4.4K] keyguard_screen_sim_pin_portrait.xml │   │   │   ├── [4.6K] keyguard_screen_status_land.xml │   │   │   ├── [4.6K] keyguard_screen_status_port.xml │   │   │   ├── [5.0K] keyguard_screen_tab_unlock_land.xml │   │   │   ├── [4.9K] keyguard_screen_tab_unlock.xml │   │   │   ├── [6.0K] keyguard_screen_unlock_landscape.xml │   │   │   ├── [5.7K] keyguard_screen_unlock_portrait.xml │   │   │   ├── [ 790] keyguard_sim_puk_pin_navigation.xml │   │   │   ├── [4.9K] keyguard_transport_control.xml │   │   │   └── [1.4K] keyguard.xml │   │   ├── [4.0K] layout-sw600dp-port │   │   │   ├── [3.7K] keyguard_host_view.xml │   │   │   └── [2.0K] keyguard_status_area.xml │   │   ├── [4.0K] layout-sw720dp │   │   │   ├── [1.9K] status_bar_latest_event_ticker_large_icon.xml │   │   │   └── [1.7K] status_bar_latest_event_ticker.xml │   │   ├── [4.0K] layout-w600dp │   │   │   └── [3.4K] preference_list_content_single.xml │   │   ├── [4.0K] layout-xlarge │   │   │   ├── [5.0K] activity_list.xml │   │   │   ├── [1.5K] breadcrumbs_in_fragment.xml │   │   │   ├── [2.6K] screen_action_bar_overlay.xml │   │   │   ├── [2.0K] screen_action_bar.xml │   │   │   ├── [1.3K] select_dialog_item_holo.xml │   │   │   ├── [1.2K] select_dialog_multichoice_holo.xml │   │   │   └── [1.2K] select_dialog_singlechoice_holo.xml │   │   ├── [4.0K] menu │   │   │   ├── [2.0K] webview_copy.xml │   │   │   └── [1.1K] webview_find.xml │   │   ├── [4.0K] mipmap-hdpi │   │   │   ├── [3.3K] sym_app_on_sd_unavailable_icon.png │   │   │   └── [8.3K] sym_def_app_icon.png │   │   ├── [4.0K] mipmap-ldpi │   │   │   ├── [1.1K] sym_app_on_sd_unavailable_icon.png │   │   │   └── [1.7K] sym_def_app_icon.png │   │   ├── [4.0K] mipmap-mdpi │   │   │   ├── [5.3K] sym_app_on_sd_unavailable_icon.png │   │   │   └── [4.5K] sym_def_app_icon.png │   │   ├── [4.0K] mipmap-xhdpi │   │   │   └── [ 13K] sym_def_app_icon.png │   │   ├── [4.0K] mipmap-xxhdpi │   │   │   └── [ 21K] sym_def_app_icon.png │   │   ├── [4.0K] raw │   │   │   ├── [8.6K] accessibility_gestures.bin │   │   │   ├── [ 14K] fallbackring.ogg │   │   │   ├── [1007] incognito_mode_start_page.html │   │   │   ├── [ 679] loaderror.html │   │   │   └── [ 908] nodomain.html │   │   ├── [4.0K] raw-ar │   │   │   ├── [1.5K] incognito_mode_start_page.html │   │   │   ├── [ 757] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-ar-xlarge │   │   │   └── [1.5K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-bg │   │   │   └── [1.8K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-bg-xlarge │   │   │   └── [1.8K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-ca │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-ca-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-cs │   │   │   ├── [1.1K] incognito_mode_start_page.html │   │   │   ├── [ 780] loaderror.html │   │   │   └── [1.2K] nodomain.html │   │   ├── [4.0K] raw-cs-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-da │   │   │   ├── [1020] incognito_mode_start_page.html │   │   │   ├── [ 710] loaderror.html │   │   │   └── [ 963] nodomain.html │   │   ├── [4.0K] raw-da-xlarge │   │   │   └── [1020] incognito_mode_start_page.html │   │   ├── [4.0K] raw-de │   │   │   ├── [1.1K] incognito_mode_start_page.html │   │   │   ├── [ 703] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-de-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-el │   │   │   └── [1.8K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-el-xlarge │   │   │   └── [1.8K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-en-rGB │   │   │   ├── [1015] incognito_mode_start_page.html │   │   │   ├── [ 677] loaderror.html │   │   │   └── [ 953] nodomain.html │   │   ├── [4.0K] raw-en-rGB-xlarge │   │   │   └── [1015] incognito_mode_start_page.html │   │   ├── [4.0K] raw-es │   │   │   ├── [1.2K] incognito_mode_start_page.html │   │   │   ├── [ 705] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-es-rUS │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-es-rUS-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-es-xlarge │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-fa │   │   │   └── [1.6K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-fa-xlarge │   │   │   └── [1.6K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-fi │   │   │   ├── [1.0K] incognito_mode_start_page.html │   │   │   ├── [ 731] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-fi-xlarge │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-fr │   │   │   ├── [1.2K] incognito_mode_start_page.html │   │   │   ├── [ 711] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-fr-xlarge │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-hi │   │   │   └── [2.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-hi-xlarge │   │   │   └── [2.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-hr │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-hr-xlarge │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-hu │   │   │   ├── [1.2K] incognito_mode_start_page.html │   │   │   ├── [ 726] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-hu-xlarge │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-id │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-id-xlarge │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-it │   │   │   ├── [1.1K] incognito_mode_start_page.html │   │   │   ├── [ 720] loaderror.html │   │   │   └── [1015] nodomain.html │   │   ├── [4.0K] raw-it-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-iw │   │   │   ├── [1.3K] incognito_mode_start_page.html │   │   │   ├── [ 752] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-iw-xlarge │   │   │   └── [1.3K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-ja │   │   │   ├── [1.2K] incognito_mode_start_page.html │   │   │   ├── [ 754] loaderror.html │   │   │   └── [1.0K] nodomain.html │   │   ├── [4.0K] raw-ja-xlarge │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-ko │   │   │   ├── [1.1K] incognito_mode_start_page.html │   │   │   ├── [ 746] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-ko-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-lt │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-lt-xlarge │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-lv │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-lv-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-nb │   │   │   └── [1017] incognito_mode_start_page.html │   │   ├── [4.0K] raw-nb-xlarge │   │   │   └── [1017] incognito_mode_start_page.html │   │   ├── [4.0K] raw-nl │   │   │   ├── [1.0K] incognito_mode_start_page.html │   │   │   ├── [ 690] loaderror.html │   │   │   └── [1005] nodomain.html │   │   ├── [4.0K] raw-nl-xlarge │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-pl │   │   │   ├── [1.1K] incognito_mode_start_page.html │   │   │   ├── [ 726] loaderror.html │   │   │   └── [1.0K] nodomain.html │   │   ├── [4.0K] raw-pl-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-pt │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-pt-rBR │   │   │   ├── [ 774] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-pt-rPT │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-pt-rPT-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-pt-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-rm │   │   │   ├── [ 715] loaderror.html │   │   │   └── [1.0K] nodomain.html │   │   ├── [4.0K] raw-ro │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-ro-xlarge │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-ru │   │   │   ├── [1.8K] incognito_mode_start_page.html │   │   │   ├── [ 803] loaderror.html │   │   │   └── [1.2K] nodomain.html │   │   ├── [4.0K] raw-ru-xlarge │   │   │   └── [1.8K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sk │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sk-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sl │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sl-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sr │   │   │   └── [1.5K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sr-xlarge │   │   │   └── [1.5K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sv │   │   │   └── [1001] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sv-xlarge │   │   │   └── [1001] incognito_mode_start_page.html │   │   ├── [4.0K] raw-th │   │   │   ├── [2.1K] incognito_mode_start_page.html │   │   │   ├── [ 776] loaderror.html │   │   │   └── [1.4K] nodomain.html │   │   ├── [4.0K] raw-th-xlarge │   │   │   └── [2.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-tl │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-tl-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-tr │   │   │   ├── [1.1K] incognito_mode_start_page.html │   │   │   ├── [ 668] loaderror.html │   │   │   └── [1.0K] nodomain.html │   │   ├── [4.0K] raw-tr-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-uk │   │   │   └── [1.7K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-uk-xlarge │   │   │   └── [1.7K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-vi │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-vi-xlarge │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-xlarge │   │   │   └── [ 998] incognito_mode_start_page.html │   │   ├── [4.0K] raw-zh-rCN │   │   │   ├── [ 962] incognito_mode_start_page.html │   │   │   ├── [ 654] loaderror.html │   │   │   └── [ 927] nodomain.html │   │   ├── [4.0K] raw-zh-rCN-xlarge │   │   │   └── [ 962] incognito_mode_start_page.html │   │   ├── [4.0K] raw-zh-rTW │   │   │   ├── [ 959] incognito_mode_start_page.html │   │   │   ├── [ 733] loaderror.html │   │   │   └── [ 957] nodomain.html │   │   ├── [4.0K] raw-zh-rTW-xlarge │   │   │   └── [ 959] incognito_mode_start_page.html │   │   ├── [4.0K] values │   │   │   ├── [ 21K] arrays.xml │   │   │   ├── [ 95K] attrs_manifest.xml │   │   │   ├── [314K] attrs.xml │   │   │   ├── [1.3K] bools.xml │   │   │   ├── [ 10K] colors.xml │   │   │   ├── [ 51K] config.xml │   │   │   ├── [ 17K] dimens.xml │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   ├── [1.0K] donottranslate-maps.xml │   │   │   ├── [ 518] donottranslate-names.xml │   │   │   ├── [1.3K] donottranslate.xml │   │   │   ├── [3.0K] ids.xml │   │   │   ├── [ 918] integers.xml │   │   │   ├── [131K] public.xml │   │   │   ├── [286K] strings.xml │   │   │   ├── [ 27K] styles_device_defaults.xml │   │   │   ├── [113K] styles.xml │   │   │   ├── [104K] symbols.xml │   │   │   ├── [ 37K] themes_device_defaults.xml │   │   │   └── [114K] themes.xml │   │   ├── [4.0K] values-af │   │   │   ├── [4.1K] donottranslate-cldr.xml │   │   │   └── [179K] strings.xml │   │   ├── [4.0K] values-af-rZA │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-am │   │   │   ├── [4.1K] donottranslate-cldr.xml │   │   │   └── [221K] strings.xml │   │   ├── [4.0K] values-am-rET │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-ar │   │   │   ├── [4.4K] donottranslate-cldr.xml │   │   │   └── [213K] strings.xml │   │   ├── [4.0K] values-ar-rEG │   │   │   ├── [4.4K] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-ar-rIL │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-be │   │   │   ├── [4.1K] donottranslate-cldr.xml │   │   │   └── [234K] strings.xml │   │   ├── [4.0K] values-bg │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [241K] strings.xml │   │   ├── [4.0K] values-bg-rBG │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-ca │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [188K] strings.xml │   │   ├── [4.0K] values-ca-rES │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-cs │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   └── [184K] strings.xml │   │   ├── [4.0K] values-cs-rCZ │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-da │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [178K] strings.xml │   │   ├── [4.0K] values-da-rDK │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-de │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   └── [184K] strings.xml │   │   ├── [4.0K] values-de-rAT │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-de-rCH │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-de-rDE │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-de-rLI │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-el │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [253K] strings.xml │   │   ├── [4.0K] values-el-rGR │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-en-rAU │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   ├── [1012] donottranslate-maps.xml │   │   │   └── [ 59K] strings.xml │   │   ├── [4.0K] values-en-rCA │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-en-rGB │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   ├── [ 963] donottranslate-maps.xml │   │   │   └── [172K] strings.xml │   │   ├── [4.0K] values-en-rIE │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [ 964] donottranslate-maps.xml │   │   ├── [4.0K] values-en-rIN │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-en-rNZ │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [1012] donottranslate-maps.xml │   │   ├── [4.0K] values-en-rSG │   │   │   ├── [1010] donottranslate-maps.xml │   │   │   └── [ 59K] strings.xml │   │   ├── [4.0K] values-en-rUS │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   ├── [8.7K] donottranslate-names.xml │   │   │   └── [ 59K] strings.xml │   │   ├── [4.0K] values-en-rZA │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-es │   │   │   ├── [4.4K] donottranslate-cldr.xml │   │   │   └── [189K] strings.xml │   │   ├── [4.0K] values-es-rES │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-es-rUS │   │   │   ├── [4.4K] donottranslate-cldr.xml │   │   │   └── [189K] strings.xml │   │   ├── [4.0K] values-et │   │   │   ├── [4.1K] donottranslate-cldr.xml │   │   │   └── [178K] strings.xml │   │   ├── [4.0K] values-fa │   │   │   ├── [4.4K] donottranslate-cldr.xml │   │   │   └── [224K] strings.xml │   │   ├── [4.0K] values-fa-rIR │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-fi │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [181K] strings.xml │   │   ├── [4.0K] values-fi-rFI │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-fr │   │   │   ├── [4.4K] donottranslate-cldr.xml │   │   │   └── [196K] strings.xml │   │   ├── [4.0K] values-fr-rBE │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-fr-rCA │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-fr-rCH │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-fr-rFR │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-h720dp │   │   │   └── [ 789] dimens.xml │   │   ├── [4.0K] values-hi │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [270K] strings.xml │   │   ├── [4.0K] values-hi-rIN │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-hr │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   └── [182K] strings.xml │   │   ├── [4.0K] values-hr-rHR │   │   │   └── [4.3K] donottranslate-cldr.xml │   │   ├── [4.0K] values-hu │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [195K] strings.xml │   │   ├── [4.0K] values-hu-rHU │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-in │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [177K] strings.xml │   │   ├── [4.0K] values-in-rID │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-it │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [186K] strings.xml │   │   ├── [4.0K] values-it-rCH │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-it-rIT │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-iw │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [201K] strings.xml │   │   ├── [4.0K] values-iw-rIL │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-ja │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   ├── [ 903] donottranslate.xml │   │   │   └── [199K] strings.xml │   │   ├── [4.0K] values-ja-rJP │   │   │   └── [1016] donottranslate-maps.xml │   │   ├── [4.0K] values-ko │   │   │   ├── [4.4K] donottranslate-cldr.xml │   │   │   └── [190K] strings.xml │   │   ├── [4.0K] values-ko-rKR │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-land │   │   │   ├── [ 922] alias.xml │   │   │   ├── [2.6K] arrays.xml │   │   │   ├── [ 943] bools.xml │   │   │   ├── [2.7K] dimens.xml │   │   │   ├── [ 933] donottranslate.xml │   │   │   └── [1.0K] integers.xml │   │   ├── [4.0K] values-large │   │   │   ├── [1.1K] config.xml │   │   │   ├── [1.4K] dimens.xml │   │   │   ├── [ 941] strings.xml │   │   │   ├── [2.1K] themes_device_defaults.xml │   │   │   └── [2.0K] themes.xml │   │   ├── [4.0K] values-lt │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   └── [184K] strings.xml │   │   ├── [4.0K] values-lt-rLT │   │   │   ├── [4.4K] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-lv │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   └── [185K] strings.xml │   │   ├── [4.0K] values-lv-rLV │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-mcc204 │   │   │   ├── [ 963] donottranslate-maps.xml │   │   │   └── [ 987] strings.xml │   │   ├── [4.0K] values-mcc208-mnc01 │   │   │   └── [1.8K] config.xml │   │   ├── [4.0K] values-mcc208-mnc10 │   │   │   └── [1.7K] config.xml │   │   ├── [4.0K] values-mcc214-mnc03 │   │   │   └── [1.8K] config.xml │   │   ├── [4.0K] values-mcc214-mnc07 │   │   │   └── [1.8K] config.xml │   │   ├── [4.0K] values-mcc219 │   │   │   └── [1.1K] config.xml │   │   ├── [4.0K] values-mcc220 │   │   │   └── [1.1K] config.xml │   │   ├── [4.0K] values-mcc222-mnc01 │   │   │   └── [1.7K] config.xml │   │   ├── [4.0K] values-mcc222-mnc10 │   │   │   └── [1.8K] config.xml │   │   ├── [4.0K] values-mcc230 │   │   │   ├── [ 964] donottranslate-maps.xml │   │   │   └── [ 986] strings.xml │   │   ├── [4.0K] values-mcc232 │   │   │   ├── [ 964] donottranslate-maps.xml │   │   │   └── [ 986] strings.xml │   │   ├── [4.0K] values-mcc234 │   │   │   └── [ 986] strings.xml │   │   ├── [4.0K] values-mcc234-mnc33 │   │   │   └── [1.8K] config.xml │   │   ├── [4.0K] values-mcc260 │   │   │   ├── [ 964] donottranslate-maps.xml │   │   │   └── [ 986] strings.xml │   │   ├── [4.0K] values-mcc262 │   │   │   ├── [ 963] donottranslate-maps.xml │   │   │   └── [ 986] strings.xml │   │   ├── [4.0K] values-mcc286 │   │   │   └── [3.0K] config.xml │   │   ├── [4.0K] values-mcc302-mnc370 │   │   │   └── [1.7K] config.xml │   │   ├── [4.0K] values-mcc302-mnc660 │   │   │   └── [1.7K] config.xml │   │   ├── [4.0K] values-mcc302-mnc720 │   │   │   └── [1.7K] config.xml │   │   ├── [4.0K] values-mcc310 │   │   │   └── [ 887] config.xml │   │   ├── [4.0K] values-mcc311 │   │   │   └── [ 887] config.xml │   │   ├── [4.0K] values-mcc312 │   │   │   └── [ 887] config.xml │   │   ├── [4.0K] values-mcc313 │   │   │   └── [ 887] config.xml │   │   ├── [4.0K] values-mcc314 │   │   │   └── [ 887] config.xml │   │   ├── [4.0K] values-mcc315 │   │   │   └── [ 887] config.xml │   │   ├── [4.0K] values-mcc316 │   │   │   └── [ 887] config.xml │   │   ├── [4.0K] values-mcc340-mnc01 │   │   │   └── [1.8K] config.xml │   │   ├── [4.0K] values-mcc440 │   │   │   └── [ 879] config.xml │   │   ├── [4.0K] values-mcc450 │   │   │   └── [ 826] config.xml │   │   ├── [4.0K] values-mcc450-ko │   │   │   └── [ 752] config.xml │   │   ├── [4.0K] values-ms │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [179K] strings.xml │   │   ├── [4.0K] values-ms-rMY │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-nb │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [175K] strings.xml │   │   ├── [4.0K] values-nb-rNO │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-nl │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [181K] strings.xml │   │   ├── [4.0K] values-nl-rBE │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-nl-rNL │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-pl │   │   │   ├── [4.1K] donottranslate-cldr.xml │   │   │   └── [186K] strings.xml │   │   ├── [4.0K] values-pl-rPL │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-port │   │   │   ├── [ 916] alias.xml │   │   │   ├── [ 858] bools.xml │   │   │   └── [ 862] integers.xml │   │   ├── [4.0K] values-port-mdpi │   │   │   └── [ 954] donottranslate.xml │   │   ├── [4.0K] values-pt │   │   │   ├── [4.4K] donottranslate-cldr.xml │   │   │   └── [184K] strings.xml │   │   ├── [4.0K] values-pt-rBR │   │   │   └── [1012] donottranslate-maps.xml │   │   ├── [4.0K] values-pt-rPT │   │   │   ├── [4.4K] donottranslate-cldr.xml │   │   │   ├── [1010] donottranslate-maps.xml │   │   │   └── [187K] strings.xml │   │   ├── [4.0K] values-rm │   │   │   ├── [4.0K] donottranslate-cldr.xml │   │   │   └── [136K] strings.xml │   │   ├── [4.0K] values-rm-rCH │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-ro │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [189K] strings.xml │   │   ├── [4.0K] values-ro-rRO │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-ru │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [228K] strings.xml │   │   ├── [4.0K] values-ru-rRU │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-sk │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [187K] strings.xml │   │   ├── [4.0K] values-sk-rSK │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-sl │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   └── [181K] strings.xml │   │   ├── [4.0K] values-sl-rSI │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-sr │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [230K] strings.xml │   │   ├── [4.0K] values-sr-rRS │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-sv │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [178K] strings.xml │   │   ├── [4.0K] values-sv-rSE │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-sw │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [179K] strings.xml │   │   ├── [4.0K] values-sw380dp │   │   │   └── [ 847] dimens.xml │   │   ├── [4.0K] values-sw380dp-land │   │   │   └── [ 833] dimens.xml │   │   ├── [4.0K] values-sw600dp │   │   │   ├── [ 916] alias.xml │   │   │   ├── [1.2K] bools.xml │   │   │   ├── [1013] colors.xml │   │   │   ├── [1.7K] config.xml │   │   │   ├── [5.3K] dimens.xml │   │   │   ├── [ 739] integers.xml │   │   │   └── [1.3K] styles.xml │   │   ├── [4.0K] values-sw600dp-land │   │   │   ├── [2.5K] arrays.xml │   │   │   ├── [ 964] dimens.xml │   │   │   └── [ 864] integers.xml │   │   ├── [4.0K] values-sw600dp-port │   │   │   └── [ 804] integers.xml │   │   ├── [4.0K] values-sw600dp-w960dp │   │   │   └── [ 877] dimens.xml │   │   ├── [4.0K] values-sw720dp │   │   │   ├── [ 754] bools.xml │   │   │   ├── [ 899] config.xml │   │   │   ├── [6.0K] dimens.xml │   │   │   └── [1.2K] styles.xml │   │   ├── [4.0K] values-sw720dp-land │   │   │   └── [1.1K] dimens.xml │   │   ├── [4.0K] values-sw720dp-port │   │   │   └── [ 804] integers.xml │   │   ├── [4.0K] values-sw720dp-w1280dp │   │   │   └── [1.5K] dimens.xml │   │   ├── [4.0K] values-sw-rTZ │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-th │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [270K] strings.xml │   │   ├── [4.0K] values-th-rTH │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-tl │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [188K] strings.xml │   │   ├── [4.0K] values-tl-rPH │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-tr │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [184K] strings.xml │   │   ├── [4.0K] values-tr-rTR │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-uk │   │   │   ├── [4.3K] donottranslate-cldr.xml │   │   │   └── [229K] strings.xml │   │   ├── [4.0K] values-uk-rUA │   │   │   ├── [4.4K] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-vi │   │   │   ├── [4.4K] donottranslate-cldr.xml │   │   │   └── [198K] strings.xml │   │   ├── [4.0K] values-vi-rVN │   │   │   ├── [4.4K] donottranslate-cldr.xml │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-w360dp │   │   │   └── [ 977] dimens.xml │   │   ├── [4.0K] values-w480dp │   │   │   ├── [ 803] bools.xml │   │   │   └── [ 756] config.xml │   │   ├── [4.0K] values-w500dp │   │   │   └── [ 977] dimens.xml │   │   ├── [4.0K] values-w600dp │   │   │   └── [ 977] dimens.xml │   │   ├── [4.0K] values-w720dp │   │   │   └── [ 769] bools.xml │   │   ├── [4.0K] values-xlarge │   │   │   ├── [1.4K] dimens.xml │   │   │   └── [ 940] strings.xml │   │   ├── [4.0K] values-xlarge-land │   │   │   └── [1020] dimens.xml │   │   ├── [4.0K] values-zh-rCN │   │   │   ├── [4.5K] donottranslate-cldr.xml │   │   │   ├── [1011] donottranslate-maps.xml │   │   │   └── [169K] strings.xml │   │   ├── [4.0K] values-zh-rTW │   │   │   ├── [4.4K] donottranslate-cldr.xml │   │   │   ├── [1011] donottranslate-maps.xml │   │   │   └── [172K] strings.xml │   │   ├── [4.0K] values-zu │   │   │   ├── [4.2K] donottranslate-cldr.xml │   │   │   └── [185K] strings.xml │   │   ├── [4.0K] values-zu-rZA │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] xml │   │   │   ├── [ 811] apns.xml │   │   │   ├── [ 679] autotext.xml │   │   │   ├── [3.6K] eri.xml │   │   │   ├── [2.4K] kg_password_kbd_numeric.xml │   │   │   ├── [1.9K] password_kbd_extension.xml │   │   │   ├── [2.3K] password_kbd_numeric.xml │   │   │   ├── [ 978] password_kbd_popup_template.xml │   │   │   ├── [3.9K] password_kbd_qwerty_shifted.xml │   │   │   ├── [3.9K] password_kbd_qwerty.xml │   │   │   ├── [3.3K] password_kbd_symbols_shift.xml │   │   │   ├── [3.6K] password_kbd_symbols.xml │   │   │   ├── [2.7K] power_profile.xml │   │   │   ├── [1005] preferred_time_zones.xml │   │   │   ├── [ 12K] sms_short_codes.xml │   │   │   ├── [1.8K] storage_list.xml │   │   │   └── [ 30K] time_zones_by_country.xml │   │   ├── [4.0K] xml-en │   │   │   └── [6.9K] autotext.xml │   │   ├── [4.0K] xml-land │   │   │   ├── [3.4K] password_kbd_qwerty_shifted.xml │   │   │   └── [3.4K] password_kbd_qwerty.xml │   │   ├── [4.0K] xml-mdpi │   │   │   ├── [3.9K] password_kbd_qwerty_shifted.xml │   │   │   └── [4.0K] password_kbd_qwerty.xml │   │   └── [4.0K] xml-xlarge │   │   ├── [2.3K] password_kbd_numeric.xml │   │   ├── [3.6K] password_kbd_qwerty_shifted.xml │   │   ├── [3.6K] password_kbd_qwerty.xml │   │   ├── [3.5K] password_kbd_symbols_shift.xml │   │   └── [3.6K] password_kbd_symbols.xml │   └── [4.0K] tests │   ├── [4.0K] bandwidthtests │   │   ├── [1.8K] AndroidManifest.xml │   │   ├── [ 967] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] bandwidthtest │   │   ├── [ 14K] BandwidthTest.java │   │   ├── [1.2K] BandwidthTestRunner.java │   │   ├── [9.5K] NetworkState.java │   │   └── [4.0K] util │   │   ├── [5.6K] BandwidthTestUtil.java │   │   └── [ 28K] ConnectionUtil.java │   ├── [4.0K] benchmarks │   │   ├── [ 213] README │   │   └── [4.0K] src │   │   └── [4.0K] android │   │   └── [4.0K] os │   │   ├── [3.3K] ParcelArrayBenchmark.java │   │   └── [1.9K] ParcelBenchmark.java │   ├── [4.0K] bluetoothtests │   │   ├── [1.6K] AndroidManifest.xml │   │   ├── [ 396] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] android │   │   └── [4.0K] bluetooth │   │   ├── [3.0K] BluetoothRebootStressTest.java │   │   ├── [ 15K] BluetoothStressTest.java │   │   ├── [7.6K] BluetoothTestRunner.java │   │   └── [ 59K] BluetoothTestUtils.java │   ├── [4.0K] ConnectivityManagerTest │   │   ├── [3.7K] AndroidManifest.xml │   │   ├── [ 954] Android.mk │   │   ├── [4.0K] assets │   │   │   └── [ 878] accesspoints.xml │   │   ├── [4.0K] res │   │   │   └── [4.0K] values │   │   │   └── [ 125] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] connectivitymanagertest │   │   ├── [ 14K] AccessPointParserHelper.java │   │   ├── [3.6K] ConnectivityManagerStressTestRunner.java │   │   ├── [ 27K] ConnectivityManagerTestActivity.java │   │   ├── [2.1K] ConnectivityManagerTestRunner.java │   │   ├── [1.6K] ConnectivityManagerUnitTestRunner.java │   │   ├── [4.0K] functional │   │   │   ├── [ 25K] ConnectivityManagerMobileTest.java │   │   │   └── [5.8K] WifiConnectionTest.java │   │   ├── [7.7K] NetworkState.java │   │   ├── [4.0K] stress │   │   │   ├── [5.0K] WifiApStress.java │   │   │   └── [ 13K] WifiStressTest.java │   │   └── [4.0K] unit │   │   ├── [ 11K] WifiClientTest.java │   │   └── [2.9K] WifiSoftAPTest.java │   ├── [4.0K] coretests │   │   ├── [ 66K] AndroidManifest.xml │   │   ├── [1.9K] Android.mk │   │   ├── [4.0K] apks │   │   │   ├── [ 199] Android.mk │   │   │   ├── [ 392] FrameworkCoreTests_apk.mk │   │   │   ├── [4.0K] install │   │   │   │   ├── [ 877] AndroidManifest.xml │   │   │   │   ├── [ 176] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_bad_dex │   │   │   │   ├── [ 992] AndroidManifest.xml │   │   │   │   ├── [ 240] Android.mk │   │   │   │   ├── [ 18] classes.dex │   │   │   │   ├── [4.0K] res │   │   │   │   │   └── [4.0K] values │   │   │   │   │   └── [ 218] strings.xml │   │   │   │   └── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] frameworks │   │   │   │   └── [4.0K] coretests │   │   │   │   └── [ 745] TestActivity.java │   │   │   ├── [4.0K] install_complete_package_info │   │   │   │   ├── [2.0K] AndroidManifest.xml │   │   │   │   ├── [ 227] Android.mk │   │   │   │   └── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] frameworks │   │   │   │   └── [4.0K] coretests │   │   │   │   ├── [ 745] TestActivity.java │   │   │   │   ├── [1.5K] TestProvider.java │   │   │   │   ├── [1.5K] TestReceiver.java │   │   │   │   └── [ 884] TestService.java │   │   │   ├── [4.0K] install_decl_perm │   │   │   │   ├── [1.6K] AndroidManifest.xml │   │   │   │   ├── [ 186] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_jni_lib │   │   │   │   ├── [ 877] Android.mk │   │   │   │   └── [1.4K] com_android_frameworks_coretests_JNITest.cpp │   │   │   ├── [4.0K] install_loc_auto │   │   │   │   ├── [ 920] AndroidManifest.xml │   │   │   │   ├── [ 185] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_loc_internal │   │   │   │   ├── [ 928] AndroidManifest.xml │   │   │   │   ├── [ 189] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_loc_sdcard │   │   │   │   ├── [ 930] AndroidManifest.xml │   │   │   │   ├── [ 187] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_loc_unspecified │   │   │   │   ├── [ 881] AndroidManifest.xml │   │   │   │   ├── [ 192] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_use_perm_good │   │   │   │   ├── [1.1K] AndroidManifest.xml │   │   │   │   ├── [ 190] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_uses_feature │   │   │   │   ├── [ 980] AndroidManifest.xml │   │   │   │   ├── [ 189] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_verifier_bad │   │   │   │   ├── [1013] AndroidManifest.xml │   │   │   │   ├── [ 189] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_verifier_good │   │   │   │   ├── [1.3K] AndroidManifest.xml │   │   │   │   ├── [ 190] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   └── [4.0K] version │   │   │   ├── [1.2K] AndroidManifest.xml │   │   │   ├── [1.3K] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] frameworks │   │   │   └── [4.0K] coretests │   │   │   └── [4.0K] version_test │   │   │   └── [ 922] NullProvider.java │   │   ├── [4.0K] assets │   │   │   └── [ 39] text.txt │   │   ├── [4.0K] certs │   │   │   ├── [ 143] README │   │   │   ├── [1.2K] unit_test_diff.pk8 │   │   │   ├── [1.1K] unit_test_diff.x509.pem │   │   │   ├── [1.2K] unit_test.pk8 │   │   │   └── [1.1K] unit_test.x509.pem │   │   ├── [4.0K] DisabledTestApp │   │   │   ├── [1.1K] AndroidManifest.xml │   │   │   ├── [ 224] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] frameworks │   │   │   └── [4.0K] coretests │   │   │   └── [4.0K] disabled_app │   │   │   └── [ 797] EnabledActivity.java │   │   ├── [4.0K] EnabledTestApp │   │   │   ├── [2.4K] AndroidManifest.xml │   │   │   ├── [ 223] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] frameworks │   │   │   └── [4.0K] coretests │   │   │   └── [4.0K] enabled_app │   │   │   ├── [ 797] DisabledActivity.java │   │   │   ├── [1.5K] DisabledProvider.java │   │   │   ├── [ 955] DisabledReceiver.java │   │   │   ├── [ 921] DisabledService.java │   │   │   ├── [ 796] EnabledActivity.java │   │   │   ├── [1.5K] EnabledProvider.java │   │   │   ├── [ 954] EnabledReceiver.java │   │   │   └── [ 920] EnabledService.java │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [3.5K] abe.jpg │   │   │   │   ├── [ 829] bitmap_drawable.xml │   │   │   │   ├── [ 986] box.xml │   │   │   │   ├── [116K] gettysburg.png │   │   │   │   └── [ 980] size_adaptive_statelist.xml │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [ 430] big_drawable_background.9.png │   │   │   │   ├── [ 116] black_square.png │   │   │   │   ├── [ 135] black_square_stretchable.9.png │   │   │   │   ├── [ 354] drawable_background.9.png │   │   │   │   ├── [ 668] sym_now_playing_pause_1.png │   │   │   │   ├── [1.3K] sym_now_playing_skip_backward_1.png │   │   │   │   └── [1.2K] sym_now_playing_skip_forward_1.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   ├── [ 330] big_drawable_background.9.png │   │   │   │   ├── [ 151] black_square.png │   │   │   │   ├── [ 175] black_square_stretchable.9.png │   │   │   │   ├── [ 270] drawable_background.9.png │   │   │   │   ├── [3.0K] sym_now_playing_pause_1.png │   │   │   │   ├── [3.2K] sym_now_playing_skip_backward_1.png │   │   │   │   └── [3.2K] sym_now_playing_skip_forward_1.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [ 865] accessibility_injector_test.xml │   │   │   │   ├── [1.6K] add_column_in_table.xml │   │   │   │   ├── [ 388] animator_basic.xml │   │   │   │   ├── [ 434] attach_view_test.xml │   │   │   │   ├── [1.2K] autocompletetextview_simple.xml │   │   │   │   ├── [1.9K] baseline_0width_and_weight.xml │   │   │   │   ├── [2.3K] baseline_buttons.xml │   │   │   │   ├── [1.5K] baseline_center_gravity.xml │   │   │   │   ├── [ 951] brightness_limit.xml │   │   │   │   ├── [2.1K] descendant_focusability.xml │   │   │   │   ├── [1.5K] disabled.xml │   │   │   │   ├── [3.4K] drawable_background_minimum_size.xml │   │   │   │   ├── [2.3K] fill_in_wrap.xml │   │   │   │   ├── [2.2K] focus_after_removal.xml │   │   │   │   ├── [1.3K] focus_listener.xml │   │   │   │   ├── [2.8K] framelayout_gravity.xml │   │   │   │   ├── [1.8K] framelayout_margin.xml │   │   │   │   ├── [1.4K] grid_in_horizontal.xml │   │   │   │   ├── [1.5K] grid_in_vertical.xml │   │   │   │   ├── [ 995] grid_padding.xml │   │   │   │   ├── [1.4K] grid_scroll_listener.xml │   │   │   │   ├── [1.4K] grid_thrasher.xml │   │   │   │   ├── [ 900] include_button_with_size.xml │   │   │   │   ├── [ 914] include_button.xml │   │   │   │   ├── [1.5K] include_tag.xml │   │   │   │   ├── [ 876] inflated_expandablelistview.xml │   │   │   │   ├── [3.1K] interrogation_activity.xml │   │   │   │   ├── [1.0K] layout_five.xml │   │   │   │   ├── [ 813] layout_four.xml │   │   │   │   ├── [ 881] layout_one.xml │   │   │   │   ├── [1.8K] layout_six.xml │   │   │   │   ├── [ 913] layout_tag.xml │   │   │   │   ├── [1.7K] layout_three.xml │   │   │   │   ├── [1.0K] layout_two.xml │   │   │   │   ├── [1.5K] linear_layout_buttons.xml │   │   │   │   ├── [1.3K] linear_layout_edittext_then_button.xml │   │   │   │   ├── [3.3K] linear_layout_grid.xml │   │   │   │   ├── [2.4K] linear_layout_listview_height.xml │   │   │   │   ├── [1.3K] linear_layout_spinner_then_button.xml │   │   │   │   ├── [1.3K] linear_layout_textviews.xml │   │   │   │   ├── [1.7K] linear_layout_weight.xml │   │   │   │   ├── [1.2K] list_dividers.xml │   │   │   │   ├── [1.8K] list_filter.xml │   │   │   │   ├── [ 996] list_in_horizontal.xml │   │   │   │   ├── [1.7K] list_in_vertical.xml │   │   │   │   ├── [1.2K] list_recycler_profiling.xml │   │   │   │   ├── [1.2K] list_scroll_listener.xml │   │   │   │   ├── [4.6K] list_take_focus_from_side.xml │   │   │   │   ├── [1.2K] list_thrasher.xml │   │   │   │   ├── [1.5K] list_with_button_above.xml │   │   │   │   ├── [1.2K] list_with_disappearing_item_bug_item.xml │   │   │   │   ├── [1.3K] list_with_empty_view.xml │   │   │   │   ├── [1.1K] longpress.xml │   │   │   │   ├── [1.2K] mail_message.xml │   │   │   │   ├── [1.2K] merge_child.xml │   │   │   │   ├── [1.4K] merge_tag.xml │   │   │   │   ├── [2.1K] popup_window_visibility.xml │   │   │   │   ├── [1.5K] pre_draw_listener.xml │   │   │   │   ├── [1.6K] radiogroup_checkedchild.xml │   │   │   │   ├── [ 881] remote_view_host.xml │   │   │   │   ├── [1.0K] remote_view_test_bad_1.xml │   │   │   │   ├── [1.0K] remote_view_test_bad_2.xml │   │   │   │   ├── [2.0K] remote_view_test_good.xml │   │   │   │   ├── [2.8K] scroll_to_rectangle.xml │   │   │   │   ├── [1.6K] scroll_to_rect_with_internal_scroll.xml │   │   │   │   ├── [1.1K] scrollview_linear_layout.xml │   │   │   │   ├── [1.5K] scrollview_with_webviews.xml │   │   │   │   ├── [1.6K] size_adaptive_color_statelist.xml │   │   │   │   ├── [1.5K] size_adaptive_color.xml │   │   │   │   ├── [2.0K] size_adaptive_four_u_text.xml │   │   │   │   ├── [2.3K] size_adaptive_four_u.xml │   │   │   │   ├── [1.5K] size_adaptive_gappy.xml │   │   │   │   ├── [1.2K] size_adaptive_large_only.xml │   │   │   │   ├── [1.5K] size_adaptive_lies.xml │   │   │   │   ├── [1.8K] size_adaptive_one_u_text.xml │   │   │   │   ├── [2.2K] size_adaptive_one_u.xml │   │   │   │   ├── [1.5K] size_adaptive_overlapping.xml │   │   │   │   ├── [1.2K] size_adaptive_singleton.xml │   │   │   │   ├── [1.5K] size_adaptive_text.xml │   │   │   │   ├── [1.8K] size_adaptive_three_way.xml │   │   │   │   ├── [1.5K] size_adaptive.xml │   │   │   │   ├── [3.0K] table_layout_cell_span.xml │   │   │   │   ├── [1.9K] table_layout_fixed_width.xml │   │   │   │   ├── [2.8K] table_layout_horizontal_gravity.xml │   │   │   │   ├── [2.4K] table_layout_vertical_gravity.xml │   │   │   │   ├── [1.5K] table_layout_weight.xml │   │   │   │   ├── [1.2K] translucent_background.xml │   │   │   │   ├── [1000] viewgroupchildren.xml │   │   │   │   ├── [1.4K] viewstub.xml │   │   │   │   ├── [2.8K] visibility_callback.xml │   │   │   │   ├── [2.6K] visibility.xml │   │   │   │   ├── [1.2K] weight_sum.xml │   │   │   │   ├── [ 963] with_bitmap_background.xml │   │   │   │   └── [1.5K] zero_sized.xml │   │   │   ├── [4.0K] raw │   │   │   │   ├── [ 144] history_v1 │   │   │   │   ├── [4.4K] install_app1_cert1 │   │   │   │   ├── [5.5K] install_app1_cert1_cert2 │   │   │   │   ├── [4.4K] install_app1_cert2 │   │   │   │   ├── [4.4K] install_app1_cert3 │   │   │   │   ├── [5.5K] install_app1_cert3_cert4 │   │   │   │   ├── [2.9K] install_app1_unsigned │   │   │   │   ├── [4.4K] install_app2_cert1 │   │   │   │   ├── [5.5K] install_app2_cert1_cert2 │   │   │   │   ├── [4.4K] install_app2_cert2 │   │   │   │   ├── [4.4K] install_app2_cert3 │   │   │   │   ├── [2.9K] install_app2_unsigned │   │   │   │   ├── [ 13K] install_shared1_cert1 │   │   │   │   ├── [ 14K] install_shared1_cert1_cert2 │   │   │   │   ├── [ 13K] install_shared1_cert2 │   │   │   │   ├── [ 11K] install_shared1_unsigned │   │   │   │   ├── [ 13K] install_shared2_cert1 │   │   │   │   ├── [ 14K] install_shared2_cert1_cert2 │   │   │   │   ├── [ 13K] install_shared2_cert2 │   │   │   │   ├── [ 11K] install_shared2_unsigned │   │   │   │   ├── [1.5K] medium.xml │   │   │   │   ├── [269K] obb_enc_file100_orig1.obb │   │   │   │   ├── [292K] obb_enc_file100_orig3.obb │   │   │   │   ├── [269K] obb_file1.obb │   │   │   │   ├── [260K] obb_file2_nosign.obb │   │   │   │   ├── [261K] obb_file2.obb │   │   │   │   ├── [292K] obb_file3_bad_packagename.obb │   │   │   │   ├── [292K] obb_file3.obb │   │   │   │   ├── [ 819] small.xml │   │   │   │   ├── [ 39] text.txt │   │   │   │   ├── [ 166] xt_qtaguid_iface_fmt_typical │   │   │   │   ├── [ 191] xt_qtaguid_iface_typical │   │   │   │   └── [5.0K] xt_qtaguid_typical │   │   │   ├── [4.0K] values │   │   │   │   ├── [1.2K] arrays.xml │   │   │   │   ├── [ 824] attrs.xml │   │   │   │   ├── [ 940] colors.xml │   │   │   │   ├── [5.7K] strings.xml │   │   │   │   └── [1.0K] styles.xml │   │   │   └── [4.0K] xml │   │   │   ├── [ 885] metadata_app.xml │   │   │   ├── [ 866] metadata.xml │   │   │   └── [1.0K] searchable.xml │   │   └── [4.0K] src │   │   ├── [4.0K] android │   │   │   ├── [4.0K] accessibilityservice │   │   │   │   ├── [1.6K] InterrogationActivity.java │   │   │   │   └── [ 20K] InterrogationActivityTest.java │   │   │   ├── [4.0K] accounts │   │   │   │   └── [10.0K] AccountManagerServiceTest.java │   │   │   ├── [4.0K] animation │   │   │   │   ├── [2.8K] AnimatorSetEventsTest.java │   │   │   │   ├── [ 974] BasicAnimatorActivity.java │   │   │   │   ├── [ 20K] EventsTest.java │   │   │   │   ├── [1.4K] FutureWaiter.java │   │   │   │   ├── [1.1K] ObjectAnimatorEventsTest.java │   │   │   │   ├── [ 890] ValueAnimatorEventsTest.java │   │   │   │   └── [ 14K] ViewPropertyAnimatorTest.java │   │   │   ├── [4.0K] app │   │   │   │   ├── [4.0K] activity │   │   │   │   │   ├── [1.5K] AbortReceiver.java │   │   │   │   │   ├── [5.3K] ActivityManagerTest.java │   │   │   │   │   ├── [6.0K] ActivityTestsBase.java │   │   │   │   │   ├── [1.4K] ActivityTests.java │   │   │   │   │   ├── [ 21K] BroadcastTest.java │   │   │   │   │   ├── [1.6K] ClearTop.java │   │   │   │   │   ├── [3.3K] IntentSenderTest.java │   │   │   │   │   ├── [ 23K] LaunchpadActivity.java │   │   │   │   │   ├── [1.3K] LaunchpadTabActivity.java │   │   │   │   │   ├── [2.5K] LaunchTest.java │   │   │   │   │   ├── [3.3K] LifecycleTest.java │   │   │   │   │   ├── [ 911] LocalActivity.java │   │   │   │   │   ├── [1.4K] LocalDeniedReceiver.java │   │   │   │   │   ├── [ 710] LocalDeniedService.java │   │   │   │   │   ├── [ 905] LocalDialog.java │   │   │   │   │   ├── [1.4K] LocalGrantedReceiver.java │   │   │   │   │   ├── [ 711] LocalGrantedService.java │   │   │   │   │   ├── [5.2K] LocalProvider.java │   │   │   │   │   ├── [3.2K] LocalReceiver.java │   │   │   │   │   ├── [ 905] LocalScreen.java │   │   │   │   │   ├── [3.9K] LocalService.java │   │   │   │   │   ├── [6.3K] MetaDataTest.java │   │   │   │   │   ├── [1.4K] RemoteDeniedReceiver.java │   │   │   │   │   ├── [1.4K] RemoteGrantedReceiver.java │   │   │   │   │   ├── [1.7K] RemoteReceiver.java │   │   │   │   │   ├── [1.9K] RemoteSubActivityScreen.java │   │   │   │   │   ├── [1.2K] ResultReceiver.java │   │   │   │   │   ├── [ 902] SearchableActivity.java │   │   │   │   │   ├── [ 17K] ServiceTest.java │   │   │   │   │   ├── [2.3K] SetTimeZonePermissionsTest.java │   │   │   │   │   ├── [5.6K] SubActivityScreen.java │   │   │   │   │   ├── [3.7K] SubActivityTest.java │   │   │   │   │   ├── [1.9K] TestedActivity.java │   │   │   │   │   └── [5.0K] TestedScreen.java │   │   │   │   ├── [ 38K] DownloadManagerBaseTest.java │   │   │   │   ├── [ 14K] DownloadManagerFunctionalTest.java │   │   │   │   ├── [7.4K] DownloadManagerStressTest.java │   │   │   │   ├── [1.2K] InstrumentationTest.java │   │   │   │   ├── [ 17K] SearchablesTest.java │   │   │   │   ├── [5.9K] SearchManagerTest.java │   │   │   │   ├── [3.5K] SuggestionProvider.java │   │   │   │   └── [2.3K] TranslucentFancyActivity.java │   │   │   ├── [4.0K] content │   │   │   │   ├── [2.4K] AssetTest.java │   │   │   │   ├── [1.3K] BrickDeniedTest.java │   │   │   │   ├── [ 23K] ContentProviderOperationTest.java │   │   │   │   ├── [3.8K] ContentQueryMapTest.java │   │   │   │   ├── [1.5K] ContentResolverTest.java │   │   │   │   ├── [ 895] ContentTests.java │   │   │   │   ├── [6.1K] MemoryFileProvider.java │   │   │   │   ├── [3.2K] MemoryFileProviderTest.java │   │   │   │   ├── [3.4K] ObserverNodeTest.java │   │   │   │   ├── [4.0K] pm │   │   │   │   │   ├── [ 28K] AppCacheTest.java │   │   │   │   │   ├── [ 34K] ComponentTest.java │   │   │   │   │   ├── [ 18K] ContainerEncryptionParamsTest.java │   │   │   │   │   ├── [6.7K] LimitedLengthInputStreamTest.java │   │   │   │   │   ├── [4.0K] MacAuthenticatedInputStreamTest.java │   │   │   │   │   ├── [3.2K] ManifestDigestTest.java │   │   │   │   │   ├── [4.1K] PackageHelperTests.java │   │   │   │   │   ├── [130K] PackageManagerTests.java │   │   │   │   │   ├── [9.9K] VerificationParamsTest.java │   │   │   │   │   └── [8.9K] VerifierDeviceIdentityTest.java │   │   │   │   ├── [2.7K] SyncOperationTest.java │   │   │   │   └── [ 21K] SyncStorageEngineTest.java │   │   │   ├── [4.0K] database │   │   │   │   ├── [3.6K] CursorWindowTest.java │   │   │   │   ├── [ 17K] DatabaseCursorTest.java │   │   │   │   ├── [4.6K] DatabaseErrorHandlerTest.java │   │   │   │   ├── [ 47K] DatabaseGeneralTest.java │   │   │   │   ├── [4.2K] DatabaseLocaleTest.java │   │   │   │   ├── [5.6K] DatabaseLockTest.java │   │   │   │   ├── [ 40K] DatabasePerformanceTests.java │   │   │   │   ├── [ 11K] DatabaseStatementTest.java │   │   │   │   ├── [3.1K] DatabaseStressTest.java │   │   │   │   ├── [4.8K] MatrixCursorTest.java │   │   │   │   ├── [ 36K] NewDatabasePerformanceTests.java │   │   │   │   ├── [4.3K] NewDatabasePerformanceTestSuite.java │   │   │   │   └── [4.0K] sqlite │   │   │   │   └── [5.5K] SQLiteCursorTest.java │   │   │   ├── [4.0K] net │   │   │   │   ├── [4.0K] http │   │   │   │   │   ├── [ 12K] AbstractProxyTest.java │   │   │   │   │   ├── [ 908] AndroidHttpClientProxyTest.java │   │   │   │   │   ├── [4.1K] CookiesTest.java │   │   │   │   │   ├── [ 921] DefaultHttpClientProxyTest.java │   │   │   │   │   ├── [5.1K] DefaultHttpClientTest.java │   │   │   │   │   ├── [4.8K] HttpResponseCacheTest.java │   │   │   │   │   ├── [2.6K] SslCertificateTest.java │   │   │   │   │   └── [2.5K] X509TrustManagerExtensionsTest.java │   │   │   │   ├── [8.8K] LinkPropertiesTest.java │   │   │   │   ├── [1.2K] LinkSocketTest.java │   │   │   │   ├── [4.7K] LocalSocketTest.java │   │   │   │   ├── [ 23K] NetworkStatsHistoryTest.java │   │   │   │   ├── [ 17K] NetworkStatsTest.java │   │   │   │   ├── [2.7K] SSLTest.java │   │   │   │   ├── [3.9K] UriMatcherTest.java │   │   │   │   ├── [ 26K] UriTest.java │   │   │   │   └── [1.3K] WebAddressTest.java │   │   │   ├── [4.0K] os │   │   │   │   ├── [ 752] AidlTest.aidl │   │   │   │   ├── [ 13K] AidlTest.java │   │   │   │   ├── [2.0K] BinderThreadPriorityService.java │   │   │   │   ├── [5.7K] BinderThreadPriorityTest.java │   │   │   │   ├── [1.8K] BrightnessLimit.java │   │   │   │   ├── [6.5K] BroadcasterTest.java │   │   │   │   ├── [2.7K] BuildTest.java │   │   │   │   ├── [4.4K] FileObserverTest.java │   │   │   │   ├── [4.2K] FileUtilsTest.java │   │   │   │   ├── [2.2K] HandlerTester.java │   │   │   │   ├── [3.4K] HandlerThreadTest.java │   │   │   │   ├── [2.1K] IAidlTest.aidl │   │   │   │   ├── [ 894] IBinderThreadPriorityService.aidl │   │   │   │   ├── [5.9K] IdleHandlerTest.java │   │   │   │   ├── [ 39K] MemoryFileTest.java │   │   │   │   ├── [ 11K] MessageQueueTest.java │   │   │   │   ├── [1.4K] MessengerService.java │   │   │   │   ├── [3.7K] MessengerTest.java │   │   │   │   ├── [1.3K] OsTests.java │   │   │   │   ├── [ 23K] PerformanceCollectorTest.java │   │   │   │   ├── [4.2K] PowerManagerTest.java │   │   │   │   ├── [2.1K] ProcessTest.java │   │   │   │   ├── [1.3K] SELinuxTest.java │   │   │   │   ├── [4.0K] storage │   │   │   │   │   ├── [ 26K] AsecTests.java │   │   │   │   │   ├── [1.4K] StorageListener.java │   │   │   │   │   ├── [ 25K] StorageManagerBaseTest.java │   │   │   │   │   └── [8.0K] StorageManagerIntegrationTest.java │   │   │   │   ├── [1.6K] SystemPropertiesTest.java │   │   │   │   ├── [2.6K] TestHandlerThread.java │   │   │   │   └── [5.9K] TraceTest.java │   │   │   ├── [4.0K] preference │   │   │   │   └── [1.5K] ListPreferenceTest.java │   │   │   ├── [4.0K] provider │   │   │   │   ├── [ 15K] SearchRecentSuggestionsProviderTest.java │   │   │   │   ├── [ 13K] SettingsProviderTest.java │   │   │   │   ├── [2.8K] SmsProviderTest.java │   │   │   │   └── [1.1K] TestProvider.java │   │   │   ├── [4.0K] text │   │   │   │   ├── [ 10K] DynamicLayoutBlocksTest.java │   │   │   │   ├── [4.0K] format │   │   │   │   │   ├── [1.9K] DateUtilsTest.java │   │   │   │   │   └── [ 24K] TimeTest.java │   │   │   │   ├── [10.0K] HtmlTest.java │   │   │   │   ├── [4.9K] PackedIntVectorTest.java │   │   │   │   ├── [ 902] SpannableStringBuilderTest.java │   │   │   │   ├── [ 881] SpannableStringTest.java │   │   │   │   ├── [2.0K] SpannableTest.java │   │   │   │   ├── [7.1K] SpannedTest.java │   │   │   │   ├── [3.5K] StaticLayoutBidiTest.java │   │   │   │   ├── [8.0K] StaticLayoutDirectionsTest.java │   │   │   │   ├── [ 10K] StaticLayoutTest.java │   │   │   │   ├── [1.5K] TextLayoutTest.java │   │   │   │   ├── [ 19K] TextUtilsTest.java │   │   │   │   └── [4.0K] util │   │   │   │   └── [2.0K] LinkifyTest.java │   │   │   ├── [4.0K] util │   │   │   │   ├── [ 23K] Base64Test.java │   │   │   │   ├── [5.4K] DayOfMonthCursorTest.java │   │   │   │   ├── [1.6K] FloatMathTest.java │   │   │   │   ├── [ 12K] GridScenario.java │   │   │   │   ├── [8.9K] InternalSelectionView.java │   │   │   │   ├── [ 30K] JsonReaderTest.java │   │   │   │   ├── [ 16K] JsonWriterTest.java │   │   │   │   ├── [3.3K] KeyUtils.java │   │   │   │   ├── [9.8K] ListItemFactory.java │   │   │   │   ├── [ 21K] ListScenario.java │   │   │   │   ├── [3.1K] ListUtil.java │   │   │   │   ├── [7.3K] LogTest.java │   │   │   │   ├── [ 17K] LruCacheTest.java │   │   │   │   ├── [6.8K] MonthDisplayHelperTest.java │   │   │   │   ├── [6.9K] PatternsTest.java │   │   │   │   ├── [9.1K] ScrollViewScenario.java │   │   │   │   ├── [6.7K] StateSetTest.java │   │   │   │   ├── [ 16K] TimeUtilsTest.java │   │   │   │   └── [2.9K] TouchModeFlexibleAsserts.java │   │   │   ├── [4.0K] view │   │   │   │   ├── [4.0K] accessibility │   │   │   │   │   └── [3.0K] RecycleAccessibilityEventTest.java │   │   │   │   ├── [2.6K] BigCache.java │   │   │   │   ├── [2.8K] BigCacheTest.java │   │   │   │   ├── [1.2K] BitmapDrawable.java │   │   │   │   ├── [4.2K] CreateViewTest.java │   │   │   │   ├── [1.6K] Disabled.java │   │   │   │   ├── [2.7K] DisabledLongpressTest.java │   │   │   │   ├── [2.8K] DisabledTest.java │   │   │   │   ├── [3.2K] DrawableBgMinSize.java │   │   │   │   ├── [5.4K] DrawableBgMinSizeTest.java │   │   │   │   ├── [ 21K] FocusFinderTest.java │   │   │   │   ├── [1.4K] GlobalFocusChange.java │   │   │   │   ├── [2.6K] GlobalFocusChangeTest.java │   │   │   │   ├── [ 979] Include.java │   │   │   │   ├── [3.0K] IncludeTest.java │   │   │   │   ├── [4.2K] InflateTest.java │   │   │   │   ├── [6.4K] ListContextMenu.java │   │   │   │   ├── [ 955] Longpress.java │   │   │   │   ├── [2.5K] LongpressTest.java │   │   │   │   ├── [4.0K] menu │   │   │   │   │   ├── [1.8K] MenuLayout.java │   │   │   │   │   ├── [ 777] MenuLayoutLandscape.java │   │   │   │   │   ├── [7.8K] MenuLayoutLandscapeTest.java │   │   │   │   │   ├── [ 775] MenuLayoutPortrait.java │   │   │   │   │   ├── [7.9K] MenuLayoutPortraitTest.java │   │   │   │   │   ├── [5.0K] MenuScenario.java │   │   │   │   │   ├── [1.1K] MenuWith1Item.java │   │   │   │   │   └── [3.0K] MenuWith1ItemTest.java │   │   │   │   ├── [ 11K] MenuTest.java │   │   │   │   ├── [1.3K] Merge.java │   │   │   │   ├── [1.3K] MergeTest.java │   │   │   │   ├── [1.5K] MutateDrawable.java │   │   │   │   ├── [1.8K] MutateDrawableTest.java │   │   │   │   ├── [6.0K] PopupWindowVisibility.java │   │   │   │   ├── [2.5K] PreDrawListener.java │   │   │   │   ├── [1002] RemoteViewsActivity.java │   │   │   │   ├── [2.1K] RunQueue.java │   │   │   │   ├── [2.0K] RunQueueTest.java │   │   │   │   ├── [3.3K] SetTagsTest.java │   │   │   │   ├── [1.3K] StubbedView.java │   │   │   │   ├── [ 10K] VelocityTest.java │   │   │   │   ├── [1020] ViewAttachTestActivity.java │   │   │   │   ├── [2.0K] ViewAttachTest.java │   │   │   │   ├── [2.3K] ViewAttachView.java │   │   │   │   ├── [3.2K] ViewGroupAttributesTest.java │   │   │   │   ├── [1.0K] ViewGroupChildren.java │   │   │   │   ├── [8.5K] ViewGroupChildrenTest.java │   │   │   │   ├── [2.9K] ViewStubTest.java │   │   │   │   ├── [3.3K] VisibilityCallback.java │   │   │   │   ├── [3.9K] VisibilityCallbackTest.java │   │   │   │   ├── [2.1K] Visibility.java │   │   │   │   ├── [5.2K] VisibilityTest.java │   │   │   │   ├── [1.1K] ZeroSized.java │   │   │   │   └── [3.4K] ZeroSizedTest.java │   │   │   ├── [4.0K] webkit │   │   │   │   ├── [1.1K] AccessibilityInjectorTestActivity.java │   │   │   │   ├── [ 64K] AccessibilityInjectorTest.java │   │   │   │   ├── [2.9K] UrlInterceptRegistryTest.java │   │   │   │   ├── [2.0K] WebkitTest.java │   │   │   │   └── [5.5K] ZoomManagerTest.java │   │   │   └── [4.0K] widget │   │   │   ├── [5.5K] AutoCompleteTextViewCallbacks.java │   │   │   ├── [9.2K] AutoCompleteTextViewPopup.java │   │   │   ├── [3.9K] AutoCompleteTextViewSimple.java │   │   │   ├── [4.0K] focus │   │   │   │   ├── [3.2K] AdjacentVerticalRectLists.java │   │   │   │   ├── [1.7K] DescendantFocusability.java │   │   │   │   ├── [4.6K] DescendantFocusabilityTest.java │   │   │   │   ├── [2.5K] FocusAfterRemoval.java │   │   │   │   ├── [4.5K] FocusAfterRemovalTest.java │   │   │   │   ├── [4.4K] FocusChangeWithInterestingRectHintTest.java │   │   │   │   ├── [2.6K] GoneParentFocusedChild.java │   │   │   │   ├── [2.0K] GoneParentFocusedChildTest.java │   │   │   │   ├── [3.8K] HorizontalFocusSearch.java │   │   │   │   ├── [4.9K] HorizontalFocusSearchTest.java │   │   │   │   ├── [1.9K] LinearLayoutGrid.java │   │   │   │   ├── [2.8K] LinearLayoutGridTest.java │   │   │   │   ├── [2.0K] ListOfButtons.java │   │   │   │   ├── [5.3K] ListOfButtonsTest.java │   │   │   │   ├── [4.1K] ListOfEditTexts.java │   │   │   │   ├── [5.4K] ListOfInternalSelectionViews.java │   │   │   │   ├── [3.2K] ListWithFooterViewAndNewLabels.java │   │   │   │   ├── [2.2K] ListWithFooterViewAndNewLabelsTest.java │   │   │   │   ├── [4.3K] ListWithMailMessages.java │   │   │   │   ├── [1.4K] RequestFocus.java │   │   │   │   ├── [7.5K] RequestFocusTest.java │   │   │   │   ├── [8.4K] ScrollingThroughListOfFocusablesTest.java │   │   │   │   ├── [4.3K] VerticalFocusSearch.java │   │   │   │   └── [5.7K] VerticalFocusSearchTest.java │   │   │   ├── [4.0K] gridview │   │   │   │   ├── [3.0K] GridDelete.java │   │   │   │   ├── [1.7K] GridInHorizontal.java │   │   │   │   ├── [1.6K] GridInHorizontalTest.java │   │   │   │   ├── [1.7K] GridInVertical.java │   │   │   │   ├── [1.5K] GridInVerticalTest.java │   │   │   │   ├── [1.4K] GridPadding.java │   │   │   │   ├── [1.5K] GridPaddingTest.java │   │   │   │   ├── [2.1K] GridScrollListener.java │   │   │   │   ├── [3.8K] GridScrollListenerTest.java │   │   │   │   ├── [3.2K] GridSetSelectionBaseTest.java │   │   │   │   ├── [1.1K] GridSetSelection.java │   │   │   │   ├── [1.1K] GridSetSelectionMany.java │   │   │   │   ├── [ 895] GridSetSelectionManyTest.java │   │   │   │   ├── [1.1K] GridSetSelectionStackFromBottom.java │   │   │   │   ├── [1.1K] GridSetSelectionStackFromBottomMany.java │   │   │   │   ├── [ 970] GridSetSelectionStackFromBottomManyTest.java │   │   │   │   ├── [ 950] GridSetSelectionStackFromBottomTest.java │   │   │   │   ├── [ 875] GridSetSelectionTest.java │   │   │   │   ├── [1.8K] GridSimple.java │   │   │   │   ├── [1.2K] GridSingleColumn.java │   │   │   │   ├── [1.5K] GridSingleColumnTest.java │   │   │   │   ├── [1.1K] GridStackFromBottom.java │   │   │   │   ├── [1.2K] GridStackFromBottomMany.java │   │   │   │   ├── [1.6K] GridStackFromBottomManyTest.java │   │   │   │   ├── [1.6K] GridStackFromBottomTest.java │   │   │   │   ├── [3.7K] GridThrasher.java │   │   │   │   ├── [1.1K] GridVerticalSpacing.java │   │   │   │   ├── [1.2K] GridVerticalSpacingStackFromBottom.java │   │   │   │   └── [4.0K] touch │   │   │   │   ├── [2.5K] GridTouchSetSelectionTest.java │   │   │   │   ├── [2.9K] GridTouchStackFromBottomManyTest.java │   │   │   │   ├── [4.2K] GridTouchStackFromBottomTest.java │   │   │   │   ├── [6.2K] GridTouchVerticalSpacingStackFromBottomTest.java │   │   │   │   └── [5.3K] GridTouchVerticalSpacingTest.java │   │   │   ├── [5.7K] LabelView.java │   │   │   ├── [4.0K] layout │   │   │   │   ├── [4.0K] frame │   │   │   │   │   ├── [ 989] FrameLayoutGravity.java │   │   │   │   │   ├── [4.8K] FrameLayoutGravityTest.java │   │   │   │   │   ├── [ 987] FrameLayoutMargin.java │   │   │   │   │   └── [2.9K] FrameLayoutMarginTest.java │   │   │   │   ├── [4.0K] linear │   │   │   │   │   ├── [1006] BaselineAlignmentCenterGravity.java │   │   │   │   │   ├── [2.5K] BaselineAlignmentCenterGravityTest.java │   │   │   │   │   ├── [1.8K] BaselineAlignmentSpinnerButton.java │   │   │   │   │   ├── [1.2K] BaselineAlignmentZeroWidthAndWeight.java │   │   │   │   │   ├── [2.2K] BaselineAlignmentZeroWidthAndWeightTest.java │   │   │   │   │   ├── [ 984] BaselineButtons.java │   │   │   │   │   ├── [3.6K] BaselineButtonsTest.java │   │   │   │   │   ├── [2.0K] ExceptionTextView.java │   │   │   │   │   ├── [1.0K] FillInWrap.java │   │   │   │   │   ├── [1.7K] FillInWrapTest.java │   │   │   │   │   ├── [1.0K] HorizontalOrientationVerticalAlignment.java │   │   │   │   │   ├── [ 996] LinearLayoutEditTexts.java │   │   │   │   │   ├── [1.8K] LinearLayoutEditTextsTest.java │   │   │   │   │   ├── [1.5K] LLEditTextThenButton.java │   │   │   │   │   ├── [1.8K] LLOfButtons1.java │   │   │   │   │   ├── [ 844] LLOfButtons2.java │   │   │   │   │   ├── [2.3K] LLOfTwoFocusableInTouchMode.java │   │   │   │   │   ├── [ 953] Weight.java │   │   │   │   │   ├── [ 972] WeightSum.java │   │   │   │   │   ├── [1.7K] WeightSumTest.java │   │   │   │   │   └── [1.6K] WeightTest.java │   │   │   │   └── [4.0K] table │   │   │   │   ├── [1.9K] AddColumn.java │   │   │   │   ├── [2.3K] AddColumnTest.java │   │   │   │   ├── [1010] CellSpan.java │   │   │   │   ├── [2.8K] CellSpanTest.java │   │   │   │   ├── [1.0K] FixedWidth.java │   │   │   │   ├── [2.2K] FixedWidthTest.java │   │   │   │   ├── [1.0K] HorizontalGravity.java │   │   │   │   ├── [2.4K] HorizontalGravityTest.java │   │   │   │   ├── [1.0K] VerticalGravity.java │   │   │   │   ├── [2.7K] VerticalGravityTest.java │   │   │   │   ├── [1012] Weight.java │   │   │   │   └── [1.9K] WeightTest.java │   │   │   ├── [4.0K] listview │   │   │   │   ├── [4.0K] AdjacentListsWithAdjacentISVsInside.java │   │   │   │   ├── [4.0K] arrowscroll │   │   │   │   │   ├── [4.0K] ListInterleaveFocusablesTest.java │   │   │   │   │   ├── [1.9K] ListItemFocusableAboveUnfocusableTest.java │   │   │   │   │   ├── [4.8K] ListItemFocusablesCloseTest.java │   │   │   │   │   ├── [4.4K] ListItemFocusablesFarApartTest.java │   │   │   │   │   ├── [4.3K] ListItemsExpandOnSelectionTest.java │   │   │   │   │   ├── [3.0K] ListLastItemPartiallyVisibleTest.java │   │   │   │   │   ├── [6.1K] ListOfItemsShorterThanScreenTest.java │   │   │   │   │   ├── [7.6K] ListOfItemsTallerThanScreenTest.java │   │   │   │   │   ├── [5.5K] ListOfShortShortTallShortShortTest.java │   │   │   │   │   ├── [2.9K] ListOfShortTallShortTest.java │   │   │   │   │   ├── [4.8K] ListOfThinItemsTest.java │   │   │   │   │   ├── [2.2K] ListWithFirstScreenUnSelectableTest.java │   │   │   │   │   ├── [2.6K] ListWithNoFadingEdgeTest.java │   │   │   │   │   ├── [4.4K] ListWithOffScreenNextSelectableTest.java │   │   │   │   │   ├── [2.1K] ListWithOnItemSelectedActionTest.java │   │   │   │   │   ├── [3.9K] ListWithScreenOfNoSelectablesTest.java │   │   │   │   │   └── [2.6K] ListWithSeparatorsTest.java │   │   │   │   ├── [4.0K] focus │   │   │   │   │   ├── [3.4K] AdjacentListsWithAdjacentISVsInsideTest.java │   │   │   │   │   ├── [3.8K] ListButtonsDiagonalAcrossItemsTest.java │   │   │   │   │   ├── [2.8K] ListHorizontalFocusWithinItemWinsTest.java │   │   │   │   │   └── [2.6K] ListWithEditTextHeaderTest.java │   │   │   │   ├── [1.1K] ListBottomGravity.java │   │   │   │   ├── [1.1K] ListBottomGravityMany.java │   │   │   │   ├── [1.6K] ListBottomGravityManyTest.java │   │   │   │   ├── [1.6K] ListBottomGravityTest.java │   │   │   │   ├── [1.8K] ListButtonsDiagonalAcrossItems.java │   │   │   │   ├── [1.5K] ListDividers.java │   │   │   │   ├── [4.7K] ListEmptyViewTest.java │   │   │   │   ├── [1019] ListEndingWithMultipleSeparators.java │   │   │   │   ├── [ 14K] ListFilter.java │   │   │   │   ├── [6.0K] ListFocusableTest.java │   │   │   │   ├── [4.8K] ListGetCheckItemIdsTest.java │   │   │   │   ├── [1019] ListGetSelectedView.java │   │   │   │   ├── [2.5K] ListHeterogeneous.java │   │   │   │   ├── [2.3K] ListHeterogeneousTest.java │   │   │   │   ├── [2.1K] ListHorizontalFocusWithinItemWins.java │   │   │   │   ├── [1.6K] ListInHorizontal.java │   │   │   │   ├── [ 873] ListInHorizontalTest.java │   │   │   │   ├── [1.8K] ListInterleaveFocusables.java │   │   │   │   ├── [1.6K] ListInVertical.java │   │   │   │   ├── [ 863] ListInVerticalTest.java │   │   │   │   ├── [1.6K] ListItemFocusableAboveUnfocusable.java │   │   │   │   ├── [1.7K] ListItemFocusablesClose.java │   │   │   │   ├── [1.4K] ListItemFocusablesFarApart.java │   │   │   │   ├── [2.4K] ListItemISVAndButton.java │   │   │   │   ├── [3.6K] ListItemRequestRectAboveThinFirstItemTest.java │   │   │   │   ├── [2.4K] ListItemsExpandOnSelection.java │   │   │   │   ├── [1003] ListLastItemPartiallyVisible.java │   │   │   │   ├── [2.2K] ListManagedCursor.java │   │   │   │   ├── [6.0K] ListManagedCursorTest.java │   │   │   │   ├── [ 920] ListOfItemsShorterThanScreen.java │   │   │   │   ├── [ 920] ListOfItemsTallerThanScreen.java │   │   │   │   ├── [1.0K] ListOfShortShortTallShortShort.java │   │   │   │   ├── [1016] ListOfShortTallShort.java │   │   │   │   ├── [1008] ListOfThinItems.java │   │   │   │   ├── [1.3K] ListOfTouchables.java │   │   │   │   ├── [1.7K] ListRecyclerProfiling.java │   │   │   │   ├── [3.0K] ListRetainsFocusAcrossLayoutsTest.java │   │   │   │   ├── [2.2K] ListScrollListener.java │   │   │   │   ├── [3.7K] ListScrollListenerTest.java │   │   │   │   ├── [2.1K] ListSetSelection.java │   │   │   │   ├── [2.3K] ListSetSelectionTest.java │   │   │   │   ├── [1.6K] ListSimple.java │   │   │   │   ├── [2.4K] ListTakeFocusFromSide.java │   │   │   │   ├── [3.6K] ListThrasher.java │   │   │   │   ├── [1.1K] ListTopGravity.java │   │   │   │   ├── [1.1K] ListTopGravityMany.java │   │   │   │   ├── [1.7K] ListUnspecifiedMeasure.java │   │   │   │   ├── [4.5K] ListViewHeight.java │   │   │   │   ├── [2.8K] ListViewHeightTest.java │   │   │   │   ├── [2.9K] ListWithDisappearingItemBug.java │   │   │   │   ├── [1.0K] ListWithEditTextHeader.java │   │   │   │   ├── [3.1K] ListWithEmptyView.java │   │   │   │   ├── [ 999] ListWithFirstScreenUnSelectable.java │   │   │   │   ├── [1.7K] ListWithHeaders.java │   │   │   │   ├── [ 927] ListWithNoFadingEdge.java │   │   │   │   ├── [1.2K] ListWithOffScreenNextSelectable.java │   │   │   │   ├── [1.5K] ListWithOnItemSelectedAction.java │   │   │   │   ├── [ 953] ListWithScreenOfNoSelectables.java │   │   │   │   ├── [1.0K] ListWithSeparators.java │   │   │   │   └── [4.0K] touch │   │   │   │   ├── [2.0K] ListGetSelectedViewTest.java │   │   │   │   ├── [2.9K] ListOfTouchablesTest.java │   │   │   │   ├── [4.7K] ListSetSelectionTest.java │   │   │   │   ├── [5.7K] ListTouchBottomGravityManyTest.java │   │   │   │   ├── [3.2K] ListTouchBottomGravityTest.java │   │   │   │   ├── [7.0K] ListTouchManyTest.java │   │   │   │   └── [2.9K] ListTouchTest.java │   │   │   ├── [4.5K] ListViewTest.java │   │   │   ├── [ 979] RadioGroupActivity.java │   │   │   ├── [2.4K] RadioGroupPreCheckedTest.java │   │   │   ├── [4.0K] scroll │   │   │   │   ├── [4.0K] arrowscroll │   │   │   │   │   ├── [5.2K] ButtonsWithTallTextViewInBetweenTest.java │   │   │   │   │   ├── [1.2K] MultiPageTextWithPadding.java │   │   │   │   │   ├── [2.4K] MultiPageTextWithPaddingTest.java │   │   │   │   │   ├── [3.9K] ShortButtonsTest.java │   │   │   │   │   └── [2.9K] TallTextAboveButtonTest.java │   │   │   │   ├── [1.3K] ButtonAboveTallInternalSelectionView.java │   │   │   │   ├── [2.4K] ButtonAboveTallInternalSelectionViewTest.java │   │   │   │   ├── [1.5K] ButtonsWithTallTextViewInBetween.java │   │   │   │   ├── [3.3K] RequestRectangleVisible.java │   │   │   │   ├── [8.3K] RequestRectangleVisibleTest.java │   │   │   │   ├── [2.0K] RequestRectangleVisibleWithInternalScroll.java │   │   │   │   ├── [2.7K] RequestRectangleVisibleWithInternalScrollTest.java │   │   │   │   ├── [2.6K] ScrollViewButtonsAndLabels.java │   │   │   │   ├── [7.7K] ScrollViewButtonsAndLabelsTest.java │   │   │   │   ├── [1.6K] ShortButtons.java │   │   │   │   └── [1007] TallTextAboveButton.java │   │   │   ├── [9.1K] SimpleCursorAdapterTest.java │   │   │   ├── [4.0K] TextViewPerformanceTest.java │   │   │   ├── [1.7K] TextViewTest.java │   │   │   ├── [ 11K] TextViewWordLimitsTest.java │   │   │   └── [4.0K] touchmode │   │   │   ├── [4.4K] ChangeTouchModeTest.java │   │   │   ├── [2.3K] FocusableInTouchModeClickTest.java │   │   │   ├── [2.4K] StartInTouchWithViewInFocusTest.java │   │   │   ├── [3.4K] TouchModeFocusableTest.java │   │   │   └── [3.2K] TouchModeFocusChangeTest.java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] internal │   │   ├── [4.0K] http │   │   │   └── [4.0K] multipart │   │   │   └── [4.1K] MultipartTest.java │   │   ├── [4.0K] net │   │   │   └── [6.8K] NetworkStatsFactoryTest.java │   │   ├── [4.0K] os │   │   │   ├── [1.9K] DebugTest.java │   │   │   └── [5.8K] LoggingPrintStreamTest.java │   │   ├── [4.0K] util │   │   │   ├── [1.3K] AsyncChannelTest.java │   │   │   ├── [6.5K] BitwiseStreamsTest.java │   │   │   ├── [1.9K] CharSequencesTest.java │   │   │   ├── [ 15K] FileRotatorTest.java │   │   │   ├── [2.6K] PredicatesTest.java │   │   │   ├── [5.3K] ProcFileReaderTest.java │   │   │   └── [ 58K] StateMachineTest.java │   │   └── [4.0K] widget │   │   └── [ 17K] SizeAdaptiveLayoutTest.java │   ├── [4.0K] hosttests │   │   ├── [ 752] Android.mk │   │   └── [4.0K] test-apps │   │   ├── [ 753] Android.mk │   │   ├── [4.0K] AutoLocTestApp │   │   │   ├── [ 896] AndroidManifest.xml │   │   │   ├── [ 828] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] autoloctestapp │   │   │   └── [ 833] AutoLocTestAppActivity.java │   │   ├── [4.0K] AutoLocVersionedTestApp_v1 │   │   │   ├── [ 981] AndroidManifest.xml │   │   │   ├── [ 840] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] autolocversionedtestapp │   │   │   └── [ 851] AutoLocVersionedTestAppActivity.java │   │   ├── [4.0K] AutoLocVersionedTestApp_v2 │   │   │   ├── [ 981] AndroidManifest.xml │   │   │   ├── [ 840] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] autolocversionedtestapp │   │   │   └── [ 851] AutoLocVersionedTestAppActivity.java │   │   ├── [4.0K] DownloadManagerTestApp │   │   │   ├── [1.7K] AndroidManifest.xml │   │   │   ├── [1.0K] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] frameworks │   │   │   └── [4.0K] downloadmanagertests │   │   │   ├── [ 22K] DownloadManagerBaseTest.java │   │   │   ├── [ 19K] DownloadManagerTestApp.java │   │   │   └── [2.1K] DownloadManagerTestRunner.java │   │   ├── [4.0K] ExternalLocAllPermsTestApp │   │   │   ├── [9.3K] AndroidManifest.xml │   │   │   ├── [ 840] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externallocallpermstestapp │   │   │   └── [1.0K] ExternalLocAllPermsTest.java │   │   ├── [4.0K] ExternalLocPermsFLTestApp │   │   │   ├── [1008] AndroidManifest.xml │   │   │   ├── [ 838] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externallocpermsfltestapp │   │   │   └── [ 855] ExternalLocPermsFLTestAppActivity.java │   │   ├── [4.0K] ExternalLocTestApp │   │   │   ├── [ 914] AndroidManifest.xml │   │   │   ├── [ 832] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externalloctestapp │   │   │   └── [ 841] ExternalLocTestAppActivity.java │   │   ├── [4.0K] ExternalLocVersionedTestApp_v1 │   │   │   ├── [ 999] AndroidManifest.xml │   │   │   ├── [ 844] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externallocversionedtestapp │   │   │   └── [ 859] ExternalLocVersionedTestAppActivity.java │   │   ├── [4.0K] ExternalLocVersionedTestApp_v2 │   │   │   ├── [ 999] AndroidManifest.xml │   │   │   ├── [ 844] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externallocversionedtestapp │   │   │   └── [ 859] ExternalLocVersionedTestAppActivity.java │   │   ├── [4.0K] ExternalSharedPerms │   │   │   ├── [1.4K] AndroidManifest.xml │   │   │   ├── [ 840] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externalsharedpermstestapp │   │   │   └── [2.1K] ExternalSharedPermsTest.java │   │   ├── [4.0K] ExternalSharedPermsBT │   │   │   ├── [1.4K] AndroidManifest.xml │   │   │   ├── [ 842] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externalsharedpermsbttestapp │   │   │   └── [1.4K] ExternalSharedPermsBTTest.java │   │   ├── [4.0K] ExternalSharedPermsDiffKey │   │   │   ├── [1.4K] AndroidManifest.xml │   │   │   ├── [ 875] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externalsharedpermsdiffkeytestapp │   │   │   └── [2.2K] ExternalSharedPermsDiffKeyTest.java │   │   ├── [4.0K] ExternalSharedPermsFL │   │   │   ├── [1.4K] AndroidManifest.xml │   │   │   ├── [ 842] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externalsharedpermsfltestapp │   │   │   └── [1.8K] ExternalSharedPermsFLTest.java │   │   ├── [4.0K] InternalLocTestApp │   │   │   ├── [ 912] AndroidManifest.xml │   │   │   ├── [ 832] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] internalloctestapp │   │   │   └── [ 841] InternalLocTestAppActivity.java │   │   ├── [4.0K] NoLocTestApp │   │   │   ├── [ 854] AndroidManifest.xml │   │   │   ├── [ 826] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] noloctestapp │   │   │   └── [ 829] NoLocTestAppActivity.java │   │   ├── [4.0K] NoLocVersionedTestApp_v1 │   │   │   ├── [ 939] AndroidManifest.xml │   │   │   ├── [ 838] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] nolocversionedtestapp │   │   │   └── [ 847] NoLocVersionedTestAppActivity.java │   │   ├── [4.0K] NoLocVersionedTestApp_v2 │   │   │   ├── [ 939] AndroidManifest.xml │   │   │   ├── [ 838] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] nolocversionedtestapp │   │   │   └── [ 847] NoLocVersionedTestAppActivity.java │   │   ├── [4.0K] SimpleTestApp │   │   │   ├── [ 887] AndroidManifest.xml │   │   │   ├── [ 827] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] simpletestapp │   │   │   └── [ 801] SimpleAppActivity.java │   │   ├── [4.0K] UpdateExternalLocTestApp_v1_ext │   │   │   ├── [ 990] AndroidManifest.xml │   │   │   ├── [ 845] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] updateexternalloctestapp │   │   │   └── [ 853] UpdateExternalLocTestAppActivity.java │   │   ├── [4.0K] UpdateExternalLocTestApp_v2_none │   │   │   ├── [ 941] AndroidManifest.xml │   │   │   ├── [ 846] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] updateexternalloctestapp │   │   │   └── [ 853] UpdateExternalLocTestAppActivity.java │   │   ├── [4.0K] UpdateExtToIntLocTestApp_v1_ext │   │   │   ├── [ 990] AndroidManifest.xml │   │   │   ├── [ 845] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] updateexttointloctestapp │   │   │   └── [ 853] UpdateExtToIntLocTestAppActivity.java │   │   ├── [4.0K] UpdateExtToIntLocTestApp_v2_int │   │   │   ├── [ 988] AndroidManifest.xml │   │   │   ├── [ 845] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] updateexttointloctestapp │   │   │   └── [ 853] UpdateExtToIntLocTestAppActivity.java │   │   ├── [4.0K] VersatileTestApp_Auto │   │   │   ├── [ 900] AndroidManifest.xml │   │   │   ├── [ 835] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] versatiletestapp │   │   │   └── [ 837] VersatileTestAppActivity.java │   │   ├── [4.0K] VersatileTestApp_External │   │   │   ├── [ 910] AndroidManifest.xml │   │   │   ├── [ 839] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] versatiletestapp │   │   │   └── [ 837] VersatileTestAppActivity.java │   │   ├── [4.0K] VersatileTestApp_Internal │   │   │   ├── [ 907] AndroidManifest.xml │   │   │   ├── [ 839] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] versatiletestapp │   │   │   └── [ 837] VersatileTestAppActivity.java │   │   └── [4.0K] VersatileTestApp_None │   │   ├── [ 861] AndroidManifest.xml │   │   ├── [ 835] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] framework │   │   └── [4.0K] versatiletestapp │   │   └── [ 837] VersatileTestAppActivity.java │   ├── [4.0K] notificationtests │   │   ├── [1.1K] AndroidManifest.xml │   │   ├── [ 375] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] android │   │   └── [4.0K] app │   │   └── [3.4K] NotificationStressTest.java │   ├── [4.0K] overlaytests │   │   ├── [ 108] Android.mk │   │   ├── [4.0K] OverlayTest │   │   │   ├── [ 481] AndroidManifest.xml │   │   │   ├── [ 194] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] overlaytest │   │   │   ├── [4.4K] OverlayBaseTest.java │   │   │   ├── [ 164] WithoutOverlayTest.java │   │   │   └── [ 157] WithOverlayTest.java │   │   ├── [4.0K] OverlayTestOverlay │   │   │   ├── [ 244] AndroidManifest.xml │   │   │   ├── [ 244] Android.mk │   │   │   └── [4.0K] res │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   └── [ 399] default_wallpaper.jpg │   │   │   ├── [4.0K] values │   │   │   │   └── [ 531] config.xml │   │   │   └── [4.0K] values-sv │   │   │   └── [ 111] config.xml │   │   ├── [ 781] README │   │   └── [2.7K] runtests.sh │   ├── [4.0K] systemproperties │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 482] Android.mk │   │   ├── [ 648] run_core_systemproperties_test.sh │   │   └── [4.0K] src │   │   └── [4.0K] android │   │   └── [4.0K] os │   │   └── [2.1K] SystemPropertiesTest.java │   └── [4.0K] utillib │   ├── [ 883] Android.mk │   └── [4.0K] src │   └── [4.0K] android │   └── [4.0K] test │   ├── [6.2K] BandwidthTestCase.java │   └── [1.1K] BandwidthTest.java ├── [4.0K] data │   ├── [4.0K] etc │   │   ├── [1.2K] Android.mk │   │   └── [ 10K] platform.xml │   ├── [4.0K] fonts │   │   ├── [4.7K] AndroidClock_Highlight.ttf │   │   ├── [4.7K] AndroidClock_Solid.ttf │   │   ├── [5.0K] AndroidClock.ttf │   │   ├── [438K] AndroidEmoji.ttf │   │   ├── [5.4K] Android.mk │   │   ├── [6.7K] Clockopia.ttf │   │   ├── [ 79K] DroidKufi-Bold.ttf │   │   ├── [ 79K] DroidKufi-Regular.ttf │   │   ├── [ 91K] DroidNaskh-Bold.ttf │   │   ├── [109K] DroidNaskh-Regular-SystemUI.ttf │   │   ├── [ 87K] DroidNaskh-Regular.ttf │   │   ├── [ 35K] DroidSansArabic.ttf │   │   ├── [ 14K] DroidSansArmenian.ttf │   │   ├── [190K] DroidSans-Bold.ttf │   │   ├── [120K] DroidSansDevanagari-Regular.ttf │   │   ├── [217K] DroidSansEthiopic-Bold.ttf │   │   ├── [223K] DroidSansEthiopic-Regular.ttf │   │   ├── [4.3M] DroidSansFallbackFull.ttf │   │   ├── [2.9M] DroidSansFallbackLegacy.ttf │   │   ├── [3.8M] DroidSansFallback.ttf │   │   ├── [ 21K] DroidSansGeorgian.ttf │   │   ├── [ 30K] DroidSansHebrew-Bold.ttf │   │   ├── [ 29K] DroidSansHebrew-Regular.ttf │   │   ├── [1.1M] DroidSansJapanese.ttf │   │   ├── [117K] DroidSansMono.ttf │   │   ├── [ 36K] DroidSansTamil-Bold.ttf │   │   ├── [ 35K] DroidSansTamil-Regular.ttf │   │   ├── [ 35K] DroidSansThai.ttf │   │   ├── [186K] DroidSans.ttf │   │   ├── [186K] DroidSerif-BoldItalic.ttf │   │   ├── [181K] DroidSerif-Bold.ttf │   │   ├── [173K] DroidSerif-Italic.ttf │   │   ├── [169K] DroidSerif-Regular.ttf │   │   ├── [4.2K] fallback_fonts.xml │   │   ├── [1.8K] fonts.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [1.8M] MTLc3m.ttf │   │   ├── [2.7M] MTLmr3m.ttf │   │   ├── [ 10K] NOTICE │   │   ├── [ 692] README.txt │   │   ├── [ 81K] Roboto-BoldItalic.ttf │   │   ├── [ 78K] Roboto-Bold.ttf │   │   ├── [106K] RobotoCondensed-BoldItalic.ttf │   │   ├── [103K] RobotoCondensed-Bold.ttf │   │   ├── [106K] RobotoCondensed-Italic.ttf │   │   ├── [103K] RobotoCondensed-Regular.ttf │   │   ├── [ 81K] Roboto-Italic.ttf │   │   ├── [109K] Roboto-LightItalic.ttf │   │   ├── [106K] Roboto-Light.ttf │   │   ├── [ 78K] Roboto-Regular.ttf │   │   ├── [115K] Roboto-ThinItalic.ttf │   │   ├── [111K] Roboto-Thin.ttf │   │   ├── [3.3K] system_fonts.xml │   │   └── [3.2K] vendor_fonts.xml │   ├── [4.0K] keyboards │   │   ├── [1.3K] Android.mk │   │   ├── [ 894] AVRCP.kl │   │   ├── [1.2K] common.mk │   │   ├── [ 14K] Generic.kcm │   │   ├── [8.8K] Generic.kl │   │   ├── [1.1K] keyboards.mk │   │   ├── [ 870] qwerty2.idc │   │   ├── [ 15K] qwerty2.kcm │   │   ├── [ 869] qwerty.idc │   │   ├── [ 15K] qwerty.kcm │   │   ├── [2.5K] qwerty.kl │   │   ├── [1.3K] Vendor_045e_Product_028e.kl │   │   ├── [1.0K] Vendor_046d_Product_c216.kl │   │   ├── [1.3K] Vendor_046d_Product_c294.kl │   │   ├── [1.4K] Vendor_046d_Product_c299.kl │   │   ├── [2.7K] Vendor_046d_Product_c532.kl │   │   ├── [1.4K] Vendor_054c_Product_0268.kl │   │   ├── [2.4K] Vendor_05ac_Product_0239.kl │   │   ├── [1.9K] Vendor_22b8_Product_093d.kl │   │   └── [ 14K] Virtual.kcm │   ├── [4.0K] sounds │   │   ├── [ 16K] Alarm_Beep_01.ogg │   │   ├── [5.8K] Alarm_Beep_02.ogg │   │   ├── [ 21K] Alarm_Beep_03.ogg │   │   ├── [ 11K] Alarm_Buzzer.ogg │   │   ├── [ 26K] Alarm_Classic.ogg │   │   ├── [357K] Alarm_Classic.wav │   │   ├── [ 10K] Alarm_Rooster_01.ogg │   │   ├── [ 11K] Alarm_Rooster_02.ogg │   │   ├── [4.0K] alarms │   │   │   ├── [ 26K] Cesium.ogg │   │   │   ├── [4.0K] ogg │   │   │   │   ├── [ 51K] Analysis.ogg │   │   │   │   ├── [114K] Argon.ogg │   │   │   │   ├── [ 50K] Barium.ogg │   │   │   │   ├── [ 95K] Carbon.ogg │   │   │   │   ├── [ 26K] Cesium.ogg │   │   │   │   ├── [ 48K] Copernicium.ogg │   │   │   │   ├── [ 79K] Curium.ogg │   │   │   │   ├── [ 27K] Departure.ogg │   │   │   │   ├── [114K] Fermium.ogg │   │   │   │   ├── [101K] FireDrill.ogg │   │   │   │   ├── [144K] Hassium.ogg │   │   │   │   ├── [144K] Helium.ogg │   │   │   │   ├── [101K] Krypton.ogg │   │   │   │   ├── [173K] Neon.ogg │   │   │   │   ├── [ 95K] Neptunium.ogg │   │   │   │   ├── [173K] Nobelium.ogg │   │   │   │   ├── [ 41K] Osmium.ogg │   │   │   │   ├── [ 26K] Oxygen.ogg │   │   │   │   ├── [110K] Platinum.ogg │   │   │   │   ├── [101K] Plutonium.ogg │   │   │   │   ├── [110K] Promethium.ogg │   │   │   │   ├── [ 47K] Scandium.ogg │   │   │   │   └── [ 47K] Timing.ogg │   │   │   ├── [4.0K] ogg-jp │   │   │   │   ├── [ 55K] Argon.ogg │   │   │   │   ├── [ 42K] Carbon.ogg │   │   │   │   ├── [ 57K] Helium.ogg │   │   │   │   ├── [101K] Krypton.ogg │   │   │   │   ├── [173K] Neon.ogg │   │   │   │   └── [ 26K] Oxygen.ogg │   │   │   └── [4.0K] wav │   │   │   ├── [1.3M] Argon.wav │   │   │   ├── [336K] Barium.wav │   │   │   ├── [1.1M] Carbon.wav │   │   │   ├── [357K] Cesium.wav │   │   │   ├── [1.5M] Copernicium.wav │   │   │   ├── [1.4M] Curium.wav │   │   │   ├── [1.3M] Fermium.wav │   │   │   ├── [1.6M] Hassium.wav │   │   │   ├── [1.6M] Helium.wav │   │   │   ├── [855K] Krypton.wav │   │   │   ├── [3.4M] Neon.wav │   │   │   ├── [1.1M] Neptunium.wav │   │   │   ├── [3.4M] Nobelium.wav │   │   │   ├── [460K] Osmium.wav │   │   │   ├── [357K] Oxygen.wav │   │   │   ├── [1.2M] Platinum.wav │   │   │   ├── [855K] Plutonium.wav │   │   │   ├── [1.2M] Promethium.wav │   │   │   └── [679K] Scandium.wav │   │   ├── [1.1K] AllAudio.mk │   │   ├── [4.8K] AudioPackage10.mk │   │   ├── [7.8K] AudioPackage2.mk │   │   ├── [7.4K] AudioPackage3.mk │   │   ├── [7.7K] AudioPackage4.mk │   │   ├── [5.2K] AudioPackage5.mk │   │   ├── [3.1K] AudioPackage6.mk │   │   ├── [4.9K] AudioPackage7alt.mk │   │   ├── [5.0K] AudioPackage7.mk │   │   ├── [5.2K] AudioPackage8.mk │   │   ├── [3.3K] AudioPackage9.mk │   │   ├── [4.0K] effects │   │   │   ├── [4.7K] camera_click.ogg │   │   │   ├── [ 13K] camera_click.wav │   │   │   ├── [ 43K] Dock.aif │   │   │   ├── [5.9K] Dock.ogg │   │   │   ├── [3.9K] Effect_Tick.ogg │   │   │   ├── [6.0K] KeypressDelete.ogg │   │   │   ├── [ 29K] KeypressDelete.wav │   │   │   ├── [7.8K] KeypressReturn.ogg │   │   │   ├── [ 63K] KeypressReturn.wav │   │   │   ├── [7.2K] KeypressSpacebar.ogg │   │   │   ├── [ 48K] KeypressSpacebar.wav │   │   │   ├── [5.1K] KeypressStandard.ogg │   │   │   ├── [ 18K] KeypressStandard.wav │   │   │   ├── [4.6K] Lock.ogg │   │   │   ├── [ 11K] Lock.wav │   │   │   ├── [ 87K] LowBattery.aif │   │   │   ├── [6.4K] LowBattery.ogg │   │   │   ├── [4.0K] ogg │   │   │   │   ├── [5.8K] camera_click_48k.ogg │   │   │   │   ├── [5.8K] camera_click.ogg │   │   │   │   ├── [9.2K] camera_focus.ogg │   │   │   │   ├── [6.2K] Dock.ogg │   │   │   │   ├── [3.6K] Effect_Tick.ogg │   │   │   │   ├── [5.9K] KeypressDelete_120.ogg │   │   │   │   ├── [4.9K] KeypressDelete_14.ogg │   │   │   │   ├── [3.8K] KeypressDelete_49.ogg │   │   │   │   ├── [5.4K] KeypressDelete.ogg │   │   │   │   ├── [6.1K] KeypressReturn_120.ogg │   │   │   │   ├── [5.1K] KeypressReturn_14.ogg │   │   │   │   ├── [4.0K] KeypressReturn_49.ogg │   │   │   │   ├── [5.4K] KeypressReturn.ogg │   │   │   │   ├── [6.0K] KeypressSpacebar_120.ogg │   │   │   │   ├── [4.9K] KeypressSpacebar_14.ogg │   │   │   │   ├── [3.9K] KeypressSpacebar_49.ogg │   │   │   │   ├── [5.1K] KeypressSpacebar.ogg │   │   │   │   ├── [5.9K] KeypressStandard_120.ogg │   │   │   │   ├── [4.9K] KeypressStandard_14.ogg │   │   │   │   ├── [3.9K] KeypressStandard_49.ogg │   │   │   │   ├── [5.1K] KeypressStandard.ogg │   │   │   │   ├── [4.6K] Lock.ogg │   │   │   │   ├── [ 12K] LowBattery.ogg │   │   │   │   ├── [ 29K] Media_Volume.ogg │   │   │   │   ├── [8.0K] Undock.ogg │   │   │   │   ├── [4.6K] Unlock.ogg │   │   │   │   ├── [6.3K] VideoRecord_48k.ogg │   │   │   │   ├── [6.2K] VideoRecord.ogg │   │   │   │   ├── [6.4K] VideoStop_48k.ogg │   │   │   │   ├── [6.2K] VideoStop.ogg │   │   │   │   ├── [9.1K] VolumeIncremental.ogg │   │   │   │   └── [ 12K] WirelessChargingStarted.ogg │   │   │   ├── [ 43K] Undock.aif │   │   │   ├── [5.9K] Undock.ogg │   │   │   ├── [4.6K] Unlock.ogg │   │   │   ├── [ 11K] Unlock.wav │   │   │   ├── [5.5K] VideoRecord.ogg │   │   │   ├── [ 33K] VideoRecord.wav │   │   │   └── [4.0K] wav │   │   │   ├── [ 70K] CameraClick.wav │   │   │   ├── [ 70K] CameraFocus.wav │   │   │   ├── [ 52K] Dock.wav │   │   │   ├── [ 14K] Effect_Tick.wav │   │   │   ├── [ 14K] KeypressDelete_14.wav │   │   │   ├── [ 14K] KeypressDelete_49.wav │   │   │   ├── [ 63K] KeypressDelete.wav │   │   │   ├── [ 14K] KeypressReturn_14.wav │   │   │   ├── [ 14K] KeypressReturn_49.wav │   │   │   ├── [ 48K] KeypressReturn.wav │   │   │   ├── [ 14K] KeypressSpacebar_14.wav │   │   │   ├── [ 14K] KeypressSpacebar_49.wav │   │   │   ├── [ 29K] KeypressSpacebar.wav │   │   │   ├── [ 14K] KeypressStandard_14.wav │   │   │   ├── [ 14K] KeypressStandard_49.wav │   │   │   ├── [ 18K] KeypressStandard.wav │   │   │   ├── [ 11K] Lock.wav │   │   │   ├── [234K] LowBattery.wav │   │   │   ├── [829K] Media_Volume.wav │   │   │   ├── [242K] NFCFailure.wav │   │   │   ├── [277K] NFCInitiated.wav │   │   │   ├── [242K] NFCSuccess.wav │   │   │   ├── [ 52K] Undock.wav │   │   │   ├── [ 11K] Unlock.wav │   │   │   ├── [ 78K] VideoRecord.wav │   │   │   ├── [ 52K] VideoStop.wav │   │   │   ├── [130K] VideoTransmitBegin.wav │   │   │   ├── [130K] VideoTransmitEnd.wav │   │   │   └── [104K] VolumeIncremental.wav │   │   ├── [ 12K] F1_MissedCall.ogg │   │   ├── [ 20K] F1_New_MMS.ogg │   │   ├── [ 12K] F1_New_SMS.ogg │   │   ├── [ 18K] F1_NewVoicemail.ogg │   │   ├── [4.0K] newwavelabs │   │   │   ├── [ 35K] Backroad.ogg │   │   │   ├── [622K] Backroad.wav │   │   │   ├── [ 28K] BeatPlucker.ogg │   │   │   ├── [ 30K] BentleyDubs.ogg │   │   │   ├── [ 46K] Big_Easy.ogg │   │   │   ├── [827K] Big_Easy.wav │   │   │   ├── [ 41K] BirdLoop.ogg │   │   │   ├── [ 38K] Bollywood.ogg │   │   │   ├── [725K] Bollywood.wav │   │   │   ├── [ 48K] BussaMove.ogg │   │   │   ├── [844K] BussaMove.wav │   │   │   ├── [ 19K] CaffeineSnake.ogg │   │   │   ├── [ 37K] Cairo.ogg │   │   │   ├── [719K] Cairo.wav │   │   │   ├── [ 38K] Calypso_Steel.ogg │   │   │   ├── [689K] Calypso_Steel.wav │   │   │   ├── [ 30K] CaribbeanIce.ogg │   │   │   ├── [ 39K] Champagne_Edition.ogg │   │   │   ├── [752K] Champagne_Edition.wav │   │   │   ├── [ 36K] Club_Cubano.ogg │   │   │   ├── [689K] Club_Cubano.wav │   │   │   ├── [ 47K] CousinJones.ogg │   │   │   ├── [ 37K] CrayonRock.ogg │   │   │   ├── [613K] CrayonRock.wav │   │   │   ├── [202K] CrazyDream.ogg │   │   │   ├── [ 30K] CurveBall.ogg │   │   │   ├── [ 60K] DancinFool.ogg │   │   │   ├── [992K] DancinFool.wav │   │   │   ├── [ 18K] DearDeer.ogg │   │   │   ├── [ 15K] Ding.ogg │   │   │   ├── [259K] Ding.wav │   │   │   ├── [ 49K] DonMessWivIt.ogg │   │   │   ├── [889K] DonMessWivIt.wav │   │   │   ├── [ 17K] DontPanic.ogg │   │   │   ├── [171K] DreamTheme.ogg │   │   │   ├── [ 49K] Eastern_Sky.ogg │   │   │   ├── [919K] Eastern_Sky.wav │   │   │   ├── [ 60K] Enter_the_Nexus.ogg │   │   │   ├── [1.1M] Enter_the_Nexus.wav │   │   │   ├── [ 31K] EtherShake.ogg │   │   │   ├── [ 45K] FriendlyGhost.ogg │   │   │   ├── [ 39K] Funk_Yall.ogg │   │   │   ├── [707K] Funk_Yall.wav │   │   │   ├── [ 49K] GameOverGuitar.ogg │   │   │   ├── [ 38K] Gimme_Mo_Town.ogg │   │   │   ├── [689K] Gimme_Mo_Town.wav │   │   │   ├── [ 54K] Glacial_Groove.ogg │   │   │   ├── [878K] Glacial_Groove.wav │   │   │   ├── [ 50K] Gotcha.ogg │   │   │   ├── [929K] Gotcha.wav │   │   │   ├── [ 40K] Growl.ogg │   │   │   ├── [ 67K] HalfwayHome.ogg │   │   │   ├── [1.2M] HalfwayHome.wav │   │   │   ├── [ 18K] Highwire.ogg │   │   │   ├── [ 15K] InsertCoin.ogg │   │   │   ├── [ 49K] Jump_Up.ogg │   │   │   ├── [878K] Jump_Up.wav │   │   │   ├── [ 15K] KzurbSonar.ogg │   │   │   ├── [ 27K] Lectro_Beat.ogg │   │   │   ├── [593K] Lectro_Beat.wav │   │   │   ├── [ 37K] LoopyLounge.ogg │   │   │   ├── [ 34K] LoveFlute.ogg │   │   │   ├── [ 42K] Miami_Twice.ogg │   │   │   ├── [707K] Miami_Twice.wav │   │   │   ├── [ 27K] MidEvilJaunt.ogg │   │   │   ├── [ 34K] MildlyAlarming.ogg │   │   │   ├── [ 40K] Nairobi.ogg │   │   │   ├── [689K] Nairobi.wav │   │   │   ├── [ 43K] Nassau.ogg │   │   │   ├── [752K] Nassau.wav │   │   │   ├── [ 15K] NewPlayer.ogg │   │   │   ├── [ 35K] Noises1.ogg │   │   │   ├── [ 38K] Noises2.ogg │   │   │   ├── [ 26K] Noises3.ogg │   │   │   ├── [ 23K] NoiseyDing.ogg │   │   │   ├── [ 32K] No_Limits.ogg │   │   │   ├── [617K] No_Limits.wav │   │   │   ├── [ 20K] OnTheHunt.ogg │   │   │   ├── [ 32K] OrganDub.ogg │   │   │   ├── [ 38K] Paradise_Island.ogg │   │   │   ├── [713K] Paradise_Island.wav │   │   │   ├── [ 55K] Playa.ogg │   │   │   ├── [1008K] Playa.wav │   │   │   ├── [ 51K] Revelation.ogg │   │   │   ├── [1024K] Revelation.wav │   │   │   ├── [ 48K] Road_Trip.ogg │   │   │   ├── [945K] Road_Trip.wav │   │   │   ├── [ 31K] RomancingTheTone.ogg │   │   │   ├── [ 41K] Safari.ogg │   │   │   ├── [689K] Safari.wav │   │   │   ├── [ 38K] Savannah.ogg │   │   │   ├── [689K] Savannah.wav │   │   │   ├── [ 43K] Seville.ogg │   │   │   ├── [827K] Seville.wav │   │   │   ├── [ 38K] Shes_All_That.ogg │   │   │   ├── [719K] Shes_All_That.wav │   │   │   ├── [ 43K] SilkyWay.ogg │   │   │   ├── [719K] SilkyWay.wav │   │   │   ├── [ 28K] SitarVsSitar.ogg │   │   │   ├── [ 26K] SpringyJalopy.ogg │   │   │   ├── [ 37K] Steppin_Out.ogg │   │   │   ├── [689K] Steppin_Out.wav │   │   │   ├── [ 36K] Terminated.ogg │   │   │   ├── [ 36K] Third_Eye.ogg │   │   │   ├── [689K] Third_Eye.wav │   │   │   ├── [ 45K] Thunderfoot.ogg │   │   │   ├── [827K] Thunderfoot.wav │   │   │   ├── [ 26K] TwirlAway.ogg │   │   │   ├── [ 28K] VeryAlarmed.ogg │   │   │   ├── [ 16K] Voila.ogg │   │   │   └── [ 30K] World.ogg │   │   ├── [4.0K] notifications │   │   │   ├── [ 14K] aidos.ogg │   │   │   ├── [7.4K] Aldebaran.ogg │   │   │   ├── [6.9K] Altair.ogg │   │   │   ├── [ 10K] Antares.ogg │   │   │   ├── [7.7K] arcturus.ogg │   │   │   ├── [ 34K] Beat_Box_Android.ogg │   │   │   ├── [ 58K] Bees_Knees.ogg │   │   │   ├── [ 16K] Betelgeuse.ogg │   │   │   ├── [ 12K] Canopus.ogg │   │   │   ├── [ 13K] Capella.ogg │   │   │   ├── [ 14K] Castor.ogg │   │   │   ├── [ 26K] CetiAlpha.ogg │   │   │   ├── [496K] CetiAlpha.wav │   │   │   ├── [ 19K] Cheeper.ogg │   │   │   ├── [ 38K] circios.ogg │   │   │   ├── [ 11K] Cricket.ogg │   │   │   ├── [154K] Cricket.wav │   │   │   ├── [ 14K] Deneb.ogg │   │   │   ├── [8.7K] Doink.ogg │   │   │   ├── [ 62K] Doink.wav │   │   │   ├── [ 13K] Drip.ogg │   │   │   ├── [214K] Drip.wav │   │   │   ├── [ 15K] Electra.ogg │   │   │   ├── [ 21K] Fomalhaut.ogg │   │   │   ├── [ 38K] Heaven.ogg │   │   │   ├── [ 18K] horkos.ogg │   │   │   ├── [ 16K] hypnos1.ogg │   │   │   ├── [ 28K] IM_Me.ogg │   │   │   ├── [ 25K] kratos1.ogg │   │   │   ├── [ 32K] kratos2.ogg │   │   │   ├── [ 18K] Merope.ogg │   │   │   ├── [ 16K] moonbeam.ogg │   │   │   ├── [352K] moonbeam.wav │   │   │   ├── [ 14K] nomos1.ogg │   │   │   ├── [ 19K] nomos2.ogg │   │   │   ├── [4.0K] ogg │   │   │   │   ├── [ 11K] Acrux.ogg │   │   │   │   ├── [ 10K] Adara.ogg │   │   │   │   ├── [ 12K] Altair.ogg │   │   │   │   ├── [8.7K] Alya.ogg │   │   │   │   ├── [ 11K] Antares.ogg │   │   │   │   ├── [ 27K] Antimony.ogg │   │   │   │   ├── [7.7K] Arcturus.ogg │   │   │   │   ├── [ 15K] Argon.ogg │   │   │   │   ├── [ 15K] Bellatrix.ogg │   │   │   │   ├── [ 19K] Beryllium.ogg │   │   │   │   ├── [ 15K] Betelgeuse.ogg │   │   │   │   ├── [ 13K] Capella.ogg │   │   │   │   ├── [ 26K] CetiAlpha.ogg │   │   │   │   ├── [ 18K] Cobalt.ogg │   │   │   │   ├── [ 15K] Deneb.ogg │   │   │   │   ├── [ 18K] Fluorine.ogg │   │   │   │   ├── [ 12K] Gallium.ogg │   │   │   │   ├── [7.3K] Helium.ogg │   │   │   │   ├── [ 14K] Hojus.ogg │   │   │   │   ├── [ 57K] Iridium.ogg │   │   │   │   ├── [ 11K] Krypton.ogg │   │   │   │   ├── [ 18K] Lalande.ogg │   │   │   │   ├── [ 17K] Mira.ogg │   │   │   │   ├── [ 14K] Palladium.ogg │   │   │   │   ├── [ 20K] Polaris.ogg │   │   │   │   ├── [ 23K] Pollux.ogg │   │   │   │   ├── [ 22K] Procyon.ogg │   │   │   │   ├── [ 13K] Proxima.ogg │   │   │   │   ├── [ 25K] Radon.ogg │   │   │   │   ├── [ 21K] Rubidium.ogg │   │   │   │   ├── [ 11K] Selenium.ogg │   │   │   │   ├── [ 24K] Shaula.ogg │   │   │   │   ├── [8.9K] Spica.ogg │   │   │   │   ├── [ 38K] Strontium.ogg │   │   │   │   ├── [8.3K] Syrma.ogg │   │   │   │   ├── [ 10K] Talitha.ogg │   │   │   │   ├── [ 15K] Tejat.ogg │   │   │   │   ├── [ 18K] Thallium.ogg │   │   │   │   ├── [ 23K] Upsilon.ogg │   │   │   │   ├── [ 29K] Vega.ogg │   │   │   │   ├── [ 27K] Xenon.ogg │   │   │   │   └── [ 12K] Zirconium.ogg │   │   │   ├── [ 21K] ouranos.ogg │   │   │   ├── [ 27K] phantasos.ogg │   │   │   ├── [ 17K] pixiedust.ogg │   │   │   ├── [324K] pixiedust.wav │   │   │   ├── [ 18K] pizzicato.ogg │   │   │   ├── [376K] pizzicato.wav │   │   │   ├── [6.5K] Plastic_Pipe.ogg │   │   │   ├── [ 68K] Plastic_Pipe.wav │   │   │   ├── [ 20K] Polaris.ogg │   │   │   ├── [ 23K] Pollux.ogg │   │   │   ├── [ 24K] poros.ogg │   │   │   ├── [ 22K] Procyon.ogg │   │   │   ├── [ 27K] regulus.ogg │   │   │   ├── [ 16K] ShortCircuit.ogg │   │   │   ├── [ 26K] sirius.ogg │   │   │   ├── [ 20K] Sirrah.ogg │   │   │   ├── [ 26K] SpaceSeed.ogg │   │   │   ├── [496K] SpaceSeed.wav │   │   │   ├── [ 49K] Star_Struck.ogg │   │   │   ├── [ 43K] TaDa.ogg │   │   │   ├── [ 15K] thrasos1.ogg │   │   │   ├── [ 18K] Tinkerbell.ogg │   │   │   ├── [ 10K] tweeters.ogg │   │   │   ├── [148K] tweeters.wav │   │   │   ├── [ 29K] vega.ogg │   │   │   └── [4.0K] wav │   │   │   ├── [208K] Altair.wav │   │   │   ├── [173K] Antares.wav │   │   │   ├── [208K] Betelgeuse.wav │   │   │   ├── [208K] Deneb.wav │   │   │   ├── [207K] Hojus.wav │   │   │   ├── [277K] Lalande.wav │   │   │   ├── [208K] Mira.wav │   │   │   ├── [173K] Proxima.wav │   │   │   └── [277K] Upsilon.wav │   │   ├── [5.3K] OriginalAudio.mk │   │   ├── [ 17K] ring3.ogg │   │   ├── [ 52K] Ring_Classic_01.ogg │   │   ├── [ 58K] Ring_Classic_02.ogg │   │   ├── [ 30K] Ring_Classic_03.ogg │   │   ├── [ 28K] Ring_Classic_04.ogg │   │   ├── [ 12K] Ring_Classic_05.ogg │   │   ├── [ 28K] Ring_Digital_01.ogg │   │   ├── [ 21K] Ring_Digital_02.ogg │   │   ├── [ 23K] Ring_Digital_03.ogg │   │   ├── [ 30K] Ring_Digital_04.ogg │   │   ├── [ 21K] Ring_Digital_05.ogg │   │   ├── [ 32K] ringer.ogg │   │   ├── [ 26K] Ring_Synth_01.ogg │   │   ├── [ 52K] Ring_Synth_02.ogg │   │   ├── [ 23K] Ring_Synth_03.ogg │   │   ├── [ 43K] Ring_Synth_04.ogg │   │   ├── [ 34K] Ring_Synth_05.ogg │   │   ├── [4.0K] ringtones │   │   │   ├── [ 24K] ANDROMEDA.ogg │   │   │   ├── [ 21K] Aquila.ogg │   │   │   ├── [ 87K] ArgoNavis.ogg │   │   │   ├── [ 26K] BOOTES.ogg │   │   │   ├── [ 30K] CANISMAJOR.ogg │   │   │   ├── [ 15K] Carina.ogg │   │   │   ├── [259K] Carina.wav │   │   │   ├── [ 31K] CASSIOPEIA.ogg │   │   │   ├── [ 27K] Centaurus.ogg │   │   │   ├── [ 29K] Cygnus.ogg │   │   │   ├── [ 31K] Draco.ogg │   │   │   ├── [ 36K] Eridani.ogg │   │   │   ├── [110K] FreeFlight.ogg │   │   │   ├── [2.1M] FreeFlight.wav │   │   │   ├── [ 22K] hydra.ogg │   │   │   ├── [ 42K] Lyra.ogg │   │   │   ├── [ 37K] Machina.ogg │   │   │   ├── [4.0K] ogg │   │   │   │   ├── [ 86K] Acheron.ogg │   │   │   │   ├── [ 24K] Andromeda.ogg │   │   │   │   ├── [ 21K] Aquila.ogg │   │   │   │   ├── [221K] ArgoNavis.ogg │   │   │   │   ├── [ 88K] Atria.ogg │   │   │   │   ├── [ 26K] Bootes.ogg │   │   │   │   ├── [ 30K] CanisMajor.ogg │   │   │   │   ├── [ 15K] Carina.ogg │   │   │   │   ├── [ 43K] Cassiopeia.ogg │   │   │   │   ├── [ 27K] Centaurus.ogg │   │   │   │   ├── [ 29K] Cygnus.ogg │   │   │   │   ├── [ 31K] Draco.ogg │   │   │   │   ├── [ 36K] Eridani.ogg │   │   │   │   ├── [ 43K] Girtab.ogg │   │   │   │   ├── [ 22K] Hydra.ogg │   │   │   │   ├── [ 57K] Iridium.ogg │   │   │   │   ├── [161K] Kuma.ogg │   │   │   │   ├── [ 43K] Lyra.ogg │   │   │   │   ├── [ 37K] Machina.ogg │   │   │   │   ├── [100K] Nasqueron.ogg │   │   │   │   ├── [ 53K] Orion.ogg │   │   │   │   ├── [ 85K] Pegasus.ogg │   │   │   │   ├── [231K] Perseus.ogg │   │   │   │   ├── [ 16K] Pyxis.ogg │   │   │   │   ├── [174K] Rasalas.ogg │   │   │   │   ├── [ 56K] Rigel.ogg │   │   │   │   ├── [106K] Scarabaeus.ogg │   │   │   │   ├── [309K] Sceptrum.ogg │   │   │   │   ├── [ 87K] Solarium.ogg │   │   │   │   ├── [ 70K] Testudo.ogg │   │   │   │   ├── [171K] Themos.ogg │   │   │   │   ├── [181K] UrsaMinor.ogg │   │   │   │   ├── [ 76K] Vespa.ogg │   │   │   │   └── [ 76K] Zeta.ogg │   │   │   ├── [ 53K] Orion.ogg │   │   │   ├── [ 85K] Pegasus.ogg │   │   │   ├── [110K] PERSEUS.ogg │   │   │   ├── [ 16K] Pyxis.ogg │   │   │   ├── [ 31K] Rigel.ogg │   │   │   ├── [210K] ringtone18.ogg │   │   │   ├── [116K] ringtone19.ogg │   │   │   ├── [ 52K] ringtone20.ogg │   │   │   ├── [ 73K] ringtone21.ogg │   │   │   ├── [100K] ringtone22.ogg │   │   │   ├── [ 79K] ringtone23.ogg │   │   │   ├── [102K] ringtone24.ogg │   │   │   ├── [128K] ringtone25.ogg │   │   │   ├── [ 95K] ringtone26.ogg │   │   │   ├── [ 86K] ringtone27.ogg │   │   │   ├── [119K] ringtone28.ogg │   │   │   ├── [107K] ringtone29.ogg │   │   │   ├── [111K] ringtone30.ogg │   │   │   ├── [ 96K] ringtone31.ogg │   │   │   ├── [172K] ringtone32.ogg │   │   │   ├── [ 62K] ringtone33.ogg │   │   │   ├── [ 59K] ringtone34.ogg │   │   │   ├── [160K] ringtone35.ogg │   │   │   ├── [ 40K] ringtone36.ogg │   │   │   ├── [142K] ringtone37.ogg │   │   │   ├── [123K] ringtone38.ogg │   │   │   ├── [106K] Scarabaeus.ogg │   │   │   ├── [287K] Sceptrum.ogg │   │   │   ├── [ 59K] Solarium.ogg │   │   │   ├── [ 70K] Testudo.ogg │   │   │   ├── [141K] URSAMINOR.ogg │   │   │   ├── [ 18K] Vespa.ogg │   │   │   └── [4.0K] wav │   │   │   ├── [259K] Carina.wav │   │   │   ├── [596K] Cassiopeia.wav │   │   │   ├── [726K] Lyra.wav │   │   │   ├── [5.1M] Sceptrum.wav │   │   │   ├── [1.5M] Solarium.wav │   │   │   ├── [3.6M] Themos.wav │   │   │   ├── [2.2M] UrsaMinor.wav │   │   │   └── [1.1M] Vespa.wav │   │   └── [4.0K] testfiles │   │   └── [2.9K] test.mid │   └── [4.0K] videos │   ├── [189K] AndroidInSpace.240p.mp4 │   ├── [1.4M] AndroidInSpace.480p.lq.mp4 │   ├── [2.8M] AndroidInSpace.480p.mq.mp4 │   ├── [773K] Disco.240p.mp4 │   ├── [1.5M] Disco.480p.lq.mp4 │   ├── [3.2M] Disco.480p.mq.mp4 │   ├── [380K] Sunset.240p.mp4 │   ├── [1.5M] Sunset.480p.lq.mp4 │   ├── [2.8M] Sunset.480p.mq.mp4 │   ├── [1.1K] VideoPackage1.mk │   └── [1.1K] VideoPackage2.mk ├── [4.0K] docs │   ├── [ 179] docs-documentation-redirect.html │   ├── [ 184] docs-redirect.html │   ├── [ 190] docs-redirect-index.html │   ├── [ 178] docs-samples-redirect.html │   ├── [4.0K] downloads │   │   ├── [4.0K] brand │   │   │   ├── [260K] af_generic_rgb_wo.ai │   │   │   ├── [273K] ar_generic_rgb_wo.ai │   │   │   ├── [263K] be_generic_rgb_wo.ai │   │   │   ├── [265K] bg_generic_rgb_wo.ai │   │   │   ├── [261K] ca_generic_rgb_wo.ai │   │   │   ├── [259K] cs_generic_rgb_wo.ai │   │   │   ├── [263K] da_generic_rgb_wo.ai │   │   │   ├── [253K] de_app_rgb_wo.ai │   │   │   ├── [256K] de_generic_rgb_wo.ai │   │   │   ├── [266K] el_generic_rgb_wo.ai │   │   │   ├── [252K] en_app_rgb_wo.ai │   │   │   ├── [249K] en_generic_rgb_wo.ai │   │   │   ├── [251K] es-419_app_rgb_wo.ai │   │   │   ├── [258K] es-419_generic_rgb_wo.ai │   │   │   ├── [256K] es_app_rgb_wo.ai │   │   │   ├── [258K] es_generic_rgb_wo.ai │   │   │   ├── [264K] et_generic_rgb_wo.ai │   │   │   ├── [270K] fa_generic_rgb_wo.ai │   │   │   ├── [263K] fi_generic_rgb_wo.ai │   │   │   ├── [263K] fil_generic_rgb_wo.ai │   │   │   ├── [255K] fr_app_rgb_wo.ai │   │   │   ├── [257K] fr_generic_rgb_wo.ai │   │   │   ├── [257K] hr_generic_rgb_wo.ai │   │   │   ├── [264K] hu_generic_rgb_wo.ai │   │   │   ├── [265K] id-in_generic_rgb_wo.ai │   │   │   ├── [251K] it_app_rgb_wo.ai │   │   │   ├── [258K] it_generic_rgb_wo.ai │   │   │   ├── [264K] iw-he_generic_rgb_wo.ai │   │   │   ├── [253K] ja_app_rgb_wo.ai │   │   │   ├── [264K] ja_generic_rgb_wo.ai │   │   │   ├── [253K] ko_app_rgb_wo.ai │   │   │   ├── [265K] ko_generic_rgb_wo.ai │   │   │   ├── [264K] lt_generic_rgb_wo.ai │   │   │   ├── [262K] lv_generic_rgb_wo.ai │   │   │   ├── [263K] ms_generic_rgb_wo.ai │   │   │   ├── [259K] nl_app_rgb_wo.ai │   │   │   ├── [258K] nl_generic_rgb_wo.ai │   │   │   ├── [260K] no_generic_rgb_wo.ai │   │   │   ├── [262K] pl_generic_rgb_wo.ai │   │   │   ├── [255K] pt-br_app_rgb_wo.ai │   │   │   ├── [1.1M] pt-br_generic_rgb_wo.ai │   │   │   ├── [256K] pt-pt_app_rgb_wo.ai │   │   │   ├── [260K] pt-pt_generic_rgb_wo.ai │   │   │   ├── [263K] ro_generic_rgb_wo.ai │   │   │   ├── [264K] ru_generic_rgb_wo.ai │   │   │   ├── [262K] sk_generic_rgb_wo.ai │   │   │   ├── [262K] sl_generic_rgb_wo.ai │   │   │   ├── [266K] sr_generic_rgb_wo.ai │   │   │   ├── [260K] sv_generic_rgb_wo.ai │   │   │   ├── [263K] sw_generic_rgb_wo.ai │   │   │   ├── [268K] th_generic_rgb_wo.ai │   │   │   ├── [262K] tr_generic_rgb_wo.ai │   │   │   ├── [264K] uk_generic_rgb_wo.ai │   │   │   ├── [269K] vi_generic_rgb_wo.ai │   │   │   ├── [262K] zh-cn_generic_rgb_wo.ai │   │   │   ├── [268K] zh-hk_generic_rgb_wo.ai │   │   │   ├── [264K] zh-tw_generic_rgb_wo.ai │   │   │   └── [262K] zu_generic_rgb_wo.ai │   │   ├── [4.0K] design │   │   │   ├── [2.2K] Android_Design_Color_Swatches_20120229.zip │   │   │   ├── [ 38M] Android_Design_Downloads_20120814.zip │   │   │   ├── [ 37M] Android_Design_Downloads_20120823.zip │   │   │   ├── [3.8M] Android_Design_Fireworks_Stencil_20120814.png │   │   │   ├── [1.0M] Android_Design_Holo_Widgets_20120814.zip │   │   │   ├── [2.2M] Android_Design_Icons_20120814.zip │   │   │   ├── [2.1M] Android_Design_Illustrator_Vectors_20120814.ai │   │   │   ├── [ 28M] Android_Design_OmniGraffle_Stencil_20120814.graffle │   │   │   ├── [1.4M] Roboto_Hinted_20111129.zip │   │   │   ├── [1.4M] Roboto_Hinted_20120823.zip │   │   │   └── [311K] Roboto_Specimen_Book_20111129.pdf │   │   ├── [4.0K] devbytes │   │   │   ├── [3.9M] BitmapAllocation.zip │   │   │   ├── [ 89K] BitmapScaling.zip │   │   │   ├── [ 50K] Bouncer.zip │   │   │   ├── [ 37K] CrossFading.zip │   │   │   ├── [ 37K] KeyframeAnimation.zip │   │   │   ├── [ 16K] LayoutTransChanging.zip │   │   │   ├── [ 44K] ListViewAnimations.zip │   │   │   ├── [ 44K] ListViewDeletion.zip │   │   │   ├── [595K] PictureViewer.zip │   │   │   ├── [ 42K] PropertyAnimations.zip │   │   │   ├── [ 26K] RequestDuringLayout.zip │   │   │   ├── [ 41K] ViewAnimations.zip │   │   │   └── [ 51K] WindowAnimations.zip │   │   ├── [ 387] README │   │   └── [4.0K] training │   │   ├── [245K] ActivityLifecycle.zip │   │   ├── [2.1M] Animations.zip │   │   ├── [421K] BitmapFun.zip │   │   ├── [ 39K] CustomView.zip │   │   ├── [ 20K] DeviceManagement.zip │   │   ├── [ 29K] EffectiveNavigation.zip │   │   ├── [277K] FragmentBasics.zip │   │   ├── [255K] LocationAware.zip │   │   ├── [ 41K] MobileAds.zip │   │   ├── [ 24K] NetworkUsage.zip │   │   ├── [327K] NewsReader.zip │   │   ├── [128K] NotifyUser.zip │   │   ├── [ 45K] NsdChat.zip │   │   ├── [ 27K] OpenGLES.zip │   │   ├── [ 15K] PhotoIntentActivity.zip │   │   ├── [ 70K] TabCompat.zip │   │   └── [ 73K] ThreadSample.zip │   ├── [4.0K] html │   │   ├── [4.0K] about │   │   │   ├── [2.1K] about_toc.cs │   │   │   ├── [4.0K] dashboards │   │   │   │   └── [9.3K] index.jd │   │   │   ├── [1.5K] flexible.jd │   │   │   ├── [7.0K] index.jd │   │   │   ├── [2.8K] marketplace.jd │   │   │   ├── [2.5K] start.jd │   │   │   └── [4.0K] versions │   │   │   ├── [ 10K] android-1.1.jd │   │   │   ├── [6.1K] android-1.5-highlights.jd │   │   │   ├── [ 12K] android-1.5.jd │   │   │   ├── [7.5K] android-1.6-highlights.jd │   │   │   ├── [ 18K] android-1.6.jd │   │   │   ├── [ 12K] android-2.0.1.jd │   │   │   ├── [5.6K] android-2.0-highlights.jd │   │   │   ├── [ 14K] android-2.0.jd │   │   │   ├── [ 11K] android-2.1.jd │   │   │   ├── [8.8K] android-2.2-highlights.jd │   │   │   ├── [ 13K] android-2.2.jd │   │   │   ├── [8.1K] android-2.3.3.jd │   │   │   ├── [6.3K] android-2.3.4.jd │   │   │   ├── [ 18K] android-2.3-highlights.jd │   │   │   ├── [ 33K] android-2.3.jd │   │   │   ├── [ 20K] android-3.0-highlights.jd │   │   │   ├── [ 47K] android-3.0.jd │   │   │   ├── [ 18K] android-3.1-highlights.jd │   │   │   ├── [ 38K] android-3.1.jd │   │   │   ├── [ 25K] android-3.2.jd │   │   │   ├── [ 14K] android-4.0.3.jd │   │   │   ├── [ 51K] android-4.0-highlights.jd │   │   │   ├── [ 96K] android-4.0.jd │   │   │   ├── [ 42K] android-4.1.jd │   │   │   ├── [ 27K] android-4.2.jd │   │   │   ├── [ 22K] api-levels.jd │   │   │   ├── [6.7K] index.jd │   │   │   └── [ 58K] jelly-bean.jd │   │   ├── [ 935] app.yaml │   │   ├── [4.0K] design │   │   │   ├── [4.0K] building-blocks │   │   │   │   ├── [1.8K] buttons.jd │   │   │   │   ├── [5.6K] dialogs.jd │   │   │   │   ├── [2.7K] grid-lists.jd │   │   │   │   ├── [ 613] index.jd │   │   │   │   ├── [ 814] lists.jd │   │   │   │   ├── [1.4K] pickers.jd │   │   │   │   ├── [5.6K] progress.jd │   │   │   │   ├── [1.5K] scrolling.jd │   │   │   │   ├── [1.1K] seek-bars.jd │   │   │   │   ├── [1.7K] spinners.jd │   │   │   │   ├── [1.3K] switches.jd │   │   │   │   ├── [2.3K] tabs.jd │   │   │   │   └── [2.7K] text-fields.jd │   │   │   ├── [4.5K] design_toc.cs │   │   │   ├── [4.0K] downloads │   │   │   │   └── [4.8K] index.jd │   │   │   ├── [4.0K] get-started │   │   │   │   ├── [1.9K] creative-vision.jd │   │   │   │   ├── [8.7K] principles.jd │   │   │   │   └── [5.7K] ui-overview.jd │   │   │   ├── [ 656] index.jd │   │   │   ├── [ 16K] media │   │   │   │   ├── [196K] accessibility_contentdesc.png │   │   │   │   ├── [ 13K] action_bar_basics.png │   │   │   │   ├── [265K] action_bar_cab.png │   │   │   │   ├── [ 49K] actionbar_drawer.png │   │   │   │   ├── [4.7K] action_bar_pattern_action_icons.png │   │   │   │   ├── [ 14K] action_bar_pattern_considerations.png │   │   │   │   ├── [5.0K] action_bar_pattern_default_tabs.png │   │   │   │   ├── [2.5K] action_bar_pattern_overflow.png │   │   │   │   ├── [147K] action_bar_pattern_overview.png │   │   │   │   ├── [158K] action_bar_pattern_rotation.png │   │   │   │   ├── [676K] action_bar_pattern_share_pack.png │   │   │   │   ├── [ 22K] action_bar_pattern_spinner.png │   │   │   │   ├── [ 25K] action_bar_pattern_table.png │   │   │   │   ├── [8.4K] action_bar_pattern_up_app_icon.png │   │   │   │   ├── [145K] app_structure_book_detail_page_flip.png │   │   │   │   ├── [116K] app_structure_fixedtabs.png │   │   │   │   ├── [ 88K] app_structure_gallery_filmstrip.png │   │   │   │   ├── [ 84K] app_structure_gmail.png │   │   │   │   ├── [112K] app_structure_gmail_swipe.png │   │   │   │   ├── [154K] app_structure_market.png │   │   │   │   ├── [161K] app_structure_music_lndscp.png │   │   │   │   ├── [6.5K] app_structure_overview.png │   │   │   │   ├── [ 58K] app_structure_people_detail.png │   │   │   │   ├── [ 99K] app_structure_scrolltabs.png │   │   │   │   ├── [202K] app_structure_shortcut_on_item.png │   │   │   │   ├── [162K] building_blocks_landing.png │   │   │   │   ├── [5.3K] buttons_basic.png │   │   │   │   ├── [ 95K] buttons_borderless.png │   │   │   │   ├── [5.0K] buttons_default_small.png │   │   │   │   ├── [2.8K] color_spectrum.png │   │   │   │   ├── [ 87K] compatibility_legacy_apps.png │   │   │   │   ├── [106K] compatibility_physical_buttons.png │   │   │   │   ├── [130K] compatibility_virtual_nav.png │   │   │   │   ├── [ 13K] confirm_ack_acknowledge.png │   │   │   │   ├── [111K] confirm_ack_confirming.png │   │   │   │   ├── [ 20K] confirm_ack_draft_deleted.png │   │   │   │   ├── [171K] confirm_ack_ex_beam.png │   │   │   │   ├── [ 72K] confirm_ack_ex_books.png │   │   │   │   ├── [ 25K] confirm_ack_ex_draftsave.png │   │   │   │   ├── [4.4K] confirm_ack_ex_plus1.png │   │   │   │   ├── [ 58K] confirm_ack_ex_removeapp.png │   │   │   │   ├── [187K] confirm_ack_flowchart.png │   │   │   │   ├── [466K] creative_vision_main.png │   │   │   │   ├── [265K] design_elements_landing.png │   │   │   │   ├── [8.0K] devices_displays_density.png │   │   │   │   ├── [6.3K] devices_displays_main.png │   │   │   │   ├── [ 42K] dialogs_examples.png │   │   │   │   ├── [ 88K] dialogs_main.png │   │   │   │   ├── [130K] dialogs_popups_example.png │   │   │   │   ├── [ 67K] dialogs_toasts.png │   │   │   │   ├── [ 14K] dialogs_w_no_title.png │   │   │   │   ├── [ 11K] dialogs_w_title.png │   │   │   │   ├── [2.4K] downloads_color_swatches.png │   │   │   │   ├── [ 20K] downloads_roboto_specimen_preview.png │   │   │   │   ├── [ 15K] downloads_stencils.png │   │   │   │   ├── [4.8K] extras_googleio_12.png │   │   │   │   ├── [ 23K] gesture_doubletouch.png │   │   │   │   ├── [ 22K] gesture_drag.png │   │   │   │   ├── [ 22K] gesture_longtouch.png │   │   │   │   ├── [ 23K] gesture_pinchclose.png │   │   │   │   ├── [ 25K] gesture_pinchopen.png │   │   │   │   ├── [ 21K] gesture_swipe.png │   │   │   │   ├── [ 17K] gesture_touch.png │   │   │   │   ├── [345K] gridview_example.png │   │   │   │   ├── [ 13K] gridview_horizontal.png │   │   │   │   ├── [258K] gridview_overview.png │   │   │   │   ├── [169K] gridview_style.png │   │   │   │   ├── [ 13K] gridview_vertical.png │   │   │   │   ├── [ 10K] help_better.png │   │   │   │   ├── [ 46K] help_cling.png │   │   │   │   ├── [ 21K] help_dont.png │   │   │   │   ├── [ 15K] help_evenbetter.png │   │   │   │   ├── [ 19K] help_overflow.png │   │   │   │   ├── [8.6K] help_solo_overflow.png │   │   │   │   ├── [4.3K] iconography_actionbar_colors.png │   │   │   │   ├── [2.2K] iconography_actionbar_focal.png │   │   │   │   ├── [ 541] iconography_actionbar_size.png │   │   │   │   ├── [5.4K] iconography_actionbar_style.png │   │   │   │   ├── [ 49K] iconography_launcher_example2.png │   │   │   │   ├── [177K] iconography_launcher_example.png │   │   │   │   ├── [ 22K] iconography_launcher_focal.png │   │   │   │   ├── [ 27K] iconography_launcher_size.png │   │   │   │   ├── [5.9K] iconography_launcher_style.png │   │   │   │   ├── [118K] iconography_notification_example.png │   │   │   │   ├── [3.4K] iconography_notification_focal.png │   │   │   │   ├── [ 295] iconography_notification_size.png │   │   │   │   ├── [1.5K] iconography_notification_style.png │   │   │   │   ├── [244K] iconography_overview.png │   │   │   │   ├── [ 320] iconography_small_colors.png │   │   │   │   ├── [ 41K] iconography_small_example.png │   │   │   │   ├── [1.9K] iconography_small_focal.png │   │   │   │   ├── [ 378] iconography_small_size.png │   │   │   │   ├── [6.2K] iconography_small_style.png │   │   │   │   ├── [278K] index_landing_page.png │   │   │   │   ├── [ 32K] lists_main.png │   │   │   │   ├── [5.2K] metrics_48.png │   │   │   │   ├── [3.8K] metrics_closeup.png │   │   │   │   ├── [6.3K] metrics_diagram.png │   │   │   │   ├── [ 17K] metrics_forms.png │   │   │   │   ├── [ 26K] migrating_icons.png │   │   │   │   ├── [173K] migrating_intents.png │   │   │   │   ├── [ 80K] migrating_ios_dialers.png │   │   │   │   ├── [256K] migrating_ios_galleries.png │   │   │   │   ├── [ 79K] migrating_ios_settings.png │   │   │   │   ├── [ 12K] migrating_ui_elements.png │   │   │   │   ├── [ 95K] multipane_expand.png │   │   │   │   ├── [ 86K] multipane_show.png │   │   │   │   ├── [ 70K] multipane_stack.png │   │   │   │   ├── [ 81K] multipane_stretch.png │   │   │   │   ├── [156K] multipane_views.png │   │   │   │   ├── [168K] multipane_view_tablet.png │   │   │   │   ├── [ 90K] navigation_between_apps_back.png │   │   │   │   ├── [ 89K] navigation_between_apps_inward.png │   │   │   │   ├── [ 99K] navigation_between_apps_up.png │   │   │   │   ├── [ 35K] navigation_between_siblings_gmail.png │   │   │   │   ├── [ 27K] navigation_between_siblings_market1.png │   │   │   │   ├── [ 36K] navigation_between_siblings_market2.png │   │   │   │   ├── [ 60K] navigation_from_outside_back.png │   │   │   │   ├── [ 44K] navigation_indirect_notification.png │   │   │   │   ├── [ 28K] navigation_popup_notification.png │   │   │   │   ├── [ 90K] navigation_up_vs_back_gmail.png │   │   │   │   ├── [ 12K] navigation_with_back_and_up.png │   │   │   │   ├── [2.3K] new_accessibility.png │   │   │   │   ├── [ 15K] new_notifications.png │   │   │   │   ├── [ 23K] new_widgets.png │   │   │   │   ├── [ 27K] notifications_dismiss.png │   │   │   │   ├── [ 22K] notifications_expand_contract_msg.png │   │   │   │   ├── [ 49K] notifications_pattern_additional_fail.png │   │   │   │   ├── [ 39K] notifications_pattern_additional_win.png │   │   │   │   ├── [ 19K] notifications_pattern_anatomy.png │   │   │   │   ├── [158K] notifications_pattern_expandable.png │   │   │   │   ├── [ 14K] notifications_pattern_expand_contract.png │   │   │   │   ├── [ 17K] notifications_pattern_ongoing_music.png │   │   │   │   ├── [ 15K] notifications_pattern_personal.png │   │   │   │   ├── [8.9K] notifications_pattern_phone_icons.png │   │   │   │   ├── [ 34K] notifications_pattern_phone_ticker.png │   │   │   │   ├── [ 14K] notifications_pattern_priority.png │   │   │   │   ├── [ 21K] notifications_pattern_real_time_people.png │   │   │   │   ├── [ 29K] notifications_pattern_social_fail.png │   │   │   │   ├── [ 35K] notifications_pattern_tablet.png │   │   │   │   ├── [9.9K] notifications_pattern_two_actions.png │   │   │   │   ├── [ 41K] patterns_landing.png │   │   │   │   ├── [ 22K] picker_datetime.png │   │   │   │   ├── [ 14K] picker_space.png │   │   │   │   ├── [ 96K] principles_decide_for_me.png │   │   │   │   ├── [ 26K] principles_delight.png │   │   │   │   ├── [ 12K] principles_error.png │   │   │   │   ├── [ 11K] principles_get_to_know_me.png │   │   │   │   ├── [ 48K] principles_heavy_lifting.png │   │   │   │   ├── [ 41K] principles_important_interruption.png │   │   │   │   ├── [ 47K] principles_information_when_need_it.png │   │   │   │   ├── [ 18K] principles_keep_it_brief.png │   │   │   │   ├── [ 19K] principles_looks_same.png │   │   │   │   ├── [ 37K] principles_make_important_fast.png │   │   │   │   ├── [101K] principles_make_it_mine.png │   │   │   │   ├── [9.3K] principles_navigation.png │   │   │   │   ├── [ 26K] principles_never_lose_stuff.png │   │   │   │   ├── [190K] principles_pictures.png │   │   │   │   ├── [ 30K] principles_real_objects.png │   │   │   │   ├── [ 33K] principles_sprinkle_encouragement.png │   │   │   │   ├── [ 16K] principles_tricks.png │   │   │   │   ├── [ 11K] progress_activity2.png │   │   │   │   ├── [402K] progress_activity_custom_app.png │   │   │   │   ├── [ 19K] progress_activity_custom.png │   │   │   │   ├── [4.1K] progress_activity_dont.png │   │   │   │   ├── [2.4K] progress_activity_do.png │   │   │   │   ├── [ 30K] progress_activity.png │   │   │   │   ├── [151K] progress_download.png │   │   │   │   ├── [4.3K] progress_themes.png │   │   │   │   ├── [196K] scroll_index.mp4 │   │   │   │   ├── [320K] scroll_index.ogv │   │   │   │   ├── [168K] scroll_index.webm │   │   │   │   ├── [221K] scroll_indicator.mp4 │   │   │   │   ├── [523K] scroll_indicator.ogv │   │   │   │   ├── [155K] scroll_indicator.webm │   │   │   │   ├── [ 50K] seekbar_example.png │   │   │   │   ├── [ 19K] seekbar_style.png │   │   │   │   ├── [186K] selection_adjusting_actions.png │   │   │   │   ├── [ 57K] selection_cab_big.png │   │   │   │   ├── [ 59K] selection_cab_example.png │   │   │   │   ├── [ 52K] selection_context_menu.png │   │   │   │   ├── [ 95K] settings_checkbox.png │   │   │   │   ├── [146K] settings_date_time.png │   │   │   │   ├── [180K] settings_dependency.png │   │   │   │   ├── [ 62K] settings_flowchart.png │   │   │   │   ├── [ 72K] settings_grouping.png │   │   │   │   ├── [218K] settings_individual_on_off.png │   │   │   │   ├── [105K] settings_list_subscreen.png │   │   │   │   ├── [229K] settings_main.png │   │   │   │   ├── [166K] settings_master_on_off_2.png │   │   │   │   ├── [136K] settings_master_on_off.png │   │   │   │   ├── [141K] settings_multiple_choice.png │   │   │   │   ├── [ 12K] settings_overflow.png │   │   │   │   ├── [120K] settings_slider.png │   │   │   │   ├── [122K] settings_subscreen_navigation.png │   │   │   │   ├── [ 11K] spinners_actionbar.png │   │   │   │   ├── [6.2K] spinners_form.png │   │   │   │   ├── [7.1K] spinners_hololightanddark.png │   │   │   │   ├── [223K] swipe_tabs.mp4 │   │   │   │   ├── [479K] swipe_tabs.ogv │   │   │   │   ├── [127K] swipe_tabs.png │   │   │   │   ├── [136K] swipe_tabs.webm │   │   │   │   ├── [113K] swipe_views2.png │   │   │   │   ├── [209K] swipe_views3.png │   │   │   │   ├── [133K] swipe_views.png │   │   │   │   ├── [ 16K] switches_checkboxes.png │   │   │   │   ├── [ 21K] switches_radios.png │   │   │   │   ├── [3.6K] switches_switches.png │   │   │   │   ├── [284K] system_ui_landing.png │   │   │   │   ├── [150K] tabs_overview.png │   │   │   │   ├── [ 94K] tabs_scrolly.mp4 │   │   │   │   ├── [231K] tabs_scrolly.ogv │   │   │   │   ├── [ 99K] tabs_scrolly.webm │   │   │   │   ├── [195K] tabs_stacked.png │   │   │   │   ├── [5.1K] tabs_standard.png │   │   │   │   ├── [ 28K] tabs_youtube.png │   │   │   │   ├── [7.5K] text_input_holodarkandlight.png │   │   │   │   ├── [5.3K] text_input_singlevsmultiline.png │   │   │   │   ├── [ 48K] text_input_textselection.png │   │   │   │   ├── [ 32K] text_input_typesandtypedown.png │   │   │   │   ├── [ 24K] themes_holo_dark.png │   │   │   │   ├── [ 67K] themes_holo_inverse.png │   │   │   │   ├── [ 68K] themes_holo_light.png │   │   │   │   ├── [ 67K] touch_feedback_communication.png │   │   │   │   ├── [ 40K] touch_feedback_manipulation.png │   │   │   │   ├── [ 26K] touch_feedback_reaction_response.png │   │   │   │   ├── [ 21K] touch_feedback_states.png │   │   │   │   ├── [ 12K] typography_alphas.png │   │   │   │   ├── [4.2K] typography_defaults.png │   │   │   │   ├── [ 31K] typography_main.png │   │   │   │   ├── [7.2K] typography_sizes.png │   │   │   │   ├── [ 71K] ui_overview_all_apps.png │   │   │   │   ├── [145K] ui_overview_app_ui.png │   │   │   │   ├── [ 87K] ui_overview_home_screen.png │   │   │   │   ├── [ 42K] ui_overview_notifications.png │   │   │   │   ├── [ 96K] ui_overview_recents.png │   │   │   │   ├── [124K] ui_overview_system_ui.png │   │   │   │   ├── [ 49K] whats_new_action_bar.png │   │   │   │   ├── [ 30K] whats_new_multipanel.png │   │   │   │   ├── [ 30K] whats_new_multiselect.png │   │   │   │   ├── [3.9K] whats_new_nav_bar.png │   │   │   │   ├── [ 25K] widgets_collection_bookmarks.png │   │   │   │   ├── [ 26K] widgets_collection_gmail.png │   │   │   │   ├── [ 30K] widgets_config.png │   │   │   │   ├── [ 10K] widgets_control.png │   │   │   │   ├── [360K] widgets_gestures.png │   │   │   │   ├── [7.5K] widgets_hybrid.png │   │   │   │   ├── [ 18K] widgets_info.png │   │   │   │   ├── [ 30K] widgets_resizing01.png │   │   │   │   └── [ 17K] widgets_resizing02.png │   │   │   ├── [4.0K] patterns │   │   │   │   ├── [8.2K] accessibility.jd │   │   │   │   ├── [ 16K] actionbar.jd │   │   │   │   ├── [ 12K] app-structure.jd │   │   │   │   ├── [2.2K] compatibility.jd │   │   │   │   ├── [4.7K] confirming-acknowledging.jd │   │   │   │   ├── [2.6K] gestures.jd │   │   │   │   ├── [8.3K] help.jd │   │   │   │   ├── [ 584] index.jd │   │   │   │   ├── [4.0K] multi-pane-layouts.jd │   │   │   │   ├── [ 12K] navigation.jd │   │   │   │   ├── [5.4K] new.jd │   │   │   │   ├── [ 16K] notifications.jd │   │   │   │   ├── [6.9K] pure-android.jd │   │   │   │   ├── [3.6K] selection.jd │   │   │   │   ├── [ 22K] settings.jd │   │   │   │   ├── [3.9K] swipe-views.jd │   │   │   │   └── [ 11K] widgets.jd │   │   │   ├── [4.0K] style │   │   │   │   ├── [3.2K] color.jd │   │   │   │   ├── [2.1K] devices-displays.jd │   │   │   │   ├── [9.0K] iconography.jd │   │   │   │   ├── [ 615] index.jd │   │   │   │   ├── [2.5K] metrics-grids.jd │   │   │   │   ├── [1.8K] themes.jd │   │   │   │   ├── [2.2K] touch-feedback.jd │   │   │   │   ├── [2.5K] typography.jd │   │   │   │   └── [6.7K] writing.jd │   │   │   └── [4.0K] videos │   │   │   └── [4.7K] index.jd │   │   ├── [4.0K] develop │   │   │   └── [ 17K] index.jd │   │   ├── [4.0K] distribute │   │   │   ├── [5.1K] distribute_toc.cs │   │   │   ├── [4.0K] googleplay │   │   │   │   ├── [4.0K] about │   │   │   │   │   ├── [6.4K] distribution.jd │   │   │   │   │   ├── [7.2K] monetizing.jd │   │   │   │   │   └── [ 11K] visibility.jd │   │   │   │   ├── [ 293] index.html │   │   │   │   ├── [4.0K] promote │   │   │   │   │   ├── [ 11K] badge-files.jd │   │   │   │   │   ├── [ 13K] badges.jd │   │   │   │   │   ├── [7.4K] brand.jd │   │   │   │   │   ├── [1.4K] index.jd │   │   │   │   │   ├── [7.8K] linking.jd │   │   │   │   │   └── [ 61] product-pages.jd │   │   │   │   ├── [4.0K] publish │   │   │   │   │   ├── [9.3K] console.jd │   │   │   │   │   ├── [ 720] index.jd │   │   │   │   │   ├── [ 31K] preparing.jd │   │   │   │   │   └── [4.0K] register.jd │   │   │   │   ├── [4.0K] quality │   │   │   │   │   ├── [ 27K] core.jd │   │   │   │   │   ├── [1.6K] index.jd │   │   │   │   │   └── [ 27K] tablet.jd │   │   │   │   ├── [4.0K] spotlight │   │   │   │   │   ├── [3.3K] index.jd │   │   │   │   │   └── [ 11K] tablets.jd │   │   │   │   └── [4.0K] strategies │   │   │   │   ├── [ 14K] app-quality.jd │   │   │   │   ├── [ 66] featuring.jd │   │   │   │   └── [ 668] index.jd │   │   │   ├── [1.5K] index.jd │   │   │   ├── [5.3K] open.jd │   │   │   └── [4.0K] promote │   │   │   ├── [ 17K] device-art.jd │   │   │   └── [4.0K] device-art-resources │   │   │   ├── [4.0K] galaxy_nexus │   │   │   │   ├── [ 81K] land_back.png │   │   │   │   ├── [ 31K] land_fore.png │   │   │   │   ├── [ 42K] land_shadow.png │   │   │   │   ├── [ 70K] port_back.png │   │   │   │   ├── [ 26K] port_fore.png │   │   │   │   ├── [ 39K] port_shadow.png │   │   │   │   └── [7.6K] thumb.png │   │   │   ├── [4.0K] nexus_10 │   │   │   │   ├── [215K] land_back.png │   │   │   │   ├── [ 33K] land_fore.png │   │   │   │   ├── [ 30K] land_shadow.png │   │   │   │   ├── [204K] port_back.png │   │   │   │   ├── [ 31K] port_fore.png │   │   │   │   ├── [ 36K] port_shadow.png │   │   │   │   └── [ 16K] thumb.png │   │   │   ├── [4.0K] nexus_4 │   │   │   │   ├── [798K] land_back.png │   │   │   │   ├── [ 33K] land_fore.png │   │   │   │   ├── [ 31K] land_shadow.png │   │   │   │   ├── [830K] port_back.png │   │   │   │   ├── [ 27K] port_fore.png │   │   │   │   ├── [ 37K] port_shadow.png │   │   │   │   └── [ 11K] thumb.png │   │   │   ├── [4.0K] nexus_7 │   │   │   │   ├── [155K] land_back.png │   │   │   │   ├── [ 32K] land_fore.png │   │   │   │   ├── [ 30K] land_shadow.png │   │   │   │   ├── [173K] port_back.png │   │   │   │   ├── [ 30K] port_fore.png │   │   │   │   ├── [ 29K] port_shadow.png │   │   │   │   └── [7.6K] thumb.png │   │   │   ├── [4.0K] nexus_s │   │   │   │   ├── [111K] land_back.png │   │   │   │   ├── [ 20K] land_fore.png │   │   │   │   ├── [ 23K] land_shadow.png │   │   │   │   ├── [105K] port_back.png │   │   │   │   ├── [ 16K] port_fore.png │   │   │   │   ├── [ 21K] port_shadow.png │   │   │   │   └── [9.8K] thumb.png │   │   │   └── [4.0K] xoom │   │   │   ├── [ 27K] land_back.png │   │   │   ├── [ 28K] land_fore.png │   │   │   ├── [ 26K] land_shadow.png │   │   │   ├── [ 25K] port_back.png │   │   │   ├── [ 26K] port_fore.png │   │   │   ├── [ 31K] port_shadow.png │   │   │   └── [8.9K] thumb.png │   │   ├── [1.1K] favicon-a.ico │   │   ├── [ 318] favicon.ico │   │   ├── [1.3K] gcm_navtree_data.js │   │   ├── [8.1K] gms_navtree_data.js │   │   ├── [4.0K] google │   │   │   ├── [4.0K] backup │   │   │   │   ├── [4.0K] index.jd │   │   │   │   ├── [ 22K] signup.jd │   │   │   │   └── [ 20K] terms.jd │   │   │   ├── [4.0K] gcm │   │   │   │   ├── [ 22K] adv.jd │   │   │   │   ├── [7.8K] c2dm.jd │   │   │   │   ├── [ 14K] demo.jd │   │   │   │   ├── [ 54K] gcm.jd │   │   │   │   ├── [ 15K] gs.jd │   │   │   │   └── [2.3K] index.jd │   │   │   ├── [6.9K] google_toc.cs │   │   │   ├── [3.8K] index.jd │   │   │   ├── [4.0K] play │   │   │   │   ├── [4.0K] billing │   │   │   │   │   ├── [ 10K] api.jd │   │   │   │   │   ├── [ 26K] billing_admin.jd │   │   │   │   │   ├── [6.8K] billing_best_practices.jd │   │   │   │   │   ├── [ 20K] billing_integrate.jd │   │   │   │   │   ├── [ 12K] billing_overview.jd │   │   │   │   │   ├── [8.8K] billing_reference.jd │   │   │   │   │   ├── [ 13K] billing_testing.jd │   │   │   │   │   ├── [3.6K] index.jd │   │   │   │   │   ├── [4.0K] v2 │   │   │   │   │   │   ├── [ 31K] api.jd │   │   │   │   │   │   ├── [ 57K] billing_integrate.jd │   │   │   │   │   │   ├── [ 18K] billing_reference.jd │   │   │   │   │   │   └── [ 47K] billing_subscriptions.jd │   │   │   │   │   └── [3.2K] versions.jd │   │   │   │   ├── [1.7K] dist.jd │   │   │   │   ├── [ 61K] expansion-files.jd │   │   │   │   ├── [ 25K] filters.jd │   │   │   │   ├── [4.0K] licensing │   │   │   │   │   ├── [ 50K] adding-licensing.jd │   │   │   │   │   ├── [3.4K] index.jd │   │   │   │   │   ├── [ 17K] licensing-reference.jd │   │   │   │   │   ├── [ 11K] overview.jd │   │   │   │   │   └── [ 30K] setting-up.jd │   │   │   │   └── [4.0K] publishing │   │   │   │   └── [ 39K] multiple-apks.jd │   │   │   └── [4.0K] play-services │   │   │   ├── [ 12K] auth.jd │   │   │   ├── [4.9K] index.jd │   │   │   ├── [3.9K] maps.jd │   │   │   ├── [3.4K] plus.jd │   │   │   └── [7.6K] setup.jd │   │   ├── [ 53] googlef295f8c7d59b0d29.html │   │   ├── [4.0K] guide │   │   │   ├── [4.0K] appendix │   │   │   │   ├── [5.9K] app-intents.jd │   │   │   │   ├── [4.0K] faq │   │   │   │   │   ├── [ 256] commontasks.jd │   │   │   │   │   ├── [ 252] framework.jd │   │   │   │   │   ├── [ 244] index.jd │   │   │   │   │   ├── [ 264] licensingandoss.jd │   │   │   │   │   ├── [ 250] security.jd │   │   │   │   │   └── [ 264] troubleshooting.jd │   │   │   │   ├── [5.9K] g-app-intents.jd │   │   │   │   ├── [ 16K] glossary.jd │   │   │   │   ├── [ 590] index.jd │   │   │   │   ├── [ 11K] install-location.jd │   │   │   │   └── [9.6K] media-formats.jd │   │   │   ├── [4.0K] basics │   │   │   │   ├── [ 14K] appmodel.jd │   │   │   │   ├── [4.0K] building-blocks.jd │   │   │   │   ├── [4.0K] fixme-gs-core-packages.jd │   │   │   │   └── [ 168] index.html │   │   │   ├── [4.0K] components │   │   │   │   ├── [ 41K] activities.jd │   │   │   │   ├── [ 21K] aidl.jd │   │   │   │   ├── [ 31K] bound-services.jd │   │   │   │   ├── [ 43K] fragments.jd │   │   │   │   ├── [ 29K] fundamentals.jd │   │   │   │   ├── [2.7K] index.jd │   │   │   │   ├── [ 45K] intents-filters.jd │   │   │   │   ├── [ 23K] loaders.jd │   │   │   │   ├── [ 23K] processes-and-threads.jd │   │   │   │   ├── [ 45K] services.jd │   │   │   │   └── [ 32K] tasks-and-back-stack.jd │   │   │   ├── [4.0K] faq │   │   │   │   ├── [ 48K] commontasks.jd │   │   │   │   ├── [6.7K] framework.jd │   │   │   │   ├── [ 453] index.jd │   │   │   │   ├── [1.3K] licensingandoss.jd │   │   │   │   ├── [7.1K] security.jd │   │   │   │   └── [ 19K] troubleshooting.jd │   │   │   ├── [ 29K] guide_toc.cs │   │   │   ├── [4.0K] practices │   │   │   │   ├── [4.0K] app-design │   │   │   │   │   ├── [ 324] accessibility.html │   │   │   │   │   ├── [2.0K] index.jd │   │   │   │   │   └── [ 13K] seamlessness.jd │   │   │   │   ├── [ 12K] compatibility.jd │   │   │   │   ├── [2.4K] index.jd │   │   │   │   ├── [ 38K] optimizing-for-3.0.jd │   │   │   │   ├── [ 13K] screen-compat-mode.jd │   │   │   │   ├── [ 11K] screens-distribution.jd │   │   │   │   ├── [7.8K] screens-support-1.5.jd │   │   │   │   ├── [ 72K] screens_support.jd │   │   │   │   ├── [ 13K] seamlessness.jd │   │   │   │   ├── [ 25K] tablets-and-handsets.jd │   │   │   │   └── [4.0K] ui_guidelines │   │   │   │   ├── [ 46K] activity_task_design.jd │   │   │   │   ├── [ 205] icon_design_1.html │   │   │   │   ├── [6.5K] icon_design_action_bar.jd │   │   │   │   ├── [4.8K] icon_design_dialog.jd │   │   │   │   ├── [ 12K] icon_design.jd │   │   │   │   ├── [ 18K] icon_design_launcher_archive.jd │   │   │   │   ├── [9.7K] icon_design_launcher.jd │   │   │   │   ├── [5.0K] icon_design_list.jd │   │   │   │   ├── [ 12K] icon_design_menu.jd │   │   │   │   ├── [ 17K] icon_design_status_bar.jd │   │   │   │   ├── [ 15K] icon_design_tab.jd │   │   │   │   ├── [1.9K] index.jd │   │   │   │   ├── [ 22K] menu_design.jd │   │   │   │   └── [ 14K] widget_design.jd │   │   │   ├── [4.0K] samples │   │   │   │   ├── [4.0K] images │   │   │   │   │   ├── [ 43K] HomeSample.png │   │   │   │   │   ├── [ 53K] JetBoy.png │   │   │   │   │   ├── [ 27K] sample_lunarlander.png │   │   │   │   │   ├── [6.4K] sample_notepad.png │   │   │   │   │   ├── [5.9K] sample_note.png │   │   │   │   │   ├── [ 15K] SearchableDictionary1.png │   │   │   │   │   ├── [ 18K] SearchableDictionary2.png │   │   │   │   │   ├── [5.3K] Snake.png │   │   │   │   │   └── [ 13K] SoftKeyboard.png │   │   │   │   └── [ 299] index.html │   │   │   ├── [4.0K] topics │   │   │   │   ├── [4.0K] admin │   │   │   │   │   ├── [ 33K] device-admin.jd │   │   │   │   │   ├── [ 709] index.jd │   │   │   │   │   └── [ 60] keychain.jd │   │   │   │   ├── [4.0K] appwidgets │   │   │   │   │   └── [ 66K] index.jd │   │   │   │   ├── [4.0K] connectivity │   │   │   │   │   ├── [ 49K] bluetooth.jd │   │   │   │   │   ├── [1.7K] index.jd │   │   │   │   │   ├── [4.0K] nfc │   │   │   │   │   │   ├── [ 12K] advanced-nfc.jd │   │   │   │   │   │   ├── [2.0K] index.jd │   │   │   │   │   │   └── [ 44K] nfc.jd │   │   │   │   │   ├── [ 19K] sip.jd │   │   │   │   │   ├── [4.0K] usb │   │   │   │   │   │   ├── [ 20K] accessory.jd │   │   │   │   │   │   ├── [ 19K] host.jd │   │   │   │   │   │   └── [3.6K] index.jd │   │   │   │   │   └── [ 24K] wifip2p.jd │   │   │   │   ├── [4.0K] data │   │   │   │   │   ├── [ 45K] backup.jd │   │   │   │   │   ├── [ 20K] data-storage.jd │   │   │   │   │   ├── [ 793] index.jd │   │   │   │   │   └── [ 11K] install-location.jd │   │   │   │   ├── [4.0K] graphics │   │   │   │   │   ├── [ 27K] 2d-graphics.jd │   │   │   │   │   ├── [3.5K] drawable-animation.jd │   │   │   │   │   ├── [ 23K] hardware-accel.jd │   │   │   │   │   ├── [2.1K] index.jd │   │   │   │   │   ├── [ 28K] opengl.jd │   │   │   │   │   ├── [4.3K] overview.jd │   │   │   │   │   ├── [ 47K] prop-animation.jd │   │   │   │   │   ├── [4.0K] renderscript │   │   │   │   │   │   └── [ 42K] graphics.jd │   │   │   │   │   └── [6.1K] view-animation.jd │   │   │   │   ├── [ 168] index.html │   │   │   │   ├── [4.0K] location │   │   │   │   │   ├── [4.0K] index.jd │   │   │   │   │   └── [ 21K] strategies.jd │   │   │   │   ├── [4.0K] manifest │   │   │   │   │   ├── [1.9K] action-element.jd │   │   │   │   │   ├── [6.6K] activity-alias-element.jd │   │   │   │   │   ├── [ 44K] activity-element.jd │   │   │   │   │   ├── [ 18K] application-element.jd │   │   │   │   │   ├── [1.5K] category-element.jd │   │   │   │   │   ├── [6.8K] compatible-screens-element.jd │   │   │   │   │   ├── [6.8K] data-element.jd │   │   │   │   │   ├── [3.7K] grant-uri-permission-element.jd │   │   │   │   │   ├── [3.0K] instrumentation-element.jd │   │   │   │   │   ├── [5.7K] intent-filter-element.jd │   │   │   │   │   ├── [9.5K] manifest-element.jd │   │   │   │   │   ├── [ 25K] manifest-intro.jd │   │   │   │   │   ├── [4.1K] meta-data-element.jd │   │   │   │   │   ├── [4.0K] path-permission-element.jd │   │   │   │   │   ├── [6.3K] permission-element.jd │   │   │   │   │   ├── [3.0K] permission-group-element.jd │   │   │   │   │   ├── [3.0K] permission-tree-element.jd │   │   │   │   │   ├── [ 15K] provider-element.jd │   │   │   │   │   ├── [9.0K] receiver-element.jd │   │   │   │   │   ├── [9.5K] service-element.jd │   │   │   │   │   ├── [7.6K] supports-gl-texture-element.jd │   │   │   │   │   ├── [ 13K] supports-screens-element.jd │   │   │   │   │   ├── [7.0K] uses-configuration-element.jd │   │   │   │   │   ├── [ 44K] uses-feature-element.jd │   │   │   │   │   ├── [4.3K] uses-library-element.jd │   │   │   │   │   ├── [3.2K] uses-permission-element.jd │   │   │   │   │   └── [ 29K] uses-sdk-element.jd │   │   │   │   ├── [4.0K] media │   │   │   │   │   ├── [7.8K] audio-capture.jd │   │   │   │   │   ├── [ 70K] camera.jd │   │   │   │   │   ├── [4.0K] images │   │   │   │   │   │   ├── [143K] camera-area-coordinates.png │   │   │   │   │   │   ├── [ 45K] notification1.png │   │   │   │   │   │   └── [ 13K] notification2.png │   │   │   │   │   ├── [2.3K] index.jd │   │   │   │   │   ├── [4.0K] jet │   │   │   │   │   │   └── [ 36K] jetcreator_manual.jd │   │   │   │   │   ├── [2.4K] jetplayer.jd │   │   │   │   │   └── [ 33K] mediaplayer.jd │   │   │   │   ├── [4.0K] processes │   │   │   │   │   └── [6.5K] process-lifecycle.jd │   │   │   │   ├── [4.0K] providers │   │   │   │   │   ├── [ 48K] calendar-provider.jd │   │   │   │   │   ├── [110K] contacts-provider.jd │   │   │   │   │   ├── [ 50K] content-provider-basics.jd │   │   │   │   │   ├── [ 54K] content-provider-creating.jd │   │   │   │   │   └── [3.9K] content-providers.jd │   │   │   │   ├── [4.0K] renderscript │   │   │   │   │   ├── [ 31K] advanced.jd │   │   │   │   │   ├── [ 18K] compute.jd │   │   │   │   │   ├── [1.8K] index.jd │   │   │   │   │   └── [ 575] reference.jd │   │   │   │   ├── [4.0K] resources │   │   │   │   │   ├── [ 14K] accessing-resources.jd │   │   │   │   │   ├── [ 34K] animation-resource.jd │   │   │   │   │   ├── [2.7K] available-resources.jd │   │   │   │   │   ├── [7.0K] color-list-resource.jd │   │   │   │   │   ├── [ 66K] drawable-resource.jd │   │   │   │   │   ├── [2.5K] index.jd │   │   │   │   │   ├── [ 13K] layout-resource.jd │   │   │   │   │   ├── [ 29K] localization.jd │   │   │   │   │   ├── [ 14K] menu-resource.jd │   │   │   │   │   ├── [ 24K] more-resources.jd │   │   │   │   │   ├── [5.3K] overview.jd │   │   │   │   │   ├── [ 57K] providing-resources.jd │   │   │   │   │   ├── [ 259] resources-i18n.jd │   │   │   │   │   ├── [ 14K] runtime-changes.jd │   │   │   │   │   ├── [ 19K] string-resource.jd │   │   │   │   │   └── [3.8K] style-resource.jd │   │   │   │   ├── [4.0K] search │   │   │   │   │   ├── [ 39K] adding-custom-suggestions.jd │   │   │   │   │   ├── [9.9K] adding-recent-query-suggestions.jd │   │   │   │   │   ├── [5.6K] index.jd │   │   │   │   │   ├── [ 20K] searchable-config.jd │   │   │   │   │   └── [ 43K] search-dialog.jd │   │   │   │   ├── [4.0K] security │   │   │   │   │   ├── [3.5K] index.jd │   │   │   │   │   ├── [ 22K] permissions.jd │   │   │   │   │   └── [ 40K] security.jd │   │   │   │   ├── [4.0K] sensors │   │   │   │   │   ├── [1.7K] index.jd │   │   │   │   │   ├── [8.2K] sensors_environment.jd │   │   │   │   │   ├── [ 21K] sensors_motion.jd │   │   │   │   │   ├── [ 39K] sensors_overview.jd │   │   │   │   │   └── [ 14K] sensors_position.jd │   │   │   │   ├── [4.0K] text │   │   │   │   │   ├── [ 46K] copy-paste.jd │   │   │   │   │   ├── [ 23K] creating-input-method.jd │   │   │   │   │   ├── [1.7K] index.jd │   │   │   │   │   └── [ 10K] spell-checker-framework.jd │   │   │   │   └── [4.0K] ui │   │   │   │   ├── [4.0K] accessibility │   │   │   │   │   ├── [ 36K] apps.jd │   │   │   │   │   ├── [ 17K] calendar.png │   │   │   │   │   ├── [ 11K] checklist.jd │   │   │   │   │   ├── [2.8K] index.jd │   │   │   │   │   └── [ 26K] services.jd │   │   │   │   ├── [ 73K] actionbar.jd │   │   │   │   ├── [3.5K] binding.jd │   │   │   │   ├── [4.0K] controls │   │   │   │   │   ├── [9.4K] button.jd │   │   │   │   │   ├── [3.5K] checkbox.jd │   │   │   │   │   ├── [ 10K] pickers.jd │   │   │   │   │   ├── [3.9K] radiobutton.jd │   │   │   │   │   ├── [5.8K] spinner.jd │   │   │   │   │   ├── [ 14K] text.jd │   │   │   │   │   └── [4.3K] togglebutton.jd │   │   │   │   ├── [4.3K] controls.jd │   │   │   │   ├── [ 25K] custom-components.jd │   │   │   │   ├── [ 25K] declaring-layout.jd │   │   │   │   ├── [ 34K] dialogs.jd │   │   │   │   ├── [ 44K] drag-drop.jd │   │   │   │   ├── [4.9K] how-android-draws.jd │   │   │   │   ├── [4.0K] images │   │   │   │   │   ├── [2.7K] android_focused.png │   │   │   │   │   ├── [2.0K] android_normal.png │   │   │   │   │   ├── [2.3K] android_pressed.png │   │   │   │   │   ├── [5.5K] hello-gallery.png │   │   │   │   │   ├── [ 21K] hello-gridview.png │   │   │   │   │   ├── [4.1K] hello-linearlayout.png │   │   │   │   │   ├── [ 26K] hello-listview.png │   │   │   │   │   ├── [ 49K] hello-mapview.png │   │   │   │   │   ├── [2.3K] hello-relativelayout.png │   │   │   │   │   ├── [3.4K] hello-tablelayout.png │   │   │   │   │   ├── [ 10K] hello-tabwidget.png │   │   │   │   │   ├── [ 16K] hello-webview.png │   │   │   │   │   ├── [ 791] ic_tab_artists_grey.png │   │   │   │   │   └── [1.1K] ic_tab_artists_white.png │   │   │   │   ├── [3.0K] index.jd │   │   │   │   ├── [4.0K] layout │   │   │   │   │   ├── [6.2K] grid.jd │   │   │   │   │   ├── [8.2K] gridview.jd │   │   │   │   │   ├── [4.4K] linear.jd │   │   │   │   │   ├── [6.4K] listview.jd │   │   │   │   │   ├── [5.2K] relative.jd │   │   │   │   │   └── [10.0K] tabs.jd │   │   │   │   ├── [ 166] layout-objects.jd │   │   │   │   ├── [ 48K] menus.jd │   │   │   │   ├── [4.0K] notifiers │   │   │   │   │   ├── [4.1K] index.jd │   │   │   │   │   ├── [ 45K] notifications.jd │   │   │   │   │   └── [5.9K] toasts.jd │   │   │   │   ├── [3.6K] overview.jd │   │   │   │   ├── [ 51K] settings.jd │   │   │   │   ├── [4.0K] sharables │   │   │   │   │   └── [249K] sample_images.zip │   │   │   │   ├── [ 20K] themes.jd │   │   │   │   └── [ 17K] ui-events.jd │   │   │   └── [4.0K] webapps │   │   │   ├── [4.4K] best-practices.jd │   │   │   ├── [6.5K] debugging.jd │   │   │   ├── [ 548] index.jd │   │   │   ├── [4.1K] overview.jd │   │   │   ├── [ 22K] targeting.jd │   │   │   └── [ 14K] webview.jd │   │   ├── [ 12K] images │   │   │   ├── [4.0K] about │   │   │   │   └── [144K] growth-chart.png │   │   │   ├── [ 42K] activity_fragment_lifecycle.png │   │   │   ├── [ 81K] activity_lifecycle.png │   │   │   ├── [4.0K] activity_task_design │   │   │   │   ├── [ 81K] ActivityChooser.png │   │   │   │   ├── [ 81K] ContactNew.png │   │   │   │   ├── [ 81K] ContactsDialer.png │   │   │   │   ├── [ 81K] ContactsList.png │   │   │   │   ├── [ 81K] ContactView.png │   │   │   │   ├── [ 25K] HomeTaskBasics1a.png │   │   │   │   ├── [ 26K] HomeTaskBasics1b.png │   │   │   │   ├── [ 25K] HomeTaskBasics1c.png │   │   │   │   ├── [ 45K] HomeTaskBasics1d.png │   │   │   │   ├── [ 23K] HomeTaskBasics1e.png │   │   │   │   ├── [ 20K] HomeTaskSwitching1a.png │   │   │   │   ├── [ 18K] HomeTaskSwitching1b.png │   │   │   │   ├── [ 24K] HomeTaskSwitching1c.png │   │   │   │   ├── [ 41K] HomeTaskSwitching2.png │   │   │   │   ├── [ 26K] HomeTaskSwitching3a.png │   │   │   │   ├── [ 21K] HomeTaskSwitching3b.png │   │   │   │   ├── [ 16K] HomeTaskSwitching3c.png │   │   │   │   ├── [ 37K] IntentsDiagram.png │   │   │   │   ├── [ 30K] PhoneActivitiesDiagram.png │   │   │   │   ├── [ 44K] ReplacingAnActivity.png │   │   │   │   ├── [ 29K] ReusingAnActivity1.png │   │   │   │   └── [ 27K] ReusingAnActivity2.png │   │   │   ├── [4.0K] admin │   │   │   │   ├── [ 90K] device-admin-activate-prompt.png │   │   │   │   └── [ 29K] device-admin-app.png │   │   │   ├── [2.3K] android_adc.gif │   │   │   ├── [4.5K] android_icon_125.png │   │   │   ├── [2.7K] android-logo.png │   │   │   ├── [4.0K] animation │   │   │   │   ├── [ 35K] animation-linear.png │   │   │   │   ├── [ 41K] animation-nonlinear.png │   │   │   │   └── [ 41K] valueanimator.png │   │   │   ├── [ 16K] anr.png │   │   │   ├── [4.0K] appwidgets │   │   │   │   ├── [ 43K] appwidget_collections.png │   │   │   │   ├── [ 12K] appwidget.png │   │   │   │   └── [2.5K] StackWidget.png │   │   │   ├── [ 51K] avd-manager.png │   │   │   ├── [ 17K] axis_device.png │   │   │   ├── [6.1K] axis_globe_inverted.png │   │   │   ├── [8.1K] axis_globe.png │   │   │   ├── [ 63K] billing_arch.png │   │   │   ├── [106K] billing_checkout_flow.png │   │   │   ├── [ 21K] billing_check_supported.png │   │   │   ├── [137K] billing_list_form_2.png │   │   │   ├── [ 94K] billing_list_form.png │   │   │   ├── [ 95K] billing_package.png │   │   │   ├── [ 76K] billing_product_list_entry.png │   │   │   ├── [ 66K] billing_product_list.png │   │   │   ├── [ 98K] billing_public_key.png │   │   │   ├── [ 30K] billing_refund.png │   │   │   ├── [ 37K] billing_request_purchase.png │   │   │   ├── [ 25K] billing_restore_transactions.png │   │   │   ├── [ 56K] billing_subscription_flow.png │   │   │   ├── [103K] billing_test_flow.png │   │   │   ├── [ 30K] binder_rpc.png │   │   │   ├── [4.0K] brand │   │   │   │   ├── [7.7K] af_generic_rgb_wo_45.png │   │   │   │   ├── [9.5K] af_generic_rgb_wo_60.png │   │   │   │   ├── [6.9K] android_logo_no.png │   │   │   │   ├── [4.0K] Android_Robot_100.png │   │   │   │   ├── [8.1K] Android_Robot_200.png │   │   │   │   ├── [ 21K] Android_Robot_500.png │   │   │   │   ├── [7.9K] ar_generic_rgb_wo_45.png │   │   │   │   ├── [9.9K] ar_generic_rgb_wo_60.png │   │   │   │   ├── [8.1K] be_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] be_generic_rgb_wo_60.png │   │   │   │   ├── [8.1K] bg_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] bg_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] ca_generic_rgb_wo_45.png │   │   │   │   ├── [9.9K] ca_generic_rgb_wo_60.png │   │   │   │   ├── [7.5K] cs_generic_rgb_wo_45.png │   │   │   │   ├── [9.4K] cs_generic_rgb_wo_60.png │   │   │   │   ├── [8.3K] da_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] da_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] de_app_rgb_wo_45.png │   │   │   │   ├── [10.0K] de_app_rgb_wo_60.png │   │   │   │   ├── [7.6K] de_generic_rgb_wo_45.png │   │   │   │   ├── [9.4K] de_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] el_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] el_generic_rgb_wo_60.png │   │   │   │   ├── [8.7K] en_app_rgb_wo_45.png │   │   │   │   ├── [ 10K] en_app_rgb_wo_60.png │   │   │   │   ├── [8.0K] en_generic_rgb_wo_45.png │   │   │   │   ├── [9.4K] en_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] es-419_app_rgb_wo_45.png │   │   │   │   ├── [10.0K] es-419_app_rgb_wo_60.png │   │   │   │   ├── [8.2K] es-419_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] es-419_generic_rgb_wo_60.png │   │   │   │   ├── [9.0K] es_app_rgb_wo_45.png │   │   │   │   ├── [ 11K] es_app_rgb_wo_60.png │   │   │   │   ├── [8.2K] es_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] es_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] et_generic_rgb_wo_45.png │   │   │   │   ├── [9.8K] et_generic_rgb_wo_60.png │   │   │   │   ├── [8.1K] fa_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] fa_generic_rgb_wo_60.png │   │   │   │   ├── [8.1K] fi_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] fi_generic_rgb_wo_60.png │   │   │   │   ├── [7.9K] fil_generic_rgb_wo_45.png │   │   │   │   ├── [9.7K] fil_generic_rgb_wo_60.png │   │   │   │   ├── [8.3K] fr_app_rgb_wo_45.png │   │   │   │   ├── [ 10K] fr_app_rgb_wo_60.png │   │   │   │   ├── [8.3K] fr_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] fr_generic_rgb_wo_60.png │   │   │   │   ├── [3.4K] Google_Play_Store_48.png │   │   │   │   ├── [ 10K] Google_Play_Store_96.png │   │   │   │   ├── [8.1K] hr_generic_rgb_wo_45.png │   │   │   │   ├── [9.9K] hr_generic_rgb_wo_60.png │   │   │   │   ├── [7.7K] hu_generic_rgb_wo_45.png │   │   │   │   ├── [9.6K] hu_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] id-in_generic_rgb_wo_45.png │   │   │   │   ├── [9.8K] id-in_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] it_app_rgb_wo_45.png │   │   │   │   ├── [ 10K] it_app_rgb_wo_60.png │   │   │   │   ├── [8.2K] it_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] it_generic_rgb_wo_60.png │   │   │   │   ├── [7.3K] iw-he_generic_rgb_wo_45.png │   │   │   │   ├── [9.1K] iw-he_generic_rgb_wo_60.png │   │   │   │   ├── [7.9K] ja_app_rgb_wo_45.png │   │   │   │   ├── [9.9K] ja_app_rgb_wo_60.png │   │   │   │   ├── [8.0K] ja_generic_rgb_wo_45.png │   │   │   │   ├── [10.0K] ja_generic_rgb_wo_60.png │   │   │   │   ├── [7.8K] ko_app_rgb_wo_45.png │   │   │   │   ├── [9.6K] ko_app_rgb_wo_60.png │   │   │   │   ├── [8.1K] ko_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] ko_generic_rgb_wo_60.png │   │   │   │   ├── [8.3K] lt_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] lt_generic_rgb_wo_60.png │   │   │   │   ├── [7.8K] lv_generic_rgb_wo_45.png │   │   │   │   ├── [9.6K] lv_generic_rgb_wo_60.png │   │   │   │   ├── [9.6K] mediaplayer.png │   │   │   │   ├── [8.1K] ms_generic_rgb_wo_45.png │   │   │   │   ├── [10.0K] ms_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] nl_app_rgb_wo_45.png │   │   │   │   ├── [10.0K] nl_app_rgb_wo_60.png │   │   │   │   ├── [7.9K] nl_generic_rgb_wo_45.png │   │   │   │   ├── [9.7K] nl_generic_rgb_wo_60.png │   │   │   │   ├── [7.0K] no_generic_rgb_wo_45.png │   │   │   │   ├── [8.7K] no_generic_rgb_wo_60.png │   │   │   │   ├── [7.7K] pl_generic_rgb_wo_45.png │   │   │   │   ├── [9.5K] pl_generic_rgb_wo_60.png │   │   │   │   ├── [8.8K] pt-br_app_rgb_wo_45.png │   │   │   │   ├── [ 11K] pt-br_app_rgb_wo_60.png │   │   │   │   ├── [7.9K] pt-br_generic_rgb_wo_45.png │   │   │   │   ├── [10.0K] pt-br_generic_rgb_wo_60.png │   │   │   │   ├── [8.6K] pt-pt_app_rgb_wo_45.png │   │   │   │   ├── [ 11K] pt-pt_app_rgb_wo_60.png │   │   │   │   ├── [8.1K] pt-pt_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] pt-pt_generic_rgb_wo_60.png │   │   │   │   ├── [8.1K] ro_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] ro_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] ru_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] ru_generic_rgb_wo_60.png │   │   │   │   ├── [7.8K] sk_generic_rgb_wo_45.png │   │   │   │   ├── [9.6K] sk_generic_rgb_wo_60.png │   │   │   │   ├── [7.7K] sl_generic_rgb_wo_45.png │   │   │   │   ├── [9.5K] sl_generic_rgb_wo_60.png │   │   │   │   ├── [8.4K] sr_generic_rgb_wo_45.png │   │   │   │   ├── [ 11K] sr_generic_rgb_wo_60.png │   │   │   │   ├── [7.0K] sv_generic_rgb_wo_45.png │   │   │   │   ├── [8.7K] sv_generic_rgb_wo_60.png │   │   │   │   ├── [8.1K] sw_generic_rgb_wo_45.png │   │   │   │   ├── [9.9K] sw_generic_rgb_wo_60.png │   │   │   │   ├── [7.5K] th_generic_rgb_wo_45.png │   │   │   │   ├── [9.4K] th_generic_rgb_wo_60.png │   │   │   │   ├── [7.9K] tr_generic_rgb_wo_45.png │   │   │   │   ├── [9.8K] tr_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] uk_generic_rgb_wo_45.png │   │   │   │   ├── [10.0K] uk_generic_rgb_wo_60.png │   │   │   │   ├── [8.2K] vi_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] vi_generic_rgb_wo_60.png │   │   │   │   ├── [7.8K] zh-cn_generic_rgb_wo_45.png │   │   │   │   ├── [10.0K] zh-cn_generic_rgb_wo_60.png │   │   │   │   ├── [7.7K] zh-hk_generic_rgb_wo_45.png │   │   │   │   ├── [9.8K] zh-hk_generic_rgb_wo_60.png │   │   │   │   ├── [7.8K] zh-tw_generic_rgb_wo_45.png │   │   │   │   ├── [9.8K] zh-tw_generic_rgb_wo_60.png │   │   │   │   ├── [7.9K] zu_generic_rgb_wo_45.png │   │   │   │   └── [9.7K] zu_generic_rgb_wo_60.png │   │   │   ├── [ 12K] bt_enable_discoverable.png │   │   │   ├── [9.3K] bt_enable_request.png │   │   │   ├── [7.7K] bt_pairing_request.png │   │   │   ├── [103K] build.png │   │   │   ├── [ 44K] build-simplified.png │   │   │   ├── [ 15K] c2dm.png │   │   │   ├── [145K] canvas.png │   │   │   ├── [4.0K] code_templates │   │   │   │   ├── [ 14K] ba-dropdown.png │   │   │   │   ├── [ 12K] ba-no-navigation.png │   │   │   │   ├── [ 12K] ba-tabs.png │   │   │   │   ├── [ 12K] ba-title-strip.png │   │   │   │   ├── [ 55K] full-screen-activity.png │   │   │   │   ├── [ 24K] login-activity.png │   │   │   │   ├── [ 39K] master-detail-flow.png │   │   │   │   └── [ 34K] settings-activity.png │   │   │   ├── [5.3K] content_uri.png │   │   │   ├── [ 17K] custom_message.png │   │   │   ├── [ 19K] custom_toast.png │   │   │   ├── [4.1K] dac-design-icon.png │   │   │   ├── [191K] debug-ddms.png │   │   │   ├── [ 35K] debugging.png │   │   │   ├── [146K] debugging-tall.png │   │   │   ├── [7.6K] designing_ui_layout_example.png │   │   │   ├── [ 45K] designing_ui_relative_layout.png │   │   │   ├── [4.0K] develop │   │   │   │   ├── [110K] app_components.png │   │   │   │   ├── [ 16K] auth-code.png │   │   │   │   ├── [ 97K] connectivity.png │   │   │   │   ├── [ 56K] marquee-play.png │   │   │   │   └── [ 56K] resources.png │   │   │   ├── [4.0K] developing │   │   │   │   ├── [ 36K] adt-props-isLib.png │   │   │   │   ├── [ 39K] adt-props-libRef.png │   │   │   │   ├── [ 45K] avd-dialog.png │   │   │   │   ├── [ 85K] ddms-network.png │   │   │   │   ├── [120K] developing_overview.png │   │   │   │   ├── [ 73K] hv_device_window.png │   │   │   │   ├── [127K] hv_pixelperfect.png │   │   │   │   ├── [148K] hv_treeview_screenshot.png │   │   │   │   ├── [183K] hv_view_hierarchy_window.png │   │   │   │   ├── [330K] intellijidea_android_ide.png │   │   │   │   ├── [ 26K] lib-migration-0.png │   │   │   │   ├── [ 91K] lib-migration-1.png │   │   │   │   ├── [ 18K] lib-migration-2.png │   │   │   │   └── [ 93K] sdk-usb-driver.png │   │   │   ├── [ 26K] develop-placeholder.png │   │   │   ├── [4.0K] distribute │   │   │   │   ├── [3.9K] feature-market.png │   │   │   │   ├── [7.9K] feature-monetize.png │   │   │   │   ├── [4.4K] feature-register.png │   │   │   │   ├── [351K] instapaper.png │   │   │   │   ├── [111K] marquee-play.png │   │   │   │   ├── [461K] mint.png │   │   │   │   └── [923K] tinyvillage.png │   │   │   ├── [ 20K] draw9patch-bad.png │   │   │   ├── [ 21K] draw9patch-norm.png │   │   │   ├── [ 24K] drm_arch.png │   │   │   ├── [ 187] editorschoice_ann.png │   │   │   ├── [4.0K] efficient-downloads │   │   │   │   ├── [ 27K] DDMS.png │   │   │   │   ├── [ 16K] graphs.png │   │   │   │   └── [ 34K] mobile_radio_state_machine.png │   │   │   ├── [ 95K] emulator-wvga800l.png │   │   │   ├── [208K] external-display.png │   │   │   ├── [ 74K] fragment_lifecycle.png │   │   │   ├── [4.0K] fundamentals │   │   │   │   ├── [ 42K] diagram_backstack.png │   │   │   │   ├── [ 58K] diagram_backstack_singletask_multiactivity.png │   │   │   │   ├── [ 23K] diagram_multiple_instances.png │   │   │   │   ├── [ 24K] diagram_multitasking.png │   │   │   │   ├── [ 48K] fragments.png │   │   │   │   ├── [ 72K] restore_instance.png │   │   │   │   └── [ 79K] service_binding_tree_lifecycle.png │   │   │   ├── [4.0K] gcm │   │   │   │   ├── [ 38K] gcm-api-access.png │   │   │   │   ├── [ 46K] gcm-api-key.png │   │   │   │   ├── [ 20K] gcm-avd-first-msg.png │   │   │   │   ├── [ 17K] gcm-avd-home-auto-reg.png │   │   │   │   ├── [ 39K] gcm-config-server-key.png │   │   │   │   ├── [ 27K] gcm-create-api-proj.png │   │   │   │   ├── [ 17K] gcm-demo-homepage-appengine.png │   │   │   │   ├── [ 18K] gcm-demo-homepage.png │   │   │   │   ├── [ 20K] gcm-device-reg.png │   │   │   │   ├── [ 43K] gcm-logo.png │   │   │   │   └── [ 26K] gcm-sent-server.png │   │   │   ├── [4.0K] gltracer │   │   │   │   ├── [ 42K] dialog-trace.png │   │   │   │   ├── [ 331] icon-capture.png │   │   │   │   └── [ 538] icon-load-trace.png │   │   │   ├── [4.0K] google │   │   │   │   ├── [3.6K] admob-money.png │   │   │   │   ├── [2.6K] analytics.png │   │   │   │   ├── [1.7K] gcm-cloud.png │   │   │   │   ├── [211K] gms.png │   │   │   │   ├── [ 78K] google-services.png │   │   │   │   ├── [ 23K] gps-googleplus.png │   │   │   │   ├── [123K] gps-maps.png │   │   │   │   ├── [626K] gps.png │   │   │   │   ├── [6.8K] gps-puzzle.png │   │   │   │   ├── [2.0K] iab-99c.png │   │   │   │   ├── [2.0K] maps-pin.png │   │   │   │   ├── [132K] maps-v2-trulia-n7.png │   │   │   │   └── [2.0K] plus-one.png │   │   │   ├── [ 11K] google-apis.png │   │   │   ├── [248K] gp-apps-home.png │   │   │   ├── [ 37K] gp-buyer-currency.png │   │   │   ├── [ 60K] gp-collectibles.png │   │   │   ├── [ 32K] gp-dc-countries.png │   │   │   ├── [249K] gp-dc-details.png │   │   │   ├── [ 57K] gp-dc-home.png │   │   │   ├── [ 54K] gp-dc-profile.png │   │   │   ├── [ 78K] gp-dc-reviews.png │   │   │   ├── [ 68K] gp-dc-stats-mini.png │   │   │   ├── [126K] gp-dc-stats.png │   │   │   ├── [355K] gp-details-pages-magicpiano.png │   │   │   ├── [120K] gp-details-ww.png │   │   │   ├── [ 59K] gp-details-ww-purchase.png │   │   │   ├── [138K] gp-devconsole-home.png │   │   │   ├── [136K] gp-device.png │   │   │   ├── [ 87K] gp-games-home.png │   │   │   ├── [ 39K] gp-growth-downloads.png │   │   │   ├── [249K] gpp-cat-feature280-photo.png │   │   │   ├── [213K] gpp-cat-feature280-puzzle.png │   │   │   ├── [167K] gpp-cat-feature280-sports.png │   │   │   ├── [ 57K] gp-rating-web.png │   │   │   ├── [ 47K] gp-sendto.png │   │   │   ├── [ 47K] gp-subs.png │   │   │   ├── [ 21K] gp-supported-dev-requirements.png │   │   │   ├── [ 98K] gp-tab.png │   │   │   ├── [ 77K] gp-top-new-paid.png │   │   │   ├── [ 518] gradient_drawable.png │   │   │   ├── [ 48K] hierarchyviewer-layout.png │   │   │   ├── [ 71K] hierarchyviewer-pixelperfect.png │   │   │   ├── [4.0K] home │   │   │   │   ├── [ 25K] android-design.png │   │   │   │   ├── [174K] android-jellybean.png │   │   │   │   ├── [196K] design.png │   │   │   │   ├── [233K] developers_live.png │   │   │   │   ├── [597K] google-io.png │   │   │   │   ├── [244K] google-play.png │   │   │   │   ├── [ 80K] ics-android.png │   │   │   │   ├── [8.5K] io-logo.png │   │   │   │   ├── [ 15K] market_icon.png │   │   │   │   ├── [4.8K] market-intl.png │   │   │   │   └── [7.5K] play_logo.png │   │   │   ├── [ 25K] home-marquee.jpg │   │   │   ├── [ 24K] iab-thumb.png │   │   │   ├── [ 12K] icon_design │   │   │   │   ├── [4.3K] action_bar_examples.png │   │   │   │   ├── [3.0K] action_bar_holo_dark_style.png │   │   │   │   ├── [2.9K] action_bar_holo_light_style.png │   │   │   │   ├── [ 63K] dialog_icon.png │   │   │   │   ├── [ 16K] dialog_light.png │   │   │   │   ├── [192K] do_dont_menuicons.png │   │   │   │   ├── [ 56K] do_dont.png │   │   │   │   ├── [3.5K] do_dont_statusicons.png │   │   │   │   ├── [8.2K] do_dont_tabicons.png │   │   │   │   ├── [2.9K] ic_launcher_alarmclock.png │   │   │   │   ├── [3.3K] ic_launcher_browser.png │   │   │   │   ├── [3.2K] ic_launcher_calculator.png │   │   │   │   ├── [3.2K] ic_launcher_calendar.png │   │   │   │   ├── [3.1K] ic_launcher_camera.png │   │   │   │   ├── [2.9K] ic_launcher_contacts.png │   │   │   │   ├── [3.4K] ic_launcher_email_generic.png │   │   │   │   ├── [2.8K] ic_launcher_email.png │   │   │   │   ├── [3.0K] ic_launcher_gallery.png │   │   │   │   ├── [3.1K] ic_launcher_generic_application.png │   │   │   │   ├── [3.4K] ic_launcher_google_talk.png │   │   │   │   ├── [2.9K] ic_launcher_IM.png │   │   │   │   ├── [3.5K] ic_launcher_maps.png │   │   │   │   ├── [3.1K] ic_launcher_marketplace.png │   │   │   │   ├── [6.9K] ic_launcher_musicplayer_2.png │   │   │   │   ├── [3.5K] ic_launcher_phone_dialer.png │   │   │   │   ├── [3.2K] ic_launcher_settings.png │   │   │   │   ├── [3.9K] ic_launcher_sms_mms.png │   │   │   │   ├── [3.3K] ic_launcher_video_camera.png │   │   │   │   ├── [5.7K] ic_launcher_voicedial.png │   │   │   │   ├── [2.5K] ic_launcher_voicesearch.png │   │   │   │   ├── [3.0K] ic_launcher_youtube.png │   │   │   │   ├── [2.0K] ic_menu_add.png │   │   │   │   ├── [1.3K] ic_menu_archive.png │   │   │   │   ├── [2.2K] ic_menu_attachment.png │   │   │   │   ├── [1.2K] ic_menu_back.png │   │   │   │   ├── [1.7K] ic_menu_call.png │   │   │   │   ├── [1.9K] ic_menu_camera.png │   │   │   │   ├── [1.4K] ic_menu_camera_video_view.png │   │   │   │   ├── [2.4K] ic_menu_close_clear_cancel.png │   │   │   │   ├── [3.9K] ic_menu_compass.png │   │   │   │   ├── [1.7K] ic_menu_delete.png │   │   │   │   ├── [1.6K] ic_menu_directions.png │   │   │   │   ├── [1.6K] ic_menu_edit.png │   │   │   │   ├── [1.6K] ic_menu_favorite.png │   │   │   │   ├── [1.2K] ic_menu_forward.png │   │   │   │   ├── [2.3K] ic_menu_gallery.png │   │   │   │   ├── [1.6K] ic_menu_goto.png │   │   │   │   ├── [5.2K] ic_menu_help.png │   │   │   │   ├── [2.0K] ic_menu_home.png │   │   │   │   ├── [2.1K] ic_menu_info_details.png │   │   │   │   ├── [1.9K] ic_menu_mapmode.png │   │   │   │   ├── [2.5K] ic_menu_mark.png │   │   │   │   ├── [2.4K] ic_menu_more.png │   │   │   │   ├── [2.4K] ic_menu_mylocation.png │   │   │   │   ├── [1.4K] ic_menu_play_clip.png │   │   │   │   ├── [2.1K] ic_menu_preferences.png │   │   │   │   ├── [2.6K] ic_menu_recent_history.png │   │   │   │   ├── [2.4K] ic_menu_refresh.png │   │   │   │   ├── [2.4K] ic_menu_rotate.png │   │   │   │   ├── [1.6K] ic_menu_save.png │   │   │   │   ├── [4.9K] ic_menu_search.png │   │   │   │   ├── [1.9K] ic_menu_send.png │   │   │   │   ├── [2.1K] ic_menu_share.png │   │   │   │   ├── [2.3K] ic_menu_shuffle.png │   │   │   │   ├── [1.5K] ic_menu_upload.png │   │   │   │   ├── [1.9K] ic_menu_view.png │   │   │   │   ├── [2.2K] ic_menu_zoom.png │   │   │   │   ├── [503K] IconGraphic_AccentColor.png │   │   │   │   ├── [ 11K] IconGraphic_Colors.png │   │   │   │   ├── [539K] IconGraphic_DosDonts.png │   │   │   │   ├── [ 97K] IconGraphic_Icons_i.png │   │   │   │   ├── [728K] IconGraphic_Icons.png │   │   │   │   ├── [503K] IconGraphic_Materials.png │   │   │   │   ├── [ 12K] IconGraphic_OpticalSize_ldpi.png │   │   │   │   ├── [183K] IconGraphic_OpticalSize_l.png │   │   │   │   ├── [129K] IconGraphic_OpticalSize_s.png │   │   │   │   ├── [134K] IconGraphic_Shadow_HVGA.png │   │   │   │   ├── [134K] IconGraphic_Shadow_WVGA.png │   │   │   │   ├── [ 43K] icon_guidelines_logo.png │   │   │   │   ├── [ 28K] launcher_dodont_clock.png │   │   │   │   ├── [ 18K] launcher_dodont_custom_2.png │   │   │   │   ├── [ 10K] launcher_dodont_custom.png │   │   │   │   ├── [ 24K] launcher_dodont_settings.png │   │   │   │   ├── [134K] launcher_examples.png │   │   │   │   ├── [ 59K] launcher_light.png │   │   │   │   ├── [3.2K] launcher_palette_black.png │   │   │   │   ├── [3.2K] launcher_palette_dark.png │   │   │   │   ├── [3.2K] launcher_palette_gradient_dark.png │   │   │   │   ├── [3.2K] launcher_palette_gradient_light.png │   │   │   │   ├── [3.2K] launcher_palette_gradient_medium.png │   │   │   │   ├── [3.2K] launcher_palette_light.png │   │   │   │   ├── [3.2K] launcher_palette_medium.png │   │   │   │   ├── [3.1K] launcher_palette_white.png │   │   │   │   ├── [ 24K] launcher_size_hdpi.png │   │   │   │   ├── [9.7K] launcher_size_ldpi.png │   │   │   │   ├── [ 13K] launcher_size_mdpi.png │   │   │   │   ├── [ 23K] launcher_structure.png │   │   │   │   ├── [ 11K] launcher_style.png │   │   │   │   ├── [ 22K] listview_icon_details.png │   │   │   │   ├── [ 90K] listview_icon.png │   │   │   │   ├── [ 28K] menu_light.png │   │   │   │   ├── [3.2K] menu_palette_black.png │   │   │   │   ├── [3.3K] menu_palette_fill.png │   │   │   │   ├── [3.3K] menu_palette_gradient_medium.png │   │   │   │   ├── [3.1K] menu_palette_white.png │   │   │   │   ├── [6.7K] menu_size_hdpi.png │   │   │   │   ├── [3.8K] menu_size_ldpi.png │   │   │   │   ├── [4.8K] menu_size_mdpi.png │   │   │   │   ├── [ 40K] menu_standard.png │   │   │   │   ├── [ 38K] menu_structure.png │   │   │   │   ├── [4.6K] menu_style.png │   │   │   │   ├── [1.0K] stat_notify_alarm.png │   │   │   │   ├── [ 533] stat_notify_calendar.png │   │   │   │   ├── [ 806] stat_notify_chat.png │   │   │   │   ├── [ 842] stat_notify_disk_full.png │   │   │   │   ├── [ 986] stat_notify_email_generic.png │   │   │   │   ├── [1.2K] stat_notify_email.png │   │   │   │   ├── [ 875] stat_notify_missed_call.png │   │   │   │   ├── [ 771] stat_notify_musicplayer.png │   │   │   │   ├── [ 526] stat_notify_sms.png │   │   │   │   ├── [1.1K] stat_notify_sync_anim0.png │   │   │   │   ├── [1.1K] stat_notify_sync_error.png │   │   │   │   ├── [ 655] stat_notify_voicemail.png │   │   │   │   ├── [1.0K] stat_notify_wifi_in_range.png │   │   │   │   ├── [ 738] stat_sys_battery_100.png │   │   │   │   ├── [1.0K] stat_sys_battery_empty.png │   │   │   │   ├── [ 967] stat_sys_data_bluetooth_connected.png │   │   │   │   ├── [ 818] stat_sys_data_bluetooth.png │   │   │   │   ├── [ 832] stat_sys_data_connected_3g.png │   │   │   │   ├── [ 833] stat_sys_data_connected_e.png │   │   │   │   ├── [ 838] stat_sys_data_connected_g.png │   │   │   │   ├── [ 786] stat_sys_data_usb.png │   │   │   │   ├── [1.0K] stat_sys_gps_on.png │   │   │   │   ├── [ 670] stat_sys_install_complete.png │   │   │   │   ├── [ 835] stat_sys_phone_call_forward.png │   │   │   │   ├── [ 754] stat_sys_phone_call_on_hold.png │   │   │   │   ├── [ 772] stat_sys_phone_call.png │   │   │   │   ├── [ 906] stat_sys_ringer_silent_old.png │   │   │   │   ├── [1.2K] stat_sys_ringer_vibrate.png │   │   │   │   ├── [ 726] stat_sys_r_signal_4.png │   │   │   │   ├── [ 532] stat_sys_signal_4.png │   │   │   │   ├── [ 818] stat_sys_signal_flightmode.png │   │   │   │   ├── [ 730] stat_sys_signal_null.png │   │   │   │   ├── [ 978] stat_sys_speakerphone.png │   │   │   │   ├── [ 651] stat_sys_warning.png │   │   │   │   ├── [ 826] stat_sys_wifi_signal_4.png │   │   │   │   ├── [ 706] stat_sys_wifi_unavailable.png │   │   │   │   ├── [ 11K] status_bar_honeycomb_dimming.png │   │   │   │   ├── [8.7K] status_bar_honeycomb_examples.png │   │   │   │   ├── [4.5K] status_bar_honeycomb_style.png │   │   │   │   ├── [ 11K] statusbar_light.png │   │   │   │   ├── [3.2K] statusbar_palette_black.png │   │   │   │   ├── [3.3K] statusbar_palette_fill.png │   │   │   │   ├── [3.2K] statusbar_palette_grey.png │   │   │   │   ├── [3.1K] statusbar_palette_white.png │   │   │   │   ├── [2.7K] statusbar_size_hdpi.png │   │   │   │   ├── [2.1K] statusbar_size_ldpi.png │   │   │   │   ├── [2.3K] statusbar_size_mdpi.png │   │   │   │   ├── [3.8K] statusbar_standard.png │   │   │   │   ├── [ 21K] statusbar_structure.png │   │   │   │   ├── [2.8K] statusbar_style.png │   │   │   │   ├── [ 17K] tab_icon_selected.png │   │   │   │   ├── [ 16K] tab_icon_unselected.png │   │   │   │   ├── [3.3K] tab_palette_selected_fill.png │   │   │   │   ├── [ 17K] tab_selected_light.png │   │   │   │   ├── [3.2K] tab_size_hdpi.png │   │   │   │   ├── [2.7K] tab_size_ldpi.png │   │   │   │   ├── [2.6K] tab_size_mdpi.png │   │   │   │   ├── [ 10K] tab_standard.png │   │   │   │   ├── [4.3K] tab_style_selected.png │   │   │   │   ├── [2.9K] tab_style_unselected.png │   │   │   │   └── [ 15K] tab_unselected_light.png │   │   │   ├── [4.0K] in-app-billing │   │   │   │   ├── [ 29K] billing_add.png │   │   │   │   ├── [ 91K] billing_app_key.png │   │   │   │   ├── [ 61K] billing_list_form_2.png │   │   │   │   ├── [ 58K] billing_product_list.png │   │   │   │   └── [4.0K] v3 │   │   │   │   ├── [ 66K] iab_v3_checkout_flow.png │   │   │   │   ├── [ 37K] iab_v3_consumption_flow.png │   │   │   │   ├── [ 72K] iab_v3_flow.png │   │   │   │   └── [ 66K] iab_v3_purchase_flow.png │   │   │   ├── [479K] jb-accessibility-focus-250.png │   │   │   ├── [138K] jb-accessibility-focus.png │   │   │   ├── [142K] jb-android-4.1.png │   │   │   ├── [143K] jb-appwidgets.png │   │   │   ├── [149K] jb-device-2.png │   │   │   ├── [132K] jb-devices.png │   │   │   ├── [195K] jb-dev-options-device.png │   │   │   ├── [368K] jb-dream-1.png │   │   │   ├── [194K] jb-external-display.png │   │   │   ├── [141K] jb-lock-calendar.png │   │   │   ├── [336K] jb-nexus10-1.png │   │   │   ├── [ 72K] jb-notif-ex1.png │   │   │   ├── [138K] jb-notif-ex.png │   │   │   ├── [ 41K] jb-r2l.png │   │   │   ├── [ 12K] jb-rs-chart-gpu.png │   │   │   ├── [ 11K] jb-rs-chart-versions.png │   │   │   ├── [101K] jb-rtl.png │   │   │   ├── [4.0K] jet │   │   │   │   ├── [ 16K] clip_marker.png │   │   │   │   ├── [5.0K] event_marker.png │   │   │   │   ├── [ 37K] jc_audition_wnd.png │   │   │   │   ├── [ 53K] jc_event_wnd.png │   │   │   │   ├── [ 62K] jc_main_wnd.png │   │   │   │   ├── [ 16K] jc_moveseg_wnd.png │   │   │   │   ├── [ 17K] jc_open_dlg.png │   │   │   │   ├── [ 21K] jc_repseg_wnd.png │   │   │   │   ├── [ 21K] jc_rep_wnd.png │   │   │   │   ├── [ 49K] jc_seg_wnd.png │   │   │   │   ├── [ 13K] linear_music.png │   │   │   │   ├── [6.4K] music_game.png │   │   │   │   ├── [ 15K] nonlinear_music.png │   │   │   │   └── [ 12K] sync_muteunmute.png │   │   │   ├── [ 14K] layout_bar.png │   │   │   ├── [243K] layout_editor.png │   │   │   ├── [ 16K] layout_outline.png │   │   │   ├── [ 60K] layoutparams.png │   │   │   ├── [ 74K] licensing_add_library.png │   │   │   ├── [ 40K] licensing_arch.png │   │   │   ├── [ 73K] licensing_device_signin.png │   │   │   ├── [ 46K] licensing_flow.png │   │   │   ├── [ 95K] licensing_package.png │   │   │   ├── [ 94K] licensing_public_key.png │   │   │   ├── [118K] licensing_test_response.png │   │   │   ├── [9.9K] linearlayout.png │   │   │   ├── [ 95K] LivePocketGemsTitleCard.png │   │   │   ├── [4.0K] location │   │   │   │   ├── [ 16K] content-tagging.png │   │   │   │   ├── [ 25K] getting-location.png │   │   │   │   └── [ 19K] where-to-go.png │   │   │   ├── [2.8K] logo_android.gif │   │   │   ├── [4.0K] market │   │   │   │   └── [ 20K] version-codes.png │   │   │   ├── [ 23K] mediaplayer_state_diagram.gif │   │   │   ├── [ 21K] mediarecorder_state_diagram.gif │   │   │   ├── [4.0K] menu_design │   │   │   │   ├── [ 78K] ContextMenuDiagram.png │   │   │   │   ├── [ 84K] ContextMenuViewContactDiagram.png │   │   │   │   ├── [152K] MenuDiagram.png │   │   │   │   ├── [ 32K] TaskFlowDiagram.png │   │   │   │   └── [ 33K] TextFieldContextMenuDiagram.png │   │   │   ├── [ 63K] nfc_tag_dispatch.png │   │   │   ├── [2.5K] ninepatch_examples.png │   │   │   ├── [ 19K] ninepatch_raw.png │   │   │   ├── [9.2K] no_scrollview.png │   │   │   ├── [ 10K] notifications_window.png │   │   │   ├── [4.0K] opengl │   │   │   │   ├── [ 15K] ccw-square.png │   │   │   │   ├── [ 18K] ccw-winding.png │   │   │   │   ├── [ 19K] coordinates.png │   │   │   │   ├── [ 12K] ogl-triangle.png │   │   │   │   ├── [ 12K] ogl-triangle-projected.png │   │   │   │   └── [ 14K] ogl-triangle-touch.png │   │   │   ├── [ 40K] options_menu.png │   │   │   ├── [6.5K] padding_margins.png │   │   │   ├── [ 29K] palette.png │   │   │   ├── [5.3K] play_dev.png │   │   │   ├── [ 38K] play-services-diagram.png │   │   │   ├── [465K] play_tableft.png │   │   │   ├── [4.0K] practices │   │   │   │   ├── [ 19K] actionbar-phone-splitaction.png │   │   │   │   └── [ 48K] actionbar-phone-tablet.png │   │   │   ├── [4.0K] preview_hc │   │   │   │   ├── [ 28K] actionbar.png │   │   │   │   └── [115K] fragments_layout.png │   │   │   ├── [4.0K] providers │   │   │   │   ├── [ 37K] ContactsDataFlow.png │   │   │   │   ├── [ 18K] contacts_structure.png │   │   │   │   ├── [ 56K] contacts_tables.png │   │   │   │   ├── [ 22K] data_columns.png │   │   │   │   └── [ 41K] datamodel.png │   │   │   ├── [4.0K] publishing │   │   │   │   ├── [ 35K] publishing_android_market.png │   │   │   │   ├── [ 26K] publishing_overview.png │   │   │   │   ├── [ 36K] publishing_overview_prep.png │   │   │   │   ├── [ 65K] publishing_preparing.png │   │   │   │   ├── [9.6K] publishing_unknown_sources_sm.png │   │   │   │   └── [ 46K] publishing_via_email.png │   │   │   ├── [ 74K] radio_buttons.png │   │   │   ├── [4.0K] resources │   │   │   │   ├── [ 486] arrow.png │   │   │   │   ├── [2.4K] clip.png │   │   │   │   ├── [8.1K] layers.png │   │   │   │   ├── [ 22K] resource_devices_diagram1.png │   │   │   │   ├── [ 22K] resource_devices_diagram2.png │   │   │   │   ├── [ 75K] res-selection-flowchart.png │   │   │   │   └── [ 420] right-arrow.png │   │   │   ├── [ 454] robot-tiny.png │   │   │   ├── [ 54K] rs_compute.png │   │   │   ├── [ 77K] rs_graphics.png │   │   │   ├── [ 62K] rs_overview.png │   │   │   ├── [4.0K] screens_support │   │   │   │   ├── [ 53K] avd-density.png │   │   │   │   ├── [ 65K] avds-config.png │   │   │   │   ├── [ 30K] avd-start.png │   │   │   │   ├── [ 30K] compat-mode-on.png │   │   │   │   ├── [426K] compat-stretch.png │   │   │   │   ├── [179K] compat-stretch-thumb.png │   │   │   │   ├── [ 11K] compat-toggle.png │   │   │   │   ├── [487K] compat-zoom.png │   │   │   │   ├── [123K] compat-zoom-thumb.png │   │   │   │   ├── [ 42K] density-test-bad.png │   │   │   │   ├── [ 40K] density-test-good.png │   │   │   │   ├── [387K] dip.png │   │   │   │   ├── [ 16K] icon-density-example.png │   │   │   │   ├── [ 94K] scale-test.png │   │   │   │   ├── [ 19K] screens-densities.png │   │   │   │   └── [ 22K] screens-ranges.png │   │   │   ├── [ 89K] sdk-cube.png │   │   │   ├── [ 96K] sdk_manager_packages.png │   │   │   ├── [4.0K] search │   │   │   │   ├── [ 46K] search-suggest-custom.png │   │   │   │   ├── [ 46K] search-suggest-recent-queries.png │   │   │   │   └── [ 51K] search-ui.png │   │   │   ├── [ 73K] service_lifecycle.png │   │   │   ├── [6.5K] setting_width_and_height.png │   │   │   ├── [3.6K] status_bar.png │   │   │   ├── [194K] system-architecture.jpg │   │   │   ├── [4.0K] systrace │   │   │   │   ├── [ 64K] display-rhythm.png │   │   │   │   ├── [ 45K] process-rhythm.png │   │   │   │   └── [144K] report.png │   │   │   ├── [3.4K] table_layout.png │   │   │   ├── [4.0K] testing │   │   │   │   ├── [ 46K] android_test_framework.png │   │   │   │   ├── [ 86K] eclipse_new_android_project_complete_callouts.png │   │   │   │   ├── [ 81K] eclipse_new_android_testproject_complete_callouts.png │   │   │   │   ├── [ 24K] eclipse_test_results.png │   │   │   │   ├── [ 48K] eclipse_test_run_failure.png │   │   │   │   ├── [ 87K] hwtest_create_test_class_menu_callouts.png │   │   │   │   ├── [ 22K] hwtest_junit_success.png │   │   │   │   ├── [ 88K] hwtest_new_test_class_dialog_complete_callouts.png │   │   │   │   ├── [ 86K] hwtest_new_test_project_dialog_complete_callouts.png │   │   │   │   ├── [ 33K] hwtest_new_test_project_menu.png │   │   │   │   ├── [122K] hwtest_runas_menu_callouts.png │   │   │   │   ├── [ 95K] spinner_create_test_class_callouts.png │   │   │   │   ├── [ 42K] spinnertest_junit_panel_fail_callouts.png │   │   │   │   ├── [ 40K] spinnertest_junit_panel_failtrace_callouts.png │   │   │   │   ├── [ 19K] spinnertest_junit_panel.png │   │   │   │   ├── [ 24K] spinnertest_junit_success.png │   │   │   │   ├── [ 86K] spinnertest_new_class_callouts.png │   │   │   │   ├── [125K] spinnertest_runas_menu_callouts.png │   │   │   │   ├── [ 42K] test_framework.png │   │   │   │   └── [217K] UIAutomatorViewer.png │   │   │   ├── [ 46K] toast.png │   │   │   ├── [4.0K] tools │   │   │   │   ├── [ 269] avd_manager.png │   │   │   │   ├── [103K] dev-options-inmilk.png │   │   │   │   ├── [1.4K] eclipse-new.png │   │   │   │   ├── [ 638] eclipse-run.png │   │   │   │   ├── [ 72K] lint_output.png │   │   │   │   ├── [ 29K] lint.png │   │   │   │   ├── [ 664] new_adt_project.png │   │   │   │   └── [ 219] sdk_manager.png │   │   │   ├── [186K] tools-home.png │   │   │   ├── [ 264] topdev_ann.png │   │   │   ├── [571K] tracedump.png │   │   │   ├── [195K] traceview_profile.png │   │   │   ├── [ 24K] traceview_timeline.png │   │   │   ├── [4.0K] training │   │   │   │   ├── [ 36K] ads-close-to-button.png │   │   │   │   ├── [ 42K] ads-cover-content.png │   │   │   │   ├── [ 57K] ads-eclipse-build-path.png │   │   │   │   ├── [ 35K] ads-top-banner.png │   │   │   │   ├── [ 11K] app-navigation-ancestral-navigate-back.png │   │   │   │   ├── [ 18K] app-navigation-ancestral-navigate-up.png │   │   │   │   ├── [ 39K] app-navigation-descendant-lateral-buttons.png │   │   │   │   ├── [ 16K] app-navigation-descendant-lateral-children.png │   │   │   │   ├── [ 17K] app-navigation-descendant-lateral-desc.png │   │   │   │   ├── [ 50K] app-navigation-descendant-lateral-lists.png │   │   │   │   ├── [7.9K] app-navigation-descendant-lateral-paging-companion.png │   │   │   │   ├── [ 26K] app-navigation-descendant-lateral-paging.png │   │   │   │   ├── [ 36K] app-navigation-descendant-lateral-tabs.png │   │   │   │   ├── [ 39K] app-navigation-multiple-sizes-multipane-bad.png │   │   │   │   ├── [ 30K] app-navigation-multiple-sizes-multipane-good.png │   │   │   │   ├── [ 24K] app-navigation-multiple-sizes-multipane-screen-map.png │   │   │   │   ├── [1015] app-navigation-multiple-sizes-strategy-collapse.png │   │   │   │   ├── [1013] app-navigation-multiple-sizes-strategy-show-hide.png │   │   │   │   ├── [1.0K] app-navigation-multiple-sizes-strategy-stack.png │   │   │   │   ├── [1.0K] app-navigation-multiple-sizes-strategy-stretch.png │   │   │   │   ├── [9.6K] app-navigation-screen-planning-erd.png │   │   │   │   ├── [ 26K] app-navigation-screen-planning-exhaustive-map.png │   │   │   │   ├── [ 31K] app-navigation-wireframing-map-example-phone.png │   │   │   │   ├── [ 30K] app-navigation-wireframing-map-example-tablet-alt.png │   │   │   │   ├── [ 35K] app-navigation-wireframing-map-example-tablet.png │   │   │   │   ├── [162K] app-navigation-wireframing-wires-phone.png │   │   │   │   ├── [350K] app-navigation-wireframing-wires-tablet.png │   │   │   │   ├── [ 12K] backward-compatible-ui-classes-eclair.png │   │   │   │   ├── [ 13K] backward-compatible-ui-classes-honeycomb.png │   │   │   │   ├── [ 22K] backward-compatible-ui-classes.png │   │   │   │   ├── [ 17K] backward-compatible-ui-gb.png │   │   │   │   ├── [ 16K] backward-compatible-ui-ics.png │   │   │   │   ├── [4.0K] basics │   │   │   │   │   ├── [ 77K] basic-lifecycle-create.png │   │   │   │   │   ├── [ 74K] basic-lifecycle-paused.png │   │   │   │   │   ├── [ 68K] basic-lifecycle.png │   │   │   │   │   ├── [ 50K] basic-lifecycle-savestate.png │   │   │   │   │   ├── [ 78K] basic-lifecycle-stopped.png │   │   │   │   │   ├── [ 55K] fragments-screen-mock.png │   │   │   │   │   ├── [ 45K] intent-chooser.png │   │   │   │   │   ├── [ 24K] intents-choice.png │   │   │   │   │   ├── [ 21K] network-settings1.png │   │   │   │   │   ├── [ 24K] network-settings2.png │   │   │   │   │   └── [ 98K] sdk-manager.png │   │   │   │   ├── [ 83K] basic-SDK-manager.png │   │   │   │   ├── [ 44K] basic-simple-screen-mock.png │   │   │   │   ├── [ 720] button.png │   │   │   │   ├── [1.6K] buttons_stretched.png │   │   │   │   ├── [3.3K] button_with_marks.png │   │   │   │   ├── [ 31K] cool-places.png │   │   │   │   ├── [ 42K] device-mgmt-activate-device-admin.png │   │   │   │   ├── [4.0K] firstapp │   │   │   │   │   ├── [ 79K] adt-firstapp-setup.png │   │   │   │   │   ├── [ 54K] adt-new-activity.png │   │   │   │   │   ├── [7.2K] edittext_gravity.png │   │   │   │   │   ├── [7.2K] edittext_wrap.png │   │   │   │   │   └── [ 36K] firstapp.png │   │   │   │   ├── [ 19K] hierarchy-layouttimes.png │   │   │   │   ├── [ 47K] hierarchy-linearlayout.png │   │   │   │   ├── [ 45K] hierarchy-relativelayout.png │   │   │   │   ├── [8.1K] implementing-navigation-up.png │   │   │   │   ├── [9.0K] import-progress.png │   │   │   │   ├── [4.0K] input │   │   │   │   │   ├── [ 35K] ime_autocorrect.png │   │   │   │   │   └── [ 27K] ime_password.png │   │   │   │   ├── [132K] layout-hvga.png │   │   │   │   ├── [3.5K] layout-listitem.png │   │   │   │   ├── [ 22K] lint_icon.png │   │   │   │   ├── [ 20K] notifications-bigview.png │   │   │   │   ├── [5.7K] notifications-normalview.png │   │   │   │   ├── [ 97K] oauth_dance.png │   │   │   │   ├── [144K] panoramio-grid.png │   │   │   │   ├── [4.3K] relativelayout1.png │   │   │   │   ├── [7.1K] relativelayout2.png │   │   │   │   ├── [4.0K] sharing │   │   │   │   │   └── [ 22K] share-text-screenshot.png │   │   │   │   └── [ 76K] training-prof.png │   │   │   ├── [4.0K] ui │   │   │   │   ├── [7.3K] actionbar-actionview.png │   │   │   │   ├── [ 11K] actionbar-item-withtext.png │   │   │   │   ├── [8.0K] actionbar-logo.png │   │   │   │   ├── [ 11K] actionbar-navigate-back.png │   │   │   │   ├── [ 18K] actionbar-navigate-up.png │   │   │   │   ├── [ 16K] actionbar.png │   │   │   │   ├── [ 16K] actionbar-searchview.png │   │   │   │   ├── [ 69K] actionbar-shareaction.png │   │   │   │   ├── [ 11K] actionbar-stacked.png │   │   │   │   ├── [7.7K] actionbar-tabs.png │   │   │   │   ├── [6.2K] buttons-holo.png │   │   │   │   ├── [2.9K] button-types.png │   │   │   │   ├── [ 29K] checkboxes.png │   │   │   │   ├── [4.0K] clipboard │   │   │   │   │   └── [ 37K] copy_paste_framework.png │   │   │   │   ├── [8.3K] dialog_buttons.png │   │   │   │   ├── [ 33K] dialog_checkboxes.png │   │   │   │   ├── [ 21K] dialog_custom.png │   │   │   │   ├── [ 13K] dialog_list.png │   │   │   │   ├── [ 35K] dialogs.png │   │   │   │   ├── [ 13K] dialogs_regions.png │   │   │   │   ├── [ 14K] edittext-actionlabel.png │   │   │   │   ├── [4.2K] edittext-actionsend.png │   │   │   │   ├── [ 18K] edittext-autocomplete.png │   │   │   │   ├── [ 22K] edittext-email.png │   │   │   │   ├── [ 26K] edittext-noextract.png │   │   │   │   ├── [ 22K] edittext-phone.png │   │   │   │   ├── [2.3K] edittext.png │   │   │   │   ├── [ 21K] edittext-text-next.png │   │   │   │   ├── [ 25K] edittext-text.png │   │   │   │   ├── [ 69K] gridlayout.png │   │   │   │   ├── [ 21K] gridlayout-small.png │   │   │   │   ├── [ 63K] gridview.png │   │   │   │   ├── [ 20K] gridview-small.png │   │   │   │   ├── [ 66K] linearlayout.png │   │   │   │   ├── [ 20K] linearlayout-small.png │   │   │   │   ├── [ 57K] listview.png │   │   │   │   ├── [ 18K] listview-small.png │   │   │   │   ├── [ 44K] menu-context.png │   │   │   │   ├── [4.0K] notifications │   │   │   │   │   ├── [ 15K] activity_indicator.png │   │   │   │   │   ├── [ 33K] bigpicture_notification_callouts.png │   │   │   │   │   ├── [107K] bigpicture_notification.png │   │   │   │   │   ├── [ 44K] bigtext_notification_callouts.png │   │   │   │   │   ├── [ 33K] bigtext_notification.png │   │   │   │   │   ├── [ 17K] custom_message.png │   │   │   │   │   ├── [ 21K] iconic_notification.png │   │   │   │   │   ├── [ 31K] inbox_notification_callouts.png │   │   │   │   │   ├── [ 20K] inbox_notification.png │   │   │   │   │   ├── [ 24K] normal_notification_callouts.png │   │   │   │   │   ├── [ 58K] normal_notification.png │   │   │   │   │   ├── [ 10K] notifications_window.png │   │   │   │   │   ├── [ 22K] progress_bar_summary.png │   │   │   │   │   ├── [9.2K] progress_indicator_1.png │   │   │   │   │   ├── [ 11K] progress_indicator_2.png │   │   │   │   │   ├── [7.0K] status_bar.png │   │   │   │   │   └── [ 16K] updated_notification.png │   │   │   │   ├── [ 39K] pickers.png │   │   │   │   ├── [8.0K] popupmenu.png │   │   │   │   ├── [ 10K] radiobuttons.png │   │   │   │   ├── [ 66K] relativelayout.png │   │   │   │   ├── [ 20K] relativelayout-small.png │   │   │   │   ├── [ 13K] sample-linearlayout.png │   │   │   │   ├── [ 15K] sample-relativelayout.png │   │   │   │   ├── [4.0K] settings │   │   │   │   │   ├── [ 56K] settings-headers-handset.png │   │   │   │   │   ├── [ 51K] settings-headers-tablet.png │   │   │   │   │   ├── [ 94K] settings.png │   │   │   │   │   ├── [ 48K] settings-subscreen.png │   │   │   │   │   └── [ 65K] settings-titles.png │   │   │   │   ├── [4.6K] spinner.png │   │   │   │   ├── [7.5K] switch.png │   │   │   │   ├── [ 72K] tabs.png │   │   │   │   ├── [ 22K] tabs-small.png │   │   │   │   ├── [5.7K] togglebutton.png │   │   │   │   ├── [ 17K] ui-controls.png │   │   │   │   ├── [ 49K] ui_index.png │   │   │   │   ├── [ 78K] webview.png │   │   │   │   └── [ 25K] webview-small.png │   │   │   ├── [9.8K] ui-ex-multi-pane.png │   │   │   ├── [ 11K] ui-ex-single-panes.png │   │   │   ├── [ 46K] usb-host-accessory.png │   │   │   ├── [7.7K] video_thumb_dan.png │   │   │   ├── [8.0K] video_thumb_mike.png │   │   │   ├── [ 25K] viewgroup.png │   │   │   ├── [4.0K] webapps │   │   │   │   ├── [ 43K] compare-default.png │   │   │   │   ├── [ 48K] compare-initialscale-devicedpi.png │   │   │   │   ├── [ 49K] compare-initialscale.png │   │   │   │   ├── [ 48K] compare-width400.png │   │   │   │   ├── [ 50K] compare-width-devicedpi-css.png │   │   │   │   └── [ 38K] webapps.png │   │   │   ├── [4.0K] widget_design │   │   │   │   ├── [ 33K] music_example_layouts.png │   │   │   │   ├── [6.2K] music_example.png │   │   │   │   ├── [5.9K] music_example_redline.png │   │   │   │   ├── [7.5K] music_example_stretched.png │   │   │   │   ├── [ 49K] widget_examples.png │   │   │   │   ├── [5.6K] widget_template_excerpts.png │   │   │   │   └── [4.7K] widget_terms.png │   │   │   ├── [ 52] zippy_bullet.gif │   │   │   ├── [ 56] zippy_closed.gif │   │   │   └── [ 54] zippy_open.gif │   │   ├── [6.8K] index.jd │   │   ├── [4.0K] intl │   │   │   ├── [4.0K] es │   │   │   │   └── [4.0K] training │   │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   │   ├── [8.0K] battery-monitoring.jd │   │   │   │   │   ├── [4.4K] connectivity-monitoring.jd │   │   │   │   │   ├── [4.5K] docking-monitoring.jd │   │   │   │   │   ├── [3.3K] index.jd │   │   │   │   │   └── [2.9K] manifest-receivers.jd │   │   │   │   └── [4.0K] multiscreen │   │   │   │   ├── [10.0K] adaptui.jd │   │   │   │   ├── [4.0K] index.jd │   │   │   │   ├── [4.7K] screendensities.jd │   │   │   │   └── [ 19K] screensizes.jd │   │   │   ├── [4.0K] ja │   │   │   │   ├── [4.0K] community │   │   │   │   │   └── [ 10K] index.jd │   │   │   │   ├── [4.0K] guide │   │   │   │   │   ├── [4.0K] basics │   │   │   │   │   │   └── [8.8K] what-is-android.jd │   │   │   │   │   ├── [4.0K] developing │   │   │   │   │   │   ├── [ 26K] eclipse-adt.jd │   │   │   │   │   │   └── [ 26K] other-ide.jd │   │   │   │   │   ├── [4.0K] index.jd │   │   │   │   │   ├── [4.0K] publishing │   │   │   │   │   │   ├── [ 32K] app-signing.jd │   │   │   │   │   │   ├── [ 14K] preparing.jd │   │   │   │   │   │   └── [8.8K] versioning.jd │   │   │   │   │   ├── [4.0K] topics │   │   │   │   │   │   └── [104K] fundamentals.jd │   │   │   │   │   └── [4.0K] tutorials │   │   │   │   │   └── [ 35K] hello-world.jd │   │   │   │   ├── [4.0K] resources │   │   │   │   │   ├── [ 10K] community-groups.jd │   │   │   │   │   └── [4.0K] tutorials │   │   │   │   │   └── [ 35K] hello-world.jd │   │   │   │   ├── [4.0K] sdk │   │   │   │   │   ├── [4.0K] 1.5_r2 │   │   │   │   │   │   └── [ 20K] installing.jd │   │   │   │   │   └── [4.0K] 1.5_r3 │   │   │   │   │   └── [ 20K] installing.jd │   │   │   │   └── [4.0K] training │   │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   │   ├── [8.2K] battery-monitoring.jd │   │   │   │   │   ├── [5.1K] connectivity-monitoring.jd │   │   │   │   │   ├── [4.7K] docking-monitoring.jd │   │   │   │   │   ├── [3.2K] index.jd │   │   │   │   │   └── [3.2K] manifest-receivers.jd │   │   │   │   └── [4.0K] multiscreen │   │   │   │   ├── [ 11K] adaptui.jd │   │   │   │   ├── [4.3K] index.jd │   │   │   │   ├── [5.0K] screendensities.jd │   │   │   │   └── [ 20K] screensizes.jd │   │   │   ├── [4.0K] ko │   │   │   │   └── [4.0K] training │   │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   │   ├── [7.4K] battery-monitoring.jd │   │   │   │   │   ├── [4.0K] connectivity-monitoring.jd │   │   │   │   │   ├── [3.9K] docking-monitoring.jd │   │   │   │   │   ├── [2.9K] index.jd │   │   │   │   │   └── [2.8K] manifest-receivers.jd │   │   │   │   └── [4.0K] multiscreen │   │   │   │   ├── [10.0K] adaptui.jd │   │   │   │   ├── [3.8K] index.jd │   │   │   │   ├── [4.7K] screendensities.jd │   │   │   │   └── [ 18K] screensizes.jd │   │   │   ├── [4.0K] ru │   │   │   │   └── [4.0K] training │   │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   │   ├── [ 11K] battery-monitoring.jd │   │   │   │   │   ├── [5.9K] connectivity-monitoring.jd │   │   │   │   │   ├── [6.4K] docking-monitoring.jd │   │   │   │   │   ├── [4.4K] index.jd │   │   │   │   │   └── [4.1K] manifest-receivers.jd │   │   │   │   └── [4.0K] multiscreen │   │   │   │   ├── [ 13K] adaptui.jd │   │   │   │   ├── [5.6K] index.jd │   │   │   │   ├── [6.3K] screendensities.jd │   │   │   │   └── [ 25K] screensizes.jd │   │   │   └── [4.0K] zh-CN │   │   │   └── [4.0K] training │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   ├── [6.6K] battery-monitoring.jd │   │   │   │   ├── [3.5K] connectivity-monitoring.jd │   │   │   │   ├── [3.6K] docking-monitoring.jd │   │   │   │   ├── [2.5K] index.jd │   │   │   │   └── [2.2K] manifest-receivers.jd │   │   │   └── [4.0K] multiscreen │   │   │   ├── [9.0K] adaptui.jd │   │   │   ├── [3.2K] index.jd │   │   │   ├── [4.0K] screendensities.jd │   │   │   └── [ 16K] screensizes.jd │   │   ├── [6.6K] legal.jd │   │   ├── [6.0K] license.jd │   │   ├── [1.7K] offline.jd │   │   ├── [8.5K] _redirects.yaml │   │   ├── [4.0K] reference │   │   │   ├── [4.0K] com │   │   │   │   └── [4.0K] google │   │   │   │   └── [4.0K] android │   │   │   │   ├── [4.0K] gcm │   │   │   │   │   ├── [127K] GCMBaseIntentService.html │   │   │   │   │   ├── [ 36K] GCMBroadcastReceiver.html │   │   │   │   │   ├── [ 51K] GCMConstants.html │   │   │   │   │   ├── [ 45K] GCMRegistrar.html │   │   │   │   │   ├── [ 20K] package-summary.html │   │   │   │   │   └── [4.0K] server │   │   │   │   │   ├── [ 55K] Constants.html │   │   │   │   │   ├── [ 34K] InvalidRequestException.html │   │   │   │   │   ├── [ 32K] Message.Builder.html │   │   │   │   │   ├── [ 31K] Message.html │   │   │   │   │   ├── [ 33K] MulticastResult.html │   │   │   │   │   ├── [ 21K] package-summary.html │   │   │   │   │   ├── [ 30K] Result.html │   │   │   │   │   └── [ 53K] Sender.html │   │   │   │   └── [4.0K] gms │   │   │   │   ├── [4.0K] auth │   │   │   │   │   ├── [ 34K] GoogleAuthException.html │   │   │   │   │   ├── [ 63K] GoogleAuthUtil.html │   │   │   │   │   ├── [ 34K] GooglePlayServicesAvailabilityException.html │   │   │   │   │   ├── [ 21K] package-summary.html │   │   │   │   │   ├── [ 35K] UserRecoverableAuthException.html │   │   │   │   │   └── [ 31K] UserRecoverableNotifiedException.html │   │   │   │   ├── [4.0K] common │   │   │   │   │   ├── [ 31K] AccountPicker.html │   │   │   │   │   ├── [ 48K] ConnectionResult.html │   │   │   │   │   ├── [ 23K] GooglePlayServicesClient.ConnectionCallbacks.html │   │   │   │   │   ├── [ 44K] GooglePlayServicesClient.html │   │   │   │   │   ├── [ 23K] GooglePlayServicesClient.OnConnectionFailedListener.html │   │   │   │   │   ├── [ 32K] GooglePlayServicesNotAvailableException.html │   │   │   │   │   ├── [ 44K] GooglePlayServicesUtil.html │   │   │   │   │   ├── [ 22K] package-summary.html │   │   │   │   │   └── [ 26K] Scopes.html │   │   │   │   ├── [4.0K] maps │   │   │   │   │   ├── [ 56K] CameraUpdateFactory.html │   │   │   │   │   ├── [ 25K] CameraUpdate.html │   │   │   │   │   ├── [ 22K] GoogleMap.CancelableCallback.html │   │   │   │   │   ├── [ 93K] GoogleMap.html │   │   │   │   │   ├── [ 26K] GoogleMap.InfoWindowAdapter.html │   │   │   │   │   ├── [ 22K] GoogleMap.OnCameraChangeListener.html │   │   │   │   │   ├── [ 21K] GoogleMap.OnInfoWindowClickListener.html │   │   │   │   │   ├── [ 22K] GoogleMap.OnMapClickListener.html │   │   │   │   │   ├── [ 22K] GoogleMap.OnMapLongClickListener.html │   │   │   │   │   ├── [ 22K] GoogleMap.OnMarkerClickListener.html │   │   │   │   │   ├── [ 25K] GoogleMap.OnMarkerDragListener.html │   │   │   │   │   ├── [ 61K] GoogleMapOptions.html │   │   │   │   │   ├── [ 26K] LocationSource.html │   │   │   │   │   ├── [ 21K] LocationSource.OnLocationChangedListener.html │   │   │   │   │   ├── [ 73K] MapFragment.html │   │   │   │   │   ├── [ 27K] MapsInitializer.html │   │   │   │   │   ├── [270K] MapView.html │   │   │   │   │   ├── [4.0K] model │   │   │   │   │   │   ├── [ 45K] BitmapDescriptorFactory.html │   │   │   │   │   │   ├── [ 25K] BitmapDescriptor.html │   │   │   │   │   │   ├── [ 35K] CameraPosition.Builder.html │   │   │   │   │   │   ├── [ 48K] CameraPosition.html │   │   │   │   │   │   ├── [ 56K] GroundOverlay.html │   │   │   │   │   │   ├── [ 71K] GroundOverlayOptions.html │   │   │   │   │   │   ├── [ 30K] LatLngBounds.Builder.html │   │   │   │   │   │   ├── [ 45K] LatLngBounds.html │   │   │   │   │   │   ├── [ 38K] LatLng.html │   │   │   │   │   │   ├── [ 46K] Marker.html │   │   │   │   │   │   ├── [ 55K] MarkerOptions.html │   │   │   │   │   │   ├── [ 26K] package-summary.html │   │   │   │   │   │   ├── [ 53K] Polygon.html │   │   │   │   │   │   ├── [ 59K] PolygonOptions.html │   │   │   │   │   │   ├── [ 48K] Polyline.html │   │   │   │   │   │   ├── [ 53K] PolylineOptions.html │   │   │   │   │   │   ├── [ 31K] RuntimeRemoteException.html │   │   │   │   │   │   ├── [ 37K] Tile.html │   │   │   │   │   │   ├── [ 39K] TileOverlay.html │   │   │   │   │   │   ├── [ 43K] TileOverlayOptions.html │   │   │   │   │   │   ├── [ 26K] TileProvider.html │   │   │   │   │   │   ├── [ 35K] UrlTileProvider.html │   │   │   │   │   │   └── [ 46K] VisibleRegion.html │   │   │   │   │   ├── [ 26K] package-summary.html │   │   │   │   │   ├── [ 31K] Projection.html │   │   │   │   │   ├── [ 70K] SupportMapFragment.html │   │   │   │   │   └── [ 48K] UiSettings.html │   │   │   │   ├── [ 20K] package-summary.html │   │   │   │   ├── [4.0K] panorama │   │   │   │   │   ├── [ 19K] package-summary.html │   │   │   │   │   ├── [ 60K] PanoramaClient.html │   │   │   │   │   └── [ 22K] PanoramaClient.OnPanoramaInfoLoadedListener.html │   │   │   │   ├── [4.0K] plus │   │   │   │   │   ├── [ 34K] GooglePlusUtil.html │   │   │   │   │   ├── [ 21K] package-summary.html │   │   │   │   │   ├── [ 67K] PlusClient.html │   │   │   │   │   ├── [271K] PlusOneButton.html │   │   │   │   │   ├── [ 22K] PlusOneButton.OnPlusOneClickListener.html │   │   │   │   │   ├── [ 41K] PlusShare.Builder.html │   │   │   │   │   ├── [ 35K] PlusShare.html │   │   │   │   │   └── [212K] PlusSignInButton.html │   │   │   │   ├── [ 42K] R.attr.html │   │   │   │   ├── [ 27K] R.html │   │   │   │   ├── [ 28K] R.id.html │   │   │   │   ├── [ 38K] R.string.html │   │   │   │   └── [ 57K] R.styleable.html │   │   │   ├── [ 19K] gcm-packages.html │   │   │   ├── [ 20K] gms-packages.html │   │   │   ├── [ 133] index.html │   │   │   └── [4.0K] renderscript │   │   │   ├── [3.7K] annotated.html │   │   │   ├── [ 15K] doxygen.css │   │   │   ├── [1.3K] globals_enum.html │   │   │   ├── [ 21K] globals_func.html │   │   │   ├── [ 26K] globals.html │   │   │   ├── [7.3K] globals_type.html │   │   │   ├── [1.9K] index.html │   │   │   ├── [ 14K] rs__allocation_8rsh.html │   │   │   ├── [ 12K] rs__allocation_8rsh_source.html │   │   │   ├── [1.2K] rs__atomic_8rsh.html │   │   │   ├── [ 11K] rs__atomic_8rsh_source.html │   │   │   ├── [ 74K] rs__cl_8rsh.html │   │   │   ├── [ 59K] rs__cl_8rsh_source.html │   │   │   ├── [ 15K] rs__core_8rsh.html │   │   │   ├── [ 13K] rs__core_8rsh_source.html │   │   │   ├── [ 17K] rs__debug_8rsh.html │   │   │   ├── [9.4K] rs__debug_8rsh_source.html │   │   │   ├── [1.2K] rs__element_8rsh.html │   │   │   ├── [6.6K] rs__element_8rsh_source.html │   │   │   ├── [ 60K] rs__graphics_8rsh.html │   │   │   ├── [ 22K] rs__graphics_8rsh_source.html │   │   │   ├── [ 31K] rs__math_8rsh.html │   │   │   ├── [ 18K] rs__math_8rsh_source.html │   │   │   ├── [ 67K] rs__matrix_8rsh.html │   │   │   ├── [ 25K] rs__matrix_8rsh_source.html │   │   │   ├── [1.1K] rs__mesh_8rsh.html │   │   │   ├── [5.4K] rs__mesh_8rsh_source.html │   │   │   ├── [ 42K] rs__object_8rsh.html │   │   │   ├── [ 17K] rs__object_8rsh_source.html │   │   │   ├── [1.2K] rs__program_8rsh.html │   │   │   ├── [6.8K] rs__program_8rsh_source.html │   │   │   ├── [ 26K] rs__quaternion_8rsh.html │   │   │   ├── [ 20K] rs__quaternion_8rsh_source.html │   │   │   ├── [1.2K] rs__sampler_8rsh.html │   │   │   ├── [4.8K] rs__sampler_8rsh_source.html │   │   │   ├── [9.3K] rs__time_8rsh.html │   │   │   ├── [7.5K] rs__time_8rsh_source.html │   │   │   ├── [ 51K] rs__types_8rsh.html │   │   │   ├── [ 31K] rs__types_8rsh_source.html │   │   │   ├── [1.6K] structrs__allocation.html │   │   │   ├── [1.6K] structrs__element.html │   │   │   ├── [1.6K] structrs__font.html │   │   │   ├── [1.6K] structrs__matrix2x2.html │   │   │   ├── [1.6K] structrs__matrix3x3.html │   │   │   ├── [1.6K] structrs__matrix4x4.html │   │   │   ├── [1.6K] structrs__mesh.html │   │   │   ├── [1.6K] structrs__path.html │   │   │   ├── [1.7K] structrs__program__fragment.html │   │   │   ├── [1.6K] structrs__program__raster.html │   │   │   ├── [1.6K] structrs__program__store.html │   │   │   ├── [1.6K] structrs__program__vertex.html │   │   │   ├── [1.6K] structrs__sampler.html │   │   │   ├── [1.5K] structrs__script__call.html │   │   │   ├── [1.6K] structrs__script.html │   │   │   ├── [6.1K] structrs__tm.html │   │   │   ├── [1.6K] structrs__type.html │   │   │   ├── [ 140] tab_a.png │   │   │   ├── [ 178] tab_b.png │   │   │   ├── [ 192] tab_h.png │   │   │   ├── [1.1K] tabs.css │   │   │   └── [ 189] tab_s.png │   │   ├── [4.0K] resources │   │   │   ├── [4.0K] articles │   │   │   │   └── [4.0K] images │   │   │   │   ├── [5.4K] inputmethod_composing_text_1.png │   │   │   │   ├── [5.3K] inputmethod_composing_text_2.png │   │   │   │   ├── [1.8K] inputmethod_composing_text_3.png │   │   │   │   ├── [ 87K] inputmethod_lifecycle_image.png │   │   │   │   ├── [ 12K] inputmethod_numeric_type_screenshot.png │   │   │   │   ├── [ 11K] inputmethod_subtype_notification.png │   │   │   │   ├── [ 18K] inputmethod_subtype_preferences.png │   │   │   │   ├── [ 16K] inputmethod_subtype_settings.png │   │   │   │   ├── [ 13K] inputmethod_text_type_screenshot.png │   │   │   │   ├── [ 37K] spellcheck_client_flow.png │   │   │   │   ├── [ 62K] spellcheck_lifecycle.png │   │   │   │   ├── [1.9K] textview_spellcheck_screenshot_1.png │   │   │   │   └── [ 12K] textview_spellcheck_screenshot_2.png │   │   │   └── [4.0K] images │   │   │   ├── [ 19K] ActionBarCompat1.png │   │   │   ├── [ 22K] ActionBarCompat2.png │   │   │   ├── [ 16K] BluetoothChat1.png │   │   │   ├── [ 15K] BluetoothChat2.png │   │   │   ├── [ 57K] BluetoothHDP.png │   │   │   ├── [6.3K] BusinessCard1.png │   │   │   ├── [8.7K] BusinessCard2.png │   │   │   ├── [ 18K] ContactManager1.png │   │   │   ├── [ 17K] ContactManager2.png │   │   │   ├── [ 48K] CubeLiveWallpaper1.png │   │   │   ├── [ 45K] CubeLiveWallpaper3.png │   │   │   ├── [ 26K] hcgallery-phone1.png │   │   │   ├── [ 51K] hcgallery-phone2.png │   │   │   ├── [244K] hcgallery.png │   │   │   ├── [ 43K] HomeSample.png │   │   │   ├── [ 53K] JetBoy.png │   │   │   ├── [139K] KeyChainDemo1.png │   │   │   ├── [ 39K] KeyChainDemo2.png │   │   │   ├── [ 61K] KeyChainDemo3.png │   │   │   ├── [ 60K] KeyChainDemo4.png │   │   │   ├── [ 94K] MultiResolution.png │   │   │   ├── [179K] NewsReader.png │   │   │   ├── [ 12K] NfcDemo.png │   │   │   ├── [ 18K] randommusicplayer.png │   │   │   ├── [ 27K] sample_lunarlander.png │   │   │   ├── [6.4K] sample_notepad.png │   │   │   ├── [ 20K] sample_notepadtest_junit.png │   │   │   ├── [5.9K] sample_note.png │   │   │   ├── [ 32K] SampleSyncAdapter1.png │   │   │   ├── [ 45K] SampleSyncAdapter2.png │   │   │   ├── [ 37K] SampleSyncAdapter3.png │   │   │   ├── [ 15K] SearchableDictionary1.png │   │   │   ├── [ 18K] SearchableDictionary2.png │   │   │   ├── [ 71K] SipDemo.png │   │   │   ├── [5.3K] Snake.png │   │   │   ├── [ 13K] SoftKeyboard.png │   │   │   ├── [8.7K] SpinnerTest1.png │   │   │   ├── [ 17K] SpinnerTest2.png │   │   │   ├── [2.5K] StackWidget.png │   │   │   ├── [ 28K] TicTacToeLib.png │   │   │   ├── [ 37K] TicTacToeMain.png │   │   │   ├── [ 33K] VoicemailProviderDemo.png │   │   │   ├── [ 59K] vpn-confirmation.png │   │   │   ├── [ 28K] WeatherListWidget.png │   │   │   ├── [ 33K] WifiDirect.png │   │   │   ├── [ 34K] Wiktionary.png │   │   │   ├── [ 68K] WiktionarySimple.png │   │   │   ├── [106K] XmlPhotosAdapter.png │   │   │   └── [116K] XmlRssReader.png │   │   ├── [ 395] robots.txt │   │   ├── [4.0K] sdk │   │   │   ├── [4.0K] 1.0_r1 │   │   │   │   ├── [ 95] index.jd │   │   │   │   ├── [ 250] installing.jd │   │   │   │   ├── [ 247] requirements.jd │   │   │   │   └── [8.0K] upgrading.jd │   │   │   ├── [4.0K] 1.0_r2 │   │   │   │   ├── [ 95] index.jd │   │   │   │   ├── [ 250] installing.jd │   │   │   │   ├── [ 247] requirements.jd │   │   │   │   └── [8.0K] upgrading.jd │   │   │   ├── [4.0K] 1.1_r1 │   │   │   │   ├── [ 95] index.jd │   │   │   │   ├── [ 250] installing.jd │   │   │   │   ├── [ 247] requirements.jd │   │   │   │   └── [6.9K] upgrading.jd │   │   │   ├── [4.0K] 1.5_r1 │   │   │   │   ├── [ 95] index.jd │   │   │   │   ├── [ 250] installing.jd │   │   │   │   ├── [ 247] requirements.jd │   │   │   │   └── [ 19K] upgrading.jd │   │   │   ├── [4.0K] 1.5_r2 │   │   │   │   ├── [ 95] index.jd │   │   │   │   ├── [ 250] installing.jd │   │   │   │   ├── [ 247] requirements.jd │   │   │   │   └── [ 19K] upgrading.jd │   │   │   ├── [4.0K] 1.5_r3 │   │   │   │   ├── [ 95] index.jd │   │   │   │   ├── [ 250] installing.jd │   │   │   │   ├── [ 247] requirements.jd │   │   │   │   └── [ 19K] upgrading.jd │   │   │   ├── [4.0K] 1.6_r1 │   │   │   │   ├── [ 95] index.jd │   │   │   │   ├── [ 250] installing.jd │   │   │   │   ├── [ 247] requirements.jd │   │   │   │   └── [ 18K] upgrading.jd │   │   │   ├── [4.0K] api_diff │   │   │   │   ├── [4.0K] 10 │   │   │   │   │   ├── [4.0K] changes │   │   │   │   │   │   ├── [ 15K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [ 19K] alldiffs_index_all.html │   │   │   │   │   │   ├── [6.0K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [3.3K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [4.8K] android.bluetooth.BluetoothAdapter.html │   │   │   │   │   │   ├── [4.8K] android.bluetooth.BluetoothDevice.html │   │   │   │   │   │   ├── [4.6K] android.content.Context.html │   │   │   │   │   │   ├── [4.7K] android.graphics.BitmapFactory.Options.html │   │   │   │   │   │   ├── [4.9K] android.media.MediaRecorder.AudioEncoder.html │   │   │   │   │   │   ├── [5.0K] android.media.MediaRecorder.OutputFormat.html │   │   │   │   │   │   ├── [8.5K] android.nfc.NfcAdapter.html │   │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [4.6K] android.test.mock.MockPackageManager.html │   │   │   │   │   │   ├── [7.6K] changes-summary.html │   │   │   │   │   │   ├── [4.7K] classes_index_additions.html │   │   │   │   │   │   ├── [6.3K] classes_index_all.html │   │   │   │   │   │   ├── [4.5K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [2.4K] constructors_index_additions.html │   │   │   │   │   │   ├── [2.4K] constructors_index_all.html │   │   │   │   │   │   ├── [2.4K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.4K] constructors_index_removals.html │   │   │   │   │   │   ├── [5.7K] fields_index_additions.html │   │   │   │   │   │   ├── [5.7K] fields_index_all.html │   │   │   │   │   │   ├── [2.4K] fields_index_changes.html │   │   │   │   │   │   ├── [2.4K] fields_index_removals.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [9.5K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [6.1K] methods_index_additions.html │   │   │   │   │   │   ├── [7.2K] methods_index_all.html │   │   │   │   │   │   ├── [2.5K] methods_index_changes.html │   │   │   │   │   │   ├── [3.2K] methods_index_removals.html │   │   │   │   │   │   ├── [2.6K] packages_index_additions.html │   │   │   │   │   │   ├── [3.3K] packages_index_all.html │   │   │   │   │   │   ├── [3.2K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [4.6K] pkg_android.bluetooth.html │   │   │   │   │   │   ├── [4.4K] pkg_android.content.html │   │   │   │   │   │   ├── [4.9K] pkg_android.graphics.html │   │   │   │   │   │   ├── [5.1K] pkg_android.media.html │   │   │   │   │   │   ├── [5.3K] pkg_android.nfc.html │   │   │   │   │   │   ├── [4.4K] pkg_android.os.html │   │   │   │   │   │   ├── [4.5K] pkg_android.speech.html │   │   │   │   │   │   └── [4.4K] pkg_android.test.mock.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   └── [1.7K] stylesheet-jdiff.css │   │   │   │   ├── [4.0K] 11 │   │   │   │   │   ├── [ 20K] changes │   │   │   │   │   │   ├── [287K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [363K] alldiffs_index_all.html │   │   │   │   │   │   ├── [ 93K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [ 14K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [5.0K] android.accounts.AccountManager.html │   │   │   │   │   │   ├── [5.4K] android.accounts.AuthenticatorDescription.html │   │   │   │   │   │   ├── [ 14K] android.app.Activity.html │   │   │   │   │   │   ├── [7.0K] android.app.ActivityManager.html │   │   │   │   │   │   ├── [4.7K] android.app.ActivityManager.RecentTaskInfo.html │   │   │   │   │   │   ├── [5.0K] android.app.admin.DeviceAdminInfo.html │   │   │   │   │   │   ├── [5.3K] android.app.admin.DeviceAdminReceiver.html │   │   │   │   │   │   ├── [ 17K] android.app.admin.DevicePolicyManager.html │   │   │   │   │   │   ├── [5.6K] android.app.AlertDialog.Builder.html │   │   │   │   │   │   ├── [5.7K] android.app.AlertDialog.html │   │   │   │   │   │   ├── [4.6K] android.app.DatePickerDialog.html │   │   │   │   │   │   ├── [7.0K] android.app.Dialog.html │   │   │   │   │   │   ├── [6.8K] android.app.DownloadManager.html │   │   │   │   │   │   ├── [7.0K] android.app.DownloadManager.Request.html │   │   │   │   │   │   ├── [6.7K] android.app.Notification.html │   │   │   │   │   │   ├── [4.8K] android.app.PendingIntent.html │   │   │   │   │   │   ├── [5.1K] android.app.ProgressDialog.html │   │   │   │   │   │   ├── [4.9K] android.app.SearchManager.html │   │   │   │   │   │   ├── [4.5K] android.app.Service.html │   │   │   │   │   │   ├── [5.0K] android.app.WallpaperManager.html │   │   │   │   │   │   ├── [4.6K] android.appwidget.AppWidgetHost.html │   │   │   │   │   │   ├── [6.2K] android.appwidget.AppWidgetManager.html │   │   │   │   │   │   ├── [5.0K] android.appwidget.AppWidgetProviderInfo.html │   │   │   │   │   │   ├── [8.0K] android.bluetooth.BluetoothAdapter.html │   │   │   │   │   │   ├── [5.4K] android.content.AbstractThreadedSyncAdapter.html │   │   │   │   │   │   ├── [4.6K] android.content.BroadcastReceiver.html │   │   │   │   │   │   ├── [5.3K] android.content.ContentProviderClient.html │   │   │   │   │   │   ├── [6.8K] android.content.ContentProvider.html │   │   │   │   │   │   ├── [6.8K] android.content.ContentResolver.html │   │   │   │   │   │   ├── [4.6K] android.content.ContentValues.html │   │   │   │   │   │   ├── [6.1K] android.content.Context.html │   │   │   │   │   │   ├── [5.7K] android.content.ContextWrapper.html │   │   │   │   │   │   ├── [8.3K] android.content.Intent.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ActivityInfo.html │   │   │   │   │   │   ├── [5.0K] android.content.pm.ApplicationInfo.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ComponentInfo.html │   │   │   │   │   │   ├── [5.3K] android.content.pm.PackageManager.html │   │   │   │   │   │   ├── [5.6K] android.content.pm.PackageStats.html │   │   │   │   │   │   ├── [4.7K] android.content.res.Configuration.html │   │   │   │   │   │   ├── [4.8K] android.content.SharedPreferences.Editor.html │   │   │   │   │   │   ├── [4.8K] android.content.SharedPreferences.html │   │   │   │   │   │   ├── [5.0K] android.content.SyncAdapterType.html │   │   │   │   │   │   ├── [5.1K] android.content.SyncInfo.html │   │   │   │   │   │   ├── [6.6K] android.database.AbstractCursor.html │   │   │   │   │   │   ├── [6.0K] android.database.AbstractWindowedCursor.html │   │   │   │   │   │   ├── [6.9K] android.database.Cursor.html │   │   │   │   │   │   ├── [7.0K] android.database.CursorWindow.html │   │   │   │   │   │   ├── [5.0K] android.database.CursorWrapper.html │   │   │   │   │   │   ├── [ 12K] android.database.DatabaseUtils.html │   │   │   │   │   │   ├── [5.8K] android.database.sqlite.SQLiteCursor.html │   │   │   │   │   │   ├── [ 10K] android.database.sqlite.SQLiteDatabase.html │   │   │   │   │   │   ├── [5.7K] android.database.sqlite.SQLiteOpenHelper.html │   │   │   │   │   │   ├── [5.3K] android.database.sqlite.SQLiteProgram.html │   │   │   │   │   │   ├── [8.8K] android.database.sqlite.SQLiteQueryBuilder.html │   │   │   │   │   │   ├── [5.1K] android.database.sqlite.SQLiteStatement.html │   │   │   │   │   │   ├── [5.0K] android.graphics.BitmapFactory.Options.html │   │   │   │   │   │   ├── [5.9K] android.graphics.Canvas.html │   │   │   │   │   │   ├── [5.0K] android.graphics.drawable.ColorDrawable.html │   │   │   │   │   │   ├── [6.6K] android.graphics.drawable.DrawableContainer.DrawableContainerState.html │   │   │   │   │   │   ├── [5.1K] android.graphics.drawable.DrawableContainer.html │   │   │   │   │   │   ├── [5.0K] android.graphics.drawable.Drawable.html │   │   │   │   │   │   ├── [4.7K] android.graphics.drawable.LayerDrawable.html │   │   │   │   │   │   ├── [4.7K] android.hardware.Camera.html │   │   │   │   │   │   ├── [5.1K] android.hardware.Camera.Parameters.html │   │   │   │   │   │   ├── [4.7K] android.hardware.SensorManager.html │   │   │   │   │   │   ├── [7.0K] android.inputmethodservice.InputMethodService.html │   │   │   │   │   │   ├── [4.9K] android.inputmethodservice.InputMethodService.InputMethodImpl.html │   │   │   │   │   │   ├── [5.1K] android.inputmethodservice.InputMethodService.Insets.html │   │   │   │   │   │   ├── [4.8K] android.inputmethodservice.Keyboard.html │   │   │   │   │   │   ├── [4.6K] android.Manifest.permission.html │   │   │   │   │   │   ├── [4.6K] android.media.AudioManager.html │   │   │   │   │   │   ├── [9.3K] android.media.CamcorderProfile.html │   │   │   │   │   │   ├── [5.2K] android.media.ExifInterface.html │   │   │   │   │   │   ├── [4.7K] android.media.MediaRecorder.AudioSource.html │   │   │   │   │   │   ├── [5.5K] android.media.MediaRecorder.html │   │   │   │   │   │   ├── [5.9K] android.net.Proxy.html │   │   │   │   │   │   ├── [4.6K] android.net.Uri.Builder.html │   │   │   │   │   │   ├── [5.0K] android.net.Uri.html │   │   │   │   │   │   ├── [5.1K] android.opengl.GLSurfaceView.html │   │   │   │   │   │   ├── [6.2K] android.os.AsyncTask.html │   │   │   │   │   │   ├── [4.6K] android.os.BatteryManager.html │   │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [4.6K] android.os.Bundle.html │   │   │   │   │   │   ├── [ 10K] android.os.Debug.html │   │   │   │   │   │   ├── [5.2K] android.os.DropBoxManager.html │   │   │   │   │   │   ├── [4.6K] android.os.Environment.html │   │   │   │   │   │   ├── [4.6K] android.os.StrictMode.html │   │   │   │   │   │   ├── [5.9K] android.os.StrictMode.ThreadPolicy.Builder.html │   │   │   │   │   │   ├── [6.1K] android.os.StrictMode.VmPolicy.Builder.html │   │   │   │   │   │   ├── [4.6K] android.os.Vibrator.html │   │   │   │   │   │   ├── [ 19K] android.preference.PreferenceActivity.html │   │   │   │   │   │   ├── [6.7K] android.preference.Preference.html │   │   │   │   │   │   ├── [4.6K] android.provider.AlarmClock.html │   │   │   │   │   │   ├── [4.7K] android.provider.Browser.SearchColumns.html │   │   │   │   │   │   ├── [4.7K] android.provider.ContactsContract.CommonDataKinds.Email.html │   │   │   │   │   │   ├── [5.4K] android.provider.ContactsContract.CommonDataKinds.Relation.html │   │   │   │   │   │   ├── [4.4K] android.provider.ContactsContract.Contacts.AggregationSuggestions.html │   │   │   │   │   │   ├── [5.1K] android.provider.ContactsContract.ContactsColumns.html │   │   │   │   │   │   ├── [4.3K] android.provider.ContactsContract.Contacts.html │   │   │   │   │   │   ├── [4.9K] android.provider.ContactsContract.Contacts.Photo.html │   │   │   │   │   │   ├── [4.8K] android.provider.ContactsContract.ContactStatusColumns.html │   │   │   │   │   │   ├── [4.7K] android.provider.ContactsContract.DataColumns.html │   │   │   │   │   │   ├── [4.3K] android.provider.ContactsContract.DataColumnsWithJoins.html │   │   │   │   │   │   ├── [5.4K] android.provider.ContactsContract.GroupsColumns.html │   │   │   │   │   │   ├── [5.0K] android.provider.ContactsContract.html │   │   │   │   │   │   ├── [4.7K] android.provider.ContactsContract.Intents.Insert.html │   │   │   │   │   │   ├── [4.8K] android.provider.ContactsContract.RawContactsColumns.html │   │   │   │   │   │   ├── [4.9K] android.provider.ContactsContract.RawContacts.html │   │   │   │   │   │   ├── [5.8K] android.provider.ContactsContract.StatusColumns.html │   │   │   │   │   │   ├── [4.8K] android.provider.MediaStore.Audio.Genres.html │   │   │   │   │   │   ├── [5.0K] android.provider.Settings.html │   │   │   │   │   │   ├── [5.1K] android.provider.Settings.Secure.html │   │   │   │   │   │   ├── [5.5K] android.provider.Settings.System.html │   │   │   │   │   │   ├── [ 51K] android.R.attr.html │   │   │   │   │   │   ├── [5.6K] android.R.dimen.html │   │   │   │   │   │   ├── [4.9K] android.R.drawable.html │   │   │   │   │   │   ├── [4.8K] android.R.id.html │   │   │   │   │   │   ├── [5.6K] android.R.layout.html │   │   │   │   │   │   ├── [4.5K] android.R.string.html │   │   │   │   │   │   ├── [ 50K] android.R.style.html │   │   │   │   │   │   ├── [4.6K] android.speech.RecognizerIntent.html │   │   │   │   │   │   ├── [5.0K] android.speech.tts.TextToSpeech.Engine.html │   │   │   │   │   │   ├── [5.3K] android.telephony.TelephonyManager.html │   │   │   │   │   │   ├── [5.7K] android.test.mock.MockContext.html │   │   │   │   │   │   ├── [8.5K] android.test.mock.MockCursor.html │   │   │   │   │   │   ├── [4.8K] android.test.mock.MockPackageManager.html │   │   │   │   │   │   ├── [6.1K] android.text.ClipboardManager.html │   │   │   │   │   │   ├── [5.6K] android.text.format.Time.html │   │   │   │   │   │   ├── [5.7K] android.text.InputType.html │   │   │   │   │   │   ├── [ 11K] android.text.method.ArrowKeyMovementMethod.html │   │   │   │   │   │   ├── [4.9K] android.text.method.BaseKeyListener.html │   │   │   │   │   │   ├── [4.7K] android.text.method.QwertyKeyListener.html │   │   │   │   │   │   ├── [ 14K] android.text.method.ScrollingMovementMethod.html │   │   │   │   │   │   ├── [4.9K] android.text.SpannableStringBuilder.html │   │   │   │   │   │   ├── [4.7K] android.util.AndroidException.html │   │   │   │   │   │   ├── [4.8K] android.util.AndroidRuntimeException.html │   │   │   │   │   │   ├── [7.9K] android.util.Patterns.html │   │   │   │   │   │   ├── [4.6K] android.util.SparseArray.html │   │   │   │   │   │   ├── [4.5K] android.util.StateSet.html │   │   │   │   │   │   ├── [5.2K] android.view.animation.Animation.html │   │   │   │   │   │   ├── [4.7K] android.view.animation.Interpolator.html │   │   │   │   │   │   ├── [4.8K] android.view.inputmethod.BaseInputConnection.html │   │   │   │   │   │   ├── [6.3K] android.view.inputmethod.EditorInfo.html │   │   │   │   │   │   ├── [4.8K] android.view.inputmethod.InputConnection.html │   │   │   │   │   │   ├── [4.8K] android.view.inputmethod.InputConnectionWrapper.html │   │   │   │   │   │   ├── [4.8K] android.view.inputmethod.InputMethod.html │   │   │   │   │   │   ├── [5.1K] android.view.inputmethod.InputMethodInfo.html │   │   │   │   │   │   ├── [7.9K] android.view.inputmethod.InputMethodManager.html │   │   │   │   │   │   ├── [7.7K] android.view.KeyCharacterMap.html │   │   │   │   │   │   ├── [4.2K] android.view.KeyCharacterMap.KeyData.html │   │   │   │   │   │   ├── [ 39K] android.view.KeyEvent.html │   │   │   │   │   │   ├── [5.5K] android.view.LayoutInflater.html │   │   │   │   │   │   ├── [7.1K] android.view.MenuItem.html │   │   │   │   │   │   ├── [4.6K] android.view.MotionEvent.html │   │   │   │   │   │   ├── [5.7K] android.view.ScaleGestureDetector.html │   │   │   │   │   │   ├── [5.7K] android.view.SurfaceHolder.html │   │   │   │   │   │   ├── [4.6K] android.view.Surface.html │   │   │   │   │   │   ├── [8.2K] android.view.ViewGroup.html │   │   │   │   │   │   ├── [ 30K] android.view.View.html │   │   │   │   │   │   ├── [4.8K] android.view.ViewParent.html │   │   │   │   │   │   ├── [6.0K] android.view.Window.Callback.html │   │   │   │   │   │   ├── [7.1K] android.view.Window.html │   │   │   │   │   │   ├── [7.2K] android.view.WindowManager.LayoutParams.html │   │   │   │   │   │   ├── [4.2K] android.webkit.CacheManager.CacheResult.html │   │   │   │   │   │   ├── [6.3K] android.webkit.CacheManager.html │   │   │   │   │   │   ├── [6.5K] android.webkit.WebSettings.html │   │   │   │   │   │   ├── [4.8K] android.webkit.WebViewClient.html │   │   │   │   │   │   ├── [8.6K] android.webkit.WebView.html │   │   │   │   │   │   ├── [ 13K] android.widget.AbsListView.html │   │   │   │   │   │   ├── [5.0K] android.widget.ArrayAdapter.html │   │   │   │   │   │   ├── [7.5K] android.widget.CursorAdapter.html │   │   │   │   │   │   ├── [7.0K] android.widget.DatePicker.html │   │   │   │   │   │   ├── [5.4K] android.widget.GridView.html │   │   │   │   │   │   ├── [5.4K] android.widget.ImageView.html │   │   │   │   │   │   ├── [8.4K] android.widget.LinearLayout.html │   │   │   │   │   │   ├── [ 12K] android.widget.ListView.html │   │   │   │   │   │   ├── [5.4K] android.widget.OverScroller.html │   │   │   │   │   │   ├── [5.7K] android.widget.PopupWindow.html │   │   │   │   │   │   ├── [4.6K] android.widget.QuickContactBadge.html │   │   │   │   │   │   ├── [8.0K] android.widget.RemoteViews.html │   │   │   │   │   │   ├── [5.6K] android.widget.ResourceCursorAdapter.html │   │   │   │   │   │   ├── [5.3K] android.widget.Scroller.html │   │   │   │   │   │   ├── [5.7K] android.widget.SimpleCursorAdapter.html │   │   │   │   │   │   ├── [6.4K] android.widget.Spinner.html │   │   │   │   │   │   ├── [4.6K] android.widget.TabWidget.html │   │   │   │   │   │   ├── [6.3K] android.widget.TextView.html │   │   │   │   │   │   ├── [ 14K] changes-summary.html │   │   │   │   │   │   ├── [ 31K] classes_index_additions.html │   │   │   │   │   │   ├── [ 61K] classes_index_all.html │   │   │   │   │   │   ├── [ 43K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [ 13K] constructors_index_additions.html │   │   │   │   │   │   ├── [ 15K] constructors_index_all.html │   │   │   │   │   │   ├── [5.0K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.8K] constructors_index_removals.html │   │   │   │   │   │   ├── [ 25K] dalvik.bytecode.Opcodes.html │   │   │   │   │   │   ├── [124K] fields_index_additions.html │   │   │   │   │   │   ├── [130K] fields_index_all.html │   │   │   │   │   │   ├── [ 14K] fields_index_changes.html │   │   │   │   │   │   ├── [2.4K] fields_index_removals.html │   │   │   │   │   │   ├── [4.8K] java.lang.Character.UnicodeBlock.html │   │   │   │   │   │   ├── [4.7K] java.lang.Object.html │   │   │   │   │   │   ├── [7.3K] java.util.Deque.html │   │   │   │   │   │   ├── [5.2K] java.util.Locale.html │   │   │   │   │   │   ├── [5.3K] java.util.NavigableMap.html │   │   │   │   │   │   ├── [5.6K] java.util.NavigableSet.html │   │   │   │   │   │   ├── [4.5K] java.util.Queue.html │   │   │   │   │   │   ├── [5.3K] java.util.ResourceBundle.Control.html │   │   │   │   │   │   ├── [7.2K] java.util.ResourceBundle.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 37K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [122K] methods_index_additions.html │   │   │   │   │   │   ├── [156K] methods_index_all.html │   │   │   │   │   │   ├── [ 35K] methods_index_changes.html │   │   │   │   │   │   ├── [ 13K] methods_index_removals.html │   │   │   │   │   │   ├── [2.8K] packages_index_additions.html │   │   │   │   │   │   ├── [6.5K] packages_index_all.html │   │   │   │   │   │   ├── [6.2K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [4.7K] pkg_android.accounts.html │   │   │   │   │   │   ├── [4.9K] pkg_android.app.admin.html │   │   │   │   │   │   ├── [ 13K] pkg_android.app.html │   │   │   │   │   │   ├── [4.9K] pkg_android.appwidget.html │   │   │   │   │   │   ├── [6.0K] pkg_android.bluetooth.html │   │   │   │   │   │   ├── [ 11K] pkg_android.content.html │   │   │   │   │   │   ├── [5.3K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [4.4K] pkg_android.content.res.html │   │   │   │   │   │   ├── [6.3K] pkg_android.database.html │   │   │   │   │   │   ├── [8.6K] pkg_android.database.sqlite.html │   │   │   │   │   │   ├── [5.4K] pkg_android.graphics.drawable.html │   │   │   │   │   │   ├── [5.7K] pkg_android.graphics.html │   │   │   │   │   │   ├── [4.8K] pkg_android.hardware.html │   │   │   │   │   │   ├── [7.1K] pkg_android.html │   │   │   │   │   │   ├── [5.2K] pkg_android.inputmethodservice.html │   │   │   │   │   │   ├── [5.3K] pkg_android.media.html │   │   │   │   │   │   ├── [4.7K] pkg_android.net.html │   │   │   │   │   │   ├── [4.4K] pkg_android.opengl.html │   │   │   │   │   │   ├── [6.9K] pkg_android.os.html │   │   │   │   │   │   ├── [6.1K] pkg_android.preference.html │   │   │   │   │   │   ├── [ 12K] pkg_android.provider.html │   │   │   │   │   │   ├── [4.4K] pkg_android.speech.html │   │   │   │   │   │   ├── [4.4K] pkg_android.speech.tts.html │   │   │   │   │   │   ├── [4.4K] pkg_android.telephony.html │   │   │   │   │   │   ├── [4.4K] pkg_android.test.html │   │   │   │   │   │   ├── [4.8K] pkg_android.test.mock.html │   │   │   │   │   │   ├── [4.4K] pkg_android.text.format.html │   │   │   │   │   │   ├── [4.9K] pkg_android.text.html │   │   │   │   │   │   ├── [5.6K] pkg_android.text.method.html │   │   │   │   │   │   ├── [6.7K] pkg_android.util.html │   │   │   │   │   │   ├── [4.7K] pkg_android.view.animation.html │   │   │   │   │   │   ├── [ 10K] pkg_android.view.html │   │   │   │   │   │   ├── [6.6K] pkg_android.view.inputmethod.html │   │   │   │   │   │   ├── [6.2K] pkg_android.webkit.html │   │   │   │   │   │   ├── [ 14K] pkg_android.widget.html │   │   │   │   │   │   ├── [4.8K] pkg_dalvik.bytecode.html │   │   │   │   │   │   ├── [4.6K] pkg_java.lang.html │   │   │   │   │   │   └── [5.6K] pkg_java.util.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   └── [1.7K] stylesheet-jdiff.css │   │   │   │   ├── [4.0K] 12 │   │   │   │   │   ├── [ 12K] changes │   │   │   │   │   │   ├── [ 59K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [ 85K] alldiffs_index_all.html │   │   │   │   │   │   ├── [ 38K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [ 10K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [4.6K] android.animation.ValueAnimator.html │   │   │   │   │   │   ├── [5.1K] android.app.Activity.html │   │   │   │   │   │   ├── [4.6K] android.app.ActivityManager.html │   │   │   │   │   │   ├── [4.7K] android.app.ActivityManager.RecentTaskInfo.html │   │   │   │   │   │   ├── [4.6K] android.app.DialogFragment.html │   │   │   │   │   │   ├── [5.1K] android.app.Dialog.html │   │   │   │   │   │   ├── [5.5K] android.app.DownloadManager.html │   │   │   │   │   │   ├── [4.7K] android.app.DownloadManager.Request.html │   │   │   │   │   │   ├── [4.8K] android.app.FragmentBreadCrumbs.html │   │   │   │   │   │   ├── [5.4K] android.app.Fragment.html │   │   │   │   │   │   ├── [4.6K] android.app.SearchManager.html │   │   │   │   │   │   ├── [6.0K] android.appwidget.AppWidgetProviderInfo.html │   │   │   │   │   │   ├── [4.6K] android.content.Context.html │   │   │   │   │   │   ├── [5.7K] android.content.Intent.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ApplicationInfo.html │   │   │   │   │   │   ├── [5.0K] android.content.pm.PackageManager.html │   │   │   │   │   │   ├── [5.4K] android.drm.DrmErrorEvent.html │   │   │   │   │   │   ├── [5.8K] android.drm.DrmEvent.html │   │   │   │   │   │   ├── [5.3K] android.drm.DrmInfoEvent.html │   │   │   │   │   │   ├── [5.0K] android.drm.DrmManagerClient.OnEventListener.html │   │   │   │   │   │   ├── [5.6K] android.graphics.Bitmap.html │   │   │   │   │   │   ├── [5.1K] android.graphics.Camera.html │   │   │   │   │   │   ├── [4.8K] android.hardware.Camera.html │   │   │   │   │   │   ├── [4.9K] android.net.http.SslCertificate.html │   │   │   │   │   │   ├── [4.7K] android.net.sip.SipProfile.Builder.html │   │   │   │   │   │   ├── [4.6K] android.net.sip.SipProfile.html │   │   │   │   │   │   ├── [7.9K] android.net.TrafficStats.html │   │   │   │   │   │   ├── [4.6K] android.net.wifi.WifiManager.html │   │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [5.1K] android.os.Bundle.html │   │   │   │   │   │   ├── [4.9K] android.os.ParcelFileDescriptor.html │   │   │   │   │   │   ├── [4.6K] android.provider.Browser.html │   │   │   │   │   │   ├── [4.7K] android.provider.MediaStore.html │   │   │   │   │   │   ├── [4.8K] android.R.attr.html │   │   │   │   │   │   ├── [4.7K] android.text.format.Formatter.html │   │   │   │   │   │   ├── [4.9K] android.text.method.BaseMovementMethod.html │   │   │   │   │   │   ├── [4.9K] android.text.method.MovementMethod.html │   │   │   │   │   │   ├── [4.9K] android.text.SpannableStringBuilder.html │   │   │   │   │   │   ├── [4.4K] android.util.Config.html │   │   │   │   │   │   ├── [4.5K] android.util.DebugUtils.html │   │   │   │   │   │   ├── [4.5K] android.util.EventLog.html │   │   │   │   │   │   ├── [4.5K] android.util.StateSet.html │   │   │   │   │   │   ├── [4.5K] android.util.TimeUtils.html │   │   │   │   │   │   ├── [4.4K] android.util.Xml.html │   │   │   │   │   │   ├── [5.0K] android.view.animation.Animation.html │   │   │   │   │   │   ├── [10.0K] android.view.InputDevice.html │   │   │   │   │   │   ├── [5.0K] android.view.InputDevice.MotionRange.html │   │   │   │   │   │   ├── [5.1K] android.view.InputEvent.html │   │   │   │   │   │   ├── [5.2K] android.view.inputmethod.InputMethodSubtype.html │   │   │   │   │   │   ├── [ 12K] android.view.KeyEvent.html │   │   │   │   │   │   ├── [ 21K] android.view.MotionEvent.html │   │   │   │   │   │   ├── [6.5K] android.view.MotionEvent.PointerCoords.html │   │   │   │   │   │   ├── [5.0K] android.view.ViewConfiguration.html │   │   │   │   │   │   ├── [7.5K] android.view.View.html │   │   │   │   │   │   ├── [4.7K] android.view.Window.Callback.html │   │   │   │   │   │   ├── [4.7K] android.view.Window.html │   │   │   │   │   │   ├── [5.0K] android.webkit.CookieManager.html │   │   │   │   │   │   ├── [4.7K] android.webkit.WebHistoryItem.html │   │   │   │   │   │   ├── [7.1K] android.webkit.WebSettings.html │   │   │   │   │   │   ├── [4.2K] android.webkit.WebSettings.LayoutAlgorithm.html │   │   │   │   │   │   ├── [4.9K] android.webkit.WebViewClient.html │   │   │   │   │   │   ├── [8.5K] android.webkit.WebView.html │   │   │   │   │   │   ├── [4.9K] android.webkit.WebView.PictureListener.html │   │   │   │   │   │   ├── [4.6K] android.widget.DatePicker.html │   │   │   │   │   │   ├── [4.7K] android.widget.RemoteViews.html │   │   │   │   │   │   ├── [ 11K] changes-summary.html │   │   │   │   │   │   ├── [3.8K] classes_index_additions.html │   │   │   │   │   │   ├── [ 26K] classes_index_all.html │   │   │   │   │   │   ├── [ 22K] classes_index_changes.html │   │   │   │   │   │   ├── [3.6K] classes_index_removals.html │   │   │   │   │   │   ├── [4.0K] constructors_index_additions.html │   │   │   │   │   │   ├── [7.8K] constructors_index_all.html │   │   │   │   │   │   ├── [2.9K] constructors_index_changes.html │   │   │   │   │   │   ├── [5.7K] constructors_index_removals.html │   │   │   │   │   │   ├── [ 27K] fields_index_additions.html │   │   │   │   │   │   ├── [ 29K] fields_index_all.html │   │   │   │   │   │   ├── [4.0K] fields_index_changes.html │   │   │   │   │   │   ├── [2.4K] fields_index_removals.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 18K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [ 24K] methods_index_additions.html │   │   │   │   │   │   ├── [ 32K] methods_index_all.html │   │   │   │   │   │   ├── [ 11K] methods_index_changes.html │   │   │   │   │   │   ├── [3.2K] methods_index_removals.html │   │   │   │   │   │   ├── [2.8K] packages_index_additions.html │   │   │   │   │   │   ├── [5.1K] packages_index_all.html │   │   │   │   │   │   ├── [4.7K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [4.4K] pkg_android.animation.html │   │   │   │   │   │   ├── [6.8K] pkg_android.app.html │   │   │   │   │   │   ├── [4.4K] pkg_android.appwidget.html │   │   │   │   │   │   ├── [4.6K] pkg_android.content.html │   │   │   │   │   │   ├── [4.6K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [5.1K] pkg_android.drm.html │   │   │   │   │   │   ├── [4.6K] pkg_android.graphics.html │   │   │   │   │   │   ├── [4.4K] pkg_android.hardware.html │   │   │   │   │   │   ├── [4.3K] pkg_android.html │   │   │   │   │   │   ├── [4.4K] pkg_android.net.html │   │   │   │   │   │   ├── [4.4K] pkg_android.net.http.html │   │   │   │   │   │   ├── [4.6K] pkg_android.net.sip.html │   │   │   │   │   │   ├── [4.4K] pkg_android.net.wifi.html │   │   │   │   │   │   ├── [4.8K] pkg_android.os.html │   │   │   │   │   │   ├── [4.6K] pkg_android.provider.html │   │   │   │   │   │   ├── [4.4K] pkg_android.text.format.html │   │   │   │   │   │   ├── [4.4K] pkg_android.text.html │   │   │   │   │   │   ├── [4.7K] pkg_android.text.method.html │   │   │   │   │   │   ├── [5.7K] pkg_android.util.html │   │   │   │   │   │   ├── [4.4K] pkg_android.view.animation.html │   │   │   │   │   │   ├── [7.4K] pkg_android.view.html │   │   │   │   │   │   ├── [4.5K] pkg_android.view.inputmethod.html │   │   │   │   │   │   ├── [6.9K] pkg_android.webkit.html │   │   │   │   │   │   └── [4.6K] pkg_android.widget.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   ├── [ 12K] missingSinces.txt │   │   │   │   │   ├── [1.7K] stylesheet-jdiff.css │   │   │   │   │   └── [ 42K] user_comments_for_11_to_12.xml │   │   │   │   ├── [4.0K] 13 │   │   │   │   │   ├── [4.0K] changes │   │   │   │   │   │   ├── [ 36K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [ 50K] alldiffs_index_all.html │   │   │   │   │   │   ├── [ 26K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [2.5K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [4.1K] android.app.ActivityGroup.html │   │   │   │   │   │   ├── [7.9K] android.app.Activity.html │   │   │   │   │   │   ├── [5.4K] android.app.Fragment.html │   │   │   │   │   │   ├── [4.7K] android.app.FragmentManager.html │   │   │   │   │   │   ├── [5.6K] android.app.FragmentTransaction.html │   │   │   │   │   │   ├── [5.3K] android.app.KeyguardManager.html │   │   │   │   │   │   ├── [4.2K] android.app.KeyguardManager.KeyguardLock.html │   │   │   │   │   │   ├── [4.2K] android.app.LocalActivityManager.html │   │   │   │   │   │   ├── [4.1K] android.app.TabActivity.html │   │   │   │   │   │   ├── [5.0K] android.content.pm.ActivityInfo.html │   │   │   │   │   │   ├── [5.4K] android.content.pm.ApplicationInfo.html │   │   │   │   │   │   ├── [5.8K] android.content.pm.PackageManager.html │   │   │   │   │   │   ├── [6.8K] android.content.res.Configuration.html │   │   │   │   │   │   ├── [5.9K] android.graphics.PointF.html │   │   │   │   │   │   ├── [5.9K] android.graphics.Point.html │   │   │   │   │   │   ├── [4.7K] android.hardware.usb.UsbDeviceConnection.html │   │   │   │   │   │   ├── [4.6K] android.Manifest.permission.html │   │   │   │   │   │   ├── [4.9K] android.net.ConnectivityManager.html │   │   │   │   │   │   ├── [4.7K] android.os.Binder.html │   │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [5.2K] android.os.IBinder.html │   │   │   │   │   │   ├── [5.4K] android.os.ParcelFileDescriptor.html │   │   │   │   │   │   ├── [4.7K] android.os.PowerManager.html │   │   │   │   │   │   ├── [5.2K] android.R.attr.html │   │   │   │   │   │   ├── [ 19K] android.R.style.html │   │   │   │   │   │   ├── [4.6K] android.telephony.TelephonyManager.html │   │   │   │   │   │   ├── [4.6K] android.util.DisplayMetrics.html │   │   │   │   │   │   ├── [5.9K] android.view.Display.html │   │   │   │   │   │   ├── [4.6K] android.view.KeyEvent.html │   │   │   │   │   │   ├── [7.8K] changes-summary.html │   │   │   │   │   │   ├── [3.0K] classes_index_additions.html │   │   │   │   │   │   ├── [ 14K] classes_index_all.html │   │   │   │   │   │   ├── [ 14K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [2.4K] constructors_index_additions.html │   │   │   │   │   │   ├── [2.4K] constructors_index_all.html │   │   │   │   │   │   ├── [2.4K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.4K] constructors_index_removals.html │   │   │   │   │   │   ├── [ 21K] fields_index_additions.html │   │   │   │   │   │   ├── [ 21K] fields_index_all.html │   │   │   │   │   │   ├── [2.7K] fields_index_changes.html │   │   │   │   │   │   ├── [2.4K] fields_index_removals.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 12K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [ 12K] methods_index_additions.html │   │   │   │   │   │   ├── [ 16K] methods_index_all.html │   │   │   │   │   │   ├── [7.6K] methods_index_changes.html │   │   │   │   │   │   ├── [2.4K] methods_index_removals.html │   │   │   │   │   │   ├── [2.5K] packages_index_additions.html │   │   │   │   │   │   ├── [3.5K] packages_index_all.html │   │   │   │   │   │   ├── [3.4K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [6.5K] pkg_android.app.html │   │   │   │   │   │   ├── [4.8K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [4.4K] pkg_android.content.res.html │   │   │   │   │   │   ├── [4.6K] pkg_android.graphics.html │   │   │   │   │   │   ├── [4.4K] pkg_android.hardware.usb.html │   │   │   │   │   │   ├── [4.8K] pkg_android.html │   │   │   │   │   │   ├── [4.4K] pkg_android.net.html │   │   │   │   │   │   ├── [5.7K] pkg_android.os.html │   │   │   │   │   │   ├── [4.4K] pkg_android.telephony.html │   │   │   │   │   │   ├── [4.4K] pkg_android.util.html │   │   │   │   │   │   └── [4.6K] pkg_android.view.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   └── [1.7K] stylesheet-jdiff.css │   │   │   │   ├── [4.0K] 14 │   │   │   │   │   ├── [ 20K] changes │   │   │   │   │   │   ├── [214K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [289K] alldiffs_index_all.html │   │   │   │   │   │   ├── [ 86K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [ 19K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [4.7K] android.accessibilityservice.AccessibilityService.html │   │   │   │   │   │   ├── [7.7K] android.accessibilityservice.AccessibilityServiceInfo.html │   │   │   │   │   │   ├── [7.5K] android.accounts.AccountManager.html │   │   │   │   │   │   ├── [4.6K] android.animation.Animator.html │   │   │   │   │   │   ├── [5.0K] android.animation.FloatEvaluator.html │   │   │   │   │   │   ├── [5.0K] android.animation.IntEvaluator.html │   │   │   │   │   │   ├── [4.7K] android.animation.LayoutTransition.html │   │   │   │   │   │   ├── [6.3K] android.animation.ObjectAnimator.html │   │   │   │   │   │   ├── [6.8K] android.animation.PropertyValuesHolder.html │   │   │   │   │   │   ├── [4.9K] android.animation.TypeEvaluator.html │   │   │   │   │   │   ├── [7.3K] android.app.ActionBar.html │   │   │   │   │   │   ├── [5.4K] android.app.ActionBar.Tab.html │   │   │   │   │   │   ├── [4.8K] android.app.Activity.html │   │   │   │   │   │   ├── [4.7K] android.app.admin.DeviceAdminInfo.html │   │   │   │   │   │   ├── [5.8K] android.app.admin.DevicePolicyManager.html │   │   │   │   │   │   ├── [5.0K] android.app.AlertDialog.html │   │   │   │   │   │   ├── [5.8K] android.app.Application.html │   │   │   │   │   │   ├── [6.6K] android.app.backup.BackupAgent.html │   │   │   │   │   │   ├── [5.1K] android.app.Fragment.html │   │   │   │   │   │   ├── [4.7K] android.app.FragmentManager.BackStackEntry.html │   │   │   │   │   │   ├── [4.6K] android.app.FragmentManager.html │   │   │   │   │   │   ├── [4.7K] android.app.Notification.Builder.html │   │   │   │   │   │   ├── [4.9K] android.app.PendingIntent.html │   │   │   │   │   │   ├── [5.0K] android.app.SearchManager.html │   │   │   │   │   │   ├── [5.1K] android.app.Service.html │   │   │   │   │   │   ├── [4.6K] android.app.WallpaperManager.html │   │   │   │   │   │   ├── [5.0K] android.appwidget.AppWidgetProviderInfo.html │   │   │   │   │   │   ├── [4.7K] android.bluetooth.BluetoothAdapter.html │   │   │   │   │   │   ├── [4.6K] android.bluetooth.BluetoothProfile.html │   │   │   │   │   │   ├── [4.6K] android.bluetooth.BluetoothSocket.html │   │   │   │   │   │   ├── [4.8K] android.content.ContentProvider.html │   │   │   │   │   │   ├── [7.7K] android.content.Context.html │   │   │   │   │   │   ├── [9.4K] android.content.Intent.html │   │   │   │   │   │   ├── [5.0K] android.content.IntentSender.html │   │   │   │   │   │   ├── [5.0K] android.content.pm.ActivityInfo.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ApplicationInfo.html │   │   │   │   │   │   ├── [6.7K] android.content.pm.PackageManager.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.PackageStats.html │   │   │   │   │   │   ├── [4.9K] android.content.pm.ServiceInfo.html │   │   │   │   │   │   ├── [4.6K] android.content.SyncAdapterType.html │   │   │   │   │   │   ├── [4.7K] android.database.sqlite.SQLiteOpenHelper.html │   │   │   │   │   │   ├── [4.7K] android.database.sqlite.SQLiteQueryBuilder.html │   │   │   │   │   │   ├── [5.0K] android.graphics.Canvas.html │   │   │   │   │   │   ├── [5.7K] android.graphics.Paint.html │   │   │   │   │   │   ├── [4.6K] android.graphics.RectF.html │   │   │   │   │   │   ├── [4.9K] android.graphics.SurfaceTexture.html │   │   │   │   │   │   ├── [6.2K] android.hardware.Camera.html │   │   │   │   │   │   ├── [ 11K] android.hardware.Camera.Parameters.html │   │   │   │   │   │   ├── [5.5K] android.hardware.Sensor.html │   │   │   │   │   │   ├── [4.7K] android.inputmethodservice.InputMethodService.html │   │   │   │   │   │   ├── [4.8K] android.inputmethodservice.InputMethodService.InputMethodSessionImpl.html │   │   │   │   │   │   ├── [5.9K] android.Manifest.permission.html │   │   │   │   │   │   ├── [7.6K] android.media.AudioManager.html │   │   │   │   │   │   ├── [6.8K] android.media.MediaMetadataRetriever.html │   │   │   │   │   │   ├── [6.0K] android.media.MediaPlayer.html │   │   │   │   │   │   ├── [5.8K] android.media.MediaRecorder.html │   │   │   │   │   │   ├── [5.8K] android.net.ConnectivityManager.html │   │   │   │   │   │   ├── [8.2K] android.net.http.SslError.html │   │   │   │   │   │   ├── [5.2K] android.net.SSLCertificateSocketFactory.html │   │   │   │   │   │   ├── [6.8K] android.net.TrafficStats.html │   │   │   │   │   │   ├── [4.6K] android.net.wifi.WifiManager.html │   │   │   │   │   │   ├── [5.4K] android.nfc.NdefRecord.html │   │   │   │   │   │   ├── [7.2K] android.nfc.NfcAdapter.html │   │   │   │   │   │   ├── [4.9K] android.nfc.tech.IsoDep.html │   │   │   │   │   │   ├── [5.3K] android.nfc.tech.MifareClassic.html │   │   │   │   │   │   ├── [5.4K] android.nfc.tech.MifareUltralight.html │   │   │   │   │   │   ├── [5.2K] android.nfc.tech.NfcA.html │   │   │   │   │   │   ├── [4.6K] android.nfc.tech.NfcB.html │   │   │   │   │   │   ├── [5.2K] android.nfc.tech.NfcF.html │   │   │   │   │   │   ├── [4.6K] android.nfc.tech.NfcV.html │   │   │   │   │   │   ├── [4.6K] android.opengl.GLUtils.html │   │   │   │   │   │   ├── [4.8K] android.opengl.Matrix.html │   │   │   │   │   │   ├── [5.1K] android.os.Build.html │   │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [4.5K] android.os.Debug.html │   │   │   │   │   │   ├── [5.7K] android.os.Debug.MemoryInfo.html │   │   │   │   │   │   ├── [4.6K] android.os.Handler.html │   │   │   │   │   │   ├── [6.5K] android.os.Looper.html │   │   │   │   │   │   ├── [5.1K] android.os.ParcelFileDescriptor.html │   │   │   │   │   │   ├── [4.7K] android.os.Process.html │   │   │   │   │   │   ├── [4.7K] android.os.RecoverySystem.html │   │   │   │   │   │   ├── [9.4K] android.preference.CheckBoxPreference.html │   │   │   │   │   │   ├── [6.4K] android.preference.PreferenceActivity.html │   │   │   │   │   │   ├── [4.6K] android.preference.Preference.html │   │   │   │   │   │   ├── [4.6K] android.provider.CallLog.Calls.html │   │   │   │   │   │   ├── [4.7K] android.provider.ContactsContract.CommonDataKinds.Photo.html │   │   │   │   │   │   ├── [5.1K] android.provider.ContactsContract.ContactsColumns.html │   │   │   │   │   │   ├── [4.9K] android.provider.ContactsContract.Contacts.html │   │   │   │   │   │   ├── [5.1K] android.provider.ContactsContract.Contacts.Photo.html │   │   │   │   │   │   ├── [4.7K] android.provider.ContactsContract.GroupsColumns.html │   │   │   │   │   │   ├── [5.5K] android.provider.ContactsContract.html │   │   │   │   │   │   ├── [4.7K] android.provider.ContactsContract.Intents.html │   │   │   │   │   │   ├── [5.1K] android.provider.ContactsContract.RawContactsColumns.html │   │   │   │   │   │   ├── [4.7K] android.provider.ContactsContract.RawContactsEntity.html │   │   │   │   │   │   ├── [4.7K] android.provider.ContactsContract.SettingsColumns.html │   │   │   │   │   │   ├── [4.7K] android.provider.ContactsContract.StatusUpdates.html │   │   │   │   │   │   ├── [4.2K] android.provider.LiveFolders.html │   │   │   │   │   │   ├── [4.5K] android.provider.MediaStore.Audio.AudioColumns.html │   │   │   │   │   │   ├── [4.6K] android.provider.Settings.html │   │   │   │   │   │   ├── [ 12K] android.provider.Settings.Secure.html │   │   │   │   │   │   ├── [4.6K] android.provider.Settings.System.html │   │   │   │   │   │   ├── [ 25K] android.R.attr.html │   │   │   │   │   │   ├── [7.3K] android.R.color.html │   │   │   │   │   │   ├── [8.1K] android.renderscript.AllocationAdapter.html │   │   │   │   │   │   ├── [5.9K] android.renderscript.Allocation.html │   │   │   │   │   │   ├── [4.6K] android.renderscript.BaseObj.html │   │   │   │   │   │   ├── [4.6K] android.renderscript.Byte2.html │   │   │   │   │   │   ├── [4.7K] android.renderscript.Byte3.html │   │   │   │   │   │   ├── [4.7K] android.renderscript.Byte4.html │   │   │   │   │   │   ├── [ 15K] android.renderscript.Element.html │   │   │   │   │   │   ├── [7.8K] android.renderscript.FieldPacker.html │   │   │   │   │   │   ├── [4.6K] android.renderscript.Int2.html │   │   │   │   │   │   ├── [4.6K] android.renderscript.Int3.html │   │   │   │   │   │   ├── [4.7K] android.renderscript.Int4.html │   │   │   │   │   │   ├── [4.6K] android.renderscript.Long2.html │   │   │   │   │   │   ├── [4.7K] android.renderscript.Long3.html │   │   │   │   │   │   ├── [4.7K] android.renderscript.Long4.html │   │   │   │   │   │   ├── [4.8K] android.renderscript.RenderScriptGL.html │   │   │   │   │   │   ├── [4.9K] android.renderscript.Script.html │   │   │   │   │   │   ├── [4.6K] android.renderscript.Short2.html │   │   │   │   │   │   ├── [4.7K] android.renderscript.Short3.html │   │   │   │   │   │   ├── [4.7K] android.renderscript.Short4.html │   │   │   │   │   │   ├── [4.6K] android.R.integer.html │   │   │   │   │   │   ├── [4.6K] android.R.string.html │   │   │   │   │   │   ├── [ 75K] android.R.style.html │   │   │   │   │   │   ├── [4.9K] android.service.wallpaper.WallpaperService.Engine.html │   │   │   │   │   │   ├── [5.0K] android.speech.RecognizerIntent.html │   │   │   │   │   │   ├── [4.6K] android.speech.SpeechRecognizer.html │   │   │   │   │   │   ├── [5.0K] android.speech.tts.TextToSpeech.Engine.html │   │   │   │   │   │   ├── [6.0K] android.speech.tts.TextToSpeech.html │   │   │   │   │   │   ├── [4.7K] android.test.mock.MockPackageManager.html │   │   │   │   │   │   ├── [4.6K] android.text.Layout.html │   │   │   │   │   │   ├── [4.6K] android.util.Config.html │   │   │   │   │   │   ├── [ 11K] android.util.Patterns.html │   │   │   │   │   │   ├── [5.0K] android.util.SparseArray.html │   │   │   │   │   │   ├── [5.1K] android.util.SparseBooleanArray.html │   │   │   │   │   │   ├── [5.0K] android.util.SparseIntArray.html │   │   │   │   │   │   ├── [ 28K] android.view.accessibility.AccessibilityEvent.html │   │   │   │   │   │   ├── [7.6K] android.view.accessibility.AccessibilityManager.html │   │   │   │   │   │   ├── [4.9K] android.view.ActionMode.html │   │   │   │   │   │   ├── [6.1K] android.view.Gravity.html │   │   │   │   │   │   ├── [4.6K] android.view.InputDevice.html │   │   │   │   │   │   ├── [5.7K] android.view.inputmethod.InputMethodManager.html │   │   │   │   │   │   ├── [4.7K] android.view.inputmethod.InputMethodSession.html │   │   │   │   │   │   ├── [6.5K] android.view.inputmethod.InputMethodSubtype.html │   │   │   │   │   │   ├── [5.2K] android.view.KeyEvent.html │   │   │   │   │   │   ├── [7.4K] android.view.MenuItem.html │   │   │   │   │   │   ├── [ 13K] android.view.MotionEvent.html │   │   │   │   │   │   ├── [ 11K] android.view.Surface.html │   │   │   │   │   │   ├── [4.6K] android.view.ViewConfiguration.html │   │   │   │   │   │   ├── [6.9K] android.view.ViewGroup.html │   │   │   │   │   │   ├── [ 18K] android.view.View.html │   │   │   │   │   │   ├── [4.8K] android.view.ViewParent.html │   │   │   │   │   │   ├── [6.0K] android.view.ViewPropertyAnimator.html │   │   │   │   │   │   ├── [5.3K] android.view.Window.html │   │   │   │   │   │   ├── [4.7K] android.view.WindowManager.LayoutParams.html │   │   │   │   │   │   ├── [4.8K] android.webkit.WebChromeClient.html │   │   │   │   │   │   ├── [6.0K] android.webkit.WebSettings.html │   │   │   │   │   │   ├── [4.2K] android.webkit.WebSettings.TextSize.html │   │   │   │   │   │   ├── [5.1K] android.webkit.WebView.HitTestResult.html │   │   │   │   │   │   ├── [4.6K] android.widget.AbsListView.html │   │   │   │   │   │   ├── [5.3K] android.widget.AdapterViewAnimator.html │   │   │   │   │   │   ├── [4.7K] android.widget.ExpandableListView.html │   │   │   │   │   │   ├── [5.3K] android.widget.FrameLayout.html │   │   │   │   │   │   ├── [5.0K] android.widget.LinearLayout.html │   │   │   │   │   │   ├── [4.6K] android.widget.OverScroller.html │   │   │   │   │   │   ├── [5.1K] android.widget.PopupMenu.html │   │   │   │   │   │   ├── [5.4K] android.widget.RemoteViews.html │   │   │   │   │   │   ├── [4.6K] android.widget.Scroller.html │   │   │   │   │   │   ├── [5.8K] android.widget.SearchView.html │   │   │   │   │   │   ├── [4.7K] android.widget.StackView.html │   │   │   │   │   │   ├── [6.8K] android.widget.TextView.html │   │   │   │   │   │   ├── [ 17K] changes-summary.html │   │   │   │   │   │   ├── [ 26K] classes_index_additions.html │   │   │   │   │   │   ├── [ 56K] classes_index_all.html │   │   │   │   │   │   ├── [ 43K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [9.2K] constructors_index_additions.html │   │   │   │   │   │   ├── [9.7K] constructors_index_all.html │   │   │   │   │   │   ├── [3.1K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.5K] constructors_index_removals.html │   │   │   │   │   │   ├── [4.2K] dalvik.annotation.TestTargetClass.html │   │   │   │   │   │   ├── [4.2K] dalvik.annotation.TestTarget.html │   │   │   │   │   │   ├── [4.3K] dalvik.system.DexClassLoader.html │   │   │   │   │   │   ├── [5.1K] dalvik.system.PathClassLoader.html │   │   │   │   │   │   ├── [ 96K] fields_index_additions.html │   │   │   │   │   │   ├── [106K] fields_index_all.html │   │   │   │   │   │   ├── [ 15K] fields_index_changes.html │   │   │   │   │   │   ├── [7.8K] fields_index_removals.html │   │   │   │   │   │   ├── [5.3K] java.io.FilePermission.html │   │   │   │   │   │   ├── [4.8K] java.io.ObjectInputStream.html │   │   │   │   │   │   ├── [4.8K] java.io.ObjectOutputStream.html │   │   │   │   │   │   ├── [ 11K] java.lang.Class.html │   │   │   │   │   │   ├── [5.4K] java.lang.reflect.AccessibleObject.html │   │   │   │   │   │   ├── [4.7K] java.lang.reflect.Constructor.html │   │   │   │   │   │   ├── [4.6K] java.lang.reflect.Field.html │   │   │   │   │   │   ├── [4.6K] java.lang.reflect.Method.html │   │   │   │   │   │   ├── [4.8K] java.lang.ref.ReferenceQueue.html │   │   │   │   │   │   ├── [5.3K] java.net.SocketPermission.html │   │   │   │   │   │   ├── [5.3K] java.security.AllPermission.html │   │   │   │   │   │   ├── [5.4K] java.security.BasicPermission.html │   │   │   │   │   │   ├── [5.4K] java.security.Permission.html │   │   │   │   │   │   ├── [5.4K] java.security.UnresolvedPermission.html │   │   │   │   │   │   ├── [4.9K] java.util.logging.Handler.html │   │   │   │   │   │   ├── [5.4K] javax.security.auth.PrivateCredentialPermission.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 37K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [ 82K] methods_index_additions.html │   │   │   │   │   │   ├── [113K] methods_index_all.html │   │   │   │   │   │   ├── [ 30K] methods_index_changes.html │   │   │   │   │   │   ├── [ 12K] methods_index_removals.html │   │   │   │   │   │   ├── [3.1K] packages_index_additions.html │   │   │   │   │   │   ├── [7.8K] packages_index_all.html │   │   │   │   │   │   ├── [7.2K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [4.7K] pkg_android.accessibilityservice.html │   │   │   │   │   │   ├── [4.4K] pkg_android.accounts.html │   │   │   │   │   │   ├── [5.8K] pkg_android.animation.html │   │   │   │   │   │   ├── [4.6K] pkg_android.app.admin.html │   │   │   │   │   │   ├── [4.8K] pkg_android.app.backup.html │   │   │   │   │   │   ├── [9.0K] pkg_android.app.html │   │   │   │   │   │   ├── [4.4K] pkg_android.appwidget.html │   │   │   │   │   │   ├── [5.9K] pkg_android.bluetooth.html │   │   │   │   │   │   ├── [5.7K] pkg_android.content.html │   │   │   │   │   │   ├── [5.3K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [4.7K] pkg_android.database.sqlite.html │   │   │   │   │   │   ├── [5.0K] pkg_android.graphics.html │   │   │   │   │   │   ├── [5.8K] pkg_android.hardware.html │   │   │   │   │   │   ├── [5.3K] pkg_android.html │   │   │   │   │   │   ├── [4.8K] pkg_android.inputmethodservice.html │   │   │   │   │   │   ├── [5.8K] pkg_android.media.html │   │   │   │   │   │   ├── [5.5K] pkg_android.net.html │   │   │   │   │   │   ├── [4.4K] pkg_android.net.http.html │   │   │   │   │   │   ├── [4.8K] pkg_android.net.wifi.html │   │   │   │   │   │   ├── [5.7K] pkg_android.nfc.html │   │   │   │   │   │   ├── [5.6K] pkg_android.nfc.tech.html │   │   │   │   │   │   ├── [4.6K] pkg_android.opengl.html │   │   │   │   │   │   ├── [6.0K] pkg_android.os.html │   │   │   │   │   │   ├── [5.6K] pkg_android.preference.html │   │   │   │   │   │   ├── [ 19K] pkg_android.provider.html │   │   │   │   │   │   ├── [9.2K] pkg_android.renderscript.html │   │   │   │   │   │   ├── [4.5K] pkg_android.service.wallpaper.html │   │   │   │   │   │   ├── [4.6K] pkg_android.speech.html │   │   │   │   │   │   ├── [5.9K] pkg_android.speech.tts.html │   │   │   │   │   │   ├── [4.4K] pkg_android.test.mock.html │   │   │   │   │   │   ├── [4.4K] pkg_android.text.html │   │   │   │   │   │   ├── [4.7K] pkg_android.text.style.html │   │   │   │   │   │   ├── [5.9K] pkg_android.util.html │   │   │   │   │   │   ├── [5.9K] pkg_android.view.accessibility.html │   │   │   │   │   │   ├── [9.6K] pkg_android.view.html │   │   │   │   │   │   ├── [5.0K] pkg_android.view.inputmethod.html │   │   │   │   │   │   ├── [5.1K] pkg_android.webkit.html │   │   │   │   │   │   ├── [9.6K] pkg_android.widget.html │   │   │   │   │   │   ├── [4.6K] pkg_dalvik.annotation.html │   │   │   │   │   │   ├── [5.0K] pkg_dalvik.system.html │   │   │   │   │   │   ├── [4.8K] pkg_java.io.html │   │   │   │   │   │   ├── [4.4K] pkg_java.lang.html │   │   │   │   │   │   ├── [4.4K] pkg_java.lang.ref.html │   │   │   │   │   │   ├── [5.0K] pkg_java.lang.reflect.html │   │   │   │   │   │   ├── [4.4K] pkg_java.net.html │   │   │   │   │   │   ├── [5.0K] pkg_java.security.html │   │   │   │   │   │   ├── [4.4K] pkg_java.util.logging.html │   │   │   │   │   │   └── [4.5K] pkg_javax.security.auth.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   └── [1.7K] stylesheet-jdiff.css │   │   │   │   ├── [4.0K] 15 │   │   │   │   │   ├── [4.0K] changes │   │   │   │   │   │   ├── [ 34K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [ 46K] alldiffs_index_all.html │   │   │   │   │   │   ├── [ 20K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [2.5K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [5.0K] android.app.Fragment.html │   │   │   │   │   │   ├── [4.9K] android.appwidget.AppWidgetHostView.html │   │   │   │   │   │   ├── [5.8K] android.bluetooth.BluetoothDevice.html │   │   │   │   │   │   ├── [4.7K] android.content.Context.html │   │   │   │   │   │   ├── [8.9K] android.content.Intent.html │   │   │   │   │   │   ├── [5.2K] android.database.CursorWindow.html │   │   │   │   │   │   ├── [4.7K] android.graphics.SurfaceTexture.html │   │   │   │   │   │   ├── [5.5K] android.hardware.Camera.Parameters.html │   │   │   │   │   │   ├── [4.9K] android.Manifest.permission.html │   │   │   │   │   │   ├── [5.0K] android.media.CamcorderProfile.html │   │   │   │   │   │   ├── [4.7K] android.media.MediaMetadataRetriever.html │   │   │   │   │   │   ├── [5.7K] android.opengl.GLES11Ext.html │   │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [4.6K] android.os.IBinder.html │   │   │   │   │   │   ├── [4.6K] android.os.RemoteException.html │   │   │   │   │   │   ├── [4.7K] android.provider.CalendarContract.AttendeesColumns.html │   │   │   │   │   │   ├── [5.5K] android.provider.CalendarContract.CalendarColumns.html │   │   │   │   │   │   ├── [5.1K] android.provider.CalendarContract.EventsColumns.html │   │   │   │   │   │   ├── [4.7K] android.provider.MediaStore.html │   │   │   │   │   │   ├── [4.7K] android.provider.Settings.Secure.html │   │   │   │   │   │   ├── [4.7K] android.service.textservice.SpellCheckerService.Session.html │   │   │   │   │   │   ├── [4.8K] android.service.wallpaper.WallpaperService.Engine.html │   │   │   │   │   │   ├── [5.1K] android.speech.tts.TextToSpeech.Engine.html │   │   │   │   │   │   ├── [6.0K] android.speech.tts.TextToSpeech.html │   │   │   │   │   │   ├── [4.9K] android.speech.tts.TextToSpeechService.html │   │   │   │   │   │   ├── [4.6K] android.text.style.SuggestionSpan.html │   │   │   │   │   │   ├── [5.9K] android.view.accessibility.AccessibilityRecord.html │   │   │   │   │   │   ├── [5.5K] android.view.KeyEvent.html │   │   │   │   │   │   ├── [4.7K] android.view.textservice.SpellCheckerSession.html │   │   │   │   │   │   ├── [4.7K] android.view.textservice.SuggestionsInfo.html │   │   │   │   │   │   ├── [4.9K] android.view.View.html │   │   │   │   │   │   ├── [5.3K] android.webkit.WebSettings.html │   │   │   │   │   │   ├── [4.2K] android.webkit.WebSettings.LayoutAlgorithm.html │   │   │   │   │   │   ├── [4.7K] android.widget.RemoteViews.html │   │   │   │   │   │   ├── [9.9K] changes-summary.html │   │   │   │   │   │   ├── [4.9K] classes_index_additions.html │   │   │   │   │   │   ├── [ 18K] classes_index_all.html │   │   │   │   │   │   ├── [ 15K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [3.2K] constructors_index_additions.html │   │   │   │   │   │   ├── [3.5K] constructors_index_all.html │   │   │   │   │   │   ├── [2.8K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.5K] constructors_index_removals.html │   │   │   │   │   │   ├── [ 18K] fields_index_additions.html │   │   │   │   │   │   ├── [ 19K] fields_index_all.html │   │   │   │   │   │   ├── [3.1K] fields_index_changes.html │   │   │   │   │   │   ├── [2.4K] fields_index_removals.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 14K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [ 11K] methods_index_additions.html │   │   │   │   │   │   ├── [ 12K] methods_index_all.html │   │   │   │   │   │   ├── [3.5K] methods_index_changes.html │   │   │   │   │   │   ├── [2.4K] methods_index_removals.html │   │   │   │   │   │   ├── [2.5K] packages_index_additions.html │   │   │   │   │   │   ├── [4.5K] packages_index_all.html │   │   │   │   │   │   ├── [4.5K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [4.4K] pkg_android.app.html │   │   │   │   │   │   ├── [4.4K] pkg_android.appwidget.html │   │   │   │   │   │   ├── [4.4K] pkg_android.bluetooth.html │   │   │   │   │   │   ├── [4.6K] pkg_android.content.html │   │   │   │   │   │   ├── [4.8K] pkg_android.database.html │   │   │   │   │   │   ├── [4.4K] pkg_android.graphics.html │   │   │   │   │   │   ├── [4.4K] pkg_android.hardware.html │   │   │   │   │   │   ├── [4.4K] pkg_android.html │   │   │   │   │   │   ├── [4.6K] pkg_android.media.html │   │   │   │   │   │   ├── [4.4K] pkg_android.opengl.html │   │   │   │   │   │   ├── [5.3K] pkg_android.os.html │   │   │   │   │   │   ├── [8.6K] pkg_android.provider.html │   │   │   │   │   │   ├── [4.5K] pkg_android.service.textservice.html │   │   │   │   │   │   ├── [4.5K] pkg_android.service.wallpaper.html │   │   │   │   │   │   ├── [5.3K] pkg_android.speech.tts.html │   │   │   │   │   │   ├── [4.4K] pkg_android.text.style.html │   │   │   │   │   │   ├── [4.5K] pkg_android.view.accessibility.html │   │   │   │   │   │   ├── [4.6K] pkg_android.view.html │   │   │   │   │   │   ├── [4.7K] pkg_android.view.textservice.html │   │   │   │   │   │   ├── [4.6K] pkg_android.webkit.html │   │   │   │   │   │   └── [4.4K] pkg_android.widget.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   └── [1.7K] stylesheet-jdiff.css │   │   │   │   ├── [4.0K] 16 │   │   │   │   │   ├── [ 20K] changes │   │   │   │   │   │   ├── [179K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [285K] alldiffs_index_all.html │   │   │   │   │   │   ├── [122K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [ 15K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [ 14K] android.accessibilityservice.AccessibilityService.html │   │   │   │   │   │   ├── [6.5K] android.accessibilityservice.AccessibilityServiceInfo.html │   │   │   │   │   │   ├── [8.1K] android.animation.LayoutTransition.html │   │   │   │   │   │   ├── [ 12K] android.app.Activity.html │   │   │   │   │   │   ├── [5.2K] android.app.ActivityManager.html │   │   │   │   │   │   ├── [4.6K] android.app.ActivityManager.MemoryInfo.html │   │   │   │   │   │   ├── [4.7K] android.app.ActivityManager.RunningAppProcessInfo.html │   │   │   │   │   │   ├── [4.7K] android.app.DownloadManager.Request.html │   │   │   │   │   │   ├── [5.2K] android.app.Fragment.html │   │   │   │   │   │   ├── [5.0K] android.app.KeyguardManager.html │   │   │   │   │   │   ├── [7.3K] android.app.Notification.Builder.html │   │   │   │   │   │   ├── [7.0K] android.app.Notification.html │   │   │   │   │   │   ├── [5.4K] android.app.PendingIntent.html │   │   │   │   │   │   ├── [5.2K] android.app.SearchManager.html │   │   │   │   │   │   ├── [5.0K] android.app.WallpaperManager.html │   │   │   │   │   │   ├── [5.3K] android.appwidget.AppWidgetHostView.html │   │   │   │   │   │   ├── [9.3K] android.appwidget.AppWidgetManager.html │   │   │   │   │   │   ├── [4.9K] android.appwidget.AppWidgetProvider.html │   │   │   │   │   │   ├── [4.7K] android.bluetooth.BluetoothAdapter.html │   │   │   │   │   │   ├── [5.7K] android.content.AsyncTaskLoader.html │   │   │   │   │   │   ├── [5.3K] android.content.ClipData.html │   │   │   │   │   │   ├── [6.6K] android.content.ClipData.Item.html │   │   │   │   │   │   ├── [4.6K] android.content.ClipDescription.html │   │   │   │   │   │   ├── [5.4K] android.content.ComponentCallbacks2.html │   │   │   │   │   │   ├── [5.0K] android.content.ContentProviderClient.html │   │   │   │   │   │   ├── [5.0K] android.content.ContentProvider.html │   │   │   │   │   │   ├── [5.9K] android.content.ContentResolver.html │   │   │   │   │   │   ├── [7.3K] android.content.Context.html │   │   │   │   │   │   ├── [5.9K] android.content.ContextWrapper.html │   │   │   │   │   │   ├── [9.0K] android.content.Intent.html │   │   │   │   │   │   ├── [6.3K] android.content.Loader.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ActivityInfo.html │   │   │   │   │   │   ├── [5.4K] android.content.pm.PackageInfo.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.PackageManager.html │   │   │   │   │   │   ├── [5.7K] android.content.pm.PermissionInfo.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ServiceInfo.html │   │   │   │   │   │   ├── [5.6K] android.content.res.Configuration.html │   │   │   │   │   │   ├── [5.2K] android.content.res.Resources.html │   │   │   │   │   │   ├── [5.1K] android.database.AbstractCursor.html │   │   │   │   │   │   ├── [5.8K] android.database.ContentObservable.html │   │   │   │   │   │   ├── [5.7K] android.database.ContentObserver.html │   │   │   │   │   │   ├── [4.7K] android.database.Cursor.html │   │   │   │   │   │   ├── [4.8K] android.database.CursorWindow.html │   │   │   │   │   │   ├── [4.7K] android.database.SQLException.html │   │   │   │   │   │   ├── [5.8K] android.database.sqlite.SQLiteClosable.html │   │   │   │   │   │   ├── [ 11K] android.database.sqlite.SQLiteDatabase.html │   │   │   │   │   │   ├── [4.8K] android.database.sqlite.SQLiteException.html │   │   │   │   │   │   ├── [5.2K] android.database.sqlite.SQLiteOpenHelper.html │   │   │   │   │   │   ├── [8.0K] android.database.sqlite.SQLiteProgram.html │   │   │   │   │   │   ├── [5.3K] android.database.sqlite.SQLiteQueryBuilder.html │   │   │   │   │   │   ├── [4.2K] android.database.sqlite.SQLiteQuery.html │   │   │   │   │   │   ├── [4.2K] android.database.sqlite.SQLiteStatement.html │   │   │   │   │   │   ├── [4.6K] android.drm.DrmManagerClient.html │   │   │   │   │   │   ├── [4.7K] android.drm.DrmStore.Action.html │   │   │   │   │   │   ├── [4.7K] android.drm.DrmStore.DrmObjectType.html │   │   │   │   │   │   ├── [4.6K] android.drm.DrmStore.html │   │   │   │   │   │   ├── [4.7K] android.drm.DrmStore.Playback.html │   │   │   │   │   │   ├── [4.7K] android.drm.DrmStore.RightsStatus.html │   │   │   │   │   │   ├── [5.2K] android.drm.DrmSupportInfo.html │   │   │   │   │   │   ├── [4.2K] android.graphics.AvoidXfermode.html │   │   │   │   │   │   ├── [5.2K] android.graphics.Camera.html │   │   │   │   │   │   ├── [6.2K] android.graphics.Canvas.html │   │   │   │   │   │   ├── [5.6K] android.graphics.drawable.GradientDrawable.html │   │   │   │   │   │   ├── [5.1K] android.graphics.Paint.html │   │   │   │   │   │   ├── [5.8K] android.graphics.PixelFormat.html │   │   │   │   │   │   ├── [4.2K] android.graphics.PixelXorXfermode.html │   │   │   │   │   │   ├── [5.0K] android.graphics.SurfaceTexture.html │   │   │   │   │   │   ├── [4.7K] android.hardware.Camera.html │   │   │   │   │   │   ├── [4.2K] android.hardware.SensorManager.html │   │   │   │   │   │   ├── [6.9K] android.Manifest.permission.html │   │   │   │   │   │   ├── [5.9K] android.media.audiofx.Visualizer.html │   │   │   │   │   │   ├── [9.1K] android.media.AudioManager.html │   │   │   │   │   │   ├── [5.0K] android.media.AudioRecord.html │   │   │   │   │   │   ├── [9.8K] android.media.MediaPlayer.html │   │   │   │   │   │   ├── [5.0K] android.media.MediaRecorder.AudioEncoder.html │   │   │   │   │   │   ├── [4.8K] android.media.MediaRecorder.html │   │   │   │   │   │   ├── [5.2K] android.media.MediaRecorder.OutputFormat.html │   │   │   │   │   │   ├── [4.6K] android.media.ToneGenerator.html │   │   │   │   │   │   ├── [5.3K] android.net.ConnectivityManager.html │   │   │   │   │   │   ├── [5.1K] android.net.SSLCertificateSocketFactory.html │   │   │   │   │   │   ├── [4.6K] android.net.Uri.html │   │   │   │   │   │   ├── [ 14K] android.net.wifi.p2p.WifiP2pManager.html │   │   │   │   │   │   ├── [4.7K] android.nfc.FormatException.html │   │   │   │   │   │   ├── [5.2K] android.nfc.NdefMessage.html │   │   │   │   │   │   ├── [6.9K] android.nfc.NdefRecord.html │   │   │   │   │   │   ├── [6.0K] android.nfc.NfcAdapter.html │   │   │   │   │   │   ├── [4.6K] android.nfc.tech.IsoDep.html │   │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [4.2K] android.os.ParcelFileDescriptor.html │   │   │   │   │   │   ├── [4.7K] android.os.Process.html │   │   │   │   │   │   ├── [4.7K] android.os.StrictMode.VmPolicy.Builder.html │   │   │   │   │   │   ├── [4.6K] android.os.TokenWatcher.html │   │   │   │   │   │   ├── [5.9K] android.os.Vibrator.html │   │   │   │   │   │   ├── [5.1K] android.provider.CalendarContract.AttendeesColumns.html │   │   │   │   │   │   ├── [5.4K] android.provider.CalendarContract.EventsColumns.html │   │   │   │   │   │   ├── [5.0K] android.provider.CalendarContract.html │   │   │   │   │   │   ├── [4.7K] android.provider.CalendarContract.RemindersColumns.html │   │   │   │   │   │   ├── [5.6K] android.provider.ContactsContract.CommonDataKinds.Phone.html │   │   │   │   │   │   ├── [4.9K] android.provider.ContactsContract.Contacts.html │   │   │   │   │   │   ├── [4.7K] android.provider.ContactsContract.DataUsageFeedback.html │   │   │   │   │   │   ├── [4.7K] android.provider.ContactsContract.PhoneLookupColumns.html │   │   │   │   │   │   ├── [5.0K] android.provider.MediaStore.MediaColumns.html │   │   │   │   │   │   ├── [4.6K] android.provider.Settings.html │   │   │   │   │   │   ├── [4.7K] android.provider.Settings.Secure.html │   │   │   │   │   │   ├── [4.6K] android.provider.Settings.System.html │   │   │   │   │   │   ├── [7.1K] android.provider.UserDictionary.Words.html │   │   │   │   │   │   ├── [8.4K] android.R.attr.html │   │   │   │   │   │   ├── [7.5K] android.renderscript.Allocation.html │   │   │   │   │   │   ├── [8.5K] android.renderscript.Element.html │   │   │   │   │   │   ├── [4.2K] android.renderscript.FileA3D.EntryType.html │   │   │   │   │   │   ├── [7.6K] android.renderscript.FileA3D.html │   │   │   │   │   │   ├── [6.0K] android.renderscript.FileA3D.IndexEntry.html │   │   │   │   │   │   ├── [7.7K] android.renderscript.Font.html │   │   │   │   │   │   ├── [4.2K] android.renderscript.Font.Style.html │   │   │   │   │   │   ├── [8.1K] android.renderscript.Mesh.AllocationBuilder.html │   │   │   │   │   │   ├── [9.0K] android.renderscript.Mesh.Builder.html │   │   │   │   │   │   ├── [6.5K] android.renderscript.Mesh.html │   │   │   │   │   │   ├── [4.2K] android.renderscript.Mesh.Primitive.html │   │   │   │   │   │   ├── [ 10K] android.renderscript.Mesh.TriangleMeshBuilder.html │   │   │   │   │   │   ├── [4.9K] android.renderscript.Program.BaseProgramBuilder.html │   │   │   │   │   │   ├── [5.5K] android.renderscript.ProgramFragment.Builder.html │   │   │   │   │   │   ├── [4.3K] android.renderscript.ProgramFragmentFixedFunction.Builder.EnvMode.html │   │   │   │   │   │   ├── [4.3K] android.renderscript.ProgramFragmentFixedFunction.Builder.Format.html │   │   │   │   │   │   ├── [8.0K] android.renderscript.ProgramFragmentFixedFunction.Builder.html │   │   │   │   │   │   ├── [4.2K] android.renderscript.ProgramFragmentFixedFunction.html │   │   │   │   │   │   ├── [4.2K] android.renderscript.ProgramFragment.html │   │   │   │   │   │   ├── [6.0K] android.renderscript.Program.html │   │   │   │   │   │   ├── [6.5K] android.renderscript.ProgramRaster.Builder.html │   │   │   │   │   │   ├── [4.2K] android.renderscript.ProgramRaster.CullMode.html │   │   │   │   │   │   ├── [6.7K] android.renderscript.ProgramRaster.html │   │   │   │   │   │   ├── [7.6K] android.renderscript.ProgramStore.html │   │   │   │   │   │   ├── [5.9K] android.renderscript.ProgramVertex.Builder.html │   │   │   │   │   │   ├── [6.1K] android.renderscript.ProgramVertexFixedFunction.Builder.html │   │   │   │   │   │   ├── [7.2K] android.renderscript.ProgramVertexFixedFunction.Constants.html │   │   │   │   │   │   ├── [4.9K] android.renderscript.ProgramVertexFixedFunction.html │   │   │   │   │   │   ├── [5.0K] android.renderscript.ProgramVertex.html │   │   │   │   │   │   ├── [ 10K] android.renderscript.RenderScriptGL.html │   │   │   │   │   │   ├── [7.5K] android.renderscript.RenderScriptGL.SurfaceConfig.html │   │   │   │   │   │   ├── [9.8K] android.renderscript.RSSurfaceView.html │   │   │   │   │   │   ├── [ 11K] android.renderscript.RSTextureView.html │   │   │   │   │   │   ├── [5.9K] android.renderscript.Sampler.html │   │   │   │   │   │   ├── [4.8K] android.renderscript.Script.html │   │   │   │   │   │   ├── [5.7K] android.R.style.html │   │   │   │   │   │   ├── [4.6K] android.security.KeyChain.html │   │   │   │   │   │   ├── [4.9K] android.service.textservice.SpellCheckerService.Session.html │   │   │   │   │   │   ├── [5.0K] android.speech.RecognizerIntent.html │   │   │   │   │   │   ├── [4.2K] android.test.AssertionFailedError.html │   │   │   │   │   │   ├── [4.2K] android.test.ComparisonFailure.html │   │   │   │   │   │   ├── [4.7K] android.test.InstrumentationTestSuite.html │   │   │   │   │   │   ├── [5.9K] android.test.mock.MockContext.html │   │   │   │   │   │   ├── [4.6K] android.text.Html.html │   │   │   │   │   │   ├── [4.6K] android.util.DisplayMetrics.html │   │   │   │   │   │   ├── [7.7K] android.view.accessibility.AccessibilityEvent.html │   │   │   │   │   │   ├── [ 18K] android.view.accessibility.AccessibilityNodeInfo.html │   │   │   │   │   │   ├── [4.8K] android.view.accessibility.AccessibilityRecord.html │   │   │   │   │   │   ├── [5.3K] android.view.ActionMode.html │   │   │   │   │   │   ├── [6.8K] android.view.ActionProvider.html │   │   │   │   │   │   ├── [4.7K] android.view.Display.html │   │   │   │   │   │   ├── [4.5K] android.view.Gravity.html │   │   │   │   │   │   ├── [5.2K] android.view.InputDevice.html │   │   │   │   │   │   ├── [4.6K] android.view.InputEvent.html │   │   │   │   │   │   ├── [4.6K] android.view.inputmethod.EditorInfo.html │   │   │   │   │   │   ├── [4.8K] android.view.inputmethod.InputMethodManager.html │   │   │   │   │   │   ├── [5.6K] android.view.KeyCharacterMap.html │   │   │   │   │   │   ├── [7.1K] android.view.KeyEvent.html │   │   │   │   │   │   ├── [6.2K] android.view.textservice.SpellCheckerSession.html │   │   │   │   │   │   ├── [5.0K] android.view.textservice.SpellCheckerSession.SpellCheckerSessionListener.html │   │   │   │   │   │   ├── [5.2K] android.view.textservice.SpellCheckerSubtype.html │   │   │   │   │   │   ├── [4.7K] android.view.TextureView.html │   │   │   │   │   │   ├── [5.3K] android.view.View.AccessibilityDelegate.html │   │   │   │   │   │   ├── [4.2K] android.view.ViewDebug.HierarchyTraceType.html │   │   │   │   │   │   ├── [8.2K] android.view.ViewDebug.html │   │   │   │   │   │   ├── [4.2K] android.view.ViewDebug.RecyclerTraceType.html │   │   │   │   │   │   ├── [4.8K] android.view.ViewGroup.html │   │   │   │   │   │   ├── [ 25K] android.view.View.html │   │   │   │   │   │   ├── [5.0K] android.view.ViewParent.html │   │   │   │   │   │   ├── [5.5K] android.view.ViewPropertyAnimator.html │   │   │   │   │   │   ├── [5.0K] android.view.ViewStub.html │   │   │   │   │   │   ├── [6.8K] android.view.ViewTreeObserver.html │   │   │   │   │   │   ├── [4.2K] android.webkit.CookieManager.html │   │   │   │   │   │   ├── [4.6K] android.webkit.GeolocationPermissions.html │   │   │   │   │   │   ├── [4.8K] android.webkit.JsResult.html │   │   │   │   │   │   ├── [4.2K] android.webkit.WebIconDatabase.html │   │   │   │   │   │   ├── [5.9K] android.webkit.WebSettings.html │   │   │   │   │   │   ├── [4.5K] android.webkit.WebStorage.html │   │   │   │   │   │   ├── [4.2K] android.webkit.WebView.HitTestResult.html │   │   │   │   │   │   ├── [6.0K] android.webkit.WebView.html │   │   │   │   │   │   ├── [4.6K] android.widget.AbsSeekBar.html │   │   │   │   │   │   ├── [4.2K] android.widget.AdapterViewAnimator.html │   │   │   │   │   │   ├── [4.6K] android.widget.AdapterViewFlipper.html │   │   │   │   │   │   ├── [4.7K] android.widget.AutoCompleteTextView.html │   │   │   │   │   │   ├── [ 11K] android.widget.CalendarView.html │   │   │   │   │   │   ├── [5.0K] android.widget.CheckedTextView.html │   │   │   │   │   │   ├── [4.6K] android.widget.FrameLayout.html │   │   │   │   │   │   ├── [4.1K] android.widget.Gallery.html │   │   │   │   │   │   ├── [4.9K] android.widget.GridLayout.html │   │   │   │   │   │   ├── [6.3K] android.widget.GridView.html │   │   │   │   │   │   ├── [7.5K] android.widget.ImageView.html │   │   │   │   │   │   ├── [4.6K] android.widget.LinearLayout.html │   │   │   │   │   │   ├── [4.6K] android.widget.RelativeLayout.html │   │   │   │   │   │   ├── [6.8K] android.widget.RemoteViews.html │   │   │   │   │   │   ├── [5.6K] android.widget.SearchView.html │   │   │   │   │   │   ├── [7.9K] android.widget.Spinner.html │   │   │   │   │   │   ├── [8.5K] android.widget.Switch.html │   │   │   │   │   │   ├── [ 11K] android.widget.TextView.html │   │   │   │   │   │   ├── [ 15K] changes-summary.html │   │   │   │   │   │   ├── [ 15K] classes_index_additions.html │   │   │   │   │   │   ├── [ 56K] classes_index_all.html │   │   │   │   │   │   ├── [ 46K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [7.8K] constructors_index_additions.html │   │   │   │   │   │   ├── [ 18K] constructors_index_all.html │   │   │   │   │   │   ├── [9.7K] constructors_index_changes.html │   │   │   │   │   │   ├── [4.1K] constructors_index_removals.html │   │   │   │   │   │   ├── [ 57K] fields_index_additions.html │   │   │   │   │   │   ├── [ 69K] fields_index_all.html │   │   │   │   │   │   ├── [ 19K] fields_index_changes.html │   │   │   │   │   │   ├── [3.5K] fields_index_removals.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 40K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [6.1K] junit.framework.Assert.html │   │   │   │   │   │   ├── [4.3K] junit.framework.AssertionFailedError.html │   │   │   │   │   │   ├── [5.0K] junit.framework.ComparisonFailure.html │   │   │   │   │   │   ├── [5.2K] junit.framework.TestResult.html │   │   │   │   │   │   ├── [9.5K] junit.framework.TestSuite.html │   │   │   │   │   │   ├── [5.6K] junit.runner.BaseTestRunner.html │   │   │   │   │   │   ├── [108K] methods_index_additions.html │   │   │   │   │   │   ├── [153K] methods_index_all.html │   │   │   │   │   │   ├── [ 56K] methods_index_changes.html │   │   │   │   │   │   ├── [ 11K] methods_index_removals.html │   │   │   │   │   │   ├── [2.9K] packages_index_additions.html │   │   │   │   │   │   ├── [6.8K] packages_index_all.html │   │   │   │   │   │   ├── [6.3K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [4.7K] pkg_android.accessibilityservice.html │   │   │   │   │   │   ├── [5.2K] pkg_android.animation.html │   │   │   │   │   │   ├── [9.2K] pkg_android.app.html │   │   │   │   │   │   ├── [4.9K] pkg_android.appwidget.html │   │   │   │   │   │   ├── [4.4K] pkg_android.bluetooth.html │   │   │   │   │   │   ├── [7.2K] pkg_android.content.html │   │   │   │   │   │   ├── [5.3K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [4.6K] pkg_android.content.res.html │   │   │   │   │   │   ├── [5.5K] pkg_android.database.html │   │   │   │   │   │   ├── [6.0K] pkg_android.database.sqlite.html │   │   │   │   │   │   ├── [5.7K] pkg_android.drm.html │   │   │   │   │   │   ├── [4.4K] pkg_android.graphics.drawable.html │   │   │   │   │   │   ├── [5.6K] pkg_android.graphics.html │   │   │   │   │   │   ├── [5.1K] pkg_android.hardware.html │   │   │   │   │   │   ├── [4.8K] pkg_android.html │   │   │   │   │   │   ├── [5.4K] pkg_android.media.audiofx.html │   │   │   │   │   │   ├── [ 13K] pkg_android.media.html │   │   │   │   │   │   ├── [4.8K] pkg_android.net.html │   │   │   │   │   │   ├── [6.0K] pkg_android.net.wifi.p2p.html │   │   │   │   │   │   ├── [5.5K] pkg_android.nfc.html │   │   │   │   │   │   ├── [4.4K] pkg_android.nfc.tech.html │   │   │   │   │   │   ├── [6.5K] pkg_android.os.html │   │   │   │   │   │   ├── [7.5K] pkg_android.provider.html │   │   │   │   │   │   ├── [ 12K] pkg_android.renderscript.html │   │   │   │   │   │   ├── [4.4K] pkg_android.security.html │   │   │   │   │   │   ├── [4.5K] pkg_android.service.textservice.html │   │   │   │   │   │   ├── [4.4K] pkg_android.speech.html │   │   │   │   │   │   ├── [4.9K] pkg_android.test.html │   │   │   │   │   │   ├── [4.4K] pkg_android.test.mock.html │   │   │   │   │   │   ├── [4.4K] pkg_android.text.html │   │   │   │   │   │   ├── [4.8K] pkg_android.util.html │   │   │   │   │   │   ├── [5.4K] pkg_android.view.accessibility.html │   │   │   │   │   │   ├── [9.6K] pkg_android.view.html │   │   │   │   │   │   ├── [4.7K] pkg_android.view.inputmethod.html │   │   │   │   │   │   ├── [5.5K] pkg_android.view.textservice.html │   │   │   │   │   │   ├── [6.3K] pkg_android.webkit.html │   │   │   │   │   │   ├── [8.3K] pkg_android.widget.html │   │   │   │   │   │   ├── [5.2K] pkg_junit.framework.html │   │   │   │   │   │   └── [4.4K] pkg_junit.runner.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   ├── [ 51K] missingSinces.txt │   │   │   │   │   ├── [1.7K] stylesheet-jdiff.css │   │   │   │   │   └── [159K] user_comments_for_15_to_16.xml │   │   │   │   ├── [4.0K] 17 │   │   │   │   │   ├── [ 12K] changes │   │   │   │   │   │   ├── [109K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [158K] alldiffs_index_all.html │   │   │   │   │   │   ├── [ 65K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [ 12K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [4.7K] android.accessibilityservice.AccessibilityService.html │   │   │   │   │   │   ├── [4.7K] android.accessibilityservice.AccessibilityServiceInfo.html │   │   │   │   │   │   ├── [4.6K] android.app.Activity.html │   │   │   │   │   │   ├── [4.7K] android.app.admin.DeviceAdminInfo.html │   │   │   │   │   │   ├── [7.0K] android.app.admin.DevicePolicyManager.html │   │   │   │   │   │   ├── [4.8K] android.app.AlertDialog.Builder.html │   │   │   │   │   │   ├── [5.3K] android.app.Fragment.html │   │   │   │   │   │   ├── [4.6K] android.app.FragmentManager.html │   │   │   │   │   │   ├── [4.7K] android.app.Notification.Builder.html │   │   │   │   │   │   ├── [5.9K] android.app.PendingIntent.html │   │   │   │   │   │   ├── [4.7K] android.app.WallpaperManager.html │   │   │   │   │   │   ├── [4.6K] android.appwidget.AppWidgetHost.html │   │   │   │   │   │   ├── [5.4K] android.appwidget.AppWidgetManager.html │   │   │   │   │   │   ├── [6.7K] android.appwidget.AppWidgetProviderInfo.html │   │   │   │   │   │   ├── [4.9K] android.bluetooth.BluetoothA2dp.html │   │   │   │   │   │   ├── [4.8K] android.content.ContentProviderClient.html │   │   │   │   │   │   ├── [ 11K] android.content.Context.html │   │   │   │   │   │   ├── [8.9K] android.content.ContextWrapper.html │   │   │   │   │   │   ├── [7.3K] android.content.Intent.html │   │   │   │   │   │   ├── [5.9K] android.content.IntentSender.html │   │   │   │   │   │   ├── [5.3K] android.content.pm.ActivityInfo.html │   │   │   │   │   │   ├── [5.3K] android.content.pm.ApplicationInfo.html │   │   │   │   │   │   ├── [6.0K] android.content.pm.PackageManager.html │   │   │   │   │   │   ├── [5.3K] android.content.pm.PermissionGroupInfo.html │   │   │   │   │   │   ├── [4.9K] android.content.pm.PermissionInfo.html │   │   │   │   │   │   ├── [4.9K] android.content.pm.ProviderInfo.html │   │   │   │   │   │   ├── [4.7K] android.content.pm.ResolveInfo.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ServiceInfo.html │   │   │   │   │   │   ├── [8.5K] android.content.res.Configuration.html │   │   │   │   │   │   ├── [4.6K] android.database.DatabaseUtils.InsertHelper.html │   │   │   │   │   │   ├── [7.0K] android.graphics.Bitmap.html │   │   │   │   │   │   ├── [5.0K] android.graphics.Paint.html │   │   │   │   │   │   ├── [4.7K] android.hardware.Camera.CameraInfo.html │   │   │   │   │   │   ├── [4.6K] android.hardware.Camera.html │   │   │   │   │   │   ├── [4.6K] android.hardware.Camera.Parameters.html │   │   │   │   │   │   ├── [4.1K] android.hardware.Sensor.html │   │   │   │   │   │   ├── [5.2K] android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.html │   │   │   │   │   │   ├── [4.8K] android.inputmethodservice.AbstractInputMethodService.html │   │   │   │   │   │   ├── [4.7K] android.inputmethodservice.InputMethodService.html │   │   │   │   │   │   ├── [5.0K] android.location.Location.html │   │   │   │   │   │   ├── [8.2K] android.location.LocationProvider.html │   │   │   │   │   │   ├── [ 11K] android.Manifest.permission_group.html │   │   │   │   │   │   ├── [5.5K] android.media.AudioManager.html │   │   │   │   │   │   ├── [4.7K] android.media.MediaMetadataRetriever.html │   │   │   │   │   │   ├── [6.0K] android.media.MediaPlayer.html │   │   │   │   │   │   ├── [4.6K] android.media.MediaRecorder.html │   │   │   │   │   │   ├── [4.9K] android.media.MediaRouter.Callback.html │   │   │   │   │   │   ├── [4.6K] android.media.MediaRouter.html │   │   │   │   │   │   ├── [5.0K] android.media.MediaRouter.RouteInfo.html │   │   │   │   │   │   ├── [4.6K] android.net.ConnectivityManager.html │   │   │   │   │   │   ├── [4.2K] android.net.LocalSocket.html │   │   │   │   │   │   ├── [5.2K] android.net.SSLCertificateSocketFactory.html │   │   │   │   │   │   ├── [4.6K] android.net.wifi.ScanResult.html │   │   │   │   │   │   ├── [6.7K] android.opengl.GLES20.html │   │   │   │   │   │   ├── [4.6K] android.os.BatteryManager.html │   │   │   │   │   │   ├── [4.6K] android.os.Binder.html │   │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [5.6K] android.os.PowerManager.html │   │   │   │   │   │   ├── [4.2K] android.os.PowerManager.WakeLock.html │   │   │   │   │   │   ├── [4.6K] android.os.Process.html │   │   │   │   │   │   ├── [4.7K] android.os.RemoteCallbackList.html │   │   │   │   │   │   ├── [4.6K] android.os.SystemClock.html │   │   │   │   │   │   ├── [4.7K] android.provider.CalendarContract.CalendarColumns.html │   │   │   │   │   │   ├── [5.0K] android.provider.CalendarContract.EventsColumns.html │   │   │   │   │   │   ├── [5.0K] android.provider.CallLog.Calls.html │   │   │   │   │   │   ├── [5.8K] android.provider.MediaStore.html │   │   │   │   │   │   ├── [ 12K] android.provider.Settings.Secure.html │   │   │   │   │   │   ├── [ 18K] android.provider.Settings.System.html │   │   │   │   │   │   ├── [ 13K] android.R.attr.html │   │   │   │   │   │   ├── [5.3K] android.renderscript.Script.html │   │   │   │   │   │   ├── [5.7K] android.R.style.html │   │   │   │   │   │   ├── [4.7K] android.telephony.cdma.CdmaCellLocation.html │   │   │   │   │   │   ├── [5.3K] android.telephony.PhoneStateListener.html │   │   │   │   │   │   ├── [4.7K] android.telephony.TelephonyManager.html │   │   │   │   │   │   ├── [8.9K] android.test.mock.MockContext.html │   │   │   │   │   │   ├── [4.8K] android.test.mock.MockPackageManager.html │   │   │   │   │   │   ├── [8.8K] android.text.format.DateFormat.html │   │   │   │   │   │   ├── [ 12K] android.text.format.DateUtils.html │   │   │   │   │   │   ├── [4.7K] android.text.TextUtils.html │   │   │   │   │   │   ├── [4.7K] android.util.DisplayMetrics.html │   │   │   │   │   │   ├── [5.3K] android.util.FloatMath.html │   │   │   │   │   │   ├── [4.6K] android.util.LruCache.html │   │   │   │   │   │   ├── [5.9K] android.view.accessibility.AccessibilityEvent.html │   │   │   │   │   │   ├── [6.9K] android.view.accessibility.AccessibilityNodeInfo.html │   │   │   │   │   │   ├── [4.8K] android.view.ContextThemeWrapper.html │   │   │   │   │   │   ├── [7.3K] android.view.Display.html │   │   │   │   │   │   ├── [6.3K] android.view.Gravity.html │   │   │   │   │   │   ├── [5.0K] android.view.inputmethod.InputMethodSession.html │   │   │   │   │   │   ├── [5.0K] android.view.inputmethod.InputMethodSubtype.html │   │   │   │   │   │   ├── [4.7K] android.view.Surface.html │   │   │   │   │   │   ├── [4.6K] android.view.SurfaceView.html │   │   │   │   │   │   ├── [4.7K] android.view.ViewGroup.LayoutParams.html │   │   │   │   │   │   ├── [6.9K] android.view.ViewGroup.MarginLayoutParams.html │   │   │   │   │   │   ├── [ 15K] android.view.View.html │   │   │   │   │   │   ├── [4.7K] android.view.WindowManager.LayoutParams.html │   │   │   │   │   │   ├── [4.7K] android.webkit.WebChromeClient.html │   │   │   │   │   │   ├── [4.5K] android.webkit.WebHistoryItem.html │   │   │   │   │   │   ├── [9.3K] android.webkit.WebSettings.html │   │   │   │   │   │   ├── [4.5K] android.webkit.WebViewDatabase.html │   │   │   │   │   │   ├── [9.0K] android.webkit.WebView.html │   │   │   │   │   │   ├── [5.2K] android.widget.AutoCompleteTextView.html │   │   │   │   │   │   ├── [4.5K] android.widget.CheckedTextView.html │   │   │   │   │   │   ├── [4.2K] android.widget.DigitalClock.html │   │   │   │   │   │   ├── [6.2K] android.widget.RelativeLayout.html │   │   │   │   │   │   ├── [4.7K] android.widget.RelativeLayout.LayoutParams.html │   │   │   │   │   │   ├── [4.6K] android.widget.RemoteViews.html │   │   │   │   │   │   ├── [4.2K] android.widget.SlidingDrawer.html │   │   │   │   │   │   ├── [ 10K] android.widget.TextView.html │   │   │   │   │   │   ├── [4.2K] android.widget.TwoLineListItem.html │   │   │   │   │   │   ├── [4.7K] android.widget.VideoView.html │   │   │   │   │   │   ├── [4.6K] android.widget.ViewAnimator.html │   │   │   │   │   │   ├── [ 14K] changes-summary.html │   │   │   │   │   │   ├── [ 15K] classes_index_additions.html │   │   │   │   │   │   ├── [ 39K] classes_index_all.html │   │   │   │   │   │   ├── [ 27K] classes_index_changes.html │   │   │   │   │   │   ├── [2.8K] classes_index_removals.html │   │   │   │   │   │   ├── [3.4K] constructors_index_additions.html │   │   │   │   │   │   ├── [4.0K] constructors_index_all.html │   │   │   │   │   │   ├── [2.8K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.5K] constructors_index_removals.html │   │   │   │   │   │   ├── [ 48K] fields_index_additions.html │   │   │   │   │   │   ├── [ 64K] fields_index_all.html │   │   │   │   │   │   ├── [ 24K] fields_index_changes.html │   │   │   │   │   │   ├── [3.4K] fields_index_removals.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 26K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [ 52K] methods_index_additions.html │   │   │   │   │   │   ├── [ 66K] methods_index_all.html │   │   │   │   │   │   ├── [ 14K] methods_index_changes.html │   │   │   │   │   │   ├── [8.4K] methods_index_removals.html │   │   │   │   │   │   ├── [2.7K] packages_index_additions.html │   │   │   │   │   │   ├── [6.2K] packages_index_all.html │   │   │   │   │   │   ├── [5.9K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [4.7K] pkg_android.accessibilityservice.html │   │   │   │   │   │   ├── [4.6K] pkg_android.app.admin.html │   │   │   │   │   │   ├── [6.1K] pkg_android.app.html │   │   │   │   │   │   ├── [4.9K] pkg_android.appwidget.html │   │   │   │   │   │   ├── [4.4K] pkg_android.bluetooth.html │   │   │   │   │   │   ├── [5.2K] pkg_android.content.html │   │   │   │   │   │   ├── [5.9K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [4.4K] pkg_android.content.res.html │   │   │   │   │   │   ├── [4.4K] pkg_android.database.html │   │   │   │   │   │   ├── [4.6K] pkg_android.graphics.html │   │   │   │   │   │   ├── [5.0K] pkg_android.hardware.html │   │   │   │   │   │   ├── [4.8K] pkg_android.html │   │   │   │   │   │   ├── [5.1K] pkg_android.inputmethodservice.html │   │   │   │   │   │   ├── [4.6K] pkg_android.location.html │   │   │   │   │   │   ├── [5.7K] pkg_android.media.html │   │   │   │   │   │   ├── [4.9K] pkg_android.net.html │   │   │   │   │   │   ├── [4.5K] pkg_android.net.http.html │   │   │   │   │   │   ├── [4.4K] pkg_android.net.wifi.html │   │   │   │   │   │   ├── [4.4K] pkg_android.nfc.tech.html │   │   │   │   │   │   ├── [6.0K] pkg_android.opengl.html │   │   │   │   │   │   ├── [6.5K] pkg_android.os.html │   │   │   │   │   │   ├── [6.0K] pkg_android.provider.html │   │   │   │   │   │   ├── [8.0K] pkg_android.renderscript.html │   │   │   │   │   │   ├── [4.4K] pkg_android.telephony.cdma.html │   │   │   │   │   │   ├── [7.8K] pkg_android.telephony.html │   │   │   │   │   │   ├── [4.6K] pkg_android.test.mock.html │   │   │   │   │   │   ├── [4.6K] pkg_android.text.format.html │   │   │   │   │   │   ├── [4.4K] pkg_android.text.html │   │   │   │   │   │   ├── [4.4K] pkg_android.text.style.html │   │   │   │   │   │   ├── [5.2K] pkg_android.util.html │   │   │   │   │   │   ├── [4.7K] pkg_android.view.accessibility.html │   │   │   │   │   │   ├── [6.6K] pkg_android.view.html │   │   │   │   │   │   ├── [4.7K] pkg_android.view.inputmethod.html │   │   │   │   │   │   ├── [6.1K] pkg_android.webkit.html │   │   │   │   │   │   └── [7.3K] pkg_android.widget.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   ├── [ 27K] missingSinces.txt │   │   │   │   │   ├── [1.7K] stylesheet-jdiff.css │   │   │   │   │   └── [ 85K] user_comments_for_16_to_17.xml │   │   │   │   ├── [4.0K] 3 │   │   │   │   │   ├── [ 20K] changes │   │   │   │   │   │   ├── [214K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [286K] alldiffs_index_all.html │   │   │   │   │   │   ├── [ 95K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [6.1K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [5.9K] android.app.Activity.html │   │   │   │   │   │   ├── [5.4K] android.app.ActivityManager.html │   │   │   │   │   │   ├── [6.6K] android.app.AlarmManager.html │   │   │   │   │   │   ├── [ 11K] android.app.AlertDialog.html │   │   │   │   │   │   ├── [4.7K] android.app.Instrumentation.html │   │   │   │   │   │   ├── [5.6K] android.app.LauncherActivity.html │   │   │   │   │   │   ├── [4.6K] android.app.PendingIntent.html │   │   │   │   │   │   ├── [4.8K] android.content.BroadcastReceiver.html │   │   │   │   │   │   ├── [4.7K] android.content.ContentProvider.html │   │   │   │   │   │   ├── [5.2K] android.content.ContentResolver.html │   │   │   │   │   │   ├── [4.6K] android.content.Context.html │   │   │   │   │   │   ├── [6.6K] android.content.DialogInterface.html │   │   │   │   │   │   ├── [ 10K] android.content.Intent.html │   │   │   │   │   │   ├── [4.9K] android.content.pm.ActivityInfo.html │   │   │   │   │   │   ├── [5.3K] android.content.pm.PackageInfo.html │   │   │   │   │   │   ├── [6.7K] android.content.pm.PackageManager.html │   │   │   │   │   │   ├── [7.2K] android.content.res.AssetFileDescriptor.html │   │   │   │   │   │   ├── [5.7K] android.content.res.Configuration.html │   │   │   │   │   │   ├── [6.5K] android.content.res.Resources.html │   │   │   │   │   │   ├── [4.7K] android.content.res.TypedArray.html │   │   │   │   │   │   ├── [4.7K] android.database.Cursor.html │   │   │   │   │   │   ├── [4.8K] android.database.CursorWrapper.html │   │   │   │   │   │   ├── [4.9K] android.database.DatabaseUtils.html │   │   │   │   │   │   ├── [5.3K] android.database.sqlite.SQLiteDatabase.html │   │   │   │   │   │   ├── [4.7K] android.graphics.Bitmap.html │   │   │   │   │   │   ├── [4.9K] android.graphics.Canvas.html │   │   │   │   │   │   ├── [4.6K] android.graphics.drawable.Drawable.html │   │   │   │   │   │   ├── [4.7K] android.graphics.drawable.RotateDrawable.html │   │   │   │   │   │   ├── [4.7K] android.graphics.drawable.ScaleDrawable.html │   │   │   │   │   │   ├── [5.0K] android.graphics.drawable.shapes.Shape.html │   │   │   │   │   │   ├── [4.8K] android.graphics.drawable.TransitionDrawable.html │   │   │   │   │   │   ├── [5.9K] android.graphics.RectF.html │   │   │   │   │   │   ├── [4.6K] android.graphics.Rect.html │   │   │   │   │   │   ├── [5.4K] android.hardware.Camera.html │   │   │   │   │   │   ├── [4.2K] android.hardware.SensorListener.html │   │   │   │   │   │   ├── [ 21K] android.hardware.SensorManager.html │   │   │   │   │   │   ├── [4.7K] android.location.Location.html │   │   │   │   │   │   ├── [ 12K] android.location.LocationManager.html │   │   │   │   │   │   ├── [6.0K] android.Manifest.permission.html │   │   │   │   │   │   ├── [9.2K] android.media.AudioManager.html │   │   │   │   │   │   ├── [7.5K] android.media.MediaPlayer.html │   │   │   │   │   │   ├── [ 11K] android.media.MediaRecorder.html │   │   │   │   │   │   ├── [4.6K] android.media.MediaRecorder.OutputFormat.html │   │   │   │   │   │   ├── [4.6K] android.media.RingtoneManager.html │   │   │   │   │   │   ├── [5.2K] android.media.SoundPool.html │   │   │   │   │   │   ├── [5.2K] android.net.ConnectivityManager.html │   │   │   │   │   │   ├── [5.6K] android.net.NetworkInfo.html │   │   │   │   │   │   ├── [5.5K] android.net.wifi.WifiManager.html │   │   │   │   │   │   ├── [4.7K] android.os.Binder.html │   │   │   │   │   │   ├── [4.5K] android.os.Build.html │   │   │   │   │   │   ├── [5.2K] android.os.Debug.html │   │   │   │   │   │   ├── [4.9K] android.os.Environment.html │   │   │   │   │   │   ├── [5.0K] android.os.Handler.html │   │   │   │   │   │   ├── [4.7K] android.os.IBinder.html │   │   │   │   │   │   ├── [4.5K] android.os.Looper.html │   │   │   │   │   │   ├── [5.1K] android.os.ParcelFileDescriptor.html │   │   │   │   │   │   ├── [5.6K] android.os.Parcel.html │   │   │   │   │   │   ├── [4.6K] android.preference.DialogPreference.html │   │   │   │   │   │   ├── [4.6K] android.provider.Browser.html │   │   │   │   │   │   ├── [5.4K] android.provider.Contacts.Intents.html │   │   │   │   │   │   ├── [7.5K] android.provider.Contacts.Intents.Insert.html │   │   │   │   │   │   ├── [4.7K] android.provider.Contacts.PeopleColumns.html │   │   │   │   │   │   ├── [4.7K] android.provider.MediaStore.Audio.AlbumColumns.html │   │   │   │   │   │   ├── [4.7K] android.provider.MediaStore.Audio.Media.html │   │   │   │   │   │   ├── [8.8K] android.provider.MediaStore.html │   │   │   │   │   │   ├── [4.8K] android.provider.MediaStore.Images.Media.html │   │   │   │   │   │   ├── [4.7K] android.provider.MediaStore.Video.html │   │   │   │   │   │   ├── [5.4K] android.provider.MediaStore.Video.VideoColumns.html │   │   │   │   │   │   ├── [8.7K] android.provider.Settings.html │   │   │   │   │   │   ├── [ 23K] android.provider.Settings.System.html │   │   │   │   │   │   ├── [ 30K] android.R.attr.html │   │   │   │   │   │   ├── [5.2K] android.R.drawable.html │   │   │   │   │   │   ├── [8.5K] android.R.id.html │   │   │   │   │   │   ├── [5.0K] android.R.string.html │   │   │   │   │   │   ├── [5.8K] android.R.style.html │   │   │   │   │   │   ├── [4.7K] android.telephony.gsm.SmsMessage.html │   │   │   │   │   │   ├── [5.2K] android.telephony.PhoneNumberUtils.html │   │   │   │   │   │   ├── [7.0K] android.telephony.TelephonyManager.html │   │   │   │   │   │   ├── [4.2K] android.test.ActivityInstrumentationTestCase.html │   │   │   │   │   │   ├── [5.3K] android.test.InstrumentationTestCase.html │   │   │   │   │   │   ├── [5.5K] android.test.mock.MockPackageManager.html │   │   │   │   │   │   ├── [4.2K] android.test.ProviderTestCase.html │   │   │   │   │   │   ├── [5.2K] android.test.suitebuilder.TestMethod.html │   │   │   │   │   │   ├── [ 21K] android.test.TouchUtils.html │   │   │   │   │   │   ├── [5.9K] android.text.Annotation.html │   │   │   │   │   │   ├── [4.6K] android.text.AutoText.html │   │   │   │   │   │   ├── [4.9K] android.text.method.ArrowKeyMovementMethod.html │   │   │   │   │   │   ├── [4.8K] android.text.method.BaseKeyListener.html │   │   │   │   │   │   ├── [4.6K] android.text.method.DateKeyListener.html │   │   │   │   │   │   ├── [4.7K] android.text.method.DateTimeKeyListener.html │   │   │   │   │   │   ├── [4.6K] android.text.method.DialerKeyListener.html │   │   │   │   │   │   ├── [4.6K] android.text.method.DigitsKeyListener.html │   │   │   │   │   │   ├── [5.7K] android.text.method.KeyListener.html │   │   │   │   │   │   ├── [8.8K] android.text.method.MetaKeyKeyListener.html │   │   │   │   │   │   ├── [4.8K] android.text.method.MovementMethod.html │   │   │   │   │   │   ├── [4.7K] android.text.method.MultiTapKeyListener.html │   │   │   │   │   │   ├── [4.6K] android.text.method.QwertyKeyListener.html │   │   │   │   │   │   ├── [4.9K] android.text.method.ScrollingMovementMethod.html │   │   │   │   │   │   ├── [4.6K] android.text.method.TextKeyListener.html │   │   │   │   │   │   ├── [4.6K] android.text.method.TimeKeyListener.html │   │   │   │   │   │   ├── [5.2K] android.text.method.Touch.html │   │   │   │   │   │   ├── [5.2K] android.text.Spanned.html │   │   │   │   │   │   ├── [4.2K] android.text.SpanWatcher.html │   │   │   │   │   │   ├── [6.1K] android.text.style.AbsoluteSizeSpan.html │   │   │   │   │   │   ├── [6.1K] android.text.style.AlignmentSpan.Standard.html │   │   │   │   │   │   ├── [6.1K] android.text.style.BackgroundColorSpan.html │   │   │   │   │   │   ├── [6.0K] android.text.style.BulletSpan.html │   │   │   │   │   │   ├── [4.2K] android.text.style.ClickableSpan.html │   │   │   │   │   │   ├── [6.4K] android.text.style.DynamicDrawableSpan.html │   │   │   │   │   │   ├── [6.1K] android.text.style.ForegroundColorSpan.html │   │   │   │   │   │   ├── [6.4K] android.text.style.ImageSpan.html │   │   │   │   │   │   ├── [6.2K] android.text.style.LeadingMarginSpan.Standard.html │   │   │   │   │   │   ├── [4.2K] android.text.style.MaskFilterSpan.html │   │   │   │   │   │   ├── [6.0K] android.text.style.QuoteSpan.html │   │   │   │   │   │   ├── [4.2K] android.text.style.RasterizerSpan.html │   │   │   │   │   │   ├── [6.1K] android.text.style.RelativeSizeSpan.html │   │   │   │   │   │   ├── [6.0K] android.text.style.ScaleXSpan.html │   │   │   │   │   │   ├── [6.1K] android.text.style.StrikethroughSpan.html │   │   │   │   │   │   ├── [6.0K] android.text.style.StyleSpan.html │   │   │   │   │   │   ├── [6.0K] android.text.style.SubscriptSpan.html │   │   │   │   │   │   ├── [6.0K] android.text.style.SuperscriptSpan.html │   │   │   │   │   │   ├── [6.1K] android.text.style.TextAppearanceSpan.html │   │   │   │   │   │   ├── [6.0K] android.text.style.TypefaceSpan.html │   │   │   │   │   │   ├── [6.1K] android.text.style.UnderlineSpan.html │   │   │   │   │   │   ├── [4.2K] android.text.style.UpdateLayout.html │   │   │   │   │   │   ├── [5.9K] android.text.style.URLSpan.html │   │   │   │   │   │   ├── [6.3K] android.text.TextUtils.html │   │   │   │   │   │   ├── [4.2K] android.text.TextWatcher.html │   │   │   │   │   │   ├── [4.6K] android.util.SparseIntArray.html │   │   │   │   │   │   ├── [4.6K] android.util.TimeUtils.html │   │   │   │   │   │   ├── [5.5K] android.view.animation.Animation.html │   │   │   │   │   │   ├── [4.7K] android.view.animation.Transformation.html │   │   │   │   │   │   ├── [7.2K] android.view.GestureDetector.html │   │   │   │   │   │   ├── [5.8K] android.view.GestureDetector.SimpleOnGestureListener.html │   │   │   │   │   │   ├── [6.5K] android.view.Gravity.html │   │   │   │   │   │   ├── [5.0K] android.view.KeyCharacterMap.html │   │   │   │   │   │   ├── [ 11K] android.view.KeyEvent.html │   │   │   │   │   │   ├── [4.9K] android.view.Menu.html │   │   │   │   │   │   ├── [4.6K] android.view.MotionEvent.html │   │   │   │   │   │   ├── [4.7K] android.view.OrientationListener.html │   │   │   │   │   │   ├── [ 12K] android.view.ViewConfiguration.html │   │   │   │   │   │   ├── [4.7K] android.view.ViewDebug.html │   │   │   │   │   │   ├── [4.7K] android.view.ViewGroup.html │   │   │   │   │   │   ├── [ 11K] android.view.View.html │   │   │   │   │   │   ├── [4.8K] android.view.ViewParent.html │   │   │   │   │   │   ├── [5.3K] android.view.ViewTreeObserver.html │   │   │   │   │   │   ├── [5.3K] android.view.Window.html │   │   │   │   │   │   ├── [ 14K] android.view.WindowManager.LayoutParams.html │   │   │   │   │   │   ├── [5.6K] android.webkit.UrlInterceptHandler.html │   │   │   │   │   │   ├── [5.6K] android.webkit.UrlInterceptRegistry.html │   │   │   │   │   │   ├── [4.7K] android.webkit.URLUtil.html │   │   │   │   │   │   ├── [4.6K] android.webkit.WebHistoryItem.html │   │   │   │   │   │   ├── [7.5K] android.webkit.WebSettings.html │   │   │   │   │   │   ├── [7.9K] android.webkit.WebView.html │   │   │   │   │   │   ├── [6.1K] android.widget.AbsListView.html │   │   │   │   │   │   ├── [4.2K] android.widget.AbsoluteLayout.html │   │   │   │   │   │   ├── [5.0K] android.widget.AbsSeekBar.html │   │   │   │   │   │   ├── [4.7K] android.widget.ArrayAdapter.html │   │   │   │   │   │   ├── [9.1K] android.widget.AutoCompleteTextView.html │   │   │   │   │   │   ├── [5.2K] android.widget.Chronometer.html │   │   │   │   │   │   ├── [6.0K] android.widget.CursorAdapter.html │   │   │   │   │   │   ├── [4.6K] android.widget.GridView.html │   │   │   │   │   │   ├── [5.0K] android.widget.ListView.html │   │   │   │   │   │   ├── [ 11K] android.widget.PopupWindow.html │   │   │   │   │   │   ├── [4.2K] android.widget.PopupWindow.OnDismissListener.html │   │   │   │   │   │   ├── [5.4K] android.widget.ProgressBar.html │   │   │   │   │   │   ├── [4.7K] android.widget.RemoteViews.ActionException.html │   │   │   │   │   │   ├── [ 11K] android.widget.RemoteViews.html │   │   │   │   │   │   ├── [5.4K] android.widget.ResourceCursorAdapter.html │   │   │   │   │   │   ├── [4.9K] android.widget.Scroller.html │   │   │   │   │   │   ├── [4.8K] android.widget.SimpleCursorAdapter.html │   │   │   │   │   │   ├── [ 16K] android.widget.TextView.html │   │   │   │   │   │   ├── [ 15K] changes-summary.html │   │   │   │   │   │   ├── [ 25K] classes_index_additions.html │   │   │   │   │   │   ├── [ 57K] classes_index_all.html │   │   │   │   │   │   ├── [ 46K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [ 22K] constructors_index_additions.html │   │   │   │   │   │   ├── [ 26K] constructors_index_all.html │   │   │   │   │   │   ├── [3.6K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.8K] constructors_index_removals.html │   │   │   │   │   │   ├── [4.7K] dalvik.system.DexFile.html │   │   │   │   │   │   ├── [5.0K] dalvik.system.VMDebug.html │   │   │   │   │   │   ├── [8.2K] dalvik.system.Zygote.html │   │   │   │   │   │   ├── [ 69K] fields_index_additions.html │   │   │   │   │   │   ├── [ 81K] fields_index_all.html │   │   │   │   │   │   ├── [ 25K] fields_index_changes.html │   │   │   │   │   │   ├── [2.7K] fields_index_removals.html │   │   │   │   │   │   ├── [4.8K] java.lang.Character.UnicodeBlock.html │   │   │   │   │   │   ├── [6.5K] java.lang.Class.html │   │   │   │   │   │   ├── [5.2K] java.util.jar.Pack200.Packer.html │   │   │   │   │   │   ├── [5.2K] java.util.jar.Pack200.Unpacker.html │   │   │   │   │   │   ├── [4.8K] java.util.logging.Level.html │   │   │   │   │   │   ├── [5.6K] java.util.logging.LogManager.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 35K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [111K] methods_index_additions.html │   │   │   │   │   │   ├── [128K] methods_index_all.html │   │   │   │   │   │   ├── [ 27K] methods_index_changes.html │   │   │   │   │   │   ├── [4.6K] methods_index_removals.html │   │   │   │   │   │   ├── [3.2K] packages_index_additions.html │   │   │   │   │   │   ├── [6.7K] packages_index_all.html │   │   │   │   │   │   ├── [6.0K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [7.0K] pkg_android.app.html │   │   │   │   │   │   ├── [5.5K] pkg_android.content.html │   │   │   │   │   │   ├── [5.3K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [5.9K] pkg_android.content.res.html │   │   │   │   │   │   ├── [4.8K] pkg_android.database.html │   │   │   │   │   │   ├── [4.4K] pkg_android.database.sqlite.html │   │   │   │   │   │   ├── [5.1K] pkg_android.graphics.drawable.html │   │   │   │   │   │   ├── [4.4K] pkg_android.graphics.drawable.shapes.html │   │   │   │   │   │   ├── [5.0K] pkg_android.graphics.html │   │   │   │   │   │   ├── [6.1K] pkg_android.hardware.html │   │   │   │   │   │   ├── [5.9K] pkg_android.html │   │   │   │   │   │   ├── [5.6K] pkg_android.location.html │   │   │   │   │   │   ├── [9.5K] pkg_android.media.html │   │   │   │   │   │   ├── [4.6K] pkg_android.net.html │   │   │   │   │   │   ├── [4.4K] pkg_android.net.wifi.html │   │   │   │   │   │   ├── [5.6K] pkg_android.opengl.html │   │   │   │   │   │   ├── [7.2K] pkg_android.os.html │   │   │   │   │   │   ├── [4.4K] pkg_android.preference.html │   │   │   │   │   │   ├── [8.2K] pkg_android.provider.html │   │   │   │   │   │   ├── [4.4K] pkg_android.telephony.gsm.html │   │   │   │   │   │   ├── [5.1K] pkg_android.telephony.html │   │   │   │   │   │   ├── [5.8K] pkg_android.test.html │   │   │   │   │   │   ├── [4.4K] pkg_android.test.mock.html │   │   │   │   │   │   ├── [4.4K] pkg_android.test.suitebuilder.html │   │   │   │   │   │   ├── [6.7K] pkg_android.text.html │   │   │   │   │   │   ├── [7.6K] pkg_android.text.method.html │   │   │   │   │   │   ├── [9.7K] pkg_android.text.style.html │   │   │   │   │   │   ├── [5.0K] pkg_android.util.html │   │   │   │   │   │   ├── [4.6K] pkg_android.view.animation.html │   │   │   │   │   │   ├── [9.3K] pkg_android.view.html │   │   │   │   │   │   ├── [5.9K] pkg_android.webkit.html │   │   │   │   │   │   ├── [ 11K] pkg_android.widget.html │   │   │   │   │   │   ├── [5.2K] pkg_dalvik.system.html │   │   │   │   │   │   ├── [4.6K] pkg_java.lang.html │   │   │   │   │   │   ├── [4.6K] pkg_java.util.jar.html │   │   │   │   │   │   └── [4.6K] pkg_java.util.logging.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   ├── [ 59K] missingSinces.txt │   │   │   │   │   ├── [1.7K] stylesheet-jdiff.css │   │   │   │   │   └── [156K] user_comments_for_2_to_3.xml │   │   │   │   ├── [4.0K] 4 │   │   │   │   │   ├── [ 12K] changes │   │   │   │   │   │   ├── [ 93K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [139K] alldiffs_index_all.html │   │   │   │   │   │   ├── [ 52K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [ 13K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [4.8K] android.app.Activity.html │   │   │   │   │   │   ├── [4.7K] android.app.Dialog.html │   │   │   │   │   │   ├── [4.6K] android.app.LauncherActivity.html │   │   │   │   │   │   ├── [4.6K] android.app.LauncherActivity.ListItem.html │   │   │   │   │   │   ├── [4.6K] android.app.PendingIntent.html │   │   │   │   │   │   ├── [9.3K] android.app.SearchManager.html │   │   │   │   │   │   ├── [4.8K] android.content.ComponentName.html │   │   │   │   │   │   ├── [5.1K] android.content.ContentProvider.html │   │   │   │   │   │   ├── [5.7K] android.content.Context.html │   │   │   │   │   │   ├── [4.6K] android.content.ContextWrapper.html │   │   │   │   │   │   ├── [9.4K] android.content.Intent.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ActivityInfo.html │   │   │   │   │   │   ├── [7.2K] android.content.pm.ApplicationInfo.html │   │   │   │   │   │   ├── [5.5K] android.content.pm.ConfigurationInfo.html │   │   │   │   │   │   ├── [ 12K] android.content.pm.PackageManager.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ProviderInfo.html │   │   │   │   │   │   ├── [7.9K] android.content.res.Configuration.html │   │   │   │   │   │   ├── [5.0K] android.graphics.BitmapFactory.html │   │   │   │   │   │   ├── [6.4K] android.graphics.BitmapFactory.Options.html │   │   │   │   │   │   ├── [8.0K] android.graphics.Bitmap.html │   │   │   │   │   │   ├── [4.9K] android.graphics.Canvas.html │   │   │   │   │   │   ├── [4.3K] android.graphics.drawable.AnimationDrawable.html │   │   │   │   │   │   ├── [7.7K] android.graphics.drawable.BitmapDrawable.html │   │   │   │   │   │   ├── [5.0K] android.graphics.drawable.Drawable.html │   │   │   │   │   │   ├── [8.2K] android.graphics.drawable.NinePatchDrawable.html │   │   │   │   │   │   ├── [4.6K] android.graphics.NinePatch.html │   │   │   │   │   │   ├── [5.0K] android.graphics.Typeface.html │   │   │   │   │   │   ├── [4.7K] android.hardware.SensorManager.html │   │   │   │   │   │   ├── [5.1K] android.inputmethodservice.KeyboardView.html │   │   │   │   │   │   ├── [6.4K] android.location.Address.html │   │   │   │   │   │   ├── [4.6K] android.Manifest.permission_group.html │   │   │   │   │   │   ├── [7.2K] android.Manifest.permission.html │   │   │   │   │   │   ├── [5.2K] android.media.AudioManager.html │   │   │   │   │   │   ├── [5.3K] android.media.MediaRecorder.AudioSource.html │   │   │   │   │   │   ├── [4.6K] android.media.MediaRecorder.html │   │   │   │   │   │   ├── [ 29K] android.media.ToneGenerator.html │   │   │   │   │   │   ├── [4.7K] android.net.wifi.WifiManager.html │   │   │   │   │   │   ├── [4.8K] android.os.Build.html │   │   │   │   │   │   ├── [5.4K] android.os.Build.VERSION.html │   │   │   │   │   │   ├── [5.5K] android.os.RemoteCallbackList.html │   │   │   │   │   │   ├── [4.8K] android.provider.MediaStore.Audio.Genres.Members.html │   │   │   │   │   │   ├── [4.8K] android.provider.MediaStore.Audio.Media.html │   │   │   │   │   │   ├── [7.4K] android.provider.Settings.Secure.html │   │   │   │   │   │   ├── [4.6K] android.provider.Settings.System.html │   │   │   │   │   │   ├── [5.9K] android.R.anim.html │   │   │   │   │   │   ├── [ 15K] android.R.attr.html │   │   │   │   │   │   ├── [4.9K] android.R.drawable.html │   │   │   │   │   │   ├── [5.3K] android.R.style.html │   │   │   │   │   │   ├── [ 12K] android.telephony.gsm.SmsManager.html │   │   │   │   │   │   ├── [ 21K] android.telephony.gsm.SmsMessage.html │   │   │   │   │   │   ├── [4.2K] android.telephony.gsm.SmsMessage.MessageClass.html │   │   │   │   │   │   ├── [5.8K] android.telephony.gsm.SmsMessage.SubmitPdu.html │   │   │   │   │   │   ├── [6.4K] android.telephony.TelephonyManager.html │   │   │   │   │   │   ├── [5.9K] android.test.AndroidTestCase.html │   │   │   │   │   │   ├── [4.6K] android.test.mock.MockContext.html │   │   │   │   │   │   ├── [5.4K] android.test.mock.MockPackageManager.html │   │   │   │   │   │   ├── [6.2K] android.text.style.ImageSpan.html │   │   │   │   │   │   ├── [5.7K] android.util.Config.html │   │   │   │   │   │   ├── [5.9K] android.util.DisplayMetrics.html │   │   │   │   │   │   ├── [5.2K] android.util.TypedValue.html │   │   │   │   │   │   ├── [5.1K] android.view.Surface.html │   │   │   │   │   │   ├── [4.7K] android.view.VelocityTracker.html │   │   │   │   │   │   ├── [5.0K] android.view.ViewConfiguration.html │   │   │   │   │   │   ├── [9.1K] android.view.View.html │   │   │   │   │   │   ├── [4.8K] android.view.Window.Callback.html │   │   │   │   │   │   ├── [5.0K] android.widget.AutoCompleteTextView.html │   │   │   │   │   │   ├── [4.2K] android.widget.CheckedTextView.html │   │   │   │   │   │   ├── [4.6K] android.widget.ListView.html │   │   │   │   │   │   ├── [5.3K] android.widget.PopupWindow.html │   │   │   │   │   │   ├── [5.0K] android.widget.TabHost.TabSpec.html │   │   │   │   │   │   ├── [5.7K] android.widget.TabWidget.html │   │   │   │   │   │   ├── [ 12K] changes-summary.html │   │   │   │   │   │   ├── [ 10K] classes_index_additions.html │   │   │   │   │   │   ├── [ 29K] classes_index_all.html │   │   │   │   │   │   ├── [ 21K] classes_index_changes.html │   │   │   │   │   │   ├── [2.9K] classes_index_removals.html │   │   │   │   │   │   ├── [5.0K] constructors_index_additions.html │   │   │   │   │   │   ├── [7.3K] constructors_index_all.html │   │   │   │   │   │   ├── [5.5K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.5K] constructors_index_removals.html │   │   │   │   │   │   ├── [ 56K] fields_index_additions.html │   │   │   │   │   │   ├── [ 67K] fields_index_all.html │   │   │   │   │   │   ├── [9.9K] fields_index_changes.html │   │   │   │   │   │   ├── [ 10K] fields_index_removals.html │   │   │   │   │   │   ├── [4.4K] java.util.concurrent.locks.AbstractQueuedSynchronizer.html │   │   │   │   │   │   ├── [4.2K] java.util.concurrent.TimeUnit.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 20K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [ 28K] methods_index_additions.html │   │   │   │   │   │   ├── [ 39K] methods_index_all.html │   │   │   │   │   │   ├── [ 15K] methods_index_changes.html │   │   │   │   │   │   ├── [3.6K] methods_index_removals.html │   │   │   │   │   │   ├── [2.9K] packages_index_additions.html │   │   │   │   │   │   ├── [5.5K] packages_index_all.html │   │   │   │   │   │   ├── [5.0K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [5.4K] pkg_android.app.html │   │   │   │   │   │   ├── [6.3K] pkg_android.content.html │   │   │   │   │   │   ├── [6.2K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [4.4K] pkg_android.content.res.html │   │   │   │   │   │   ├── [5.5K] pkg_android.graphics.drawable.html │   │   │   │   │   │   ├── [5.4K] pkg_android.graphics.html │   │   │   │   │   │   ├── [4.4K] pkg_android.hardware.html │   │   │   │   │   │   ├── [5.4K] pkg_android.html │   │   │   │   │   │   ├── [4.4K] pkg_android.inputmethodservice.html │   │   │   │   │   │   ├── [4.4K] pkg_android.location.html │   │   │   │   │   │   ├── [5.1K] pkg_android.media.html │   │   │   │   │   │   ├── [4.8K] pkg_android.net.wifi.html │   │   │   │   │   │   ├── [5.2K] pkg_android.opengl.html │   │   │   │   │   │   ├── [5.2K] pkg_android.os.html │   │   │   │   │   │   ├── [5.1K] pkg_android.provider.html │   │   │   │   │   │   ├── [5.1K] pkg_android.telephony.gsm.html │   │   │   │   │   │   ├── [5.6K] pkg_android.telephony.html │   │   │   │   │   │   ├── [4.4K] pkg_android.test.html │   │   │   │   │   │   ├── [4.6K] pkg_android.test.mock.html │   │   │   │   │   │   ├── [4.4K] pkg_android.text.style.html │   │   │   │   │   │   ├── [4.8K] pkg_android.util.html │   │   │   │   │   │   ├── [5.4K] pkg_android.view.animation.html │   │   │   │   │   │   ├── [5.7K] pkg_android.view.html │   │   │   │   │   │   ├── [6.3K] pkg_android.widget.html │   │   │   │   │   │   ├── [4.4K] pkg_java.util.concurrent.html │   │   │   │   │   │   └── [4.5K] pkg_java.util.concurrent.locks.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   ├── [ 22K] missingSinces.txt │   │   │   │   │   ├── [1.7K] stylesheet-jdiff.css │   │   │   │   │   └── [ 72K] user_comments_for_3_to_4.xml │   │   │   │   ├── [4.0K] 5 │   │   │   │   │   ├── [ 12K] changes │   │   │   │   │   │   ├── [149K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [246K] alldiffs_index_all.html │   │   │   │   │   │   ├── [124K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [2.8K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [7.8K] android.app.Activity.html │   │   │   │   │   │   ├── [5.5K] android.app.ActivityManager.html │   │   │   │   │   │   ├── [7.0K] android.app.ActivityManager.RunningAppProcessInfo.html │   │   │   │   │   │   ├── [7.2K] android.app.ActivityManager.RunningServiceInfo.html │   │   │   │   │   │   ├── [5.6K] android.app.Dialog.html │   │   │   │   │   │   ├── [4.6K] android.app.IntentService.html │   │   │   │   │   │   ├── [5.1K] android.app.LauncherActivity.html │   │   │   │   │   │   ├── [4.6K] android.app.Notification.html │   │   │   │   │   │   ├── [5.2K] android.app.NotificationManager.html │   │   │   │   │   │   ├── [5.3K] android.app.SearchManager.html │   │   │   │   │   │   ├── [8.9K] android.app.Service.html │   │   │   │   │   │   ├── [5.0K] android.content.BroadcastReceiver.html │   │   │   │   │   │   ├── [4.8K] android.content.ContentProvider.html │   │   │   │   │   │   ├── [ 15K] android.content.ContentResolver.html │   │   │   │   │   │   ├── [9.2K] android.content.Context.html │   │   │   │   │   │   ├── [5.6K] android.content.ContextWrapper.html │   │   │   │   │   │   ├── [8.3K] android.content.Intent.html │   │   │   │   │   │   ├── [4.7K] android.content.pm.ActivityInfo.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.PackageInfo.html │   │   │   │   │   │   ├── [5.9K] android.content.pm.PackageManager.html │   │   │   │   │   │   ├── [4.7K] android.content.pm.ProviderInfo.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ResolveInfo.html │   │   │   │   │   │   ├── [4.7K] android.content.pm.ServiceInfo.html │   │   │   │   │   │   ├── [5.7K] android.content.res.Configuration.html │   │   │   │   │   │   ├── [5.4K] android.database.AbstractWindowedCursor.html │   │   │   │   │   │   ├── [5.4K] android.database.CursorWindow.html │   │   │   │   │   │   ├── [4.8K] android.database.DatabaseUtils.html │   │   │   │   │   │   ├── [5.2K] android.database.sqlite.SQLiteDatabase.html │   │   │   │   │   │   ├── [6.3K] android.graphics.drawable.BitmapDrawable.html │   │   │   │   │   │   ├── [4.8K] android.graphics.drawable.Drawable.ConstantState.html │   │   │   │   │   │   ├── [5.1K] android.graphics.drawable.Drawable.html │   │   │   │   │   │   ├── [4.6K] android.graphics.PixelFormat.html │   │   │   │   │   │   ├── [6.0K] android.hardware.Camera.html │   │   │   │   │   │   ├── [ 34K] android.hardware.Camera.Parameters.html │   │   │   │   │   │   ├── [4.8K] android.inputmethodservice.AbstractInputMethodService.html │   │   │   │   │   │   ├── [4.8K] android.inputmethodservice.InputMethodService.html │   │   │   │   │   │   ├── [5.2K] android.location.LocationManager.html │   │   │   │   │   │   ├── [5.6K] android.Manifest.permission.html │   │   │   │   │   │   ├── [ 18K] android.media.AudioFormat.html │   │   │   │   │   │   ├── [9.3K] android.media.AudioManager.html │   │   │   │   │   │   ├── [4.6K] android.media.MediaPlayer.html │   │   │   │   │   │   ├── [4.6K] android.media.ToneGenerator.html │   │   │   │   │   │   ├── [5.3K] android.opengl.GLSurfaceView.html │   │   │   │   │   │   ├── [7.5K] android.os.BatteryManager.html │   │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [7.0K] android.os.Debug.MemoryInfo.html │   │   │   │   │   │   ├── [4.6K] android.os.HandlerThread.html │   │   │   │   │   │   ├── [8.5K] android.provider.Contacts.ContactMethodsColumns.html │   │   │   │   │   │   ├── [ 16K] android.provider.Contacts.ContactMethods.html │   │   │   │   │   │   ├── [5.2K] android.provider.Contacts.ExtensionsColumns.html │   │   │   │   │   │   ├── [6.4K] android.provider.Contacts.Extensions.html │   │   │   │   │   │   ├── [9.1K] android.provider.Contacts.GroupMembership.html │   │   │   │   │   │   ├── [5.9K] android.provider.Contacts.GroupsColumns.html │   │   │   │   │   │   ├── [7.2K] android.provider.Contacts.Groups.html │   │   │   │   │   │   ├── [7.0K] android.provider.Contacts.html │   │   │   │   │   │   ├── [8.0K] android.provider.Contacts.Intents.html │   │   │   │   │   │   ├── [ 16K] android.provider.Contacts.Intents.Insert.html │   │   │   │   │   │   ├── [9.7K] android.provider.Contacts.Intents.UI.html │   │   │   │   │   │   ├── [8.1K] android.provider.Contacts.OrganizationColumns.html │   │   │   │   │   │   ├── [6.4K] android.provider.Contacts.Organizations.html │   │   │   │   │   │   ├── [8.5K] android.provider.Contacts.PeopleColumns.html │   │   │   │   │   │   ├── [5.3K] android.provider.Contacts.People.ContactMethods.html │   │   │   │   │   │   ├── [5.6K] android.provider.Contacts.People.Extensions.html │   │   │   │   │   │   ├── [ 13K] android.provider.Contacts.People.html │   │   │   │   │   │   ├── [5.2K] android.provider.Contacts.People.Phones.html │   │   │   │   │   │   ├── [9.6K] android.provider.Contacts.PhonesColumns.html │   │   │   │   │   │   ├── [8.2K] android.provider.Contacts.Phones.html │   │   │   │   │   │   ├── [6.8K] android.provider.Contacts.PhotosColumns.html │   │   │   │   │   │   ├── [5.5K] android.provider.Contacts.Photos.html │   │   │   │   │   │   ├── [5.6K] android.provider.Contacts.PresenceColumns.html │   │   │   │   │   │   ├── [6.1K] android.provider.Contacts.SettingsColumns.html │   │   │   │   │   │   ├── [7.4K] android.provider.Contacts.Settings.html │   │   │   │   │   │   ├── [6.0K] android.provider.MediaStore.Images.Thumbnails.html │   │   │   │   │   │   ├── [5.0K] android.provider.Settings.html │   │   │   │   │   │   ├── [5.0K] android.provider.Settings.System.html │   │   │   │   │   │   ├── [ 14K] android.R.attr.html │   │   │   │   │   │   ├── [5.3K] android.R.drawable.html │   │   │   │   │   │   ├── [6.2K] android.R.style.html │   │   │   │   │   │   ├── [7.3K] android.telephony.NeighboringCellInfo.html │   │   │   │   │   │   ├── [4.8K] android.telephony.PhoneNumberUtils.html │   │   │   │   │   │   ├── [4.8K] android.telephony.PhoneStateListener.html │   │   │   │   │   │   ├── [5.8K] android.telephony.TelephonyManager.html │   │   │   │   │   │   ├── [5.4K] android.test.AndroidTestRunner.html │   │   │   │   │   │   ├── [5.4K] android.test.InstrumentationTestCase.html │   │   │   │   │   │   ├── [5.6K] android.test.mock.MockContext.html │   │   │   │   │   │   ├── [6.0K] android.test.mock.MockPackageManager.html │   │   │   │   │   │   ├── [4.8K] android.text.format.DateUtils.html │   │   │   │   │   │   ├── [4.7K] android.text.format.Formatter.html │   │   │   │   │   │   ├── [4.6K] android.text.InputType.html │   │   │   │   │   │   ├── [5.2K] android.text.style.AbsoluteSizeSpan.html │   │   │   │   │   │   ├── [4.5K] android.text.TextPaint.html │   │   │   │   │   │   ├── [5.0K] android.view.animation.Animation.html │   │   │   │   │   │   ├── [4.6K] android.view.HapticFeedbackConstants.html │   │   │   │   │   │   ├── [4.7K] android.view.KeyEvent.Callback.html │   │   │   │   │   │   ├── [9.6K] android.view.KeyEvent.html │   │   │   │   │   │   ├── [ 13K] android.view.MotionEvent.html │   │   │   │   │   │   ├── [5.1K] android.view.SurfaceHolder.html │   │   │   │   │   │   ├── [5.7K] android.view.Surface.html │   │   │   │   │   │   ├── [5.0K] android.view.SurfaceView.html │   │   │   │   │   │   ├── [5.0K] android.view.ViewConfiguration.html │   │   │   │   │   │   ├── [4.5K] android.view.ViewGroup.html │   │   │   │   │   │   ├── [6.8K] android.view.View.html │   │   │   │   │   │   ├── [5.0K] android.view.Window.Callback.html │   │   │   │   │   │   ├── [7.1K] android.view.WindowManager.LayoutParams.html │   │   │   │   │   │   ├── [4.9K] android.webkit.CallbackProxy.html │   │   │   │   │   │   ├── [6.7K] android.webkit.PluginData.html │   │   │   │   │   │   ├── [9.3K] android.webkit.Plugin.html │   │   │   │   │   │   ├── [7.0K] android.webkit.PluginList.html │   │   │   │   │   │   ├── [5.0K] android.webkit.UrlInterceptHandler.html │   │   │   │   │   │   ├── [6.9K] android.webkit.UrlInterceptRegistry.html │   │   │   │   │   │   ├── [5.9K] android.webkit.WebChromeClient.html │   │   │   │   │   │   ├── [7.5K] android.webkit.WebSettings.html │   │   │   │   │   │   ├── [9.3K] android.webkit.WebViewClient.html │   │   │   │   │   │   ├── [5.6K] android.webkit.WebView.html │   │   │   │   │   │   ├── [7.2K] android.widget.AutoCompleteTextView.html │   │   │   │   │   │   ├── [5.5K] android.widget.MediaController.MediaPlayerControl.html │   │   │   │   │   │   ├── [5.6K] android.widget.SimpleCursorTreeAdapter.html │   │   │   │   │   │   ├── [5.2K] android.widget.VideoView.html │   │   │   │   │   │   ├── [ 13K] changes-summary.html │   │   │   │   │   │   ├── [ 23K] classes_index_additions.html │   │   │   │   │   │   ├── [ 53K] classes_index_all.html │   │   │   │   │   │   ├── [ 35K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [3.7K] constructors_index_additions.html │   │   │   │   │   │   ├── [8.0K] constructors_index_all.html │   │   │   │   │   │   ├── [6.6K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.5K] constructors_index_removals.html │   │   │   │   │   │   ├── [4.2K] dalvik.system.AllocationLimitError.html │   │   │   │   │   │   ├── [4.2K] dalvik.system.PotentialDeadlockError.html │   │   │   │   │   │   ├── [4.2K] dalvik.system.StaleDexCacheError.html │   │   │   │   │   │   ├── [4.2K] dalvik.system.TemporaryDirectory.html │   │   │   │   │   │   ├── [4.1K] dalvik.system.TouchDex.html │   │   │   │   │   │   ├── [4.1K] dalvik.system.VMDebug.html │   │   │   │   │   │   ├── [4.1K] dalvik.system.VMRuntime.html │   │   │   │   │   │   ├── [4.1K] dalvik.system.VMStack.html │   │   │   │   │   │   ├── [4.1K] dalvik.system.Zygote.html │   │   │   │   │   │   ├── [ 57K] fields_index_additions.html │   │   │   │   │   │   ├── [105K] fields_index_all.html │   │   │   │   │   │   ├── [ 60K] fields_index_changes.html │   │   │   │   │   │   ├── [2.8K] fields_index_removals.html │   │   │   │   │   │   ├── [5.1K] java.util.concurrent.BlockingQueue.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 28K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [ 67K] methods_index_additions.html │   │   │   │   │   │   ├── [ 86K] methods_index_all.html │   │   │   │   │   │   ├── [ 27K] methods_index_changes.html │   │   │   │   │   │   ├── [2.5K] methods_index_removals.html │   │   │   │   │   │   ├── [2.8K] packages_index_additions.html │   │   │   │   │   │   ├── [5.7K] packages_index_all.html │   │   │   │   │   │   ├── [5.4K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [7.0K] pkg_android.app.html │   │   │   │   │   │   ├── [8.7K] pkg_android.content.html │   │   │   │   │   │   ├── [6.1K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [4.4K] pkg_android.content.res.html │   │   │   │   │   │   ├── [4.9K] pkg_android.database.html │   │   │   │   │   │   ├── [4.9K] pkg_android.database.sqlite.html │   │   │   │   │   │   ├── [4.9K] pkg_android.graphics.drawable.html │   │   │   │   │   │   ├── [4.4K] pkg_android.graphics.html │   │   │   │   │   │   ├── [4.6K] pkg_android.hardware.html │   │   │   │   │   │   ├── [5.0K] pkg_android.html │   │   │   │   │   │   ├── [4.7K] pkg_android.inputmethodservice.html │   │   │   │   │   │   ├── [4.9K] pkg_android.location.html │   │   │   │   │   │   ├── [5.4K] pkg_android.media.html │   │   │   │   │   │   ├── [5.2K] pkg_android.opengl.html │   │   │   │   │   │   ├── [5.4K] pkg_android.os.html │   │   │   │   │   │   ├── [ 29K] pkg_android.provider.html │   │   │   │   │   │   ├── [5.1K] pkg_android.telephony.html │   │   │   │   │   │   ├── [4.6K] pkg_android.test.html │   │   │   │   │   │   ├── [4.6K] pkg_android.test.mock.html │   │   │   │   │   │   ├── [4.6K] pkg_android.text.format.html │   │   │   │   │   │   ├── [4.6K] pkg_android.text.html │   │   │   │   │   │   ├── [4.9K] pkg_android.text.style.html │   │   │   │   │   │   ├── [4.4K] pkg_android.util.html │   │   │   │   │   │   ├── [4.4K] pkg_android.view.animation.html │   │   │   │   │   │   ├── [7.2K] pkg_android.view.html │   │   │   │   │   │   ├── [7.9K] pkg_android.webkit.html │   │   │   │   │   │   ├── [5.9K] pkg_android.widget.html │   │   │   │   │   │   ├── [6.1K] pkg_dalvik.system.html │   │   │   │   │   │   ├── [4.4K] pkg_java.util.concurrent.html │   │   │   │   │   │   └── [4.5K] pkg_java.util.concurrent.locks.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   ├── [ 39K] missingSinces.txt │   │   │   │   │   ├── [1.7K] stylesheet-jdiff.css │   │   │   │   │   └── [132K] user_comments_for_4_to_5.xml │   │   │   │   ├── [4.0K] 6 │   │   │   │   │   ├── [4.0K] changes │   │   │   │   │   │   ├── [4.3K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [ 10K] alldiffs_index_all.html │   │   │   │   │   │   ├── [7.3K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [2.5K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [6.0K] android.accounts.AbstractAccountAuthenticator.html │   │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [6.4K] android.R.attr.html │   │   │   │   │   │   ├── [4.8K] android.view.WindowManager.LayoutParams.html │   │   │   │   │   │   ├── [6.3K] changes-summary.html │   │   │   │   │   │   ├── [2.4K] classes_index_additions.html │   │   │   │   │   │   ├── [3.9K] classes_index_all.html │   │   │   │   │   │   ├── [3.9K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [2.4K] constructors_index_additions.html │   │   │   │   │   │   ├── [2.4K] constructors_index_all.html │   │   │   │   │   │   ├── [2.4K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.4K] constructors_index_removals.html │   │   │   │   │   │   ├── [4.0K] fields_index_additions.html │   │   │   │   │   │   ├── [4.5K] fields_index_all.html │   │   │   │   │   │   ├── [2.7K] fields_index_changes.html │   │   │   │   │   │   ├── [2.4K] fields_index_removals.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [8.4K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [2.4K] methods_index_additions.html │   │   │   │   │   │   ├── [3.5K] methods_index_all.html │   │   │   │   │   │   ├── [3.5K] methods_index_changes.html │   │   │   │   │   │   ├── [2.4K] methods_index_removals.html │   │   │   │   │   │   ├── [2.5K] packages_index_additions.html │   │   │   │   │   │   ├── [2.8K] packages_index_all.html │   │   │   │   │   │   ├── [2.8K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [4.4K] pkg_android.accounts.html │   │   │   │   │   │   ├── [4.3K] pkg_android.html │   │   │   │   │   │   ├── [4.4K] pkg_android.os.html │   │   │   │   │   │   └── [4.4K] pkg_android.view.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   ├── [ 493] missingSinces.txt │   │   │   │   │   ├── [1.7K] stylesheet-jdiff.css │   │   │   │   │   └── [4.0K] user_comments_for_5_to_6.xml │   │   │   │   ├── [4.0K] 7 │   │   │   │   │   ├── [4.0K] changes │   │   │   │   │   │   ├── [ 32K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [ 42K] alldiffs_index_all.html │   │   │   │   │   │   ├── [ 17K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [2.5K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [6.8K] android.app.WallpaperManager.html │   │   │   │   │   │   ├── [6.7K] android.content.Intent.html │   │   │   │   │   │   ├── [9.0K] android.content.pm.PackageManager.html │   │   │   │   │   │   ├── [5.0K] android.graphics.Rect.html │   │   │   │   │   │   ├── [4.7K] android.Manifest.permission.html │   │   │   │   │   │   ├── [5.0K] android.media.MediaRecorder.AudioSource.html │   │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [4.6K] android.os.PowerManager.html │   │   │   │   │   │   ├── [4.8K] android.R.attr.html │   │   │   │   │   │   ├── [4.8K] android.telephony.NeighboringCellInfo.html │   │   │   │   │   │   ├── [6.3K] android.telephony.PhoneStateListener.html │   │   │   │   │   │   ├── [5.0K] android.view.ViewGroup.html │   │   │   │   │   │   ├── [4.9K] android.view.View.html │   │   │   │   │   │   ├── [5.1K] android.webkit.CacheManager.CacheResult.html │   │   │   │   │   │   ├── [6.8K] android.webkit.GeolocationPermissions.html │   │   │   │   │   │   ├── [8.3K] android.webkit.WebChromeClient.html │   │   │   │   │   │   ├── [7.7K] android.webkit.WebSettings.html │   │   │   │   │   │   ├── [7.2K] android.webkit.WebStorage.html │   │   │   │   │   │   ├── [4.6K] android.webkit.WebView.html │   │   │   │   │   │   ├── [5.0K] android.widget.RemoteViews.html │   │   │   │   │   │   ├── [5.0K] android.widget.ViewFlipper.html │   │   │   │   │   │   ├── [8.2K] changes-summary.html │   │   │   │   │   │   ├── [3.7K] classes_index_additions.html │   │   │   │   │   │   ├── [ 11K] classes_index_all.html │   │   │   │   │   │   ├── [9.8K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [2.8K] constructors_index_additions.html │   │   │   │   │   │   ├── [2.8K] constructors_index_all.html │   │   │   │   │   │   ├── [2.4K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.4K] constructors_index_removals.html │   │   │   │   │   │   ├── [8.3K] fields_index_additions.html │   │   │   │   │   │   ├── [9.5K] fields_index_all.html │   │   │   │   │   │   ├── [3.6K] fields_index_changes.html │   │   │   │   │   │   ├── [2.4K] fields_index_removals.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 11K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [ 19K] methods_index_additions.html │   │   │   │   │   │   ├── [ 20K] methods_index_all.html │   │   │   │   │   │   ├── [3.2K] methods_index_changes.html │   │   │   │   │   │   ├── [2.4K] methods_index_removals.html │   │   │   │   │   │   ├── [2.6K] packages_index_additions.html │   │   │   │   │   │   ├── [3.6K] packages_index_all.html │   │   │   │   │   │   ├── [3.5K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [4.8K] pkg_android.app.html │   │   │   │   │   │   ├── [4.4K] pkg_android.content.html │   │   │   │   │   │   ├── [4.4K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [4.4K] pkg_android.graphics.html │   │   │   │   │   │   ├── [4.6K] pkg_android.html │   │   │   │   │   │   ├── [4.4K] pkg_android.media.html │   │   │   │   │   │   ├── [4.6K] pkg_android.os.html │   │   │   │   │   │   ├── [5.1K] pkg_android.telephony.html │   │   │   │   │   │   ├── [4.6K] pkg_android.view.html │   │   │   │   │   │   ├── [6.5K] pkg_android.webkit.html │   │   │   │   │   │   └── [4.6K] pkg_android.widget.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   ├── [6.3K] missingSinces.txt │   │   │   │   │   ├── [1.7K] stylesheet-jdiff.css │   │   │   │   │   └── [ 17K] user_comments_for_6_to_7.xml │   │   │   │   ├── [4.0K] 8 │   │   │   │   │   ├── [ 12K] changes │   │   │   │   │   │   ├── [134K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [181K] alldiffs_index_all.html │   │   │   │   │   │   ├── [ 61K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [ 11K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [5.0K] android.accounts.AccountManager.html │   │   │   │   │   │   ├── [6.6K] android.app.Activity.html │   │   │   │   │   │   ├── [5.6K] android.app.ActivityManager.html │   │   │   │   │   │   ├── [4.7K] android.app.ActivityManager.ProcessErrorStateInfo.html │   │   │   │   │   │   ├── [4.6K] android.app.AlarmManager.html │   │   │   │   │   │   ├── [4.7K] android.app.Dialog.html │   │   │   │   │   │   ├── [7.0K] android.app.SearchManager.html │   │   │   │   │   │   ├── [4.7K] android.content.AbstractThreadedSyncAdapter.html │   │   │   │   │   │   ├── [5.0K] android.content.ComponentName.html │   │   │   │   │   │   ├── [8.6K] android.content.ContentResolver.html │   │   │   │   │   │   ├── [7.2K] android.content.Context.html │   │   │   │   │   │   ├── [5.0K] android.content.ContextWrapper.html │   │   │   │   │   │   ├── [8.5K] android.content.Intent.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ActivityInfo.html │   │   │   │   │   │   ├── [6.4K] android.content.pm.ApplicationInfo.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ComponentInfo.html │   │   │   │   │   │   ├── [ 11K] android.content.pm.PackageManager.html │   │   │   │   │   │   ├── [8.7K] android.content.res.Configuration.html │   │   │   │   │   │   ├── [4.6K] android.content.SyncResult.html │   │   │   │   │   │   ├── [8.0K] android.database.DatabaseUtils.html │   │   │   │   │   │   ├── [7.8K] android.database.sqlite.SQLiteDatabase.html │   │   │   │   │   │   ├── [7.1K] android.database.sqlite.SQLiteProgram.html │   │   │   │   │   │   ├── [4.8K] android.gesture.Gesture.html │   │   │   │   │   │   ├── [4.9K] android.gesture.GesturePoint.html │   │   │   │   │   │   ├── [4.9K] android.gesture.GestureStroke.html │   │   │   │   │   │   ├── [5.8K] android.graphics.PixelFormat.html │   │   │   │   │   │   ├── [6.9K] android.hardware.Camera.html │   │   │   │   │   │   ├── [ 11K] android.hardware.Camera.Parameters.html │   │   │   │   │   │   ├── [4.7K] android.hardware.Sensor.html │   │   │   │   │   │   ├── [4.6K] android.location.LocationManager.html │   │   │   │   │   │   ├── [6.2K] android.Manifest.permission.html │   │   │   │   │   │   ├── [ 12K] android.media.AudioManager.html │   │   │   │   │   │   ├── [6.2K] android.media.ExifInterface.html │   │   │   │   │   │   ├── [6.2K] android.media.MediaRecorder.html │   │   │   │   │   │   ├── [5.0K] android.media.MediaScannerConnection.html │   │   │   │   │   │   ├── [4.4K] android.media.MediaScannerConnection.MediaScannerConnectionClient.html │   │   │   │   │   │   ├── [5.4K] android.media.SoundPool.html │   │   │   │   │   │   ├── [5.9K] android.net.ConnectivityManager.html │   │   │   │   │   │   ├── [7.5K] android.net.http.SslCertificate.html │   │   │   │   │   │   ├── [6.5K] android.net.SSLCertificateSocketFactory.html │   │   │   │   │   │   ├── [4.7K] android.opengl.GLSurfaceView.html │   │   │   │   │   │   ├── [4.9K] android.opengl.Matrix.html │   │   │   │   │   │   ├── [5.7K] android.os.Build.html │   │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [6.1K] android.os.Bundle.html │   │   │   │   │   │   ├── [6.1K] android.os.Debug.html │   │   │   │   │   │   ├── [7.8K] android.os.Environment.html │   │   │   │   │   │   ├── [4.6K] android.os.PowerManager.html │   │   │   │   │   │   ├── [4.6K] android.provider.Browser.html │   │   │   │   │   │   ├── [4.7K] android.provider.CallLog.Calls.html │   │   │   │   │   │   ├── [4.8K] android.provider.ContactsContract.Groups.html │   │   │   │   │   │   ├── [4.8K] android.provider.ContactsContract.RawContacts.html │   │   │   │   │   │   ├── [7.2K] android.provider.ContactsContract.StatusColumns.html │   │   │   │   │   │   ├── [7.4K] android.provider.Contacts.PresenceColumns.html │   │   │   │   │   │   ├── [5.0K] android.provider.MediaStore.Audio.AudioColumns.html │   │   │   │   │   │   ├── [4.9K] android.provider.MediaStore.Audio.Playlists.Members.html │   │   │   │   │   │   ├── [6.3K] android.provider.MediaStore.html │   │   │   │   │   │   ├── [5.5K] android.provider.MediaStore.Images.Thumbnails.html │   │   │   │   │   │   ├── [5.5K] android.provider.MediaStore.Video.Thumbnails.html │   │   │   │   │   │   ├── [5.6K] android.provider.Settings.html │   │   │   │   │   │   ├── [7.4K] android.provider.Settings.Secure.html │   │   │   │   │   │   ├── [7.2K] android.provider.Settings.System.html │   │   │   │   │   │   ├── [4.5K] android.R.anim.html │   │   │   │   │   │   ├── [7.2K] android.R.attr.html │   │   │   │   │   │   ├── [4.5K] android.R.id.html │   │   │   │   │   │   ├── [8.7K] android.speech.RecognizerIntent.html │   │   │   │   │   │   ├── [5.4K] android.speech.tts.TextToSpeech.Engine.html │   │   │   │   │   │   ├── [5.4K] android.speech.tts.TextToSpeech.html │   │   │   │   │   │   ├── [4.6K] android.telephony.TelephonyManager.html │   │   │   │   │   │   ├── [5.5K] android.test.ActivityInstrumentationTestCase2.html │   │   │   │   │   │   ├── [5.0K] android.test.mock.MockContext.html │   │   │   │   │   │   ├── [5.7K] android.test.mock.MockPackageManager.html │   │   │   │   │   │   ├── [7.4K] android.text.AndroidCharacter.html │   │   │   │   │   │   ├── [4.8K] android.text.util.Rfc822Tokenizer.html │   │   │   │   │   │   ├── [4.1K] android.util.EventLogTags.html │   │   │   │   │   │   ├── [5.5K] android.util.Log.html │   │   │   │   │   │   ├── [4.6K] android.view.animation.Animation.html │   │   │   │   │   │   ├── [5.1K] android.view.Display.html │   │   │   │   │   │   ├── [4.9K] android.view.GestureDetector.html │   │   │   │   │   │   ├── [4.6K] android.view.HapticFeedbackConstants.html │   │   │   │   │   │   ├── [9.2K] android.view.MotionEvent.html │   │   │   │   │   │   ├── [5.0K] android.view.VelocityTracker.html │   │   │   │   │   │   ├── [4.6K] android.view.ViewConfiguration.html │   │   │   │   │   │   ├── [5.2K] android.view.ViewGroup.LayoutParams.html │   │   │   │   │   │   ├── [6.7K] android.view.View.html │   │   │   │   │   │   ├── [6.2K] android.view.WindowManager.LayoutParams.html │   │   │   │   │   │   ├── [5.1K] android.webkit.CacheManager.html │   │   │   │   │   │   ├── [4.5K] android.webkit.JsResult.html │   │   │   │   │   │   ├── [5.7K] android.webkit.WebChromeClient.html │   │   │   │   │   │   ├── [6.8K] android.webkit.WebSettings.html │   │   │   │   │   │   ├── [5.6K] android.webkit.WebViewClient.html │   │   │   │   │   │   ├── [6.3K] android.webkit.WebView.html │   │   │   │   │   │   ├── [5.4K] android.widget.AbsListView.html │   │   │   │   │   │   ├── [5.9K] android.widget.BaseExpandableListAdapter.html │   │   │   │   │   │   ├── [4.6K] android.widget.ImageView.html │   │   │   │   │   │   ├── [5.2K] android.widget.ListView.html │   │   │   │   │   │   ├── [4.7K] android.widget.RemoteViews.html │   │   │   │   │   │   ├── [6.6K] android.widget.TabWidget.html │   │   │   │   │   │   ├── [4.9K] android.widget.VideoView.html │   │   │   │   │   │   ├── [ 17K] changes-summary.html │   │   │   │   │   │   ├── [ 25K] classes_index_additions.html │   │   │   │   │   │   ├── [ 47K] classes_index_all.html │   │   │   │   │   │   ├── [ 36K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [4.1K] constructors_index_additions.html │   │   │   │   │   │   ├── [5.6K] constructors_index_all.html │   │   │   │   │   │   ├── [3.7K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.8K] constructors_index_removals.html │   │   │   │   │   │   ├── [ 10K] dalvik.bytecode.Opcodes.html │   │   │   │   │   │   ├── [6.8K] dalvik.system.VMDebug.html │   │   │   │   │   │   ├── [4.6K] dalvik.system.Zygote.html │   │   │   │   │   │   ├── [ 56K] fields_index_additions.html │   │   │   │   │   │   ├── [ 69K] fields_index_all.html │   │   │   │   │   │   ├── [ 12K] fields_index_changes.html │   │   │   │   │   │   ├── [7.9K] fields_index_removals.html │   │   │   │   │   │   ├── [5.2K] java.net.DatagramSocketImpl.html │   │   │   │   │   │   ├── [5.8K] java.nio.charset.Charset.html │   │   │   │   │   │   ├── [4.2K] java.util.ArrayList.html │   │   │   │   │   │   ├── [4.2K] java.util.HashMap.html │   │   │   │   │   │   ├── [5.6K] java.util.regex.Matcher.html │   │   │   │   │   │   ├── [4.8K] java.util.regex.Pattern.html │   │   │   │   │   │   ├── [5.8K] javax.xml.parsers.DocumentBuilderFactory.html │   │   │   │   │   │   ├── [5.3K] javax.xml.parsers.DocumentBuilder.html │   │   │   │   │   │   ├── [5.7K] javax.xml.parsers.SAXParserFactory.html │   │   │   │   │   │   ├── [5.2K] javax.xml.parsers.SAXParser.html │   │   │   │   │   │   ├── [4.5K] javax.xml.XMLConstants.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 27K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [ 66K] methods_index_additions.html │   │   │   │   │   │   ├── [ 76K] methods_index_all.html │   │   │   │   │   │   ├── [ 17K] methods_index_changes.html │   │   │   │   │   │   ├── [3.8K] methods_index_removals.html │   │   │   │   │   │   ├── [4.9K] org.w3c.dom.Attr.html │   │   │   │   │   │   ├── [9.2K] org.w3c.dom.Document.html │   │   │   │   │   │   ├── [4.9K] org.w3c.dom.DOMException.html │   │   │   │   │   │   ├── [4.7K] org.w3c.dom.DOMImplementation.html │   │   │   │   │   │   ├── [8.4K] org.w3c.dom.Element.html │   │   │   │   │   │   ├── [5.2K] org.w3c.dom.Entity.html │   │   │   │   │   │   ├── [4.8K] org.w3c.dom.NamedNodeMap.html │   │   │   │   │   │   ├── [ 11K] org.w3c.dom.Node.html │   │   │   │   │   │   ├── [5.3K] org.w3c.dom.Text.html │   │   │   │   │   │   ├── [3.8K] packages_index_additions.html │   │   │   │   │   │   ├── [7.6K] packages_index_all.html │   │   │   │   │   │   ├── [6.3K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [4.4K] pkg_android.accounts.html │   │   │   │   │   │   ├── [6.1K] pkg_android.app.html │   │   │   │   │   │   ├── [7.5K] pkg_android.content.html │   │   │   │   │   │   ├── [5.1K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [4.4K] pkg_android.content.res.html │   │   │   │   │   │   ├── [4.4K] pkg_android.database.html │   │   │   │   │   │   ├── [4.7K] pkg_android.database.sqlite.html │   │   │   │   │   │   ├── [5.2K] pkg_android.gesture.html │   │   │   │   │   │   ├── [5.0K] pkg_android.graphics.html │   │   │   │   │   │   ├── [5.3K] pkg_android.hardware.html │   │   │   │   │   │   ├── [4.9K] pkg_android.html │   │   │   │   │   │   ├── [4.4K] pkg_android.location.html │   │   │   │   │   │   ├── [7.6K] pkg_android.media.html │   │   │   │   │   │   ├── [5.3K] pkg_android.net.html │   │   │   │   │   │   ├── [5.1K] pkg_android.net.http.html │   │   │   │   │   │   ├── [5.7K] pkg_android.opengl.html │   │   │   │   │   │   ├── [6.6K] pkg_android.os.html │   │   │   │   │   │   ├── [7.6K] pkg_android.provider.html │   │   │   │   │   │   ├── [5.7K] pkg_android.speech.html │   │   │   │   │   │   ├── [4.6K] pkg_android.speech.tts.html │   │   │   │   │   │   ├── [4.4K] pkg_android.telephony.html │   │   │   │   │   │   ├── [4.4K] pkg_android.test.html │   │   │   │   │   │   ├── [5.3K] pkg_android.test.mock.html │   │   │   │   │   │   ├── [4.4K] pkg_android.text.html │   │   │   │   │   │   ├── [4.5K] pkg_android.text.style.html │   │   │   │   │   │   ├── [4.4K] pkg_android.text.util.html │   │   │   │   │   │   ├── [6.2K] pkg_android.util.html │   │   │   │   │   │   ├── [4.4K] pkg_android.view.animation.html │   │   │   │   │   │   ├── [7.3K] pkg_android.view.html │   │   │   │   │   │   ├── [6.4K] pkg_android.webkit.html │   │   │   │   │   │   ├── [6.1K] pkg_android.widget.html │   │   │   │   │   │   ├── [4.4K] pkg_dalvik.bytecode.html │   │   │   │   │   │   ├── [4.6K] pkg_dalvik.system.html │   │   │   │   │   │   ├── [4.4K] pkg_java.net.html │   │   │   │   │   │   ├── [4.4K] pkg_java.nio.charset.html │   │   │   │   │   │   ├── [4.8K] pkg_java.util.html │   │   │   │   │   │   ├── [4.6K] pkg_java.util.regex.html │   │   │   │   │   │   ├── [4.4K] pkg_javax.xml.html │   │   │   │   │   │   ├── [5.1K] pkg_javax.xml.parsers.html │   │   │   │   │   │   └── [8.8K] pkg_org.w3c.dom.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   ├── [ 35K] missingSinces.txt │   │   │   │   │   ├── [1.7K] stylesheet-jdiff.css │   │   │   │   │   └── [100K] user_comments_for_7_to_8.xml │   │   │   │   └── [4.0K] 9 │   │   │   │   ├── [ 20K] changes │   │   │   │   │   ├── [212K] alldiffs_index_additions.html │   │   │   │   │   ├── [265K] alldiffs_index_all.html │   │   │   │   │   ├── [ 64K] alldiffs_index_changes.html │   │   │   │   │   ├── [ 24K] alldiffs_index_removals.html │   │   │   │   │   ├── [4.7K] android.app.Activity.html │   │   │   │   │   ├── [4.7K] android.app.ActivityManager.RunningAppProcessInfo.html │   │   │   │   │   ├── [4.7K] android.app.admin.DevicePolicyManager.html │   │   │   │   │   ├── [5.4K] android.app.Notification.html │   │   │   │   │   ├── [4.8K] android.content.AbstractThreadedSyncAdapter.html │   │   │   │   │   ├── [4.9K] android.content.Context.html │   │   │   │   │   ├── [4.6K] android.content.IntentSender.html │   │   │   │   │   ├── [6.2K] android.content.pm.ActivityInfo.html │   │   │   │   │   ├── [4.6K] android.content.pm.ApplicationInfo.html │   │   │   │   │   ├── [4.9K] android.content.pm.PackageInfo.html │   │   │   │   │   ├── [5.2K] android.content.pm.PackageItemInfo.html │   │   │   │   │   ├── [9.5K] android.content.pm.PackageManager.html │   │   │   │   │   ├── [4.6K] android.content.res.Configuration.html │   │   │   │   │   ├── [4.6K] android.content.SharedPreferences.Editor.html │   │   │   │   │   ├── [4.6K] android.graphics.ImageFormat.html │   │   │   │   │   ├── [5.4K] android.hardware.Camera.html │   │   │   │   │   ├── [9.8K] android.hardware.Camera.Parameters.html │   │   │   │   │   ├── [5.7K] android.hardware.Sensor.html │   │   │   │   │   ├── [6.6K] android.hardware.SensorManager.html │   │   │   │   │   ├── [8.2K] android.location.Criteria.html │   │   │   │   │   ├── [4.6K] android.location.Geocoder.html │   │   │   │   │   ├── [8.2K] android.location.LocationManager.html │   │   │   │   │   ├── [6.3K] android.Manifest.permission.html │   │   │   │   │   ├── [6.0K] android.media.AudioTrack.html │   │   │   │   │   ├── [4.7K] android.media.CamcorderProfile.html │   │   │   │   │   ├── [4.7K] android.media.CameraProfile.html │   │   │   │   │   ├── [5.5K] android.media.ExifInterface.html │   │   │   │   │   ├── [6.6K] android.media.MediaPlayer.html │   │   │   │   │   ├── [4.6K] android.media.MediaRecorder.html │   │   │   │   │   ├── [4.7K] android.net.wifi.WifiManager.WifiLock.html │   │   │   │   │   ├── [5.2K] android.opengl.GLES20.html │   │   │   │   │   ├── [4.5K] android.os.Build.html │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   ├── [4.2K] android.os.DropBoxManager.Entry.html │   │   │   │   │   ├── [4.6K] android.os.Environment.html │   │   │   │   │   ├── [4.6K] android.os.ParcelFileDescriptor.html │   │   │   │   │   ├── [4.7K] android.os.PowerManager.WakeLock.html │   │   │   │   │   ├── [5.4K] android.provider.ContactsContract.CommonDataKinds.Nickname.html │   │   │   │   │   ├── [5.0K] android.provider.MediaStore.html │   │   │   │   │   ├── [5.0K] android.provider.Settings.html │   │   │   │   │   ├── [7.9K] android.R.attr.html │   │   │   │   │   ├── [8.4K] android.R.drawable.html │   │   │   │   │   ├── [5.7K] android.R.style.html │   │   │   │   │   ├── [4.8K] android.service.wallpaper.WallpaperService.Engine.html │   │   │   │   │   ├── [4.6K] android.telephony.gsm.GsmCellLocation.html │   │   │   │   │   ├── [4.6K] android.telephony.TelephonyManager.html │   │   │   │   │   ├── [7.0K] android.test.mock.MockPackageManager.html │   │   │   │   │   ├── [5.4K] android.text.format.DateUtils.html │   │   │   │   │   ├── [4.6K] android.util.DisplayMetrics.html │   │   │   │   │   ├── [5.2K] android.view.inputmethod.BaseInputConnection.html │   │   │   │   │   ├── [5.1K] android.view.inputmethod.InputConnection.html │   │   │   │   │   ├── [5.2K] android.view.inputmethod.InputConnectionWrapper.html │   │   │   │   │   ├── [ 12K] android.view.KeyEvent.html │   │   │   │   │   ├── [ 18K] android.view.MotionEvent.html │   │   │   │   │   ├── [5.0K] android.view.ViewConfiguration.html │   │   │   │   │   ├── [8.2K] android.view.View.html │   │   │   │   │   ├── [5.1K] android.view.Window.html │   │   │   │   │   ├── [6.2K] android.webkit.WebSettings.html │   │   │   │   │   ├── [5.8K] android.widget.ListView.html │   │   │   │   │   ├── [4.9K] android.widget.RemoteViews.html │   │   │   │   │   ├── [ 17K] changes-summary.html │   │   │   │   │   ├── [ 23K] classes_index_additions.html │   │   │   │   │   ├── [ 55K] classes_index_all.html │   │   │   │   │   ├── [ 42K] classes_index_changes.html │   │   │   │   │   ├── [5.7K] classes_index_removals.html │   │   │   │   │   ├── [ 14K] constructors_index_additions.html │   │   │   │   │   ├── [ 17K] constructors_index_all.html │   │   │   │   │   ├── [3.2K] constructors_index_changes.html │   │   │   │   │   ├── [2.9K] constructors_index_removals.html │   │   │   │   │   ├── [5.6K] dalvik.bytecode.Opcodes.html │   │   │   │   │   ├── [4.8K] dalvik.system.PathClassLoader.html │   │   │   │   │   ├── [ 41K] fields_index_additions.html │   │   │   │   │   ├── [ 45K] fields_index_all.html │   │   │   │   │   ├── [7.1K] fields_index_changes.html │   │   │   │   │   ├── [3.2K] fields_index_removals.html │   │   │   │   │   ├── [6.5K] java.awt.font.TextAttribute.html │   │   │   │   │   ├── [8.1K] java.io.File.html │   │   │   │   │   ├── [5.0K] java.io.IOException.html │   │   │   │   │   ├── [4.7K] java.io.ObjectStreamClass.html │   │   │   │   │   ├── [5.0K] java.io.PipedInputStream.html │   │   │   │   │   ├── [4.9K] java.io.PipedReader.html │   │   │   │   │   ├── [4.6K] java.io.PrintStream.html │   │   │   │   │   ├── [4.6K] java.io.PrintWriter.html │   │   │   │   │   ├── [8.8K] java.lang.Class.html │   │   │   │   │   ├── [5.1K] java.lang.Double.html │   │   │   │   │   ├── [4.8K] java.lang.Enum.html │   │   │   │   │   ├── [5.1K] java.lang.Float.html │   │   │   │   │   ├── [7.7K] java.lang.Math.html │   │   │   │   │   ├── [4.8K] java.lang.Package.html │   │   │   │   │   ├── [4.8K] java.lang.reflect.Array.html │   │   │   │   │   ├── [4.7K] java.lang.reflect.Member.html │   │   │   │   │   ├── [7.8K] java.lang.StrictMath.html │   │   │   │   │   ├── [5.9K] java.lang.String.html │   │   │   │   │   ├── [4.5K] java.lang.System.html │   │   │   │   │   ├── [7.6K] java.net.NetworkInterface.html │   │   │   │   │   ├── [4.8K] java.net.SocketImpl.html │   │   │   │   │   ├── [5.4K] java.nio.Buffer.html │   │   │   │   │   ├── [5.2K] java.security.AccessController.html │   │   │   │   │   ├── [8.2K] java.security.Policy.html │   │   │   │   │   ├── [4.3K] java.security.UnrecoverableKeyException.html │   │   │   │   │   ├── [4.5K] java.sql.Array.html │   │   │   │   │   ├── [6.6K] java.sql.BatchUpdateException.html │   │   │   │   │   ├── [4.9K] java.sql.Blob.html │   │   │   │   │   ├── [ 18K] java.sql.CallableStatement.html │   │   │   │   │   ├── [4.9K] java.sql.Clob.html │   │   │   │   │   ├── [8.3K] java.sql.Connection.html │   │   │   │   │   ├── [ 12K] java.sql.DatabaseMetaData.html │   │   │   │   │   ├── [4.8K] java.sql.DataTruncation.html │   │   │   │   │   ├── [4.2K] java.sql.ParameterMetaData.html │   │   │   │   │   ├── [ 12K] java.sql.PreparedStatement.html │   │   │   │   │   ├── [ 24K] java.sql.ResultSet.html │   │   │   │   │   ├── [4.2K] java.sql.ResultSetMetaData.html │   │   │   │   │   ├── [6.5K] java.sql.SQLException.html │   │   │   │   │   ├── [5.5K] java.sql.SQLInput.html │   │   │   │   │   ├── [5.7K] java.sql.SQLOutput.html │   │   │   │   │   ├── [5.9K] java.sql.SQLWarning.html │   │   │   │   │   ├── [5.3K] java.sql.Statement.html │   │   │   │   │   ├── [5.9K] java.sql.Types.html │   │   │   │   │   ├── [5.1K] java.text.BreakIterator.html │   │   │   │   │   ├── [5.7K] java.text.CollationKey.html │   │   │   │   │   ├── [5.4K] java.text.DateFormatSymbols.html │   │   │   │   │   ├── [6.2K] java.text.DecimalFormatSymbols.html │   │   │   │   │   ├── [4.6K] java.text.Format.html │   │   │   │   │   ├── [5.5K] java.text.NumberFormat.html │   │   │   │   │   ├── [ 16K] java.util.Arrays.html │   │   │   │   │   ├── [6.1K] java.util.Calendar.html │   │   │   │   │   ├── [5.1K] java.util.Collections.html │   │   │   │   │   ├── [9.3K] java.util.concurrent.AbstractExecutorService.html │   │   │   │   │   ├── [4.7K] java.util.concurrent.atomic.AtomicBoolean.html │   │   │   │   │   ├── [4.7K] java.util.concurrent.atomic.AtomicIntegerArray.html │   │   │   │   │   ├── [4.8K] java.util.concurrent.atomic.AtomicIntegerFieldUpdater.html │   │   │   │   │   ├── [4.7K] java.util.concurrent.atomic.AtomicInteger.html │   │   │   │   │   ├── [4.7K] java.util.concurrent.atomic.AtomicLongArray.html │   │   │   │   │   ├── [4.7K] java.util.concurrent.atomic.AtomicLongFieldUpdater.html │   │   │   │   │   ├── [4.7K] java.util.concurrent.atomic.AtomicLong.html │   │   │   │   │   ├── [4.7K] java.util.concurrent.atomic.AtomicReferenceArray.html │   │   │   │   │   ├── [4.8K] java.util.concurrent.atomic.AtomicReferenceFieldUpdater.html │   │   │   │   │   ├── [4.7K] java.util.concurrent.atomic.AtomicReference.html │   │   │   │   │   ├── [4.7K] java.util.concurrent.ConcurrentHashMap.html │   │   │   │   │   ├── [8.3K] java.util.concurrent.ExecutorService.html │   │   │   │   │   ├── [6.0K] java.util.concurrent.Executors.html │   │   │   │   │   ├── [4.3K] java.util.concurrent.FutureTask.html │   │   │   │   │   ├── [4.2K] java.util.concurrent.locks.AbstractOwnableSynchronizer.html │   │   │   │   │   ├── [5.9K] java.util.concurrent.locks.LockSupport.html │   │   │   │   │   ├── [4.7K] java.util.concurrent.locks.ReentrantReadWriteLock.html │   │   │   │   │   ├── [5.2K] java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock.html │   │   │   │   │   ├── [5.6K] java.util.concurrent.ScheduledThreadPoolExecutor.html │   │   │   │   │   ├── [5.1K] java.util.concurrent.ThreadPoolExecutor.html │   │   │   │   │   ├── [5.3K] java.util.concurrent.TimeUnit.html │   │   │   │   │   ├── [7.9K] java.util.LinkedList.html │   │   │   │   │   ├── [4.5K] java.util.Locale.html │   │   │   │   │   ├── [5.1K] java.util.logging.Logger.html │   │   │   │   │   ├── [5.3K] java.util.Properties.html │   │   │   │   │   ├── [4.7K] java.util.PropertyResourceBundle.html │   │   │   │   │   ├── [7.6K] java.util.ResourceBundle.html │   │   │   │   │   ├── [4.5K] java.util.Scanner.html │   │   │   │   │   ├── [ 10K] java.util.TreeMap.html │   │   │   │   │   ├── [8.0K] java.util.TreeSet.html │   │   │   │   │   ├── [4.2K] javax.net.ssl.HandshakeCompletedEvent.html │   │   │   │   │   ├── [5.9K] javax.net.ssl.KeyStoreBuilderParameters.html │   │   │   │   │   ├── [5.7K] javax.net.ssl.SSLContext.html │   │   │   │   │   ├── [5.1K] javax.net.ssl.SSLContextSpi.html │   │   │   │   │   ├── [5.0K] javax.net.ssl.SSLEngine.html │   │   │   │   │   ├── [4.2K] javax.net.ssl.SSLSessionBindingEvent.html │   │   │   │   │   ├── [4.8K] javax.net.ssl.SSLSessionContext.html │   │   │   │   │   ├── [5.0K] javax.net.ssl.SSLSocket.html │   │   │   │   │   ├── [8.2K] javax.security.auth.Subject.html │   │   │   │   │   ├── [5.5K] javax.security.auth.x500.X500Principal.html │   │   │   │   │   ├── [5.4K] javax.sql.ConnectionPoolDataSource.html │   │   │   │   │   ├── [5.3K] javax.sql.DataSource.html │   │   │   │   │   ├── [5.2K] javax.sql.PooledConnection.html │   │   │   │   │   ├── [ 28K] javax.sql.RowSet.html │   │   │   │   │   ├── [4.8K] javax.xml.datatype.DatatypeFactory.html │   │   │   │   │   ├── [4.8K] javax.xml.parsers.DocumentBuilderFactory.html │   │   │   │   │   ├── [4.8K] javax.xml.parsers.SAXParserFactory.html │   │   │   │   │   ├── [4.8K] javax.xml.transform.TransformerFactory.html │   │   │   │   │   ├── [5.5K] javax.xml.validation.SchemaFactory.html │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   ├── [ 34K] jdiff_statistics.html │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   ├── [141K] methods_index_additions.html │   │   │   │   │   ├── [157K] methods_index_all.html │   │   │   │   │   ├── [ 13K] methods_index_changes.html │   │   │   │   │   ├── [ 13K] methods_index_removals.html │   │   │   │   │   ├── [4.7K] org.apache.http.protocol.HTTP.html │   │   │   │   │   ├── [2.9K] packages_index_additions.html │   │   │   │   │   ├── [7.8K] packages_index_all.html │   │   │   │   │   ├── [7.3K] packages_index_changes.html │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   ├── [4.4K] pkg_android.app.admin.html │   │   │   │   │   ├── [6.1K] pkg_android.app.html │   │   │   │   │   ├── [5.1K] pkg_android.content.html │   │   │   │   │   ├── [5.3K] pkg_android.content.pm.html │   │   │   │   │   ├── [5.1K] pkg_android.content.res.html │   │   │   │   │   ├── [4.4K] pkg_android.graphics.html │   │   │   │   │   ├── [5.4K] pkg_android.hardware.html │   │   │   │   │   ├── [5.0K] pkg_android.html │   │   │   │   │   ├── [4.8K] pkg_android.location.html │   │   │   │   │   ├── [5.4K] pkg_android.media.html │   │   │   │   │   ├── [4.4K] pkg_android.net.wifi.html │   │   │   │   │   ├── [4.4K] pkg_android.opengl.html │   │   │   │   │   ├── [7.3K] pkg_android.os.html │   │   │   │   │   ├── [5.6K] pkg_android.provider.html │   │   │   │   │   ├── [4.5K] pkg_android.service.wallpaper.html │   │   │   │   │   ├── [4.4K] pkg_android.telephony.gsm.html │   │   │   │   │   ├── [4.4K] pkg_android.telephony.html │   │   │   │   │   ├── [4.4K] pkg_android.test.mock.html │   │   │   │   │   ├── [4.4K] pkg_android.text.format.html │   │   │   │   │   ├── [4.4K] pkg_android.util.html │   │   │   │   │   ├── [7.3K] pkg_android.view.html │   │   │   │   │   ├── [5.0K] pkg_android.view.inputmethod.html │   │   │   │   │   ├── [4.4K] pkg_android.webkit.html │   │   │   │   │   ├── [5.0K] pkg_android.widget.html │   │   │   │   │   ├── [4.4K] pkg_dalvik.bytecode.html │   │   │   │   │   ├── [5.9K] pkg_dalvik.system.html │   │   │   │   │   ├── [4.4K] pkg_java.awt.font.html │   │   │   │   │   ├── [6.2K] pkg_java.io.html │   │   │   │   │   ├── [5.8K] pkg_java.lang.html │   │   │   │   │   ├── [4.6K] pkg_java.lang.reflect.html │   │   │   │   │   ├── [6.3K] pkg_java.net.html │   │   │   │   │   ├── [4.4K] pkg_java.nio.html │   │   │   │   │   ├── [5.5K] pkg_java.security.html │   │   │   │   │   ├── [ 13K] pkg_java.sql.html │   │   │   │   │   ├── [6.1K] pkg_java.text.html │   │   │   │   │   ├── [6.6K] pkg_java.util.concurrent.atomic.html │   │   │   │   │   ├── [8.2K] pkg_java.util.concurrent.html │   │   │   │   │   ├── [6.1K] pkg_java.util.concurrent.locks.html │   │   │   │   │   ├── [8.9K] pkg_java.util.html │   │   │   │   │   ├── [4.4K] pkg_java.util.logging.html │   │   │   │   │   ├── [5.0K] pkg_java.util.zip.html │   │   │   │   │   ├── [6.4K] pkg_javax.net.ssl.html │   │   │   │   │   ├── [4.4K] pkg_javax.security.auth.html │   │   │   │   │   ├── [4.4K] pkg_javax.security.auth.x500.html │   │   │   │   │   ├── [6.0K] pkg_javax.sql.html │   │   │   │   │   ├── [4.4K] pkg_javax.xml.datatype.html │   │   │   │   │   ├── [4.7K] pkg_javax.xml.parsers.html │   │   │   │   │   ├── [4.4K] pkg_javax.xml.transform.html │   │   │   │   │   ├── [4.4K] pkg_javax.xml.validation.html │   │   │   │   │   └── [4.4K] pkg_org.apache.http.protocol.html │   │   │   │   ├── [2.0K] changes.html │   │   │   │   ├── [1.7K] stylesheet-jdiff.css │   │   │   │   └── [144K] user_comments_for_8_to_9.xml │   │   │   ├── [3.4K] download.jd │   │   │   ├── [7.2K] exploring.jd │   │   │   ├── [4.0K] images │   │   │   │   ├── [4.0K] 2.0 │   │   │   │   │   ├── [ 86K] camera-modes.png │   │   │   │   │   ├── [ 38K] email-inbox.png │   │   │   │   │   ├── [ 13K] mms-search.png │   │   │   │   │   ├── [ 38K] multiple-accounts.png │   │   │   │   │   └── [ 30K] quick-connect.png │   │   │   │   ├── [4.0K] 2.2 │   │   │   │   │   ├── [123K] 22browser.png │   │   │   │   │   ├── [110K] 22exchange.png │   │   │   │   │   ├── [143K] 22gallery.png │   │   │   │   │   ├── [143K] 22home.png │   │   │   │   │   ├── [ 49K] 22hotspot.png │   │   │   │   │   ├── [ 40K] 22keyboard.png │   │   │   │   │   └── [ 12K] jit-graph.png │   │   │   │   ├── [4.0K] 2.3 │   │   │   │   │   ├── [304K] ffc.png │   │   │   │   │   ├── [272K] home-menu.png │   │   │   │   │   ├── [418K] home-plain.png │   │   │   │   │   ├── [ 27K] nfc.png │   │   │   │   │   ├── [ 42K] onetouch.png │   │   │   │   │   ├── [ 61K] power.png │   │   │   │   │   ├── [ 71K] running.png │   │   │   │   │   ├── [ 29K] selection.png │   │   │   │   │   └── [ 34K] sipcall.png │   │   │   │   ├── [4.0K] 3.0 │   │   │   │   │   ├── [734K] browser_full.png │   │   │   │   │   ├── [ 72K] browser.png │   │   │   │   │   ├── [850K] camera_full.png │   │   │   │   │   ├── [ 79K] camera.png │   │   │   │   │   ├── [123K] contacts_full.png │   │   │   │   │   ├── [ 15K] contacts.png │   │   │   │   │   ├── [ 95K] copy_full.png │   │   │   │   │   ├── [ 21K] copy.png │   │   │   │   │   ├── [780K] home_hero1_full.png │   │   │   │   │   ├── [155K] home_hero1.png │   │   │   │   │   ├── [659K] homescreen_cust_port_full.png │   │   │   │   │   ├── [ 82K] homescreen_cust_port.png │   │   │   │   │   ├── [124K] mail_drag_full.png │   │   │   │   │   ├── [ 25K] mail_drag.png │   │   │   │   │   ├── [736K] tasks_full.png │   │   │   │   │   ├── [ 75K] tasks.png │   │   │   │   │   └── [231K] widgets.png │   │   │   │   ├── [4.0K] 3.1 │   │   │   │   │   ├── [101K] controls.png │   │   │   │   │   ├── [610K] home_full.png │   │   │   │   │   ├── [139K] home.png │   │   │   │   │   ├── [ 63K] resizeable.png │   │   │   │   │   └── [133K] tasks.png │   │   │   │   ├── [4.0K] 4.0 │   │   │   │   │   ├── [163K] allapps-lg.png │   │   │   │   │   ├── [ 25K] allapps.png │   │   │   │   │   ├── [8.9K] bbench.png │   │   │   │   │   ├── [119K] beam-lg.png │   │   │   │   │   ├── [172K] beam-maps-lg.png │   │   │   │   │   ├── [ 23K] beam-maps.png │   │   │   │   │   ├── [ 17K] beam.png │   │   │   │   │   ├── [207K] browser-lg.png │   │   │   │   │   ├── [ 29K] browser.png │   │   │   │   │   ├── [225K] browser-tabs-lg.png │   │   │   │   │   ├── [ 27K] browser-tabs.png │   │   │   │   │   ├── [187K] calendar-widget-lg.png │   │   │   │   │   ├── [ 28K] calendar-widget.png │   │   │   │   │   ├── [352K] camera-lg.png │   │   │   │   │   ├── [ 48K] camera.png │   │   │   │   │   ├── [202K] contact-call-lg.png │   │   │   │   │   ├── [ 29K] contact-call.png │   │   │   │   │   ├── [181K] contact-connect-lg.png │   │   │   │   │   ├── [ 27K] contact-connect.png │   │   │   │   │   ├── [104K] contact-email-lg.png │   │   │   │   │   ├── [ 22K] contact-email.png │   │   │   │   │   ├── [274K] contact-faves-lg.png │   │   │   │   │   ├── [ 36K] contact-faves.png │   │   │   │   │   ├── [224K] face-unlock-lg.png │   │   │   │   │   ├── [145K] face-unlock.png │   │   │   │   │   ├── [352K] gallery-edit-lg.png │   │   │   │   │   ├── [ 42K] gallery-edit.png │   │   │   │   │   ├── [332K] gallery-share-lg.png │   │   │   │   │   ├── [ 45K] gallery-share.png │   │   │   │   │   ├── [262K] gallery-widget.png │   │   │   │   │   ├── [283K] home-lg.png │   │   │   │   │   ├── [ 50K] home.png │   │   │   │   │   ├── [ 63K] live-effects.png │   │   │   │   │   ├── [182K] lock-camera-lg.png │   │   │   │   │   ├── [ 26K] lock-camera.png │   │   │   │   │   ├── [230K] lock-lg.png │   │   │   │   │   ├── [ 30K] lock.png │   │   │   │   │   ├── [123K] quick-responses-lg.png │   │   │   │   │   ├── [ 20K] quick-responses.png │   │   │   │   │   ├── [559K] screenshot-lg.png │   │   │   │   │   ├── [ 61K] screenshot.png │   │   │   │   │   ├── [328K] tasks-lg.png │   │   │   │   │   ├── [ 42K] tasks.png │   │   │   │   │   ├── [112K] text-replace-lg.png │   │   │   │   │   ├── [ 19K] text-replace.png │   │   │   │   │   ├── [119K] tts-lg.png │   │   │   │   │   ├── [ 27K] tts.png │   │   │   │   │   ├── [ 82K] usage-all-lg.png │   │   │   │   │   ├── [ 17K] usage-all.png │   │   │   │   │   ├── [ 90K] usage-maps-lg.png │   │   │   │   │   └── [ 19K] usage-maps.png │   │   │   │   ├── [ 22K] battery.png │   │   │   │   ├── [ 46K] camera.png │   │   │   │   ├── [3.9K] donut_small_bg.png │   │   │   │   ├── [ 39K] market.png │   │   │   │   └── [ 24K] search.png │   │   │   ├── [ 24K] index.jd │   │   │   ├── [4.0K] installing │   │   │   │   ├── [2.8K] adding-packages.jd │   │   │   │   ├── [2.2K] bundle.jd │   │   │   │   ├── [5.6K] index.jd │   │   │   │   ├── [6.0K] installing-adt.jd │   │   │   │   └── [1.6K] next.jd │   │   │   ├── [ 15K] older_releases.jd │   │   │   ├── [ 30K] OLD_RELEASENOTES.jd │   │   │   ├── [ 38K] RELEASENOTES.jd │   │   │   ├── [ 16K] terms_body.html │   │   │   ├── [ 16K] terms.jd │   │   │   └── [5.7K] win-usb.jd │   │   ├── [2.3K] security_at_android_dot_com.txt │   │   ├── [4.0K] shareables │   │   │   └── [ 366] README.txt │   │   ├── [ 1] sitemap-intl.txt │   │   ├── [532K] sitemap.txt │   │   ├── [3.7K] support.jd │   │   ├── [4.0K] tools │   │   │   ├── [4.0K] adk │   │   │   │   ├── [ 28K] adk2.jd │   │   │   │   ├── [ 31K] adk.jd │   │   │   │   └── [1.5K] index.jd │   │   │   ├── [ 292] avd.html │   │   │   ├── [4.0K] building │   │   │   │   ├── [ 18K] building-cmdline.jd │   │   │   │   ├── [9.0K] building-eclipse.jd │   │   │   │   └── [4.5K] index.jd │   │   │   ├── [4.0K] debugging │   │   │   │   ├── [ 17K] ddms.jd │   │   │   │   ├── [3.6K] debugging-devtools.jd │   │   │   │   ├── [ 11K] debugging-log.jd │   │   │   │   ├── [3.1K] debugging-projects-cmdline.jd │   │   │   │   ├── [2.7K] debugging-projects.jd │   │   │   │   ├── [ 16K] debugging-tracing.jd │   │   │   │   ├── [ 23K] debugging-ui.jd │   │   │   │   ├── [ 15K] improving-w-lint.jd │   │   │   │   ├── [8.3K] index.jd │   │   │   │   └── [ 11K] systrace.jd │   │   │   ├── [ 296] debug-tasks.html │   │   │   ├── [8.6K] device.jd │   │   │   ├── [4.0K] devices │   │   │   │   ├── [ 67K] emulator.jd │   │   │   │   ├── [4.1K] index.jd │   │   │   │   ├── [ 13K] managing-avds-cmdline.jd │   │   │   │   └── [6.1K] managing-avds.jd │   │   │   ├── [ 316] eclipse-adt.html │   │   │   ├── [4.0K] extras │   │   │   │   ├── [ 208] index.jd │   │   │   │   ├── [ 14K] oem-usb.jd │   │   │   │   └── [ 28K] support-library.jd │   │   │   ├── [4.0K] help │   │   │   │   ├── [ 324] aapt.html │   │   │   │   ├── [ 40K] adb.jd │   │   │   │   ├── [ 26K] adt.jd │   │   │   │   ├── [8.5K] android.jd │   │   │   │   ├── [ 700] avd-manager.jd │   │   │   │   ├── [8.8K] bmgr.jd │   │   │   │   ├── [ 294] ddms.html │   │   │   │   ├── [1.8K] dmtracedump.jd │   │   │   │   ├── [2.9K] draw9patch.jd │   │   │   │   ├── [ 21K] emulator.jd │   │   │   │   ├── [1.6K] etc1tool.jd │   │   │   │   ├── [4.4K] gltracer.jd │   │   │   │   ├── [ 610] hierarchy-viewer.jd │   │   │   │   ├── [ 443] hprof-conv.jd │   │   │   │   ├── [5.4K] index.jd │   │   │   │   ├── [3.9K] jobb.jd │   │   │   │   ├── [ 719] layoutopt.jd │   │   │   │   ├── [6.9K] lint.jd │   │   │   │   ├── [3.1K] logcat.jd │   │   │   │   ├── [1.8K] mksdcard.jd │   │   │   │   ├── [ 960] monitor.jd │   │   │   │   ├── [ 43K] MonkeyDevice.jd │   │   │   │   ├── [ 13K] MonkeyImage.jd │   │   │   │   ├── [9.5K] monkey.jd │   │   │   │   ├── [ 12K] monkeyrunner_concepts.jd │   │   │   │   ├── [ 13K] MonkeyRunner.jd │   │   │   │   ├── [9.2K] proguard.jd │   │   │   │   ├── [3.7K] sdk-manager.jd │   │   │   │   ├── [2.1K] sqlite3.jd │   │   │   │   ├── [6.0K] systrace.jd │   │   │   │   ├── [ 528] traceview.jd │   │   │   │   ├── [4.0K] uiautomator │   │   │   │   │   ├── [1.9K] IAutomationSupport.jd │   │   │   │   │   ├── [6.5K] index.jd │   │   │   │   │   ├── [ 26K] UiAutomatorTestCase.jd │   │   │   │   │   ├── [ 31K] UiCollection.jd │   │   │   │   │   ├── [ 66K] UiDevice.jd │   │   │   │   │   ├── [ 61K] UiObject.jd │   │   │   │   │   ├── [ 11K] UiObjectNotFoundException.jd │   │   │   │   │   ├── [ 73K] UiScrollable.jd │   │   │   │   │   ├── [ 47K] UiSelector.jd │   │   │   │   │   └── [2.5K] UiWatcher.jd │   │   │   │   └── [2.7K] zipalign.jd │   │   │   ├── [4.4K] index.jd │   │   │   ├── [ 316] other-ide.html │   │   │   ├── [ 276] othertools.html │   │   │   ├── [4.0K] projects │   │   │   │   ├── [ 22K] index.jd │   │   │   │   ├── [ 13K] projects-cmdline.jd │   │   │   │   ├── [ 12K] projects-eclipse.jd │   │   │   │   └── [ 12K] templates.jd │   │   │   ├── [4.0K] publishing │   │   │   │   ├── [ 29K] app-signing.jd │   │   │   │   ├── [ 21K] preparing.jd │   │   │   │   ├── [ 12K] publishing_overview.jd │   │   │   │   └── [8.2K] versioning.jd │   │   │   ├── [4.0K] revisions │   │   │   │   ├── [ 427] index.jd │   │   │   │   └── [ 23K] platforms.jd │   │   │   ├── [4.0K] samples │   │   │   │   └── [1.2K] index.jd │   │   │   ├── [4.0K] sdk │   │   │   │   ├── [ 127] addons.jd │   │   │   │   ├── [ 284] adt_download.html │   │   │   │   ├── [ 97] adt-notes.jd │   │   │   │   ├── [3.4K] download.jd │   │   │   │   ├── [ 70K] eclipse-adt.jd │   │   │   │   ├── [ 25K] installing.jd │   │   │   │   ├── [ 124] libraries.jd │   │   │   │   ├── [4.0K] ndk │   │   │   │   │   ├── [4.0K] 1.5_r1 │   │   │   │   │   │   └── [ 100] index.jd │   │   │   │   │   ├── [4.0K] 1.6_r1 │   │   │   │   │   │   └── [ 99] index.jd │   │   │   │   │   ├── [127K] index.jd │   │   │   │   │   └── [ 25K] overview.jd │   │   │   │   ├── [ 15K] older_releases.jd │   │   │   │   ├── [ 30K] OLD_RELEASENOTES.jd │   │   │   │   ├── [ 144] platforms.jd │   │   │   │   ├── [4.0K] preview │   │   │   │   │   ├── [ 272] features.jd │   │   │   │   │   ├── [ 45] index.jd │   │   │   │   │   ├── [ 254] installing.jd │   │   │   │   │   ├── [ 255] requirements.jd │   │   │   │   │   └── [ 229] upgrading.jd │   │   │   │   ├── [ 38K] RELEASENOTES.jd │   │   │   │   ├── [ 48K] tools-notes.jd │   │   │   │   ├── [ 144] usb-drivers.jd │   │   │   │   └── [5.6K] win-usb.jd │   │   │   ├── [4.0K] testing │   │   │   │   ├── [ 17K] activity_testing.jd │   │   │   │   ├── [ 60K] activity_test.jd │   │   │   │   ├── [ 10K] contentprovider_testing.jd │   │   │   │   ├── [1.7K] index.jd │   │   │   │   ├── [8.5K] service_testing.jd │   │   │   │   ├── [ 13K] testing_accessibility.jd │   │   │   │   ├── [ 31K] testing_android.jd │   │   │   │   ├── [ 24K] testing_eclipse.jd │   │   │   │   ├── [ 27K] testing_otheride.jd │   │   │   │   ├── [ 27K] testing_ui.jd │   │   │   │   └── [4.1K] what_to_test.jd │   │   │   ├── [ 12K] tools_toc.cs │   │   │   ├── [4.0K] workflow │   │   │   │   ├── [ 29K] app-signing.jd │   │   │   │   ├── [6.7K] index.jd │   │   │   │   ├── [4.0K] publishing │   │   │   │   │   ├── [ 29K] app-signing.jd │   │   │   │   │   ├── [ 21K] preparing.jd │   │   │   │   │   ├── [ 32K] publishing.jd │   │   │   │   │   ├── [ 12K] publishing_overview.jd │   │   │   │   │   └── [8.2K] versioning.jd │   │   │   │   ├── [ 12K] publishing_overview.jd │   │   │   │   └── [8.2K] versioning.jd │   │   │   └── [6.7K] workflow.jd │   │   └── [4.0K] training │   │   ├── [4.0K] accessibility │   │   │   ├── [8.4K] accessible-app.jd │   │   │   ├── [1.9K] index.jd │   │   │   └── [ 10K] service.jd │   │   ├── [ 519] advanced.jd │   │   ├── [4.0K] animation │   │   │   ├── [ 85K] anim_card_flip.mp4 │   │   │   ├── [132K] anim_card_flip.ogv │   │   │   ├── [ 94K] anim_card_flip.webm │   │   │   ├── [ 66K] anim_crossfade.mp4 │   │   │   ├── [100K] anim_crossfade.ogv │   │   │   ├── [ 64K] anim_crossfade.webm │   │   │   ├── [ 42K] anim_layout_changes.mp4 │   │   │   ├── [ 49K] anim_layout_changes.ogv │   │   │   ├── [ 39K] anim_layout_changes.webm │   │   │   ├── [ 55K] anim_page_transformer_depth.mp4 │   │   │   ├── [ 94K] anim_page_transformer_depth.ogv │   │   │   ├── [ 44K] anim_page_transformer_depth.webm │   │   │   ├── [ 49K] anim_page_transformer_zoomout.mp4 │   │   │   ├── [ 94K] anim_page_transformer_zoomout.ogv │   │   │   ├── [ 42K] anim_page_transformer_zoomout.webm │   │   │   ├── [201K] anim_screenslide.mp4 │   │   │   ├── [711K] anim_screenslide.ogv │   │   │   ├── [128K] anim_screenslide.webm │   │   │   ├── [ 64K] anim_zoom.mp4 │   │   │   ├── [ 96K] anim_zoom.ogv │   │   │   ├── [ 71K] anim_zoom.webm │   │   │   ├── [ 12K] cardflip.jd │   │   │   ├── [7.4K] crossfade.jd │   │   │   ├── [2.7K] index.jd │   │   │   ├── [2.7K] layout.jd │   │   │   ├── [ 15K] screen-slide.jd │   │   │   └── [ 13K] zoom.jd │   │   ├── [4.0K] articles │   │   │   ├── [8.8K] perf-anr.jd │   │   │   ├── [ 36K] perf-jni.jd │   │   │   ├── [ 17K] perf-tips.jd │   │   │   ├── [ 37K] security-tips.jd │   │   │   └── [ 82K] smp.jd │   │   ├── [4.0K] backward-compatible-ui │   │   │   ├── [6.1K] abstracting.jd │   │   │   ├── [2.3K] index.jd │   │   │   ├── [4.8K] new-implementation.jd │   │   │   ├── [5.3K] older-implementation.jd │   │   │   └── [5.8K] using-component.jd │   │   ├── [4.0K] basics │   │   │   ├── [4.0K] activity-lifecycle │   │   │   │   ├── [2.9K] index.jd │   │   │   │   ├── [6.3K] pausing.jd │   │   │   │   ├── [8.8K] recreating.jd │   │   │   │   ├── [ 13K] starting.jd │   │   │   │   └── [9.6K] stopping.jd │   │   │   ├── [4.0K] data-storage │   │   │   │   ├── [ 13K] databases.jd │   │   │   │   ├── [ 16K] files.jd │   │   │   │   ├── [1.6K] index.jd │   │   │   │   └── [5.1K] shared-preferences.jd │   │   │   ├── [4.0K] firstapp │   │   │   │   ├── [ 16K] building-ui.jd │   │   │   │   ├── [7.7K] creating-project.jd │   │   │   │   ├── [1.8K] index.jd │   │   │   │   ├── [8.6K] running-app.jd │   │   │   │   └── [ 17K] starting-activity.jd │   │   │   ├── [4.0K] fragments │   │   │   │   ├── [6.1K] communicating.jd │   │   │   │   ├── [6.0K] creating.jd │   │   │   │   ├── [8.5K] fragment-ui.jd │   │   │   │   ├── [2.7K] index.jd │   │   │   │   └── [3.2K] support-lib.jd │   │   │   ├── [4.0K] intents │   │   │   │   ├── [ 11K] filters.jd │   │   │   │   ├── [2.6K] index.jd │   │   │   │   ├── [7.5K] result.jd │   │   │   │   └── [ 11K] sending.jd │   │   │   ├── [4.0K] location │   │   │   │   ├── [8.1K] currentlocation.jd │   │   │   │   ├── [4.4K] geocoding.jd │   │   │   │   ├── [1.7K] index.jd │   │   │   │   └── [6.6K] locationmanager.jd │   │   │   ├── [4.0K] network-ops │   │   │   │   ├── [ 11K] connecting.jd │   │   │   │   ├── [2.1K] index.jd │   │   │   │   ├── [ 18K] managing.jd │   │   │   │   └── [ 20K] xml.jd │   │   │   └── [4.0K] supporting-devices │   │   │   ├── [1.7K] index.jd │   │   │   ├── [4.5K] languages.jd │   │   │   ├── [5.6K] platforms.jd │   │   │   └── [6.4K] screens.jd │   │   ├── [ 201] best-performance.jd │   │   ├── [ 186] best-security.jd │   │   ├── [ 238] best-user-input.jd │   │   ├── [ 449] best-ux.jd │   │   ├── [ 316] building-connectivity.jd │   │   ├── [ 342] building-graphics.jd │   │   ├── [ 178] building-multimedia.jd │   │   ├── [ 327] building-userinfo.jd │   │   ├── [4.0K] camera │   │   │   ├── [9.7K] cameradirect.jd │   │   │   ├── [1.8K] index.jd │   │   │   ├── [9.1K] photobasics.jd │   │   │   └── [3.9K] videobasics.jd │   │   ├── [4.0K] cloudsync │   │   │   ├── [8.1K] backupapi.jd │   │   │   ├── [ 10K] gcm.jd │   │   │   └── [1.3K] index.jd │   │   ├── [4.0K] connect-devices-wirelessly │   │   │   ├── [2.3K] index.jd │   │   │   ├── [ 14K] nsd.jd │   │   │   ├── [ 10K] nsd-wifi-direct.jd │   │   │   └── [ 14K] wifi-direct.jd │   │   ├── [4.0K] custom-views │   │   │   ├── [ 11K] create-view.jd │   │   │   ├── [ 11K] custom-drawing.jd │   │   │   ├── [2.5K] index.jd │   │   │   ├── [ 12K] making-interactive.jd │   │   │   └── [7.4K] optimizing-view.jd │   │   ├── [4.0K] design-navigation │   │   │   ├── [6.5K] ancestral-temporal.jd │   │   │   ├── [ 13K] descendant-lateral.jd │   │   │   ├── [ 17K] example-wireframe-device-template.svg │   │   │   ├── [210K] example-wireframe-phone.svg │   │   │   ├── [206K] example-wireframe-tablet.svg │   │   │   ├── [3.4K] index.jd │   │   │   ├── [8.7K] multiple-sizes.jd │   │   │   ├── [4.4K] screen-planning.jd │   │   │   └── [8.8K] wireframing.jd │   │   ├── [4.0K] displaying-bitmaps │   │   │   ├── [ 15K] cache-bitmap.jd │   │   │   ├── [ 16K] display-bitmap.jd │   │   │   ├── [3.7K] index.jd │   │   │   ├── [7.7K] load-bitmap.jd │   │   │   └── [9.8K] process-bitmap.jd │   │   ├── [ 267] distribute.jd │   │   ├── [4.0K] efficient-downloads │   │   │   ├── [3.8K] connectivity_patterns.jd │   │   │   ├── [ 16K] efficient-network-access.jd │   │   │   ├── [2.6K] index.jd │   │   │   ├── [3.9K] redundant_redundant.jd │   │   │   └── [5.8K] regular_updates.jd │   │   ├── [4.0K] enterprise │   │   │   ├── [9.5K] device-management-policy.jd │   │   │   └── [1.2K] index.jd │   │   ├── [4.0K] gestures │   │   │   ├── [ 14K] detector.jd │   │   │   ├── [3.2K] index.jd │   │   │   ├── [6.2K] movement.jd │   │   │   ├── [7.0K] multi.jd │   │   │   ├── [9.2K] scale.jd │   │   │   ├── [6.3K] scroll.jd │   │   │   └── [ 13K] viewgroup.jd │   │   ├── [4.0K] graphics │   │   │   └── [4.0K] opengl │   │   │   ├── [7.2K] draw.jd │   │   │   ├── [8.9K] environment.jd │   │   │   ├── [2.9K] index.jd │   │   │   ├── [3.2K] motion.jd │   │   │   ├── [5.9K] projection.jd │   │   │   ├── [6.0K] shapes.jd │   │   │   └── [4.9K] touch.jd │   │   ├── [4.0K] id-auth │   │   │   ├── [ 11K] authenticate.jd │   │   │   ├── [8.6K] custom_auth.jd │   │   │   ├── [5.6K] identify.jd │   │   │   └── [2.0K] index.jd │   │   ├── [4.0K] implementing-navigation │   │   │   ├── [5.6K] ancestral.jd │   │   │   ├── [4.5K] descendant.jd │   │   │   ├── [2.5K] index.jd │   │   │   ├── [ 12K] lateral.jd │   │   │   └── [4.6K] temporal.jd │   │   ├── [4.0K] improving-layouts │   │   │   ├── [2.3K] index.jd │   │   │   ├── [3.1K] loading-ondemand.jd │   │   │   ├── [7.6K] optimizing-layout.jd │   │   │   ├── [5.4K] reusing-layouts.jd │   │   │   └── [4.4K] smooth-scrolling.jd │   │   ├── [4.0K] in-app-billing │   │   │   ├── [2.8K] index.jd │   │   │   ├── [5.5K] list-iab-products.jd │   │   │   ├── [ 10K] preparing-iab-app.jd │   │   │   ├── [ 10K] purchase-iab-products.jd │   │   │   └── [4.4K] test-iab-app.jd │   │   ├── [ 823] index.jd │   │   ├── [4.0K] keyboard-input │   │   │   ├── [3.8K] commands.jd │   │   │   ├── [2.0K] index.jd │   │   │   ├── [6.8K] navigation.jd │   │   │   ├── [6.0K] style.jd │   │   │   └── [4.9K] visibility.jd │   │   ├── [4.0K] load-data-background │   │   │   ├── [5.1K] handle-results.jd │   │   │   ├── [2.7K] index.jd │   │   │   └── [5.5K] setup-loader.jd │   │   ├── [4.0K] managing-audio │   │   │   ├── [7.8K] audio-focus.jd │   │   │   ├── [2.8K] audio-output.jd │   │   │   ├── [2.3K] index.jd │   │   │   └── [6.5K] volume-playback.jd │   │   ├── [4.0K] monetization │   │   │   ├── [ 10K] ads-and-ux.jd │   │   │   └── [1.5K] index.jd │   │   ├── [4.0K] monitoring-device-state │   │   │   ├── [7.1K] battery-monitoring.jd │   │   │   ├── [3.9K] connectivity-monitoring.jd │   │   │   ├── [3.7K] docking-monitoring.jd │   │   │   ├── [2.7K] index.jd │   │   │   └── [2.5K] manifest-receivers.jd │   │   ├── [4.0K] multiple-apks │   │   │   ├── [ 18K] api.jd │   │   │   ├── [3.2K] index.jd │   │   │   ├── [ 21K] multiple.jd │   │   │   ├── [ 17K] screensize.jd │   │   │   └── [ 15K] texture.jd │   │   ├── [4.0K] multiple-threads │   │   │   ├── [ 10K] communicate-ui.jd │   │   │   ├── [8.9K] create-threadpool.jd │   │   │   ├── [3.9K] define-runnable.jd │   │   │   ├── [2.8K] index.jd │   │   │   ├── [5.3K] run-code.jd │   │   │   └── [ 73K] threadsample.zip │   │   ├── [4.0K] multiscreen │   │   │   ├── [9.2K] adaptui.jd │   │   │   ├── [3.5K] index.jd │   │   │   ├── [4.2K] screendensities.jd │   │   │   └── [ 16K] screensizes.jd │   │   ├── [4.0K] notepad │   │   │   ├── [4.0K] codelab │   │   │   │   └── [ 91K] NotepadCodeLab.zip │   │   │   ├── [6.3K] index.jd │   │   │   ├── [ 28K] notepad-ex1.jd │   │   │   ├── [ 30K] notepad-ex2.jd │   │   │   ├── [ 14K] notepad-ex3.jd │   │   │   ├── [2.6K] notepad-extra-credit.jd │   │   │   └── [6.2K] notepad-index.jd │   │   ├── [4.0K] notify-user │   │   │   ├── [5.6K] build-notification.jd │   │   │   ├── [7.3K] display-progress.jd │   │   │   ├── [6.0K] expanded.jd │   │   │   ├── [2.9K] index.jd │   │   │   ├── [3.6K] managing.jd │   │   │   └── [8.3K] navigation.jd │   │   ├── [4.0K] run-background-service │   │   │   ├── [5.0K] create-service.jd │   │   │   ├── [2.4K] index.jd │   │   │   ├── [7.6K] report-status.jd │   │   │   └── [2.9K] send-request.jd │   │   ├── [4.0K] search │   │   │   ├── [3.2K] backward-compat.jd │   │   │   ├── [1.8K] index.jd │   │   │   ├── [7.8K] search.jd │   │   │   └── [8.7K] setup.jd │   │   ├── [4.0K] sharing │   │   │   ├── [1.4K] index.jd │   │   │   ├── [6.2K] receive.jd │   │   │   ├── [9.3K] send.jd │   │   │   └── [4.5K] shareaction.jd │   │   ├── [ 43K] training_toc.cs │   │   └── [4.0K] tv │   │   ├── [1.7K] index.jd │   │   ├── [10.0K] optimizing-layouts-tv.jd │   │   ├── [7.5K] optimizing-navigation-tv.jd │   │   └── [5.4K] unsupported-features-tv.jd │   ├── [4.0K] html-intl │   │   ├── [4.0K] es │   │   │   └── [4.0K] training │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   ├── [8.0K] battery-monitoring.jd │   │   │   │   ├── [4.4K] connectivity-monitoring.jd │   │   │   │   ├── [4.5K] docking-monitoring.jd │   │   │   │   ├── [3.3K] index.jd │   │   │   │   └── [2.9K] manifest-receivers.jd │   │   │   └── [4.0K] multiscreen │   │   │   ├── [10.0K] adaptui.jd │   │   │   ├── [4.0K] index.jd │   │   │   ├── [4.7K] screendensities.jd │   │   │   └── [ 19K] screensizes.jd │   │   ├── [4.0K] ja │   │   │   ├── [4.0K] guide │   │   │   │   ├── [4.0K] publishing │   │   │   │   │   ├── [ 32K] app-signing.jd │   │   │   │   │   ├── [ 14K] preparing.jd │   │   │   │   │   └── [8.8K] versioning.jd │   │   │   │   └── [4.0K] topics │   │   │   │   └── [104K] fundamentals.jd │   │   │   └── [4.0K] training │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   ├── [8.2K] battery-monitoring.jd │   │   │   │   ├── [5.1K] connectivity-monitoring.jd │   │   │   │   ├── [4.7K] docking-monitoring.jd │   │   │   │   ├── [3.2K] index.jd │   │   │   │   └── [3.2K] manifest-receivers.jd │   │   │   └── [4.0K] multiscreen │   │   │   ├── [ 11K] adaptui.jd │   │   │   ├── [4.3K] index.jd │   │   │   ├── [5.0K] screendensities.jd │   │   │   └── [ 20K] screensizes.jd │   │   ├── [4.0K] ko │   │   │   └── [4.0K] training │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   ├── [7.4K] battery-monitoring.jd │   │   │   │   ├── [4.0K] connectivity-monitoring.jd │   │   │   │   ├── [3.9K] docking-monitoring.jd │   │   │   │   ├── [2.9K] index.jd │   │   │   │   └── [2.8K] manifest-receivers.jd │   │   │   └── [4.0K] multiscreen │   │   │   ├── [10.0K] adaptui.jd │   │   │   ├── [3.8K] index.jd │   │   │   ├── [4.7K] screendensities.jd │   │   │   └── [ 18K] screensizes.jd │   │   ├── [4.0K] ru │   │   │   └── [4.0K] training │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   ├── [ 11K] battery-monitoring.jd │   │   │   │   ├── [5.9K] connectivity-monitoring.jd │   │   │   │   ├── [6.4K] docking-monitoring.jd │   │   │   │   ├── [4.4K] index.jd │   │   │   │   └── [4.1K] manifest-receivers.jd │   │   │   └── [4.0K] multiscreen │   │   │   ├── [ 13K] adaptui.jd │   │   │   ├── [5.6K] index.jd │   │   │   ├── [6.3K] screendensities.jd │   │   │   └── [ 25K] screensizes.jd │   │   └── [4.0K] zh-cn │   │   └── [4.0K] training │   │   ├── [4.0K] monitoring-device-state │   │   │   ├── [6.6K] battery-monitoring.jd │   │   │   ├── [3.5K] connectivity-monitoring.jd │   │   │   ├── [3.6K] docking-monitoring.jd │   │   │   ├── [2.5K] index.jd │   │   │   └── [2.2K] manifest-receivers.jd │   │   └── [4.0K] multiscreen │   │   ├── [9.0K] adaptui.jd │   │   ├── [3.2K] index.jd │   │   ├── [4.0K] screendensities.jd │   │   └── [ 16K] screensizes.jd │   ├── [4.0K] image_sources │   │   ├── [301K] activity_lifecycle.graffle │   │   ├── [4.0K] brand │   │   │   ├── [324K] Android_Robot_outlined.ai │   │   │   ├── [252K] en_app_rgb_wo.ai │   │   │   ├── [249K] en_generic_rgb_wo.ai │   │   │   └── [266K] Google_Play_Store.ai │   │   ├── [4.0K] fundamentals │   │   │   ├── [ 73K] fragments.graffle │   │   │   ├── [130K] restore_instance.graffle │   │   │   └── [288K] service_lifecycle.graffle │   │   ├── [4.0K] in-app-billing │   │   │   ├── [4.0K] v2 │   │   │   │   ├── [ 136] billing_arch.graffle │   │   │   │   ├── [ 204] billing_checkout_flow.graffle │   │   │   │   ├── [ 136] billing_check_supported.graffle │   │   │   │   ├── [ 136] billing_refund.graffle │   │   │   │   ├── [ 136] billing_request_purchase.graffle │   │   │   │   ├── [ 136] billing_restore_transactions.graffle │   │   │   │   └── [ 204] billing_test_flow.graffle │   │   │   └── [4.0K] v3 │   │   │   ├── [ 204] iab_v3_checkout_flow.graffle │   │   │   ├── [ 24K] iab_v3_consumption_flow.graffle │   │   │   └── [ 46K] iab_v3_purchase_flow.graffle │   │   ├── [4.0K] play-services-diagram.graffle │   │   │   ├── [ 24K] data.plist │   │   │   ├── [ 58K] image1.png │   │   │   ├── [4.4K] image2.png │   │   │   ├── [ 14K] image3.tiff │   │   │   ├── [ 13K] image4.tiff │   │   │   └── [116K] image5.png │   │   ├── [4.0K] providers │   │   │   └── [ 87K] datamodel.graffle │   │   ├── [4.0K] resources │   │   │   ├── [180K] resource_devices_diagram.graffle │   │   │   └── [120K] res-selection-flowchart.graffle │   │   ├── [109K] rs_compute.graffle │   │   ├── [134K] rs_graphics.graffle │   │   ├── [117K] rs_overview.graffle │   │   ├── [4.0K] training │   │   │   ├── [4.0K] basics │   │   │   │   ├── [4.0K] basic-lifecycle.graffle │   │   │   │   │   ├── [113K] data.plist │   │   │   │   │   ├── [ 16K] image1.png │   │   │   │   │   └── [4.0K] QuickLook │   │   │   │   │   ├── [ 49K] Preview.pdf │   │   │   │   │   └── [8.0K] Thumbnail.tiff │   │   │   │   └── [4.0K] basic-simple-screen-mock.graffle │   │   │   │   ├── [ 14K] data.plist │   │   │   │   ├── [ 28K] image1.png │   │   │   │   ├── [ 12K] image2.png │   │   │   │   └── [4.0K] QuickLook │   │   │   │   ├── [ 25K] Preview.pdf │   │   │   │   └── [5.3K] Thumbnail.tiff │   │   │   └── [4.0K] fragments-screen-mock.graffle │   │   │   ├── [ 19K] data.plist │   │   │   ├── [ 28K] image1.png │   │   │   ├── [ 12K] image2.png │   │   │   └── [4.0K] QuickLook │   │   │   ├── [ 51K] Preview.pdf │   │   │   └── [9.1K] Thumbnail.tiff │   │   └── [4.0K] ui │   │   └── [256K] actionbar-navigate-up.xcf │   ├── [1.0K] knowntags.txt │   └── [ 161] overview-ext.html ├── [4.0K] drm │   ├── [4.0K] java │   │   └── [4.0K] android │   │   └── [4.0K] drm │   │   ├── [3.0K] DrmConvertedStatus.java │   │   ├── [3.8K] DrmErrorEvent.java │   │   ├── [3.7K] DrmEvent.java │   │   ├── [3.7K] DrmInfoEvent.java │   │   ├── [5.1K] DrmInfo.java │   │   ├── [4.7K] DrmInfoRequest.java │   │   ├── [3.4K] DrmInfoStatus.java │   │   ├── [ 34K] DrmManagerClient.java │   │   ├── [5.8K] DrmRights.java │   │   ├── [7.9K] DrmStore.java │   │   ├── [6.2K] DrmSupportInfo.java │   │   ├── [7.1K] DrmUtils.java │   │   ├── [4.3K] package.html │   │   └── [2.3K] ProcessedData.java │   └── [4.0K] jni │   ├── [ 30K] android_drm_DrmManagerClient.cpp │   └── [1.2K] Android.mk ├── [4.0K] graphics │   ├── [4.0K] java │   │   └── [4.0K] android │   │   ├── [4.0K] graphics │   │   │   ├── [2.3K] AvoidXfermode.java │   │   │   ├── [ 676] Bitmap.aidl │   │   │   ├── [ 28K] BitmapFactory.java │   │   │   ├── [ 56K] Bitmap.java │   │   │   ├── [ 12K] BitmapRegionDecoder.java │   │   │   ├── [1.8K] BitmapShader.java │   │   │   ├── [1.7K] BlurMaskFilter.java │   │   │   ├── [4.7K] Camera.java │   │   │   ├── [ 74K] Canvas.java │   │   │   ├── [1.3K] ColorFilter.java │   │   │   ├── [ 12K] Color.java │   │   │   ├── [2.0K] ColorMatrixColorFilter.java │   │   │   ├── [7.2K] ColorMatrix.java │   │   │   ├── [1.1K] ComposePathEffect.java │   │   │   ├── [3.7K] ComposeShader.java │   │   │   ├── [1.1K] CornerPathEffect.java │   │   │   ├── [1.7K] DashPathEffect.java │   │   │   ├── [1.0K] DiscretePathEffect.java │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [1.1K] Animatable.java │   │   │   │   ├── [ 10K] AnimatedRotateDrawable.java │   │   │   │   ├── [ 12K] AnimationDrawable.java │   │   │   │   ├── [ 19K] BitmapDrawable.java │   │   │   │   ├── [9.2K] ClipDrawable.java │   │   │   │   ├── [5.8K] ColorDrawable.java │   │   │   │   ├── [ 23K] DrawableContainer.java │   │   │   │   ├── [ 37K] Drawable.java │   │   │   │   ├── [ 49K] GradientDrawable.java │   │   │   │   ├── [9.8K] InsetDrawable.java │   │   │   │   ├── [ 23K] LayerDrawable.java │   │   │   │   ├── [7.6K] LevelListDrawable.java │   │   │   │   ├── [ 12K] MipmapDrawable.java │   │   │   │   ├── [ 15K] NinePatchDrawable.java │   │   │   │   ├── [ 450] package.html │   │   │   │   ├── [3.9K] PaintDrawable.java │   │   │   │   ├── [2.9K] PictureDrawable.java │   │   │   │   ├── [ 11K] RotateDrawable.java │   │   │   │   ├── [9.9K] ScaleDrawable.java │   │   │   │   ├── [ 15K] ShapeDrawable.java │   │   │   │   ├── [4.0K] shapes │   │   │   │   │   ├── [1.7K] ArcShape.java │   │   │   │   │   ├── [1.2K] OvalShape.java │   │   │   │   │   ├── [ 76] package.html │   │   │   │   │   ├── [2.5K] PathShape.java │   │   │   │   │   ├── [1.7K] RectShape.java │   │   │   │   │   ├── [4.4K] RoundRectShape.java │   │   │   │   │   └── [2.9K] Shape.java │   │   │   │   ├── [ 11K] StateListDrawable.java │   │   │   │   └── [8.3K] TransitionDrawable.java │   │   │   ├── [1.3K] DrawFilter.java │   │   │   ├── [1.5K] EmbossMaskFilter.java │   │   │   ├── [4.6K] ImageFormat.java │   │   │   ├── [3.2K] Insets.java │   │   │   ├── [5.9K] Interpolator.java │   │   │   ├── [4.4K] LargeBitmap.java │   │   │   ├── [1.4K] LayerRasterizer.java │   │   │   ├── [1.6K] LightingColorFilter.java │   │   │   ├── [3.5K] LinearGradient.java │   │   │   ├── [1.1K] MaskFilter.java │   │   │   ├── [ 31K] Matrix.java │   │   │   ├── [2.4K] Movie.java │   │   │   ├── [5.9K] NinePatch.java │   │   │   ├── [ 173] package.html │   │   │   ├── [1.5K] PaintFlagsDrawFilter.java │   │   │   ├── [ 81K] Paint.java │   │   │   ├── [2.0K] PathDashPathEffect.java │   │   │   ├── [1.0K] PathEffect.java │   │   │   ├── [ 25K] Path.java │   │   │   ├── [6.4K] PathMeasure.java │   │   │   ├── [6.9K] Picture.java │   │   │   ├── [3.1K] PixelFormat.java │   │   │   ├── [1.1K] PixelXorXfermode.java │   │   │   ├── [ 658] Point.aidl │   │   │   ├── [ 659] PointF.aidl │   │   │   ├── [4.0K] PointF.java │   │   │   ├── [3.4K] Point.java │   │   │   ├── [1.4K] PorterDuffColorFilter.java │   │   │   ├── [2.1K] PorterDuff.java │   │   │   ├── [1.1K] PorterDuffXfermode.java │   │   │   ├── [3.6K] RadialGradient.java │   │   │   ├── [1.1K] Rasterizer.java │   │   │   ├── [ 720] Rect.aidl │   │   │   ├── [ 666] RectF.aidl │   │   │   ├── [ 21K] RectF.java │   │   │   ├── [ 21K] Rect.java │   │   │   ├── [ 722] Region.aidl │   │   │   ├── [1.8K] RegionIterator.java │   │   │   ├── [ 13K] Region.java │   │   │   ├── [3.0K] Shader.java │   │   │   ├── [1.1K] SumPathEffect.java │   │   │   ├── [ 14K] SurfaceTexture.java │   │   │   ├── [3.0K] SweepGradient.java │   │   │   ├── [1.4K] TableMaskFilter.java │   │   │   ├── [1.3K] TemporaryBuffer.java │   │   │   ├── [7.9K] Typeface.java │   │   │   ├── [1.6K] Xfermode.java │   │   │   └── [7.4K] YuvImage.java │   │   └── [4.0K] renderscript │   │   ├── [7.3K] AllocationAdapter.java │   │   ├── [ 52K] Allocation.java │   │   ├── [5.0K] BaseObj.java │   │   ├── [ 980] Byte2.java │   │   ├── [1.0K] Byte3.java │   │   ├── [1.1K] Byte4.java │   │   ├── [ 999] Double2.java │   │   ├── [1.0K] Double3.java │   │   ├── [1.1K] Double4.java │   │   ├── [ 34K] Element.java │   │   ├── [8.1K] FieldPacker.java │   │   ├── [9.1K] FileA3D.java │   │   ├── [ 988] Float2.java │   │   ├── [1.0K] Float3.java │   │   ├── [1.1K] Float4.java │   │   ├── [8.5K] Font.java │   │   ├── [ 972] Int2.java │   │   ├── [1020] Int3.java │   │   ├── [1.0K] Int4.java │   │   ├── [ 977] Long2.java │   │   ├── [1.0K] Long3.java │   │   ├── [1.1K] Long4.java │   │   ├── [4.8K] Matrix2f.java │   │   ├── [8.1K] Matrix3f.java │   │   ├── [ 14K] Matrix4f.java │   │   ├── [ 26K] Mesh.java │   │   ├── [3.0K] package.html │   │   ├── [2.2K] Path.java │   │   ├── [ 11K] ProgramFragmentFixedFunction.java │   │   ├── [3.5K] ProgramFragment.java │   │   ├── [ 12K] Program.java │   │   ├── [4.2K] ProgramRaster.java │   │   ├── [ 14K] ProgramStore.java │   │   ├── [9.1K] ProgramVertexFixedFunction.java │   │   ├── [5.6K] ProgramVertex.java │   │   ├── [ 10K] RenderScriptGL.java │   │   ├── [ 41K] RenderScript.java │   │   ├── [ 872] RSDriverException.java │   │   ├── [ 889] RSIllegalArgumentException.java │   │   ├── [ 884] RSInvalidStateException.java │   │   ├── [ 882] RSRuntimeException.java │   │   ├── [5.0K] RSSurfaceView.java │   │   ├── [5.6K] RSTextureView.java │   │   ├── [8.3K] Sampler.java │   │   ├── [2.9K] ScriptC.java │   │   ├── [ 15K] ScriptGroup.java │   │   ├── [ 12K] ScriptIntrinsicBlend.java │   │   ├── [3.1K] ScriptIntrinsicBlur.java │   │   ├── [4.6K] ScriptIntrinsicColorMatrix.java │   │   ├── [3.3K] ScriptIntrinsicConvolve3x3.java │   │   ├── [3.2K] ScriptIntrinsicConvolve5x5.java │   │   ├── [1.1K] ScriptIntrinsic.java │   │   ├── [4.1K] ScriptIntrinsicLUT.java │   │   ├── [2.5K] ScriptIntrinsicYuvToRGB.java │   │   ├── [8.0K] Script.java │   │   ├── [ 988] Short2.java │   │   ├── [1.0K] Short3.java │   │   ├── [1.1K] Short4.java │   │   └── [7.5K] Type.java │   ├── [4.0K] jni │   │   ├── [ 893] Android.mk │   │   └── [ 62K] android_renderscript_RenderScript.cpp │   └── [4.0K] tests │   └── [4.0K] graphicstests │   ├── [1.7K] AndroidManifest.xml │   ├── [ 322] Android.mk │   ├── [4.0K] res │   │   ├── [4.0K] color │   │   │   ├── [ 878] color1.xml │   │   │   └── [ 832] color_no_default.xml │   │   ├── [4.0K] drawable │   │   │   ├── [ 21K] test128x96.png │   │   │   ├── [ 707] test16x12.png │   │   │   ├── [ 77K] test256x192.png │   │   │   ├── [ 39K] test320x240.png │   │   │   ├── [1.8K] test32x24.png │   │   │   └── [5.9K] test64x48.png │   │   └── [4.0K] values │   │   └── [ 829] colors.xml │   └── [4.0K] src │   └── [4.0K] android │   ├── [4.0K] graphics │   │   ├── [1.8K] BitmapFactoryTest.java │   │   ├── [8.2K] BitmapTest.java │   │   ├── [2.4K] ColorStateListTest.java │   │   ├── [4.0K] drawable │   │   │   ├── [ 11K] MipmapDrawableTest.java │   │   │   └── [3.1K] StateListDrawableTest.java │   │   ├── [ 13K] GraphicsPerformanceTests.java │   │   ├── [ 947] GraphicsTests.java │   │   ├── [1.2K] ThreadBitmapTest.java │   │   └── [3.2K] TypefaceTest.java │   └── [4.0K] view │   └── [ 723] MockView.java ├── [4.0K] icu4j │   ├── [4.0K] java │   │   └── [4.0K] android │   │   └── [4.0K] icu │   │   └── [4.0K] text │   │   └── [ 74K] ArabicShaping.java │   └── [1.9K] license.html ├── [4.0K] include │   ├── [4.0K] androidfw │   │   ├── [4.3K] AssetDir.h │   │   ├── [10.0K] Asset.h │   │   ├── [ 13K] AssetManager.h │   │   ├── [4.2K] BackupHelpers.h │   │   ├── [5.6K] CursorWindow.h │   │   ├── [5.2K] InputDevice.h │   │   ├── [ 18K] Input.h │   │   ├── [ 15K] InputTransport.h │   │   ├── [3.3K] Keyboard.h │   │   ├── [8.5K] KeyCharacterMap.h │   │   ├── [7.7K] KeycodeLabels.h │   │   ├── [2.8K] KeyLayoutMap.h │   │   ├── [3.2K] ObbFile.h │   │   ├── [ 977] PowerManager.h │   │   ├── [ 54K] ResourceTypes.h │   │   ├── [2.8K] StreamingZipInflater.h │   │   ├── [3.7K] VelocityControl.h │   │   ├── [8.6K] VelocityTracker.h │   │   └── [2.0K] VirtualKeyMap.h │   ├── [4.0K] android_runtime │   │   ├── [4.8K] android_app_NativeActivity.h │   │   ├── [1.0K] android_content_res_Configuration.h │   │   ├── [1.2K] android_graphics_SurfaceTexture.h │   │   ├── [4.0K] AndroidRuntime.h │   │   ├── [ 860] android_util_AssetManager.h │   │   ├── [1.4K] android_view_Surface.h │   │   └── [1.0K] android_view_SurfaceSession.h │   ├── [4.0K] diskusage │   │   └── [ 850] dirsize.h │   ├── [4.0K] private │   │   ├── [4.0K] hwui │   │   │   └── [2.7K] DrawGlInfo.h │   │   └── [ 165] README │   └── [4.0K] storage │   ├── [3.6K] IMountService.h │   ├── [1.4K] IMountServiceListener.h │   ├── [1.4K] IMountShutdownObserver.h │   └── [1.4K] IObbActionListener.h ├── [4.0K] keystore │   ├── [4.0K] java │   │   └── [4.0K] android │   │   └── [4.0K] security │   │   ├── [6.3K] AndroidKeyPairGenerator.java │   │   ├── [4.7K] AndroidKeyPairGeneratorSpec.java │   │   ├── [ 18K] AndroidKeyStore.java │   │   ├── [1.3K] AndroidKeyStoreProvider.java │   │   ├── [8.1K] Credentials.java │   │   ├── [ 825] IKeyChainAliasCallback.aidl │   │   ├── [1.2K] IKeyChainService.aidl │   │   ├── [1.0K] KeyChainAliasCallback.java │   │   ├── [2.0K] KeyChainException.java │   │   ├── [ 18K] KeyChain.java │   │   ├── [9.7K] KeyStore.java │   │   ├── [ 114] package.html │   │   └── [4.1K] SystemKeyStore.java │   ├── [ 0] MODULE_LICENSE_APACHE2 │   ├── [ 10K] NOTICE │   └── [4.0K] tests │   ├── [1.1K] AndroidManifest.xml │   ├── [ 355] Android.mk │   └── [4.0K] src │   └── [4.0K] android │   └── [4.0K] security │   ├── [4.6K] AndroidKeyPairGeneratorSpecTest.java │   ├── [7.4K] AndroidKeyPairGeneratorTest.java │   ├── [ 79K] AndroidKeyStoreTest.java │   ├── [ 18K] KeyStoreTest.java │   └── [2.9K] SystemKeyStoreTest.java ├── [4.0K] libs │   ├── [4.0K] androidfw │   │   ├── [2.6K] Android.mk │   │   ├── [ 21K] Asset.cpp │   │   ├── [1.7K] AssetDir.cpp │   │   ├── [ 61K] AssetManager.cpp │   │   ├── [9.0K] BackupData.cpp │   │   ├── [ 46K] BackupHelpers.cpp │   │   ├── [ 11K] CursorWindow.cpp │   │   ├── [ 19K] Input.cpp │   │   ├── [5.6K] InputDevice.cpp │   │   ├── [ 32K] InputTransport.cpp │   │   ├── [9.1K] Keyboard.cpp │   │   ├── [ 40K] KeyCharacterMap.cpp │   │   ├── [ 12K] KeyLayoutMap.cpp │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [9.3K] ObbFile.cpp │   │   ├── [199K] ResourceTypes.cpp │   │   ├── [7.9K] StreamingZipInflater.cpp │   │   ├── [4.0K] tests │   │   │   ├── [1.1K] Android.mk │   │   │   ├── [6.0K] InputChannel_test.cpp │   │   │   ├── [ 23K] InputEvent_test.cpp │   │   │   ├── [ 12K] InputPublisherAndConsumer_test.cpp │   │   │   ├── [3.1K] ObbFile_test.cpp │   │   │   └── [1.7K] TestHelpers.h │   │   ├── [3.5K] VelocityControl.cpp │   │   ├── [ 32K] VelocityTracker.cpp │   │   └── [5.3K] VirtualKeyMap.cpp │   ├── [4.0K] diskusage │   │   ├── [ 774] Android.mk │   │   ├── [1.8K] dirsize.c │   │   └── [ 0] MODULE_LICENSE_APACHE2 │   ├── [4.0K] hwui │   │   ├── [1.5K] Android.mk │   │   ├── [ 15K] Caches.cpp │   │   ├── [8.5K] Caches.h │   │   ├── [2.4K] Debug.h │   │   ├── [4.2K] DisplayListLogBuffer.cpp │   │   ├── [1.5K] DisplayListLogBuffer.h │   │   ├── [ 67K] DisplayListRenderer.cpp │   │   ├── [ 26K] DisplayListRenderer.h │   │   ├── [2.7K] Dither.cpp │   │   ├── [1.1K] Dither.h │   │   ├── [3.3K] Extensions.h │   │   ├── [2.4K] FboCache.cpp │   │   ├── [2.0K] FboCache.h │   │   ├── [4.0K] font │   │   │   ├── [1.6K] CachedGlyphInfo.h │   │   │   ├── [6.9K] CacheTexture.cpp │   │   │   ├── [6.3K] CacheTexture.h │   │   │   ├── [ 15K] Font.cpp │   │   │   ├── [4.4K] Font.h │   │   │   └── [1.9K] FontUtil.h │   │   ├── [ 25K] FontRenderer.cpp │   │   ├── [6.2K] FontRenderer.h │   │   ├── [7.7K] GammaFontRenderer.cpp │   │   ├── [4.6K] GammaFontRenderer.h │   │   ├── [7.2K] GradientCache.cpp │   │   ├── [4.4K] GradientCache.h │   │   ├── [5.4K] LayerCache.cpp │   │   ├── [4.2K] LayerCache.h │   │   ├── [2.1K] Layer.cpp │   │   ├── [7.5K] Layer.h │   │   ├── [ 15K] LayerRenderer.cpp │   │   ├── [2.6K] LayerRenderer.h │   │   ├── [ 11K] Matrix.cpp │   │   ├── [3.5K] Matrix.h │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [109K] OpenGLRenderer.cpp │   │   ├── [ 31K] OpenGLRenderer.h │   │   ├── [3.4K] PatchCache.cpp │   │   ├── [3.7K] PatchCache.h │   │   ├── [9.6K] Patch.cpp │   │   ├── [2.6K] Patch.h │   │   ├── [3.4K] PathCache.cpp │   │   ├── [2.5K] PathCache.h │   │   ├── [ 28K] PathRenderer.cpp │   │   ├── [2.6K] PathRenderer.h │   │   ├── [ 31K] ProgramCache.cpp │   │   ├── [2.2K] ProgramCache.h │   │   ├── [5.9K] Program.cpp │   │   ├── [ 12K] Program.h │   │   ├── [5.6K] Properties.h │   │   ├── [5.1K] Rect.h │   │   ├── [ 11K] ResourceCache.cpp │   │   ├── [3.8K] ResourceCache.h │   │   ├── [5.1K] ShapeCache.cpp │   │   ├── [ 18K] ShapeCache.h │   │   ├── [4.1K] SkiaColorFilter.cpp │   │   ├── [3.6K] SkiaColorFilter.h │   │   ├── [ 15K] SkiaShader.cpp │   │   ├── [7.1K] SkiaShader.h │   │   ├── [6.0K] Snapshot.cpp │   │   ├── [6.9K] Snapshot.h │   │   ├── [2.4K] Stencil.cpp │   │   ├── [2.4K] Stencil.h │   │   ├── [5.0K] TextDropShadowCache.cpp │   │   ├── [4.7K] TextDropShadowCache.h │   │   ├── [9.8K] TextureCache.cpp │   │   ├── [4.3K] TextureCache.h │   │   ├── [4.1K] Texture.h │   │   ├── [4.0K] utils │   │   │   ├── [ 945] Compare.h │   │   │   ├── [7.2K] SortedList.h │   │   │   ├── [3.7K] SortedListImpl.cpp │   │   │   └── [2.2K] SortedListImpl.h │   │   ├── [2.5K] Vector.h │   │   └── [2.5K] Vertex.h │   ├── [4.0K] storage │   │   ├── [ 235] Android.mk │   │   ├── [ 19K] IMountService.cpp │   │   ├── [1.8K] IMountServiceListener.cpp │   │   ├── [1.4K] IMountShutdownObserver.cpp │   │   ├── [1.9K] IObbActionListener.cpp │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   └── [ 10K] NOTICE │   └── [4.0K] usb │   ├── [ 821] Android.mk │   ├── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] future │   │   └── [4.0K] usb │   │   ├── [4.1K] UsbAccessory.java │   │   └── [7.1K] UsbManager.java │   └── [4.0K] tests │   └── [4.0K] AccessoryChat │   ├── [4.0K] accessorychat │   │   ├── [6.4K] accessorychat.c │   │   └── [ 608] Android.mk │   ├── [1.6K] AndroidManifest.xml │   ├── [ 796] Android.mk │   ├── [ 547] README.txt │   ├── [4.0K] res │   │   ├── [4.0K] layout │   │   │   └── [1.6K] accessory_chat.xml │   │   └── [4.0K] xml │   │   └── [ 803] accessory_filter.xml │   └── [4.0K] src │   └── [4.0K] com │   └── [4.0K] android │   └── [4.0K] accessorychat │   └── [6.6K] AccessoryChat.java ├── [4.0K] location │   ├── [ 717] Android.mk │   ├── [4.0K] java │   │   ├── [4.0K] android │   │   │   └── [4.0K] location │   │   │   ├── [ 677] Address.aidl │   │   │   ├── [ 16K] Address.java │   │   │   ├── [ 667] Country.aidl │   │   │   ├── [5.0K] CountryDetector.java │   │   │   ├── [6.0K] Country.java │   │   │   ├── [ 910] CountryListener.java │   │   │   ├── [ 678] Criteria.aidl │   │   │   ├── [ 13K] Criteria.java │   │   │   ├── [ 11K] Geocoder.java │   │   │   ├── [ 675] GeocoderParams.aidl │   │   │   ├── [2.8K] GeocoderParams.java │   │   │   ├── [ 669] Geofence.aidl │   │   │   ├── [5.3K] Geofence.java │   │   │   ├── [3.1K] GpsSatellite.java │   │   │   ├── [6.9K] GpsStatus.java │   │   │   ├── [1.3K] ICountryDetector.aidl │   │   │   ├── [ 786] ICountryListener.aidl │   │   │   ├── [1.2K] IGeocodeProvider.aidl │   │   │   ├── [1.0K] IGpsStatusListener.aidl │   │   │   ├── [ 947] IGpsStatusProvider.aidl │   │   │   ├── [1.0K] ILocationListener.aidl │   │   │   ├── [3.7K] ILocationManager.aidl │   │   │   ├── [ 786] INetInitiatedListener.aidl │   │   │   ├── [ 678] Location.aidl │   │   │   ├── [ 30K] Location.java │   │   │   ├── [3.3K] LocationListener.java │   │   │   ├── [ 64K] LocationManager.java │   │   │   ├── [6.6K] LocationProvider.java │   │   │   ├── [ 676] LocationRequest.aidl │   │   │   ├── [ 22K] LocationRequest.java │   │   │   └── [ 241] package.html │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] internal │   │   └── [4.0K] location │   │   ├── [ 15K] GpsNetInitiatedHandler.java │   │   ├── [1.4K] ILocationProvider.aidl │   │   ├── [ 692] ProviderProperties.aidl │   │   ├── [5.4K] ProviderProperties.java │   │   ├── [ 689] ProviderRequest.aidl │   │   └── [2.9K] ProviderRequest.java │   ├── [4.0K] lib │   │   ├── [1.3K] Android.mk │   │   ├── [ 828] com.android.location.provider.xml │   │   ├── [4.0K] java │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] location │   │   │   └── [4.0K] provider │   │   │   ├── [3.4K] GeocodeProvider.java │   │   │   ├── [7.6K] LocationProviderBase.java │   │   │   ├── [4.2K] LocationRequestUnbundled.java │   │   │   ├── [1.9K] ProviderPropertiesUnbundled.java │   │   │   └── [1.9K] ProviderRequestUnbundled.java │   │   └── [1.3K] README.txt │   └── [4.0K] tests │   └── [4.0K] locationtests │   ├── [1.5K] AndroidManifest.xml │   ├── [ 322] Android.mk │   └── [4.0K] src │   └── [4.0K] android │   └── [4.0K] location │   ├── [1.3K] CountryTester.java │   ├── [2.2K] GeocoderTest.java │   ├── [4.5K] LocationManagerTest.java │   └── [7.9K] LocationTest.java ├── [4.0K] media │   ├── [4.0K] java │   │   └── [4.0K] android │   │   ├── [4.0K] drm │   │   │   └── [4.0K] mobile1 │   │   │   ├── [2.0K] DrmConstraintInfo.java │   │   │   ├── [ 989] DrmException.java │   │   │   ├── [ 13K] DrmRawContent.java │   │   │   ├── [3.4K] DrmRights.java │   │   │   ├── [7.6K] DrmRightsManager.java │   │   │   └── [ 42] package.html │   │   ├── [4.0K] media │   │   │   ├── [4.0K] AmrInputStream.java │   │   │   ├── [8.2K] AsyncPlayer.java │   │   │   ├── [6.2K] AudioFormat.java │   │   │   ├── [4.0K] audiofx │   │   │   │   ├── [4.3K] AcousticEchoCanceler.java │   │   │   │   ├── [ 48K] AudioEffect.java │   │   │   │   ├── [4.3K] AutomaticGainControl.java │   │   │   │   ├── [ 12K] BassBoost.java │   │   │   │   ├── [ 28K] EnvironmentalReverb.java │   │   │   │   ├── [ 21K] Equalizer.java │   │   │   │   ├── [4.2K] NoiseSuppressor.java │   │   │   │   ├── [ 109] package.html │   │   │   │   ├── [ 12K] PresetReverb.java │   │   │   │   ├── [ 12K] Virtualizer.java │   │   │   │   └── [ 25K] Visualizer.java │   │   │   ├── [ 94K] AudioManager.java │   │   │   ├── [ 31K] AudioRecord.java │   │   │   ├── [ 665] AudioRoutesInfo.aidl │   │   │   ├── [2.0K] AudioRoutesInfo.java │   │   │   ├── [257K] AudioService.java │   │   │   ├── [ 18K] AudioSystem.java │   │   │   ├── [ 49K] AudioTrack.java │   │   │   ├── [ 11K] CamcorderProfile.java │   │   │   ├── [4.0K] CameraProfile.java │   │   │   ├── [1.3K] DataSource.java │   │   │   ├── [2.6K] DecoderCapabilities.java │   │   │   ├── [6.2K] EncoderCapabilities.java │   │   │   ├── [ 15K] ExifInterface.java │   │   │   ├── [6.8K] FaceDetector.java │   │   │   ├── [ 860] IAudioFocusDispatcher.aidl │   │   │   ├── [ 884] IAudioRoutesObserver.aidl │   │   │   ├── [4.9K] IAudioService.aidl │   │   │   ├── [1.1K] IMediaScannerListener.aidl │   │   │   ├── [1.6K] IMediaScannerService.aidl │   │   │   ├── [1.9K] IRemoteControlClient.aidl │   │   │   ├── [2.0K] IRemoteControlDisplay.aidl │   │   │   ├── [ 852] IRemoteVolumeObserver.aidl │   │   │   ├── [1.0K] IRingtonePlayer.aidl │   │   │   ├── [ 24K] JetPlayer.java │   │   │   ├── [7.3K] MediaActionSound.java │   │   │   ├── [ 10K] MediaCodecInfo.java │   │   │   ├── [ 20K] MediaCodec.java │   │   │   ├── [1.7K] MediaCodecList.java │   │   │   ├── [ 899] MediaCryptoException.java │   │   │   ├── [2.9K] MediaCrypto.java │   │   │   ├── [ 11K] MediaExtractor.java │   │   │   ├── [ 15K] MediaFile.java │   │   │   ├── [9.7K] MediaFormat.java │   │   │   ├── [3.2K] MediaInserter.java │   │   │   ├── [ 18K] MediaMetadataRetriever.java │   │   │   ├── [ 99K] MediaPlayer.java │   │   │   ├── [ 39K] MediaRecorder.java │   │   │   ├── [ 78K] MediaRouter.java │   │   │   ├── [1.1K] MediaScannerClient.java │   │   │   ├── [9.5K] MediaScannerConnection.java │   │   │   ├── [ 73K] MediaScanner.java │   │   │   ├── [4.4K] MediaSyncEvent.java │   │   │   ├── [ 17K] Metadata.java │   │   │   ├── [9.6K] MiniThumbFile.java │   │   │   ├── [ 655] package.html │   │   │   ├── [ 47K] RemoteControlClient.java │   │   │   ├── [4.5K] RemoteDisplay.java │   │   │   ├── [4.4K] ResampleInputStream.java │   │   │   ├── [8.7K] Ringtone.java │   │   │   ├── [ 25K] RingtoneManager.java │   │   │   ├── [ 19K] SoundPool.java │   │   │   ├── [ 19K] ThumbnailUtils.java │   │   │   ├── [ 24K] TimedText.java │   │   │   ├── [ 30K] ToneGenerator.java │   │   │   └── [4.0K] videoeditor │   │   │   ├── [ 20K] AudioTrack.java │   │   │   ├── [4.1K] EffectColor.java │   │   │   ├── [5.5K] Effect.java │   │   │   ├── [2.9K] EffectKenBurns.java │   │   │   ├── [1.3K] ExtractAudioWaveformProgressListener.java │   │   │   ├── [142K] MediaArtistNativeHelper.java │   │   │   ├── [ 36K] MediaImageItem.java │   │   │   ├── [ 26K] MediaItem.java │   │   │   ├── [ 16K] MediaProperties.java │   │   │   ├── [ 26K] MediaVideoItem.java │   │   │   ├── [ 15K] OverlayFrame.java │   │   │   ├── [5.9K] Overlay.java │   │   │   ├── [6.4K] TransitionAlpha.java │   │   │   ├── [1.9K] TransitionCrossfade.java │   │   │   ├── [1.9K] TransitionFadeBlack.java │   │   │   ├── [ 19K] Transition.java │   │   │   ├── [3.1K] TransitionSliding.java │   │   │   ├── [3.5K] VideoEditorFactory.java │   │   │   ├── [ 77K] VideoEditorImpl.java │   │   │   ├── [ 32K] VideoEditor.java │   │   │   ├── [3.6K] VideoEditorProfile.java │   │   │   └── [4.3K] WaveformData.java │   │   └── [4.0K] mtp │   │   ├── [ 23K] MtpConstants.java │   │   ├── [ 40K] MtpDatabase.java │   │   ├── [1.7K] MtpDeviceInfo.java │   │   ├── [8.8K] MtpDevice.java │   │   ├── [6.6K] MtpObjectInfo.java │   │   ├── [ 18K] MtpPropertyGroup.java │   │   ├── [2.8K] MtpPropertyList.java │   │   ├── [2.0K] MtpServer.java │   │   ├── [2.2K] MtpStorageInfo.java │   │   ├── [3.1K] MtpStorage.java │   │   └── [ 399] package.html │   ├── [4.0K] jni │   │   ├── [4.8K] android_media_AmrInputStream.cpp │   │   ├── [ 24K] android_media_MediaCodec.cpp │   │   ├── [2.7K] android_media_MediaCodec.h │   │   ├── [5.9K] android_media_MediaCodecList.cpp │   │   ├── [7.4K] android_media_MediaCrypto.cpp │   │   ├── [1.5K] android_media_MediaCrypto.h │   │   ├── [ 23K] android_media_MediaExtractor.cpp │   │   ├── [2.2K] android_media_MediaExtractor.h │   │   ├── [ 16K] android_media_MediaMetadataRetriever.cpp │   │   ├── [ 33K] android_media_MediaPlayer.cpp │   │   ├── [ 20K] android_media_MediaProfiles.cpp │   │   ├── [ 18K] android_media_MediaRecorder.cpp │   │   ├── [ 12K] android_media_MediaScanner.cpp │   │   ├── [3.5K] android_media_ResampleInputStream.cpp │   │   ├── [ 12K] android_media_Utils.cpp │   │   ├── [1.3K] android_media_Utils.h │   │   ├── [1.8K] Android.mk │   │   ├── [ 48K] android_mtp_MtpDatabase.cpp │   │   ├── [ 23K] android_mtp_MtpDevice.cpp │   │   ├── [7.9K] android_mtp_MtpServer.cpp │   │   ├── [4.0K] audioeffect │   │   │   ├── [ 30K] android_media_AudioEffect.cpp │   │   │   ├── [ 20K] android_media_Visualizer.cpp │   │   │   └── [ 390] Android.mk │   │   ├── [4.0K] mediaeditor │   │   │   ├── [2.5K] Android.mk │   │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   │   ├── [ 10K] NOTICE │   │   │   ├── [3.6K] VideoBrowserInternal.h │   │   │   ├── [ 20K] VideoBrowserMain.c │   │   │   ├── [7.1K] VideoBrowserMain.h │   │   │   ├── [141K] VideoEditorClasses.cpp │   │   │   ├── [ 20K] VideoEditorClasses.h │   │   │   ├── [ 28K] VideoEditorJava.cpp │   │   │   ├── [ 28K] VideoEditorJava.h │   │   │   ├── [2.3K] VideoEditorLogging.h │   │   │   ├── [150K] VideoEditorMain.cpp │   │   │   ├── [ 17K] VideoEditorOsal.cpp │   │   │   ├── [2.1K] VideoEditorOsal.h │   │   │   ├── [ 20K] VideoEditorPropertiesMain.cpp │   │   │   ├── [ 10K] VideoEditorThumbnailMain.cpp │   │   │   └── [3.4K] VideoEditorThumbnailMain.h │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] soundpool │   │   ├── [9.3K] android_media_SoundPool.cpp │   │   ├── [ 286] Android.mk │   │   └── [ 10K] NOTICE │   ├── [4.0K] libdrm │   │   ├── [ 37] Android.mk │   │   ├── [4.0K] mobile1 │   │   │   ├── [1.9K] Android.mk │   │   │   ├── [4.0K] include │   │   │   │   ├── [ 990] drm_common_types.h │   │   │   │   ├── [4.0K] jni │   │   │   │   │   └── [9.5K] drm1_jni.h │   │   │   │   ├── [4.0K] objmng │   │   │   │   │   ├── [1.6K] drm_decoder.h │   │   │   │   │   ├── [ 12K] drm_file.h │   │   │   │   │   ├── [4.3K] drm_i18n.h │   │   │   │   │   ├── [2.4K] drm_inner.h │   │   │   │   │   ├── [5.6K] drm_rights_manager.h │   │   │   │   │   ├── [1.7K] drm_time.h │   │   │   │   │   └── [ 14K] svc_drm.h │   │   │   │   ├── [4.0K] parser │   │   │   │   │   ├── [4.2K] parser_dcf.h │   │   │   │   │   ├── [4.2K] parser_dm.h │   │   │   │   │   └── [4.1K] parser_rel.h │   │   │   │   └── [4.0K] xml │   │   │   │   ├── [2.1K] wbxml_tinyparser.h │   │   │   │   └── [6.0K] xml_tinyParser.h │   │   │   └── [4.0K] src │   │   │   ├── [4.0K] jni │   │   │   │   └── [ 31K] drm1_jni.c │   │   │   ├── [4.0K] objmng │   │   │   │   ├── [ 66K] drm_api.c │   │   │   │   ├── [2.9K] drm_decoder.c │   │   │   │   ├── [ 17K] drm_file.c │   │   │   │   ├── [ 13K] drm_i18n.c │   │   │   │   ├── [ 19K] drm_rights_manager.c │   │   │   │   └── [1.3K] drm_time.c │   │   │   ├── [4.0K] parser │   │   │   │   ├── [4.9K] parser_dcf.c │   │   │   │   ├── [ 11K] parser_dm.c │   │   │   │   └── [ 22K] parser_rel.c │   │   │   └── [4.0K] xml │   │   │   └── [ 20K] xml_tinyparser.c │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   └── [ 10K] NOTICE │   ├── [4.0K] mca │   │   ├── [ 675] Android.mk │   │   ├── [4.0K] effect │   │   │   └── [4.0K] java │   │   │   └── [4.0K] android │   │   │   └── [4.0K] media │   │   │   └── [4.0K] effect │   │   │   ├── [4.9K] EffectContext.java │   │   │   ├── [ 19K] EffectFactory.java │   │   │   ├── [4.7K] Effect.java │   │   │   ├── [4.0K] effects │   │   │   │   ├── [1018] AutoFixEffect.java │   │   │   │   ├── [3.7K] BackDropperEffect.java │   │   │   │   ├── [1.0K] BitmapOverlayEffect.java │   │   │   │   ├── [1.0K] BlackWhiteEffect.java │   │   │   │   ├── [1.0K] BrightnessEffect.java │   │   │   │   ├── [1.0K] ColorTemperatureEffect.java │   │   │   │   ├── [1023] ContrastEffect.java │   │   │   │   ├── [1.1K] CropEffect.java │   │   │   │   ├── [1.0K] CrossProcessEffect.java │   │   │   │   ├── [1.0K] DocumentaryEffect.java │   │   │   │   ├── [1018] DuotoneEffect.java │   │   │   │   ├── [1.0K] FillLightEffect.java │   │   │   │   ├── [1019] FisheyeEffect.java │   │   │   │   ├── [1006] FlipEffect.java │   │   │   │   ├── [1010] GrainEffect.java │   │   │   │   ├── [1020] GrayscaleEffect.java │   │   │   │   ├── [1.6K] IdentityEffect.java │   │   │   │   ├── [1017] LomoishEffect.java │   │   │   │   ├── [1022] NegativeEffect.java │   │   │   │   ├── [1.0K] PosterizeEffect.java │   │   │   │   ├── [1015] RedEyeEffect.java │   │   │   │   ├── [1010] RotateEffect.java │   │   │   │   ├── [1022] SaturateEffect.java │   │   │   │   ├── [1010] SepiaEffect.java │   │   │   │   ├── [1018] SharpenEffect.java │   │   │   │   ├── [1.0K] StraightenEffect.java │   │   │   │   ├── [1006] TintEffect.java │   │   │   │   └── [1022] VignetteEffect.java │   │   │   ├── [1.2K] EffectUpdateListener.java │   │   │   ├── [3.2K] FilterEffect.java │   │   │   ├── [3.9K] FilterGraphEffect.java │   │   │   ├── [3.2K] package.html │   │   │   ├── [ 859] package-info.java │   │   │   ├── [3.1K] SingleFilterEffect.java │   │   │   └── [2.2K] SizeChangeEffect.java │   │   ├── [4.0K] filterfw │   │   │   ├── [1.6K] Android.mk │   │   │   ├── [4.0K] java │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] filterfw │   │   │   │   ├── [4.0K] core │   │   │   │   │   ├── [7.8K] AsyncRunner.java │   │   │   │   │   ├── [5.1K] CachedFrameManager.java │   │   │   │   │   ├── [2.9K] FieldPort.java │   │   │   │   │   ├── [3.6K] FilterContext.java │   │   │   │   │   ├── [5.1K] FilterFactory.java │   │   │   │   │   ├── [3.8K] FilterFunction.java │   │   │   │   │   ├── [ 13K] FilterGraph.java │   │   │   │   │   ├── [ 25K] Filter.java │   │   │   │   │   ├── [3.4K] FilterPort.java │   │   │   │   │   ├── [4.7K] FilterSurfaceView.java │   │   │   │   │   ├── [1.4K] FinalPort.java │   │   │   │   │   ├── [ 14K] FrameFormat.java │   │   │   │   │   ├── [6.1K] Frame.java │   │   │   │   │   ├── [1.9K] FrameManager.java │   │   │   │   │   ├── [ 877] GenerateFieldPort.java │   │   │   │   │   ├── [ 877] GenerateFinalPort.java │   │   │   │   │   ├── [ 927] GenerateProgramPort.java │   │   │   │   │   ├── [ 844] GenerateProgramPorts.java │   │   │   │   │   ├── [5.4K] GLEnvironment.java │   │   │   │   │   ├── [ 13K] GLFrame.java │   │   │   │   │   ├── [3.4K] GraphRunner.java │   │   │   │   │   ├── [2.1K] InputPort.java │   │   │   │   │   ├── [2.6K] KeyValueMap.java │   │   │   │   │   ├── [2.5K] MutableFrameFormat.java │   │   │   │   │   ├── [ 909] NativeAllocatorTag.java │   │   │   │   │   ├── [3.5K] NativeBuffer.java │   │   │   │   │   ├── [9.5K] NativeFrame.java │   │   │   │   │   ├── [6.4K] NativeProgram.java │   │   │   │   │   ├── [2.5K] OneShotScheduler.java │   │   │   │   │   ├── [3.0K] OutputPort.java │   │   │   │   │   ├── [ 48] package-info.java │   │   │   │   │   ├── [1.1K] Program.java │   │   │   │   │   ├── [1.9K] ProgramPort.java │   │   │   │   │   ├── [1.5K] ProgramVariable.java │   │   │   │   │   ├── [ 867] ProtocolException.java │   │   │   │   │   ├── [1.4K] RandomScheduler.java │   │   │   │   │   ├── [2.0K] RoundRobinScheduler.java │   │   │   │   │   ├── [1.2K] Scheduler.java │   │   │   │   │   ├── [8.3K] SerializedFrame.java │   │   │   │   │   ├── [ 11K] ShaderProgram.java │   │   │   │   │   ├── [4.6K] SimpleFrame.java │   │   │   │   │   ├── [3.2K] SimpleFrameManager.java │   │   │   │   │   ├── [1.1K] SimpleScheduler.java │   │   │   │   │   ├── [2.7K] StopWatchMap.java │   │   │   │   │   ├── [2.5K] StreamPort.java │   │   │   │   │   ├── [7.3K] SyncRunner.java │   │   │   │   │   └── [4.0K] VertexFrame.java │   │   │   │   ├── [4.0K] FilterFunctionEnvironment.java │   │   │   │   ├── [4.0K] format │   │   │   │   │   ├── [3.2K] ImageFormat.java │   │   │   │   │   ├── [4.0K] ObjectFormat.java │   │   │   │   │   ├── [ 50] package-info.java │   │   │   │   │   └── [2.7K] PrimitiveFormat.java │   │   │   │   ├── [4.0K] geometry │   │   │   │   │   ├── [ 52] package-info.java │   │   │   │   │   ├── [2.7K] Point.java │   │   │   │   │   ├── [2.6K] Quad.java │   │   │   │   │   └── [3.0K] Rectangle.java │   │   │   │   ├── [7.1K] GraphEnvironment.java │   │   │   │   ├── [4.0K] io │   │   │   │   │   ├── [ 855] GraphIOException.java │   │   │   │   │   ├── [2.2K] GraphReader.java │   │   │   │   │   ├── [ 46] package-info.java │   │   │   │   │   ├── [3.3K] PatternScanner.java │   │   │   │   │   └── [ 19K] TextGraphReader.java │   │   │   │   └── [3.5K] MffEnvironment.java │   │   │   ├── [4.0K] jni │   │   │   │   ├── [1.6K] Android.mk │   │   │   │   ├── [ 13K] jni_gl_environment.cpp │   │   │   │   ├── [4.0K] jni_gl_environment.h │   │   │   │   ├── [ 13K] jni_gl_frame.cpp │   │   │   │   ├── [5.6K] jni_gl_frame.h │   │   │   │   ├── [1.6K] jni_init.cpp │   │   │   │   ├── [2.7K] jni_native_buffer.cpp │   │   │   │   ├── [2.0K] jni_native_buffer.h │   │   │   │   ├── [ 11K] jni_native_frame.cpp │   │   │   │   ├── [3.7K] jni_native_frame.h │   │   │   │   ├── [8.0K] jni_native_program.cpp │   │   │   │   ├── [4.1K] jni_native_program.h │   │   │   │   ├── [ 13K] jni_shader_program.cpp │   │   │   │   ├── [7.3K] jni_shader_program.h │   │   │   │   ├── [6.2K] jni_util.cpp │   │   │   │   ├── [9.3K] jni_util.h │   │   │   │   ├── [3.6K] jni_vertex_frame.cpp │   │   │   │   └── [1.9K] jni_vertex_frame.h │   │   │   └── [4.0K] native │   │   │   ├── [1.3K] Android.mk │   │   │   ├── [4.0K] base │   │   │   │   ├── [ 933] logging.h │   │   │   │   └── [5.4K] utilities.h │   │   │   ├── [4.0K] core │   │   │   │   ├── [3.1K] geometry.cpp │   │   │   │   ├── [2.3K] geometry.h │   │   │   │   ├── [2.2K] gl_buffer_interface.h │   │   │   │   ├── [ 11K] gl_env.cpp │   │   │   │   ├── [9.5K] gl_env.h │   │   │   │   ├── [ 13K] gl_frame.cpp │   │   │   │   ├── [7.0K] gl_frame.h │   │   │   │   ├── [1.5K] native_frame.cpp │   │   │   │   ├── [2.4K] native_frame.h │   │   │   │   ├── [4.5K] native_program.cpp │   │   │   │   ├── [2.6K] native_program.h │   │   │   │   ├── [ 34K] shader_program.cpp │   │   │   │   ├── [ 23K] shader_program.h │   │   │   │   ├── [1.4K] statistics.cpp │   │   │   │   ├── [1.7K] statistics.h │   │   │   │   ├── [2.5K] time_util.cpp │   │   │   │   ├── [1.8K] time_util.h │   │   │   │   ├── [6.3K] value.cpp │   │   │   │   ├── [2.6K] value.h │   │   │   │   ├── [2.2K] vertex_frame.cpp │   │   │   │   └── [2.3K] vertex_frame.h │   │   │   └── [1.0K] libfilterfw.mk │   │   ├── [4.0K] filterpacks │   │   │   ├── [1.3K] Android.mk │   │   │   ├── [4.0K] java │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] filterpacks │   │   │   │   ├── [4.0K] base │   │   │   │   │   ├── [3.2K] CallbackFilter.java │   │   │   │   │   ├── [1.7K] FrameBranch.java │   │   │   │   │   ├── [1.8K] FrameFetch.java │   │   │   │   │   ├── [1.7K] FrameSource.java │   │   │   │   │   ├── [1.3K] FrameStore.java │   │   │   │   │   ├── [3.3K] GLTextureSource.java │   │   │   │   │   ├── [2.0K] GLTextureTarget.java │   │   │   │   │   ├── [2.9K] InputStreamSource.java │   │   │   │   │   ├── [1.1K] NullFilter.java │   │   │   │   │   ├── [2.7K] ObjectSource.java │   │   │   │   │   ├── [1.9K] OutputStreamTarget.java │   │   │   │   │   └── [2.1K] RetargetFilter.java │   │   │   │   ├── [4.0K] imageproc │   │   │   │   │   ├── [2.3K] AlphaBlendFilter.java │   │   │   │   │   ├── [ 14K] AutoFixFilter.java │   │   │   │   │   ├── [4.5K] BitmapOverlayFilter.java │   │   │   │   │   ├── [3.6K] BitmapSource.java │   │   │   │   │   ├── [6.0K] BlackWhiteFilter.java │   │   │   │   │   ├── [2.3K] BlendFilter.java │   │   │   │   │   ├── [1.9K] BrightnessFilter.java │   │   │   │   │   ├── [4.3K] ColorTemperatureFilter.java │   │   │   │   │   ├── [2.0K] ContrastFilter.java │   │   │   │   │   ├── [4.8K] CropFilter.java │   │   │   │   │   ├── [4.6K] CropRectFilter.java │   │   │   │   │   ├── [4.2K] CrossProcessFilter.java │   │   │   │   │   ├── [6.0K] DocumentaryFilter.java │   │   │   │   │   ├── [2.8K] DrawOverlayFilter.java │   │   │   │   │   ├── [4.0K] DrawRectFilter.java │   │   │   │   │   ├── [4.2K] DuotoneFilter.java │   │   │   │   │   ├── [4.6K] FillLightFilter.java │   │   │   │   │   ├── [5.7K] FisheyeFilter.java │   │   │   │   │   ├── [3.6K] FixedRotationFilter.java │   │   │   │   │   ├── [3.7K] FlipFilter.java │   │   │   │   │   ├── [7.2K] GrainFilter.java │   │   │   │   │   ├── [4.5K] ImageCombineFilter.java │   │   │   │   │   ├── [1.9K] ImageEncoder.java │   │   │   │   │   ├── [4.5K] ImageSlicer.java │   │   │   │   │   ├── [4.8K] ImageStitcher.java │   │   │   │   │   ├── [1.9K] Invert.java │   │   │   │   │   ├── [8.0K] LomoishFilter.java │   │   │   │   │   ├── [3.3K] NegativeFilter.java │   │   │   │   │   ├── [ 56] package-info.java │   │   │   │   │   ├── [3.5K] PosterizeFilter.java │   │   │   │   │   ├── [6.2K] RedEyeFilter.java │   │   │   │   │   ├── [4.0K] ResizeFilter.java │   │   │   │   │   ├── [5.0K] RotateFilter.java │   │   │   │   │   ├── [5.6K] SaturateFilter.java │   │   │   │   │   ├── [3.7K] SepiaFilter.java │   │   │   │   │   ├── [5.2K] SharpenFilter.java │   │   │   │   │   ├── [3.7K] SimpleImageFilter.java │   │   │   │   │   ├── [5.2K] StraightenFilter.java │   │   │   │   │   ├── [4.2K] TintFilter.java │   │   │   │   │   ├── [3.0K] ToGrayFilter.java │   │   │   │   │   ├── [4.9K] ToPackedGrayFilter.java │   │   │   │   │   ├── [3.2K] ToRGBAFilter.java │   │   │   │   │   ├── [3.2K] ToRGBFilter.java │   │   │   │   │   └── [5.3K] VignetteFilter.java │   │   │   │   ├── [4.0K] numeric │   │   │   │   │   ├── [ 54] package-info.java │   │   │   │   │   └── [1.8K] SinWaveFilter.java │   │   │   │   ├── [4.0K] performance │   │   │   │   │   ├── [ 58] package-info.java │   │   │   │   │   ├── [3.1K] ThroughputFilter.java │   │   │   │   │   └── [1.6K] Throughput.java │   │   │   │   ├── [4.0K] text │   │   │   │   │   ├── [ 51] package-info.java │   │   │   │   │   ├── [1.4K] StringLogger.java │   │   │   │   │   ├── [1.7K] StringSource.java │   │   │   │   │   └── [1.6K] ToUpperCase.java │   │   │   │   ├── [4.0K] ui │   │   │   │   │   ├── [ 49] package-info.java │   │   │   │   │   ├── [9.8K] SurfaceRenderFilter.java │   │   │   │   │   └── [8.9K] SurfaceTargetFilter.java │   │   │   │   ├── [4.0K] videoproc │   │   │   │   │   └── [ 48K] BackDropperFilter.java │   │   │   │   ├── [4.0K] videosink │   │   │   │   │   ├── [ 18K] MediaEncoderFilter.java │   │   │   │   │   └── [1.2K] MediaRecorderStopException.java │   │   │   │   └── [4.0K] videosrc │   │   │   │   ├── [ 13K] CameraSource.java │   │   │   │   ├── [ 22K] MediaSource.java │   │   │   │   ├── [ 55] package-info.java │   │   │   │   ├── [ 10K] SurfaceTextureSource.java │   │   │   │   └── [ 14K] SurfaceTextureTarget.java │   │   │   └── [4.0K] native │   │   │   ├── [4.0K] base │   │   │   │   ├── [3.7K] geometry.cpp │   │   │   │   ├── [2.8K] geometry.h │   │   │   │   ├── [2.5K] time_util.cpp │   │   │   │   ├── [1.9K] time_util.h │   │   │   │   ├── [5.5K] utilities.h │   │   │   │   └── [4.1K] vec_types.h │   │   │   └── [4.0K] imageproc │   │   │   ├── [2.9K] brightness.c │   │   │   ├── [2.5K] contrast.c │   │   │   ├── [1.3K] invert.c │   │   │   └── [3.8K] to_rgba.c │   │   ├── [4.0K] samples │   │   │   ├── [ 675] Android.mk │   │   │   └── [4.0K] CameraEffectsRecordingSample │   │   │   ├── [1.7K] AndroidManifest.xml │   │   │   ├── [1.0K] Android.mk │   │   │   ├── [4.0K] java │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] media │   │   │   │   └── [4.0K] filterfw │   │   │   │   └── [4.0K] samples │   │   │   │   └── [3.4K] CameraEffectsRecordingSample.java │   │   │   └── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   └── [3.6K] android.jpg │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.2K] main.xml │   │   │   ├── [4.0K] raw │   │   │   │   └── [1.7K] cameraeffectsrecordingsample.graph │   │   │   └── [4.0K] values │   │   │   └── [ 756] strings.xml │   │   ├── [ 12K] structgen.py │   │   └── [4.0K] tests │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 378] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] android │   │   └── [4.0K] camera │   │   └── [4.0K] mediaeffects │   │   └── [4.0K] tests │   │   └── [4.0K] functional │   │   └── [3.5K] EffectsVideoCapture.java │   └── [4.0K] tests │   ├── [4.0K] CameraBrowser │   │   ├── [1.1K] AndroidManifest.xml │   │   ├── [ 221] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   ├── [5.8K] object_info.xml │   │   │   │   └── [1.3K] object_list.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [1.9K] strings.xml │   │   │   │   └── [1.3K] styles.xml │   │   │   └── [4.0K] xml │   │   │   └── [ 786] device_filter.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] camerabrowser │   │   ├── [1.0K] CameraBrowserApplication.java │   │   ├── [4.3K] CameraBrowser.java │   │   ├── [1.8K] DeviceDisconnectedReceiver.java │   │   ├── [ 15K] MtpClient.java │   │   ├── [4.8K] ObjectBrowser.java │   │   ├── [7.5K] ObjectViewer.java │   │   └── [3.6K] StorageBrowser.java │   ├── [4.0K] contents │   │   └── [4.0K] media_api │   │   ├── [ 18K] goldenThumbnail.png │   │   ├── [4.0K] music │   │   │   ├── [2.9K] ants.mid │   │   │   ├── [ 46K] bzk_chic.wav │   │   │   ├── [1.2M] MP3_48KHz_128kbps_s_1_17_ABR.mp3 │   │   │   ├── [1.2M] MP3_48KHz_128kbps_s_1_17_CBR.mp3 │   │   │   ├── [3.0M] MP3_48KHz_128kbps_s_1_17_ID3V1_ID3V2.mp3 │   │   │   ├── [1.4M] MP3_48KHz_128kbps_s_1_17_ID3V1.mp3 │   │   │   ├── [1.4M] MP3_48KHz_128kbps_s_1_17_ID3V2.mp3 │   │   │   ├── [1.2M] MP3_48KHz_128kbps_s_1_17.mp3 │   │   │   ├── [1.2M] MP3_48KHz_128kbps_s_1_17_VBR.mp3 │   │   │   ├── [4.9K] SHORTMP3.mp3 │   │   │   ├── [776K] sine_200+1000Hz_44K_mo.wav │   │   │   └── [ 59K] test_amr_ietf.amr │   │   ├── [4.0K] video │   │   │   ├── [2.1M] big-buck-bunny_trailer.webm │   │   │   ├── [ 37K] border_large.3gp │   │   │   ├── [ 31M] H263_500_AMRNB_12.3gp │   │   │   ├── [5.4M] H263_56_AAC_24.3gp │   │   │   ├── [4.6M] H263_56_AMRNB_6.3gp │   │   │   ├── [1.3M] H264_320_AAC_64.3gp │   │   │   ├── [1.1M] H264_320_AMRNB_6.3gp │   │   │   ├── [ 23M] H264_500_AAC_128.3gp │   │   │   ├── [ 31M] H264_HVGA_500_NO_AUDIO.3gp │   │   │   ├── [ 31M] H264_QVGA_500_NO_AUDIO.3gp │   │   │   └── [1.9M] MPEG4_320_AAC_64.mp4 │   │   └── [4.0K] videoeditor │   │   ├── [1.4M] AACLC_44.1kHz_256kbps_s_1_17.mp4 │   │   ├── [2.3M] AACLC_48KHz_256Kbps_s_1_17.3gp │   │   ├── [122K] AMRNB_8KHz_12.2Kbps_m_1_17.3gp │   │   ├── [2.5M] corrupted_H264_BP_640x480_12.5fps_256kbps_AACLC_16khz_24kbps_s_0_26.mp4 │   │   ├── [738K] H263_profile0_176x144_10fps_256kbps_0_25.3gp │   │   ├── [2.2M] H263_profile0_176x144_10fps_256kbps_1_17.3gp │   │   ├── [712K] H263_profile0_176x144_10fps_96kbps_0_25.3gp │   │   ├── [1.3M] H263_profile0_176x144_15fps_128kbps_1_35.3gp │   │   ├── [858K] H263_profile0_176x144_15fps_256kbps_AACLC_16kHz_32kbps_m_0_26.3gp │   │   ├── [1.1M] H263_profile0_176x144_15fps_256kbps_AACLC_32kHz_128kbps_s_0_26.3gp │   │   ├── [3.5M] H263_profile0_176x144_15fps_256kbps_AACLC_32kHz_128kbps_s_1_17.3gp │   │   ├── [ 12M] H264_BP_1080x720_30fps_12Mbps_AACLC_44.1khz_64kbps_s_1_17.mp4 │   │   ├── [7.9M] H264_BP_1080x720_30fps_800kbps_1_17.mp4 │   │   ├── [9.4M] H264_BP_1280x1080_30fps_1200Kbps_1_10.mp4 │   │   ├── [6.1M] H264_BP_1280x720_15fps_512kbps_AACLC_16khz_48kbps_s_1_17.mp4 │   │   ├── [1.4M] H264_BP_176x144_15fps_144kbps_AMRNB_8kHz_12.2kbps_m_1_17.3gp │   │   ├── [10.0M] H264_BP_1920x1080_30fps_1200Kbps_1_10.mp4 │   │   ├── [971K] H264_BP_640x480_12.5fps_256kbps_AACLC_16khz_24kbps_s_0_26.mp4 │   │   ├── [ 11M] H264_BP_640x480_15fps_1200Kbps_AACLC_48KHz_32kbps_m_1_17.3gp │   │   ├── [ 11M] H264_BP_640x480_15fps_1200Kbps_AACLC_48KHz_64kps_m_0_27.3gp │   │   ├── [ 58M] H264_BP_640x480_15fps_384kbps_60_0.mp4 │   │   ├── [1.6M] H264_BP_640x480_30fps_192kbps_1_5.mp4 │   │   ├── [3.1M] H264_BP_640x480_30fps_256kbps_1_17.mp4 │   │   ├── [1.1M] H264_BP_720x480_25fps_256kbps_AMRNB_8khz_12.2kbps_m_0_26.mp4 │   │   ├── [4.7M] H264_BP_800x480_15fps_512kbps_1_17.mp4 │   │   ├── [5.0M] H264_BP_800x480_15fps_512kbps_AACLC_24KHz_38Kbps_s_1_17.mp4 │   │   ├── [1.6M] H264_BP_800x480_15fps_512kbps_AMRNB_8KHz_12.2Kbps_m_0_26.mp4 │   │   ├── [9.2M] H264_BP_960x720_25fps_800kbps_AACLC_48Khz_192Kbps_s_1_17.mp4 │   │   ├── [5.1M] H264_MP_960x720_25fps_800kbps_AACLC_48Khz_192Kbps_s_1_17.mp4 │   │   ├── [253K] IMG_1600x1200.jpg │   │   ├── [ 19K] IMG_176x144.jpg │   │   ├── [ 633] IMG_176x144_Overlay1.png │   │   ├── [7.4K] IMG_176x144_Overlay2.png │   │   ├── [ 20K] IMG_320x240.jpg │   │   ├── [239K] IMG_640x480.gif │   │   ├── [ 77K] IMG_640x480.jpg │   │   ├── [7.4K] IMG_640x480_Overlay1.png │   │   ├── [4.5K] IMG_640x480_Overlay2.png │   │   ├── [7.4K] IMG_640x480.png │   │   ├── [1.2M] MP3_48KHz_128kbps_s_1_17.mp3 │   │   ├── [1.6M] MPEG2_640x480_30fps_192kbps_1_5.mp4 │   │   ├── [349K] MPEG4_SP_176x144_12fps_92kbps_AMRNB_8KHz_12.2kbps_m_0_27.3gp │   │   ├── [3.3M] MPEG4_SP_176x144_30fps_256kbps_AACLC_44.1kHz_96kbps_s_1_17.3gp │   │   ├── [ 12M] MPEG4_SP_640x480_15fps_1200kbps_AACLC_48khz_64kbps_m_1_17.3gp │   │   ├── [ 12M] MPEG4_SP_640x480_15fps_1200kbps_AACLC_48khz_64kbps_m_1_17.mp4 │   │   ├── [917K] MPEG4_SP_640x480_15fps_256kbps_0_30.mp4 │   │   ├── [2.1M] MPEG4_SP_640x480_15fps_512kbps_AACLC_48khz_132kbps_s_0_26.mp4 │   │   ├── [478K] MPEG4_SP_640x480_30fps_512Kbps_0_23.3gp │   │   ├── [1.6M] MPEG4_SP_640x480_30fps_512Kbps_0_27.mp4 │   │   ├── [1.5M] MPEG4_SP_720x480_30fps_280kbps_AACLC_48kHz_161kbps_s_0_26.mp4 │   │   ├── [1.1M] MPEG4_SP_720x480_30fps_280kbps_AACLC_48kHz_96kbps_s_0_21.mp4 │   │   ├── [1.5M] MPEG4_SP_800x480_515kbps_15fps_AMR_NB_8KHz_12.2kbps_m_0_26.mp4 │   │   ├── [1.0M] MPEG4_SP_854x480_15fps_256kbps_AACLC_16khz_48kbps_s_0_26.mp4 │   │   ├── [ 19] Text_FileRenamedTo3gp.3gp │   │   └── [ 12K] TransitionSpiral_QVGA.jpg │   ├── [4.0K] EffectsTest │   │   ├── [2.0K] AndroidManifest.xml │   │   ├── [ 189] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [6.0K] icon.png │   │   │   │   └── [ 369] stop.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [7.5K] bassboosttest.xml │   │   │   │   ├── [2.2K] effectstest.xml │   │   │   │   ├── [ 22K] envreverbtest.xml │   │   │   │   ├── [ 19K] equalizertest.xml │   │   │   │   ├── [6.6K] presetreverbtest.xml │   │   │   │   ├── [7.5K] virtualizertest.xml │   │   │   │   └── [9.8K] visualizertest.xml │   │   │   ├── [4.0K] raw │   │   │   │   ├── [1.4M] mp3_sample.mp3 │   │   │   │   └── [313K] sine440_mo_16b_16k.wav │   │   │   └── [4.0K] values │   │   │   └── [2.0K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] effectstest │   │   ├── [9.5K] BassBoostTest.java │   │   ├── [2.4K] EffectParameter.java │   │   ├── [7.7K] EffectsTest.java │   │   ├── [ 19K] EnvReverbTest.java │   │   ├── [ 15K] EqualizerTest.java │   │   ├── [ 10K] PresetReverbTest.java │   │   ├── [7.0K] SimplePlayer.java │   │   ├── [9.5K] VirtualizerTest.java │   │   └── [ 10K] VisualizerTest.java │   ├── [4.0K] MediaDump │   │   ├── [2.3K] AndroidManifest.xml │   │   ├── [ 371] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [ 773] main.xml │   │   │   └── [4.0K] values │   │   │   └── [ 347] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] mediadump │   │   ├── [1.8K] MediaDump.java │   │   ├── [7.9K] RgbPlayerActivity.java │   │   ├── [2.4K] VideoDumpActivity.java │   │   └── [ 25K] VideoDumpView.java │   ├── [4.0K] MediaFrameworkTest │   │   ├── [3.2K] AndroidManifest.xml │   │   ├── [ 285] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [9.5K] icon.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [6.0K] icon.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.7K] movie_view.xml │   │   │   │   └── [1.4K] surface_view.xml │   │   │   ├── [4.0K] raw │   │   │   │   ├── [3.6K] shortmp3.mp3 │   │   │   │   ├── [2.9K] testmidi.mid │   │   │   │   └── [299K] testmp3.mp3 │   │   │   └── [4.0K] values │   │   │   └── [ 162] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] mediaframeworktest │   │   ├── [1.2K] CameraStressTestRunner.java │   │   ├── [4.0K] functional │   │   │   ├── [4.0K] audio │   │   │   │   ├── [ 59K] MediaAudioEffectTest.java │   │   │   │   ├── [9.7K] MediaAudioManagerTest.java │   │   │   │   ├── [ 57K] MediaAudioTrackTest.java │   │   │   │   ├── [7.3K] MediaBassBoostTest.java │   │   │   │   ├── [ 21K] MediaEnvReverbTest.java │   │   │   │   ├── [ 10K] MediaEqualizerTest.java │   │   │   │   ├── [ 14K] MediaPresetReverbTest.java │   │   │   │   ├── [7.4K] MediaVirtualizerTest.java │   │   │   │   ├── [ 24K] MediaVisualizerTest.java │   │   │   │   └── [2.3K] SimTonesTest.java │   │   │   ├── [9.1K] CameraTest.java │   │   │   ├── [ 29K] CodecTest.java │   │   │   ├── [3.7K] EnergyProbe.java │   │   │   ├── [6.0K] MediaMetadataTest.java │   │   │   ├── [5.0K] MediaMimeTest.java │   │   │   ├── [4.0K] mediaplayback │   │   │   │   └── [ 15K] MediaPlayerApiTest.java │   │   │   ├── [2.2K] MediaPlayerInvokeTest.java │   │   │   ├── [4.0K] mediarecorder │   │   │   │   └── [ 13K] MediaRecorderTest.java │   │   │   ├── [5.4K] TonesAutoTest.java │   │   │   └── [4.0K] videoeditor │   │   │   ├── [ 38K] MediaItemThumbnailTest.java │   │   │   ├── [ 32K] MediaPropertiesTest.java │   │   │   ├── [120K] VideoEditorAPITest.java │   │   │   ├── [ 36K] VideoEditorExportTest.java │   │   │   └── [ 49K] VideoEditorPreviewTest.java │   │   ├── [2.2K] MediaFrameworkPerfTestRunner.java │   │   ├── [1.4K] MediaFrameworkPowerTestRunner.java │   │   ├── [4.6K] MediaFrameworkTest.java │   │   ├── [4.4K] MediaFrameworkTestRunner.java │   │   ├── [4.2K] MediaFrameworkUnitTestRunner.java │   │   ├── [8.5K] MediaNames.java │   │   ├── [1.4K] MediaPlayerStressTestRunner.java │   │   ├── [4.8K] MediaProfileReader.java │   │   ├── [4.1K] MediaRecorderStressTestRunner.java │   │   ├── [4.6K] MediaTestUtil.java │   │   ├── [4.0K] performance │   │   │   ├── [ 18K] MediaPlayerPerformance.java │   │   │   └── [ 45K] VideoEditorPerformance.java │   │   ├── [4.0K] power │   │   │   └── [2.7K] MediaPlayerPowerTest.java │   │   ├── [4.0K] stress │   │   │   ├── [ 13K] CameraStressTest.java │   │   │   ├── [5.9K] MediaPlayerStressTest.java │   │   │   ├── [ 22K] MediaRecorderStressTest.java │   │   │   └── [ 55K] VideoEditorStressTest.java │   │   ├── [4.0K] unit │   │   │   ├── [8.7K] MediaInserterTest.java │   │   │   ├── [ 12K] MediaMetadataRetrieverTest.java │   │   │   ├── [2.5K] MediaPlayerGetCurrentPositionStateUnitTest.java │   │   │   ├── [2.5K] MediaPlayerGetDurationStateUnitTest.java │   │   │   ├── [2.5K] MediaPlayerGetVideoHeightStateUnitTest.java │   │   │   ├── [2.5K] MediaPlayerGetVideoWidthStateUnitTest.java │   │   │   ├── [2.5K] MediaPlayerIsPlayingStateUnitTest.java │   │   │   ├── [ 13K] MediaPlayerMetadataParserTest.java │   │   │   ├── [ 957] MediaPlayerMethodUnderTest.java │   │   │   ├── [2.4K] MediaPlayerPauseStateUnitTest.java │   │   │   ├── [2.4K] MediaPlayerResetStateUnitTest.java │   │   │   ├── [2.4K] MediaPlayerSeekToStateUnitTest.java │   │   │   ├── [2.6K] MediaPlayerSetAudioStreamTypeStateUnitTest.java │   │   │   ├── [2.5K] MediaPlayerSetLoopingStateUnitTest.java │   │   │   ├── [2.5K] MediaPlayerSetVolumeStateUnitTest.java │   │   │   ├── [2.4K] MediaPlayerStartStateUnitTest.java │   │   │   ├── [1.6K] MediaPlayerStateErrors.java │   │   │   ├── [ 18K] MediaPlayerStateUnitTestTemplate.java │   │   │   ├── [2.4K] MediaPlayerStopStateUnitTest.java │   │   │   ├── [ 967] MediaRecorderMethodUnderTest.java │   │   │   ├── [2.5K] MediaRecorderPrepareStateUnitTest.java │   │   │   ├── [2.4K] MediaRecorderResetStateUnitTest.java │   │   │   ├── [2.5K] MediaRecorderSetAudioEncoderStateUnitTest.java │   │   │   ├── [2.5K] MediaRecorderSetAudioSourceStateUnitTest.java │   │   │   ├── [2.4K] MediaRecorderSetOutputFileStateUnitTest.java │   │   │   ├── [2.5K] MediaRecorderSetOutputFormatStateUnitTest.java │   │   │   ├── [2.3K] MediaRecorderStartStateUnitTest.java │   │   │   ├── [1.4K] MediaRecorderStateErrors.java │   │   │   ├── [ 13K] MediaRecorderStateUnitTestTemplate.java │   │   │   └── [2.8K] MediaRecorderStopStateUnitTest.java │   │   └── [ 18K] VideoEditorHelper.java │   ├── [4.0K] omxjpegdecoder │   │   ├── [1.4K] Android.mk │   │   ├── [3.5K] jpeg_decoder_bench.cpp │   │   ├── [5.7K] omx_jpeg_decoder.cpp │   │   ├── [1.8K] omx_jpeg_decoder.h │   │   ├── [1.2K] SkOmxPixelRef.cpp │   │   ├── [1.4K] SkOmxPixelRef.h │   │   ├── [1.3K] StreamSource.cpp │   │   └── [1.4K] StreamSource.h │   ├── [4.0K] players │   │   ├── [ 863] Android.mk │   │   ├── [3.8K] invoke_mock_media_player.cpp │   │   └── [ 240] README │   ├── [ 365] README.txt │   ├── [4.0K] ScoAudioTest │   │   ├── [1.5K] AndroidManifest.xml │   │   ├── [ 221] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [6.0K] icon.png │   │   │   │   ├── [ 688] record.png │   │   │   │   └── [ 369] stop.png │   │   │   ├── [4.0K] layout │   │   │   │   └── [7.2K] scoaudiotest.xml │   │   │   ├── [4.0K] raw │   │   │   │   └── [313K] sine440_mo_16b_16k.wav │   │   │   └── [4.0K] values │   │   │   └── [ 613] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] scoaudiotest │   │   └── [ 28K] ScoAudioTest.java │   └── [4.0K] SoundPoolTest │   ├── [ 460] AndroidManifest.xml │   ├── [ 191] Android.mk │   ├── [4.0K] res │   │   └── [4.0K] raw │   │   ├── [6.8K] organ441.ogg │   │   ├── [5.0K] sine441.ogg │   │   ├── [4.4K] test1.mp3 │   │   ├── [ 12K] test2.ogg │   │   ├── [ 18K] test3.ogg │   │   ├── [ 20K] test4.ogg │   │   └── [ 12K] test5.ogg │   └── [4.0K] src │   └── [4.0K] com │   └── [4.0K] android │   └── [ 14K] SoundPoolTest.java ├── [ 0] MODULE_LICENSE_APACHE2 ├── [4.0K] native │   ├── [4.0K] android │   │   ├── [ 651] Android.mk │   │   ├── [5.8K] asset_manager.cpp │   │   ├── [7.4K] configuration.cpp │   │   ├── [ 11K] input.cpp │   │   ├── [2.3K] looper.cpp │   │   ├── [1.4K] native_activity.cpp │   │   ├── [2.7K] native_window.cpp │   │   ├── [1.5K] obb.cpp │   │   ├── [4.3K] sensor.cpp │   │   └── [6.0K] storage_manager.cpp │   ├── [1.8K] copy-to-ndk.sh │   └── [4.0K] graphics │   └── [4.0K] jni │   ├── [ 581] Android.mk │   └── [3.1K] bitmap.cpp ├── [4.0K] nfc-extras │   ├── [ 385] Android.mk │   ├── [ 810] com.android.nfc_extras.xml │   ├── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] nfc_extras │   │   ├── [8.6K] NfcAdapterExtras.java │   │   └── [6.0K] NfcExecutionEnvironment.java │   └── [4.0K] tests │   ├── [1.6K] AndroidManifest.xml │   ├── [ 975] Android.mk │   └── [4.0K] src │   └── [4.0K] com │   └── [4.0K] android │   └── [4.0K] nfc_extras │   └── [4.0K] tests │   └── [4.0K] BasicNfcEeTest.java ├── [ 18K] NOTICE ├── [4.0K] obex │   ├── [ 159] Android.mk │   ├── [4.0K] javax │   │   └── [4.0K] obex │   │   ├── [4.3K] ApplicationParameter.java │   │   ├── [6.0K] Authenticator.java │   │   ├── [3.1K] BaseStream.java │   │   ├── [ 25K] ClientOperation.java │   │   ├── [ 17K] ClientSession.java │   │   ├── [ 23K] HeaderSet.java │   │   ├── [ 38K] ObexHelper.java │   │   ├── [8.3K] ObexSession.java │   │   ├── [2.9K] ObexTransport.java │   │   ├── [7.4K] Operation.java │   │   ├── [2.8K] PasswordAuthentication.java │   │   ├── [6.0K] PrivateInputStream.java │   │   ├── [5.5K] PrivateOutputStream.java │   │   ├── [ 10K] ResponseCodes.java │   │   ├── [ 25K] ServerOperation.java │   │   ├── [ 12K] ServerRequestHandler.java │   │   ├── [ 26K] ServerSession.java │   │   └── [6.6K] SessionNotifier.java │   ├── [ 0] MODULE_LICENSE_BSD_LIKE │   └── [1.5K] NOTICE ├── [4.0K] opengl │   └── [4.0K] java │   ├── [4.0K] android │   │   └── [4.0K] opengl │   │   ├── [ 17K] EGL14.java │   │   ├── [1.0K] EGLConfig.java │   │   ├── [1.0K] EGLContext.java │   │   ├── [1.0K] EGLDisplay.java │   │   ├── [ 16K] EGLLogWrapper.java │   │   ├── [1.2K] EGLObjectHandle.java │   │   ├── [1.0K] EGLSurface.java │   │   ├── [4.8K] ETC1.java │   │   ├── [9.4K] ETC1Util.java │   │   ├── [3.7K] GLDebugHelper.java │   │   ├── [ 46K] GLErrorWrapper.java │   │   ├── [1.3K] GLES10Ext.java │   │   ├── [ 45K] GLES10.java │   │   ├── [ 36K] GLES11Ext.java │   │   ├── [ 25K] GLES11.java │   │   ├── [ 68K] GLES20.java │   │   ├── [1.3K] GLException.java │   │   ├── [112K] GLLogWrapper.java │   │   ├── [ 74K] GLSurfaceView.java │   │   ├── [9.1K] GLU.java │   │   ├── [ 10K] GLUtils.java │   │   ├── [ 783] GLWallpaperService.java │   │   ├── [1.7K] GLWrapperBase.java │   │   ├── [4.5K] ManagedEGLContext.java │   │   ├── [ 26K] Matrix.java │   │   ├── [ 236] package.html │   │   └── [5.7K] Visibility.java │   ├── [4.0K] com │   │   └── [4.0K] google │   │   └── [4.0K] android │   │   └── [4.0K] gles_jni │   │   ├── [ 900] EGLConfigImpl.java │   │   ├── [1.3K] EGLContextImpl.java │   │   ├── [1.2K] EGLDisplayImpl.java │   │   ├── [7.1K] EGLImpl.java │   │   ├── [1.3K] EGLSurfaceImpl.java │   │   └── [ 53K] GLImpl.java │   └── [4.0K] javax │   └── [4.0K] microedition │   └── [4.0K] khronos │   ├── [4.0K] egl │   │   ├── [6.2K] EGL10.java │   │   ├── [ 753] EGL11.java │   │   ├── [ 698] EGLConfig.java │   │   ├── [ 940] EGLContext.java │   │   ├── [ 699] EGLDisplay.java │   │   ├── [ 688] EGL.java │   │   └── [ 699] EGLSurface.java │   └── [4.0K] opengles │   ├── [1.1K] GL10Ext.java │   ├── [ 25K] GL10.java │   ├── [ 12K] GL11ExtensionPack.java │   ├── [3.5K] GL11Ext.java │   ├── [ 15K] GL11.java │   ├── [ 764] GL.java │   └── [ 219] package.html ├── [4.0K] packages │   ├── [4.0K] BackupRestoreConfirmation │   │   ├── [1.4K] AndroidManifest.xml │   │   ├── [ 923] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   ├── [4.2K] confirm_backup.xml │   │   │   │   └── [4.3K] confirm_restore.xml │   │   │   ├── [4.0K] values │   │   │   │   └── [4.6K] strings.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [3.4K] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [4.3K] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [4.2K] strings.xml │   │   │   ├── [4.0K] values-be │   │   │   │   └── [4.6K] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [4.7K] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [3.4K] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [3.5K] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [3.7K] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [5.2K] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [3.4K] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [3.7K] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-et │   │   │   │   └── [3.4K] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [4.5K] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [3.4K] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [5.6K] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [3.7K] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [3.5K] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [3.5K] strings.xml │   │   │   ├── [4.0K] values-ms │   │   │   │   └── [3.5K] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [3.5K] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [3.7K] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [4.1K] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [3.4K] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [3.5K] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [4.5K] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [3.5K] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [5.6K] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [3.7K] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [4.6K] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [3.2K] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [3.3K] strings.xml │   │   │   └── [4.0K] values-zu │   │   │   └── [3.8K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] backupconfirm │   │   └── [ 12K] BackupRestoreConfirmation.java │   ├── [4.0K] DefaultContainerService │   │   ├── [1.1K] AndroidManifest.xml │   │   ├── [ 333] Android.mk │   │   ├── [4.0K] jni │   │   │   ├── [ 985] Android.mk │   │   │   └── [1.9K] com_android_defcontainer_MeasurementUtils.cpp │   │   ├── [4.0K] res │   │   │   ├── [4.0K] values │   │   │   │   └── [ 849] strings.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [ 901] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [ 910] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [ 924] strings.xml │   │   │   ├── [4.0K] values-be │   │   │   │   └── [ 927] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [ 927] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [ 908] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [ 903] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [ 927] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [ 906] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [ 905] strings.xml │   │   │   ├── [4.0K] values-et │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [ 922] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [ 903] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [ 928] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [ 906] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [ 907] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [ 901] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [ 915] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [ 923] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [ 910] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [ 906] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [ 908] strings.xml │   │   │   ├── [4.0K] values-ms │   │   │   │   └── [ 901] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [ 911] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [ 901] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [ 901] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [ 904] strings.xml │   │   │   ├── [4.0K] values-rm │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [ 903] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [ 926] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [ 910] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [ 930] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [ 905] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [ 910] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [ 974] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [ 908] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [ 930] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [ 915] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [ 914] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [ 905] strings.xml │   │   │   └── [4.0K] values-zu │   │   │   └── [ 913] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] defcontainer │   │   ├── [ 32K] DefaultContainerService.java │   │   └── [ 935] MeasurementUtils.java │   ├── [4.0K] FakeOemFeatures │   │   ├── [1.0K] AndroidManifest.xml │   │   ├── [ 317] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] fakeoemfeatures │   │   ├── [6.2K] FakeApp.java │   │   ├── [4.2K] FakeBackgroundService.java │   │   ├── [ 717] FakeCoreService2.java │   │   ├── [ 717] FakeCoreService3.java │   │   ├── [ 950] FakeCoreService.java │   │   └── [2.4K] FakeView.java │   ├── [4.0K] FusedLocation │   │   ├── [1.8K] AndroidManifest.xml │   │   ├── [ 909] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [4.0K] res │   │   │   └── [4.0K] values │   │   │   └── [ 171] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] location │   │   └── [4.0K] fused │   │   ├── [3.6K] FusedLocationProvider.java │   │   ├── [1.4K] FusedLocationService.java │   │   └── [ 11K] FusionEngine.java │   ├── [4.0K] InputDevices │   │   ├── [ 808] AndroidManifest.xml │   │   ├── [1.2K] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [4.0K] res │   │   │   ├── [4.0K] raw │   │   │   │   ├── [8.3K] keyboard_layout_belgian.kcm │   │   │   │   ├── [ 12K] keyboard_layout_bulgarian.kcm │   │   │   │   ├── [9.1K] keyboard_layout_croatian_and_slovenian.kcm │   │   │   │   ├── [8.9K] keyboard_layout_czech.kcm │   │   │   │   ├── [8.1K] keyboard_layout_danish.kcm │   │   │   │   ├── [7.9K] keyboard_layout_english_us_dvorak.kcm │   │   │   │   ├── [7.4K] keyboard_layout_english_us.kcm │   │   │   │   ├── [8.4K] keyboard_layout_estonian.kcm │   │   │   │   ├── [ 10K] keyboard_layout_finnish.kcm │   │   │   │   ├── [8.6K] keyboard_layout_french_ca.kcm │   │   │   │   ├── [8.2K] keyboard_layout_french.kcm │   │   │   │   ├── [8.2K] keyboard_layout_german.kcm │   │   │   │   ├── [9.5K] keyboard_layout_hungarian.kcm │   │   │   │   ├── [8.2K] keyboard_layout_icelandic.kcm │   │   │   │   ├── [7.9K] keyboard_layout_italian.kcm │   │   │   │   ├── [8.1K] keyboard_layout_norwegian.kcm │   │   │   │   ├── [8.0K] keyboard_layout_portuguese.kcm │   │   │   │   ├── [ 12K] keyboard_layout_russian.kcm │   │   │   │   ├── [ 12K] keyboard_layout_russian_mac.kcm │   │   │   │   ├── [9.1K] keyboard_layout_slovak.kcm │   │   │   │   ├── [8.1K] keyboard_layout_spanish.kcm │   │   │   │   ├── [8.1K] keyboard_layout_swedish.kcm │   │   │   │   ├── [8.3K] keyboard_layout_swiss_french.kcm │   │   │   │   ├── [8.3K] keyboard_layout_swiss_german.kcm │   │   │   │   ├── [8.8K] keyboard_layout_turkish.kcm │   │   │   │   └── [ 12K] keyboard_layout_ukrainian.kcm │   │   │   ├── [4.0K] values │   │   │   │   └── [3.8K] strings.xml │   │   │   └── [4.0K] xml │   │   │   └── [5.3K] keyboard_layouts.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] inputdevices │   │   └── [ 944] InputDeviceReceiver.java │   ├── [4.0K] SettingsProvider │   │   ├── [ 905] AndroidManifest.xml │   │   ├── [ 345] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [7.1K] ic_launcher_settings.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [4.0K] ic_launcher_settings.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   └── [ 11K] ic_launcher_settings.png │   │   │   ├── [4.0K] values │   │   │   │   ├── [8.7K] defaults.xml │   │   │   │   └── [ 813] strings.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [ 907] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [ 920] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [ 918] strings.xml │   │   │   ├── [4.0K] values-be │   │   │   │   └── [ 920] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [ 931] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [ 923] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [ 911] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [ 913] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [ 909] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [ 945] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [ 905] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [ 921] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [ 921] strings.xml │   │   │   ├── [4.0K] values-et │   │   │   │   └── [ 909] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [ 917] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [ 909] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [ 913] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [ 929] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [ 905] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [ 909] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [ 908] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [ 915] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [ 912] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [ 913] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [ 905] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [ 908] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [ 910] strings.xml │   │   │   ├── [4.0K] values-ms │   │   │   │   └── [ 903] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [ 913] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [ 919] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [ 907] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [ 921] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [ 918] strings.xml │   │   │   ├── [4.0K] values-rm │   │   │   │   └── [ 912] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [ 904] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [ 924] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [ 918] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [ 907] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [ 928] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [ 914] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [ 910] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [ 958] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [ 911] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [ 903] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [ 926] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [ 911] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [ 901] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [ 907] strings.xml │   │   │   ├── [4.0K] values-zu │   │   │   │   └── [ 914] strings.xml │   │   │   └── [4.0K] xml │   │   │   └── [1.8K] bookmarks.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] providers │   │   └── [4.0K] settings │   │   ├── [ 95K] DatabaseHelper.java │   │   ├── [ 36K] SettingsBackupAgent.java │   │   ├── [7.4K] SettingsHelper.java │   │   └── [ 49K] SettingsProvider.java │   ├── [4.0K] SharedStorageBackup │   │   ├── [1.1K] AndroidManifest.xml │   │   ├── [ 962] Android.mk │   │   ├── [ 63] proguard.flags │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] sharedstoragebackup │   │   └── [3.2K] SharedStorageAgent.java │   ├── [4.0K] SystemUI │   │   ├── [ 11K] AndroidManifest.xml │   │   ├── [ 494] Android.mk │   │   ├── [4.0K] assets │   │   │   └── [4.0K] fonts │   │   │   ├── [2.4K] AndroidClock2.ttf │   │   │   └── [2.4K] AndroidClock.ttf │   │   ├── [ 106] lint.xml │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [ 624] proguard.flags │   │   ├── [ 12K] res │   │   │   ├── [4.0K] anim │   │   │   │   ├── [ 848] hydraulic_brake_interpolator.xml │   │   │   │   ├── [1.1K] lights_out_in.xml │   │   │   │   ├── [1.1K] lights_out_out.xml │   │   │   │   ├── [ 881] notification_buttons_in.xml │   │   │   │   ├── [ 881] notification_buttons_out.xml │   │   │   │   ├── [ 953] notification_dnd_off.xml │   │   │   │   ├── [ 953] notification_dnd_on.xml │   │   │   │   ├── [ 881] notification_icons_in.xml │   │   │   │   ├── [ 881] notification_icons_out.xml │   │   │   │   ├── [ 627] priority_alert_enter.xml │   │   │   │   ├── [ 633] priority_alert_exit.xml │   │   │   │   ├── [ 855] recent_appear.xml │   │   │   │   ├── [1.2K] recents_launch_from_launcher_enter.xml │   │   │   │   ├── [1.0K] recents_launch_from_launcher_exit.xml │   │   │   │   ├── [ 969] recents_return_to_launcher_enter.xml │   │   │   │   ├── [1.2K] recents_return_to_launcher_exit.xml │   │   │   │   ├── [1.3K] search_launch_enter.xml │   │   │   │   ├── [ 886] search_launch_exit.xml │   │   │   │   ├── [ 881] system_in.xml │   │   │   │   ├── [ 881] system_out.xml │   │   │   │   ├── [1.4K] wallpaper_recents_launch_from_launcher_enter.xml │   │   │   │   └── [1.0K] wallpaper_recents_launch_from_launcher_exit.xml │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [ 942] alert_bar_background.xml │   │   │   │   ├── [1.6K] btn_default_small.xml │   │   │   │   ├── [ 900] cling_button_bg.xml │   │   │   │   ├── [ 890] hd.xml │   │   │   │   ├── [ 929] ic_notifications.xml │   │   │   │   ├── [ 980] ic_notify_button_bg.xml │   │   │   │   ├── [ 920] ic_notify_clear.xml │   │   │   │   ├── [ 947] ic_notify_quicksettings.xml │   │   │   │   ├── [1.4K] ic_notify_rotation.xml │   │   │   │   ├── [ 937] ic_notify_settings.xml │   │   │   │   ├── [ 864] ic_qs_battery.xml │   │   │   │   ├── [ 911] ic_sysbar_ime.xml │   │   │   │   ├── [1008] ic_sysbar_zoom.xml │   │   │   │   ├── [ 919] intruder_row_bg.xml │   │   │   │   ├── [ 272] intruder_window_bg.9.png │   │   │   │   ├── [1007] navbar_search_outerring.xml │   │   │   │   ├── [ 944] notification_list_shadow.xml │   │   │   │   ├── [1.0K] notification_row_legacy_bg.xml │   │   │   │   ├── [ 934] notify_panel_clock_bg.xml │   │   │   │   ├── [ 831] pocket_drag_bg.xml │   │   │   │   ├── [1.4K] qs_sys_battery_charging.xml │   │   │   │   ├── [1.4K] qs_sys_battery.xml │   │   │   │   ├── [ 897] qs_tile_background.xml │   │   │   │   ├── [1017] recents_thumbnail_fg.xml │   │   │   │   ├── [ 769] recents_thumbnail_no_press.xml │   │   │   │   ├── [1.5K] stat_sys_battery_charge.xml │   │   │   │   ├── [1.4K] stat_sys_battery.xml │   │   │   │   ├── [ 978] stat_sys_gps_acquiring_anim.xml │   │   │   │   ├── [1.0K] stat_sys_roaming_cdma_flash.xml │   │   │   │   ├── [ 830] status_bar_bg.xml │   │   │   │   ├── [ 926] status_bar_close.xml │   │   │   │   ├── [ 919] status_bar_expand.xml │   │   │   │   ├── [ 907] status_bar_item_background.xml │   │   │   │   ├── [ 950] status_bar_recents_background.xml │   │   │   │   ├── [1.2K] status_bar_settings_slider_disabled.xml │   │   │   │   ├── [ 854] status_bar_ticker_background.xml │   │   │   │   ├── [ 950] status_bar_toggle_button.xml │   │   │   │   ├── [ 980] system_bar_notification_header_bg.xml │   │   │   │   ├── [ 854] system_bar_ticker_background.xml │   │   │   │   └── [1009] ticker_background.xml │   │   │   ├── [ 16K] drawable-hdpi │   │   │   │   ├── [1.0K] alert_bar_background_normal.9.png │   │   │   │   ├── [1.0K] alert_bar_background_pressed.9.png │   │   │   │   ├── [ 12K] arrow_dashed.png │   │   │   │   ├── [1.4K] battery_low_battery.png │   │   │   │   ├── [2.6K] bottom_divider_glow.png │   │   │   │   ├── [ 333] btn_cling_normal.9.png │   │   │   │   ├── [ 467] btn_cling_pressed.9.png │   │   │   │   ├── [ 862] btn_default_small_normal.9.png │   │   │   │   ├── [ 550] btn_default_small_normal_disable.9.png │   │   │   │   ├── [ 799] btn_default_small_normal_disable_focused.9.png │   │   │   │   ├── [1.2K] btn_default_small_pressed.9.png │   │   │   │   ├── [1.2K] btn_default_small_selected.9.png │   │   │   │   ├── [ 14K] compat_mode_help_diagram.png │   │   │   │   ├── [1.6K] compat_mode_help_divider_bottom.9.png │   │   │   │   ├── [ 129] compat_mode_help_divider_top.9.png │   │   │   │   ├── [2.9K] compat_mode_help_icon.png │   │   │   │   ├── [5.1K] hd_off.png │   │   │   │   ├── [5.7K] hd_on.png │   │   │   │   ├── [7.1K] ic_launcher_settings.png │   │   │   │   ├── [1.3K] ic_menu_share.png │   │   │   │   ├── [ 419] ic_notification_dnd.png │   │   │   │   ├── [1.1K] ic_notification_open.png │   │   │   │   ├── [ 935] ic_notification_overlay.9.png │   │   │   │   ├── [ 367] ic_notifications_normal.png │   │   │   │   ├── [ 762] ic_notify_clear_normal.png │   │   │   │   ├── [1.2K] ic_notify_clear_pressed.png │   │   │   │   ├── [1.2K] ic_notify_open_normal.png │   │   │   │   ├── [1.4K] ic_notify_open_pressed.png │   │   │   │   ├── [1.5K] ic_notify_quicksettings_normal.png │   │   │   │   ├── [2.1K] ic_notify_quicksettings_pressed.png │   │   │   │   ├── [1.6K] ic_notify_rotation_off_normal.png │   │   │   │   ├── [2.2K] ic_notify_rotation_off_pressed.png │   │   │   │   ├── [1.7K] ic_notify_rotation_on_normal.png │   │   │   │   ├── [2.5K] ic_notify_rotation_on_pressed.png │   │   │   │   ├── [ 916] ic_notify_settings_normal.png │   │   │   │   ├── [1.7K] ic_notify_settings_pressed.png │   │   │   │   ├── [1.8K] ic_qs_airplane_off.png │   │   │   │   ├── [1.8K] ic_qs_airplane_on.png │   │   │   │   ├── [2.0K] ic_qs_alarm_on.png │   │   │   │   ├── [1.7K] ic_qs_auto_rotate.png │   │   │   │   ├── [ 985] ic_qs_battery_0.png │   │   │   │   ├── [ 689] ic_qs_battery_100.png │   │   │   │   ├── [ 885] ic_qs_battery_15.png │   │   │   │   ├── [ 896] ic_qs_battery_28.png │   │   │   │   ├── [ 895] ic_qs_battery_43.png │   │   │   │   ├── [ 896] ic_qs_battery_57.png │   │   │   │   ├── [ 916] ic_qs_battery_71.png │   │   │   │   ├── [ 894] ic_qs_battery_85.png │   │   │   │   ├── [ 808] ic_qs_battery_bang_orange.png │   │   │   │   ├── [ 647] ic_qs_battery_bang_red.png │   │   │   │   ├── [ 584] ic_qs_battery_bang_white.png │   │   │   │   ├── [ 689] ic_qs_battery_bolt.png │   │   │   │   ├── [1.4K] ic_qs_battery_charge_0.png │   │   │   │   ├── [1.4K] ic_qs_battery_charge_100.png │   │   │   │   ├── [1.6K] ic_qs_battery_charge_15.png │   │   │   │   ├── [1.6K] ic_qs_battery_charge_28.png │   │   │   │   ├── [1.6K] ic_qs_battery_charge_43.png │   │   │   │   ├── [1.6K] ic_qs_battery_charge_57.png │   │   │   │   ├── [1.6K] ic_qs_battery_charge_71.png │   │   │   │   ├── [1.6K] ic_qs_battery_charge_85.png │   │   │   │   ├── [1.2K] ic_qs_battery_unknown.png │   │   │   │   ├── [1.9K] ic_qs_bluetooth_not_connected.png │   │   │   │   ├── [2.1K] ic_qs_bluetooth_off.png │   │   │   │   ├── [1.9K] ic_qs_bluetooth_on.png │   │   │   │   ├── [2.3K] ic_qs_brightness_auto_off.png │   │   │   │   ├── [2.1K] ic_qs_brightness_auto_on.png │   │   │   │   ├── [1.6K] ic_qs_clock_circle.png │   │   │   │   ├── [ 489] ic_qs_clock_hour.png │   │   │   │   ├── [ 491] ic_qs_clock_minute.png │   │   │   │   ├── [5.3K] ic_qs_default_user.png │   │   │   │   ├── [1.2K] ic_qs_ime.png │   │   │   │   ├── [1.9K] ic_qs_location.png │   │   │   │   ├── [1.1K] ic_qs_remote_display_connected.png │   │   │   │   ├── [1.1K] ic_qs_remote_display.png │   │   │   │   ├── [1.6K] ic_qs_rotation_locked.png │   │   │   │   ├── [1.5K] ic_qs_settings.png │   │   │   │   ├── [1010] ic_qs_signal_0.png │   │   │   │   ├── [1.1K] ic_qs_signal_1.png │   │   │   │   ├── [ 969] ic_qs_signal_1x.png │   │   │   │   ├── [1.1K] ic_qs_signal_2.png │   │   │   │   ├── [1.1K] ic_qs_signal_3g.png │   │   │   │   ├── [1.1K] ic_qs_signal_3.png │   │   │   │   ├── [1.1K] ic_qs_signal_4g.png │   │   │   │   ├── [1010] ic_qs_signal_4.png │   │   │   │   ├── [ 657] ic_qs_signal_e.png │   │   │   │   ├── [1013] ic_qs_signal_full_0.png │   │   │   │   ├── [1.1K] ic_qs_signal_full_1.png │   │   │   │   ├── [ 968] ic_qs_signal_full_1x.png │   │   │   │   ├── [1.1K] ic_qs_signal_full_2.png │   │   │   │   ├── [1.1K] ic_qs_signal_full_3g.png │   │   │   │   ├── [1.1K] ic_qs_signal_full_3.png │   │   │   │   ├── [1.1K] ic_qs_signal_full_4g.png │   │   │   │   ├── [1015] ic_qs_signal_full_4.png │   │   │   │   ├── [ 664] ic_qs_signal_full_e.png │   │   │   │   ├── [ 850] ic_qs_signal_full_g.png │   │   │   │   ├── [ 665] ic_qs_signal_full_h.png │   │   │   │   ├── [ 774] ic_qs_signal_full_r.png │   │   │   │   ├── [ 845] ic_qs_signal_g.png │   │   │   │   ├── [ 663] ic_qs_signal_h.png │   │   │   │   ├── [ 808] ic_qs_signal_inout.png │   │   │   │   ├── [ 624] ic_qs_signal_in.png │   │   │   │   ├── [ 924] ic_qs_signal_no_network.png │   │   │   │   ├── [1.1K] ic_qs_signal_no_signal.png │   │   │   │   ├── [ 585] ic_qs_signal_out.png │   │   │   │   ├── [ 771] ic_qs_signal_r.png │   │   │   │   ├── [1.5K] ic_qs_usb_device.png │   │   │   │   ├── [1.9K] ic_qs_wifi_0.png │   │   │   │   ├── [2.0K] ic_qs_wifi_1.png │   │   │   │   ├── [2.1K] ic_qs_wifi_2.png │   │   │   │   ├── [2.2K] ic_qs_wifi_3.png │   │   │   │   ├── [1.8K] ic_qs_wifi_4.png │   │   │   │   ├── [2.0K] ic_qs_wifi_full_1.png │   │   │   │   ├── [2.1K] ic_qs_wifi_full_2.png │   │   │   │   ├── [2.1K] ic_qs_wifi_full_3.png │   │   │   │   ├── [1.8K] ic_qs_wifi_full_4.png │   │   │   │   ├── [ 808] ic_qs_wifi_inout.png │   │   │   │   ├── [ 624] ic_qs_wifi_in.png │   │   │   │   ├── [1.6K] ic_qs_wifi_no_network.png │   │   │   │   ├── [1.9K] ic_qs_wifi_not_connected.png │   │   │   │   ├── [ 585] ic_qs_wifi_out.png │   │   │   │   ├── [ 719] ic_sysbar_airplane_on.png │   │   │   │   ├── [ 995] ic_sysbar_back_ime.png │   │   │   │   ├── [1.0K] ic_sysbar_back_land.png │   │   │   │   ├── [1.0K] ic_sysbar_back.png │   │   │   │   ├── [1.1K] ic_sysbar_brightness.png │   │   │   │   ├── [3.3K] ic_sysbar_highlight_land.png │   │   │   │   ├── [3.2K] ic_sysbar_highlight.png │   │   │   │   ├── [1.1K] ic_sysbar_home_land.png │   │   │   │   ├── [1.0K] ic_sysbar_home.png │   │   │   │   ├── [ 972] ic_sysbar_ime_default.png │   │   │   │   ├── [ 480] ic_sysbar_lights_out_dot_large.png │   │   │   │   ├── [ 392] ic_sysbar_lights_out_dot_small.png │   │   │   │   ├── [ 615] ic_sysbar_menu_land.png │   │   │   │   ├── [ 626] ic_sysbar_menu.png │   │   │   │   ├── [ 361] ic_sysbar_quicksettings.png │   │   │   │   ├── [ 719] ic_sysbar_recent_land.png │   │   │   │   ├── [ 711] ic_sysbar_recent.png │   │   │   │   ├── [1.2K] ic_sysbar_rotate_on.png │   │   │   │   ├── [1.2K] ic_sysbar_wifi_on.png │   │   │   │   ├── [ 155] notification_panel_bg.9.png │   │   │   │   ├── [ 751] pocket_drag_pattern.png │   │   │   │   ├── [2.9K] recents_blue_glow.9.png │   │   │   │   ├── [ 462] recents_thumbnail_bg.9.png │   │   │   │   ├── [ 262] recents_thumbnail_bg_dragging.9.png │   │   │   │   ├── [ 462] recents_thumbnail_bg_normal.9.png │   │   │   │   ├── [ 324] recents_thumbnail_bg_press.9.png │   │   │   │   ├── [ 596] screenshot_panel.9.png │   │   │   │   ├── [1.6K] search_light.png │   │   │   │   ├── [ 969] stat_notify_image_error.png │   │   │   │   ├── [ 716] stat_notify_image.png │   │   │   │   ├── [ 285] stat_notify_more.png │   │   │   │   ├── [1.4K] stat_sys_alarm.png │   │   │   │   ├── [ 895] stat_sys_battery_0.png │   │   │   │   ├── [ 604] stat_sys_battery_100.png │   │   │   │   ├── [ 691] stat_sys_battery_15.png │   │   │   │   ├── [ 564] stat_sys_battery_28.png │   │   │   │   ├── [ 570] stat_sys_battery_43.png │   │   │   │   ├── [ 565] stat_sys_battery_57.png │   │   │   │   ├── [ 563] stat_sys_battery_71.png │   │   │   │   ├── [ 558] stat_sys_battery_85.png │   │   │   │   ├── [ 685] stat_sys_battery_charge_anim0.png │   │   │   │   ├── [1.0K] stat_sys_battery_charge_anim100.png │   │   │   │   ├── [ 999] stat_sys_battery_charge_anim15.png │   │   │   │   ├── [1015] stat_sys_battery_charge_anim28.png │   │   │   │   ├── [1.0K] stat_sys_battery_charge_anim43.png │   │   │   │   ├── [1.0K] stat_sys_battery_charge_anim57.png │   │   │   │   ├── [1.0K] stat_sys_battery_charge_anim71.png │   │   │   │   ├── [1012] stat_sys_battery_charge_anim85.png │   │   │   │   ├── [1.3K] stat_sys_data_bluetooth_connected.png │   │   │   │   ├── [1.5K] stat_sys_data_bluetooth.png │   │   │   │   ├── [ 615] stat_sys_data_connected_1x.png │   │   │   │   ├── [ 643] stat_sys_data_connected_3g.png │   │   │   │   ├── [ 629] stat_sys_data_connected_4g.png │   │   │   │   ├── [ 497] stat_sys_data_connected_e.png │   │   │   │   ├── [ 546] stat_sys_data_connected_g.png │   │   │   │   ├── [ 496] stat_sys_data_connected_h.png │   │   │   │   ├── [ 495] stat_sys_data_connected_roam.png │   │   │   │   ├── [ 687] stat_sys_data_fully_connected_1x.png │   │   │   │   ├── [ 728] stat_sys_data_fully_connected_3g.png │   │   │   │   ├── [ 717] stat_sys_data_fully_connected_4g.png │   │   │   │   ├── [ 561] stat_sys_data_fully_connected_e.png │   │   │   │   ├── [ 631] stat_sys_data_fully_connected_g.png │   │   │   │   ├── [ 554] stat_sys_data_fully_connected_h.png │   │   │   │   ├── [1.5K] stat_sys_data_wimax_signal_0_fully.png │   │   │   │   ├── [1.1K] stat_sys_data_wimax_signal_0.png │   │   │   │   ├── [1.8K] stat_sys_data_wimax_signal_1_fully.png │   │   │   │   ├── [1.1K] stat_sys_data_wimax_signal_1.png │   │   │   │   ├── [2.0K] stat_sys_data_wimax_signal_2_fully.png │   │   │   │   ├── [1.3K] stat_sys_data_wimax_signal_2.png │   │   │   │   ├── [1.9K] stat_sys_data_wimax_signal_3_fully.png │   │   │   │   ├── [1.2K] stat_sys_data_wimax_signal_3.png │   │   │   │   ├── [ 986] stat_sys_data_wimax_signal_disconnected.png │   │   │   │   ├── [1012] stat_sys_data_wimax_signal_idle.png │   │   │   │   ├── [ 331] stat_sys_gps_acquiring.png │   │   │   │   ├── [ 694] stat_sys_no_sim.png │   │   │   │   ├── [ 872] stat_sys_ringer_silent.png │   │   │   │   ├── [ 912] stat_sys_ringer_vibrate.png │   │   │   │   ├── [ 535] stat_sys_roaming_cdma_0.png │   │   │   │   ├── [ 101] stat_sys_roaming_cdma_flash_anim0.png │   │   │   │   ├── [ 535] stat_sys_roaming_cdma_flash_anim1.png │   │   │   │   ├── [ 594] stat_sys_signal_0_fully.png │   │   │   │   ├── [ 597] stat_sys_signal_0.png │   │   │   │   ├── [1.1K] stat_sys_signal_1_fully.png │   │   │   │   ├── [ 680] stat_sys_signal_1.png │   │   │   │   ├── [1.3K] stat_sys_signal_2_fully.png │   │   │   │   ├── [ 728] stat_sys_signal_2.png │   │   │   │   ├── [1.4K] stat_sys_signal_3_fully.png │   │   │   │   ├── [ 777] stat_sys_signal_3.png │   │   │   │   ├── [1.5K] stat_sys_signal_4_fully.png │   │   │   │   ├── [ 806] stat_sys_signal_4.png │   │   │   │   ├── [ 887] stat_sys_signal_flightmode.png │   │   │   │   ├── [ 509] stat_sys_signal_inout.png │   │   │   │   ├── [ 431] stat_sys_signal_in.png │   │   │   │   ├── [ 827] stat_sys_signal_null.png │   │   │   │   ├── [ 424] stat_sys_signal_out.png │   │   │   │   ├── [1.3K] stat_sys_sync_error.png │   │   │   │   ├── [1.3K] stat_sys_sync.png │   │   │   │   ├── [ 277] stat_sys_tty_mode.png │   │   │   │   ├── [ 505] stat_sys_wifi_inout.png │   │   │   │   ├── [ 418] stat_sys_wifi_in.png │   │   │   │   ├── [ 416] stat_sys_wifi_out.png │   │   │   │   ├── [ 818] stat_sys_wifi_signal_0.png │   │   │   │   ├── [1.3K] stat_sys_wifi_signal_1_fully.png │   │   │   │   ├── [ 951] stat_sys_wifi_signal_1.png │   │   │   │   ├── [1.7K] stat_sys_wifi_signal_2_fully.png │   │   │   │   ├── [1.1K] stat_sys_wifi_signal_2.png │   │   │   │   ├── [2.1K] stat_sys_wifi_signal_3_fully.png │   │   │   │   ├── [1.2K] stat_sys_wifi_signal_3.png │   │   │   │   ├── [2.4K] stat_sys_wifi_signal_4_fully.png │   │   │   │   ├── [1.3K] stat_sys_wifi_signal_4.png │   │   │   │   ├── [1.0K] stat_sys_wifi_signal_null.png │   │   │   │   ├── [ 115] status_bar_bg_tile.png │   │   │   │   ├── [ 453] status_bar_close_off.9.png │   │   │   │   ├── [ 466] status_bar_close_on.9.png │   │   │   │   ├── [ 713] status_bar_expand_default.png │   │   │   │   ├── [5.6K] status_bar_expand_pressed.png │   │   │   │   ├── [ 145] status_bar_hr.9.png │   │   │   │   ├── [ 217] title_bar_shadow.9.png │   │   │   │   └── [2.5K] top_divider_glow.png │   │   │   ├── [ 16K] drawable-mdpi │   │   │   │   ├── [ 179] alert_bar_background_normal.9.png │   │   │   │   ├── [ 179] alert_bar_background_pressed.9.png │   │   │   │   ├── [7.1K] arrow_dashed.png │   │   │   │   ├── [1.1K] battery_low_battery.png │   │   │   │   ├── [1.8K] bottom_divider_glow.png │   │   │   │   ├── [ 245] btn_cling_normal.9.png │   │   │   │   ├── [ 370] btn_cling_pressed.9.png │   │   │   │   ├── [ 671] btn_default_small_normal.9.png │   │   │   │   ├── [ 429] btn_default_small_normal_disable.9.png │   │   │   │   ├── [ 633] btn_default_small_normal_disable_focused.9.png │   │   │   │   ├── [ 891] btn_default_small_pressed.9.png │   │   │   │   ├── [ 899] btn_default_small_selected.9.png │   │   │   │   ├── [8.2K] compat_mode_help_diagram.png │   │   │   │   ├── [1.1K] compat_mode_help_divider_bottom.9.png │   │   │   │   ├── [ 117] compat_mode_help_divider_top.9.png │   │   │   │   ├── [1.8K] compat_mode_help_icon.png │   │   │   │   ├── [ 872] hd_off.png │   │   │   │   ├── [ 814] hd_on.png │   │   │   │   ├── [4.0K] ic_launcher_settings.png │   │   │   │   ├── [1.0K] ic_menu_share.png │   │   │   │   ├── [ 401] ic_notification_dnd.png │   │   │   │   ├── [ 812] ic_notification_open.png │   │   │   │   ├── [ 469] ic_notification_overlay.9.png │   │   │   │   ├── [ 367] ic_notifications_normal.png │   │   │   │   ├── [ 687] ic_notify_clear_normal.png │   │   │   │   ├── [ 883] ic_notify_clear_pressed.png │   │   │   │   ├── [ 935] ic_notify_open_normal.png │   │   │   │   ├── [ 962] ic_notify_open_pressed.png │   │   │   │   ├── [1.1K] ic_notify_quicksettings_normal.png │   │   │   │   ├── [1.3K] ic_notify_quicksettings_pressed.png │   │   │   │   ├── [1.1K] ic_notify_rotation_off_normal.png │   │   │   │   ├── [1.4K] ic_notify_rotation_off_pressed.png │   │   │   │   ├── [1.2K] ic_notify_rotation_on_normal.png │   │   │   │   ├── [1.5K] ic_notify_rotation_on_pressed.png │   │   │   │   ├── [ 739] ic_notify_settings_normal.png │   │   │   │   ├── [1.1K] ic_notify_settings_pressed.png │   │   │   │   ├── [1.2K] ic_qs_airplane_off.png │   │   │   │   ├── [1.2K] ic_qs_airplane_on.png │   │   │   │   ├── [1.3K] ic_qs_alarm_on.png │   │   │   │   ├── [1.2K] ic_qs_auto_rotate.png │   │   │   │   ├── [ 848] ic_qs_battery_0.png │   │   │   │   ├── [ 625] ic_qs_battery_100.png │   │   │   │   ├── [ 752] ic_qs_battery_15.png │   │   │   │   ├── [ 807] ic_qs_battery_28.png │   │   │   │   ├── [ 806] ic_qs_battery_43.png │   │   │   │   ├── [ 793] ic_qs_battery_57.png │   │   │   │   ├── [ 806] ic_qs_battery_71.png │   │   │   │   ├── [ 797] ic_qs_battery_85.png │   │   │   │   ├── [ 656] ic_qs_battery_bang_orange.png │   │   │   │   ├── [ 536] ic_qs_battery_bang_red.png │   │   │   │   ├── [ 502] ic_qs_battery_bang_white.png │   │   │   │   ├── [ 619] ic_qs_battery_bolt.png │   │   │   │   ├── [1.1K] ic_qs_battery_charge_0.png │   │   │   │   ├── [1.1K] ic_qs_battery_charge_100.png │   │   │   │   ├── [1.2K] ic_qs_battery_charge_15.png │   │   │   │   ├── [1.3K] ic_qs_battery_charge_28.png │   │   │   │   ├── [1.3K] ic_qs_battery_charge_43.png │   │   │   │   ├── [1.3K] ic_qs_battery_charge_57.png │   │   │   │   ├── [1.3K] ic_qs_battery_charge_71.png │   │   │   │   ├── [1.2K] ic_qs_battery_charge_85.png │   │   │   │   ├── [ 932] ic_qs_battery_unknown.png │   │   │   │   ├── [1.3K] ic_qs_bluetooth_not_connected.png │   │   │   │   ├── [1.3K] ic_qs_bluetooth_off.png │   │   │   │   ├── [1.3K] ic_qs_bluetooth_on.png │   │   │   │   ├── [1.4K] ic_qs_brightness_auto_off.png │   │   │   │   ├── [1.4K] ic_qs_brightness_auto_on.png │   │   │   │   ├── [1.1K] ic_qs_clock_circle.png │   │   │   │   ├── [ 448] ic_qs_clock_hour.png │   │   │   │   ├── [ 440] ic_qs_clock_minute.png │   │   │   │   ├── [3.6K] ic_qs_default_user.png │   │   │   │   ├── [ 986] ic_qs_ime.png │   │   │   │   ├── [1.2K] ic_qs_location.png │   │   │   │   ├── [ 855] ic_qs_remote_display_connected.png │   │   │   │   ├── [ 849] ic_qs_remote_display.png │   │   │   │   ├── [1.1K] ic_qs_rotation_locked.png │   │   │   │   ├── [1.1K] ic_qs_settings.png │   │   │   │   ├── [ 833] ic_qs_signal_0.png │   │   │   │   ├── [ 912] ic_qs_signal_1.png │   │   │   │   ├── [ 719] ic_qs_signal_1x.png │   │   │   │   ├── [ 915] ic_qs_signal_2.png │   │   │   │   ├── [ 842] ic_qs_signal_3g.png │   │   │   │   ├── [ 901] ic_qs_signal_3.png │   │   │   │   ├── [ 776] ic_qs_signal_4g.png │   │   │   │   ├── [ 832] ic_qs_signal_4.png │   │   │   │   ├── [ 581] ic_qs_signal_e.png │   │   │   │   ├── [ 802] ic_qs_signal_full_0.png │   │   │   │   ├── [ 916] ic_qs_signal_full_1.png │   │   │   │   ├── [ 724] ic_qs_signal_full_1x.png │   │   │   │   ├── [ 909] ic_qs_signal_full_2.png │   │   │   │   ├── [ 853] ic_qs_signal_full_3g.png │   │   │   │   ├── [ 910] ic_qs_signal_full_3.png │   │   │   │   ├── [ 799] ic_qs_signal_full_4g.png │   │   │   │   ├── [ 834] ic_qs_signal_full_4.png │   │   │   │   ├── [ 590] ic_qs_signal_full_e.png │   │   │   │   ├── [ 669] ic_qs_signal_full_g.png │   │   │   │   ├── [ 560] ic_qs_signal_full_h.png │   │   │   │   ├── [ 636] ic_qs_signal_full_r.png │   │   │   │   ├── [ 667] ic_qs_signal_g.png │   │   │   │   ├── [ 555] ic_qs_signal_h.png │   │   │   │   ├── [ 674] ic_qs_signal_inout.png │   │   │   │   ├── [ 545] ic_qs_signal_in.png │   │   │   │   ├── [ 751] ic_qs_signal_no_network.png │   │   │   │   ├── [ 853] ic_qs_signal_no_signal.png │   │   │   │   ├── [ 525] ic_qs_signal_out.png │   │   │   │   ├── [ 631] ic_qs_signal_r.png │   │   │   │   ├── [1.1K] ic_qs_usb_device.png │   │   │   │   ├── [1.2K] ic_qs_wifi_0.png │   │   │   │   ├── [1.3K] ic_qs_wifi_1.png │   │   │   │   ├── [1.4K] ic_qs_wifi_2.png │   │   │   │   ├── [1.5K] ic_qs_wifi_3.png │   │   │   │   ├── [1.2K] ic_qs_wifi_4.png │   │   │   │   ├── [1.3K] ic_qs_wifi_full_1.png │   │   │   │   ├── [1.4K] ic_qs_wifi_full_2.png │   │   │   │   ├── [1.4K] ic_qs_wifi_full_3.png │   │   │   │   ├── [1.2K] ic_qs_wifi_full_4.png │   │   │   │   ├── [ 674] ic_qs_wifi_inout.png │   │   │   │   ├── [ 545] ic_qs_wifi_in.png │   │   │   │   ├── [1.1K] ic_qs_wifi_no_network.png │   │   │   │   ├── [1.2K] ic_qs_wifi_not_connected.png │   │   │   │   ├── [ 525] ic_qs_wifi_out.png │   │   │   │   ├── [ 491] ic_sysbar_airplane_on.png │   │   │   │   ├── [ 717] ic_sysbar_back_ime.png │   │   │   │   ├── [ 769] ic_sysbar_back_land.png │   │   │   │   ├── [ 774] ic_sysbar_back.png │   │   │   │   ├── [ 790] ic_sysbar_brightness.png │   │   │   │   ├── [1.8K] ic_sysbar_highlight_land.png │   │   │   │   ├── [1.9K] ic_sysbar_highlight.png │   │   │   │   ├── [ 786] ic_sysbar_home_land.png │   │   │   │   ├── [ 836] ic_sysbar_home.png │   │   │   │   ├── [ 707] ic_sysbar_ime_default.png │   │   │   │   ├── [ 261] ic_sysbar_lights_out_dot_large.png │   │   │   │   ├── [ 241] ic_sysbar_lights_out_dot_small.png │   │   │   │   ├── [ 438] ic_sysbar_menu_land.png │   │   │   │   ├── [ 437] ic_sysbar_menu.png │   │   │   │   ├── [ 379] ic_sysbar_quicksettings.png │   │   │   │   ├── [ 609] ic_sysbar_recent_land.png │   │   │   │   ├── [ 591] ic_sysbar_recent.png │   │   │   │   ├── [ 604] ic_sysbar_rotate_on.png │   │   │   │   ├── [ 594] ic_sysbar_wifi_on.png │   │   │   │   ├── [ 152] notification_panel_bg.9.png │   │   │   │   ├── [ 235] pocket_drag_pattern.png │   │   │   │   ├── [1.5K] recents_blue_glow.9.png │   │   │   │   ├── [ 354] recents_thumbnail_bg.9.png │   │   │   │   ├── [ 243] recents_thumbnail_bg_dragging.9.png │   │   │   │   ├── [ 354] recents_thumbnail_bg_normal.9.png │   │   │   │   ├── [ 280] recents_thumbnail_bg_press.9.png │   │   │   │   ├── [ 404] screenshot_panel.9.png │   │   │   │   ├── [1.1K] search_light.png │   │   │   │   ├── [ 726] stat_notify_image_error.png │   │   │   │   ├── [ 583] stat_notify_image.png │   │   │   │   ├── [ 233] stat_notify_more.png │   │   │   │   ├── [1.2K] stat_sys_alarm.png │   │   │   │   ├── [ 658] stat_sys_battery_0.png │   │   │   │   ├── [ 515] stat_sys_battery_100.png │   │   │   │   ├── [ 547] stat_sys_battery_15.png │   │   │   │   ├── [ 488] stat_sys_battery_28.png │   │   │   │   ├── [ 493] stat_sys_battery_43.png │   │   │   │   ├── [ 498] stat_sys_battery_57.png │   │   │   │   ├── [ 492] stat_sys_battery_71.png │   │   │   │   ├── [ 495] stat_sys_battery_85.png │   │   │   │   ├── [ 540] stat_sys_battery_charge_anim0.png │   │   │   │   ├── [ 762] stat_sys_battery_charge_anim100.png │   │   │   │   ├── [ 747] stat_sys_battery_charge_anim15.png │   │   │   │   ├── [ 748] stat_sys_battery_charge_anim28.png │   │   │   │   ├── [ 775] stat_sys_battery_charge_anim43.png │   │   │   │   ├── [ 770] stat_sys_battery_charge_anim57.png │   │   │   │   ├── [ 762] stat_sys_battery_charge_anim71.png │   │   │   │   ├── [ 757] stat_sys_battery_charge_anim85.png │   │   │   │   ├── [ 915] stat_sys_data_bluetooth_connected.png │   │   │   │   ├── [1.3K] stat_sys_data_bluetooth.png │   │   │   │   ├── [ 490] stat_sys_data_connected_1x.png │   │   │   │   ├── [ 503] stat_sys_data_connected_3g.png │   │   │   │   ├── [ 498] stat_sys_data_connected_4g.png │   │   │   │   ├── [ 424] stat_sys_data_connected_e.png │   │   │   │   ├── [ 461] stat_sys_data_connected_g.png │   │   │   │   ├── [ 430] stat_sys_data_connected_h.png │   │   │   │   ├── [ 417] stat_sys_data_connected_roam.png │   │   │   │   ├── [ 533] stat_sys_data_fully_connected_1x.png │   │   │   │   ├── [ 560] stat_sys_data_fully_connected_3g.png │   │   │   │   ├── [ 552] stat_sys_data_fully_connected_4g.png │   │   │   │   ├── [ 481] stat_sys_data_fully_connected_e.png │   │   │   │   ├── [ 508] stat_sys_data_fully_connected_g.png │   │   │   │   ├── [ 473] stat_sys_data_fully_connected_h.png │   │   │   │   ├── [1.2K] stat_sys_data_wimax_signal_0_fully.png │   │   │   │   ├── [ 773] stat_sys_data_wimax_signal_0.png │   │   │   │   ├── [1.4K] stat_sys_data_wimax_signal_1_fully.png │   │   │   │   ├── [ 831] stat_sys_data_wimax_signal_1.png │   │   │   │   ├── [1.3K] stat_sys_data_wimax_signal_2_fully.png │   │   │   │   ├── [ 870] stat_sys_data_wimax_signal_2.png │   │   │   │   ├── [1.5K] stat_sys_data_wimax_signal_3_fully.png │   │   │   │   ├── [ 872] stat_sys_data_wimax_signal_3.png │   │   │   │   ├── [ 708] stat_sys_data_wimax_signal_disconnected.png │   │   │   │   ├── [ 749] stat_sys_data_wimax_signal_idle.png │   │   │   │   ├── [ 276] stat_sys_gps_acquiring.png │   │   │   │   ├── [ 560] stat_sys_no_sim.png │   │   │   │   ├── [ 640] stat_sys_ringer_silent.png │   │   │   │   ├── [ 598] stat_sys_ringer_vibrate.png │   │   │   │   ├── [ 369] stat_sys_roaming_cdma_0.png │   │   │   │   ├── [ 79] stat_sys_roaming_cdma_flash_anim0.png │   │   │   │   ├── [ 369] stat_sys_roaming_cdma_flash_anim1.png │   │   │   │   ├── [ 486] stat_sys_signal_0_fully.png │   │   │   │   ├── [ 492] stat_sys_signal_0.png │   │   │   │   ├── [ 842] stat_sys_signal_1_fully.png │   │   │   │   ├── [ 555] stat_sys_signal_1.png │   │   │   │   ├── [ 969] stat_sys_signal_2_fully.png │   │   │   │   ├── [ 585] stat_sys_signal_2.png │   │   │   │   ├── [1.0K] stat_sys_signal_3_fully.png │   │   │   │   ├── [ 621] stat_sys_signal_3.png │   │   │   │   ├── [1.0K] stat_sys_signal_4_fully.png │   │   │   │   ├── [ 633] stat_sys_signal_4.png │   │   │   │   ├── [ 636] stat_sys_signal_flightmode.png │   │   │   │   ├── [ 418] stat_sys_signal_inout.png │   │   │   │   ├── [ 386] stat_sys_signal_in.png │   │   │   │   ├── [ 658] stat_sys_signal_null.png │   │   │   │   ├── [ 378] stat_sys_signal_out.png │   │   │   │   ├── [1.2K] stat_sys_sync_error.png │   │   │   │   ├── [1.2K] stat_sys_sync.png │   │   │   │   ├── [ 538] stat_sys_tty_mode.png │   │   │   │   ├── [ 445] stat_sys_wifi_inout.png │   │   │   │   ├── [ 396] stat_sys_wifi_in.png │   │   │   │   ├── [ 385] stat_sys_wifi_out.png │   │   │   │   ├── [ 623] stat_sys_wifi_signal_0.png │   │   │   │   ├── [ 937] stat_sys_wifi_signal_1_fully.png │   │   │   │   ├── [ 700] stat_sys_wifi_signal_1.png │   │   │   │   ├── [1.1K] stat_sys_wifi_signal_2_fully.png │   │   │   │   ├── [ 771] stat_sys_wifi_signal_2.png │   │   │   │   ├── [1.3K] stat_sys_wifi_signal_3_fully.png │   │   │   │   ├── [ 826] stat_sys_wifi_signal_3.png │   │   │   │   ├── [1.4K] stat_sys_wifi_signal_4_fully.png │   │   │   │   ├── [ 863] stat_sys_wifi_signal_4.png │   │   │   │   ├── [ 750] stat_sys_wifi_signal_null.png │   │   │   │   ├── [ 98] status_bar_bg_tile.png │   │   │   │   ├── [ 332] status_bar_close_off.9.png │   │   │   │   ├── [ 337] status_bar_close_on.9.png │   │   │   │   ├── [ 283] status_bar_expand_default.png │   │   │   │   ├── [2.7K] status_bar_expand_pressed.png │   │   │   │   ├── [ 145] status_bar_hr.9.png │   │   │   │   ├── [ 193] title_bar_shadow.9.png │   │   │   │   └── [1.8K] top_divider_glow.png │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   ├── [ 22K] bugdroid.png │   │   │   │   ├── [2.0K] compat_mode_help_bg.png │   │   │   │   ├── [ 15K] jandycane.png │   │   │   │   ├── [6.1K] notify_item_glow_bottom.png │   │   │   │   ├── [ 29K] qs_coming_soon.png │   │   │   │   ├── [ 13K] redbean0.png │   │   │   │   ├── [ 16K] redbean1.png │   │   │   │   ├── [ 15K] redbean2.png │   │   │   │   └── [ 16K] redbeandroid.png │   │   │   ├── [4.0K] drawable-sw600dp-hdpi │   │   │   │   ├── [1.3K] ic_sysbar_back_ime.png │   │   │   │   ├── [1.4K] ic_sysbar_back_land.png │   │   │   │   ├── [1.4K] ic_sysbar_back.png │   │   │   │   ├── [1.5K] ic_sysbar_brightness.png │   │   │   │   ├── [4.4K] ic_sysbar_highlight_land.png │   │   │   │   ├── [4.6K] ic_sysbar_highlight.png │   │   │   │   ├── [1.4K] ic_sysbar_home_land.png │   │   │   │   ├── [1.5K] ic_sysbar_home.png │   │   │   │   ├── [1.2K] ic_sysbar_ime_default.png │   │   │   │   ├── [1.1K] ic_sysbar_lights_out_dot_large.png │   │   │   │   ├── [ 878] ic_sysbar_lights_out_dot_small.png │   │   │   │   ├── [ 481] ic_sysbar_menu_land.png │   │   │   │   ├── [ 478] ic_sysbar_menu.png │   │   │   │   ├── [ 920] ic_sysbar_recent_land.png │   │   │   │   ├── [ 854] ic_sysbar_recent.png │   │   │   │   └── [ 983] notification_panel_bg.9.png │   │   │   ├── [4.0K] drawable-sw600dp-mdpi │   │   │   │   ├── [ 795] ic_sysbar_back_ime.png │   │   │   │   ├── [ 901] ic_sysbar_back_land.png │   │   │   │   ├── [ 910] ic_sysbar_back.png │   │   │   │   ├── [ 998] ic_sysbar_brightness.png │   │   │   │   ├── [2.5K] ic_sysbar_highlight_land.png │   │   │   │   ├── [2.6K] ic_sysbar_highlight.png │   │   │   │   ├── [ 900] ic_sysbar_home_land.png │   │   │   │   ├── [ 926] ic_sysbar_home.png │   │   │   │   ├── [ 791] ic_sysbar_ime_default.png │   │   │   │   ├── [ 770] ic_sysbar_lights_out_dot_large.png │   │   │   │   ├── [ 614] ic_sysbar_lights_out_dot_small.png │   │   │   │   ├── [ 442] ic_sysbar_menu_land.png │   │   │   │   ├── [ 426] ic_sysbar_menu.png │   │   │   │   ├── [ 684] ic_sysbar_recent_land.png │   │   │   │   ├── [ 666] ic_sysbar_recent.png │   │   │   │   └── [ 651] notification_panel_bg.9.png │   │   │   ├── [4.0K] drawable-sw600dp-tvdpi │   │   │   │   └── [ 931] notification_panel_bg.9.png │   │   │   ├── [4.0K] drawable-sw600dp-xhdpi │   │   │   │   ├── [1.8K] ic_sysbar_back_ime.png │   │   │   │   ├── [2.1K] ic_sysbar_back_land.png │   │   │   │   ├── [2.1K] ic_sysbar_back.png │   │   │   │   ├── [2.2K] ic_sysbar_brightness.png │   │   │   │   ├── [5.7K] ic_sysbar_highlight_land.png │   │   │   │   ├── [6.2K] ic_sysbar_highlight.png │   │   │   │   ├── [2.0K] ic_sysbar_home_land.png │   │   │   │   ├── [2.1K] ic_sysbar_home.png │   │   │   │   ├── [1.6K] ic_sysbar_ime_default.png │   │   │   │   ├── [1.5K] ic_sysbar_lights_out_dot_large.png │   │   │   │   ├── [1.2K] ic_sysbar_lights_out_dot_small.png │   │   │   │   ├── [ 527] ic_sysbar_menu_land.png │   │   │   │   ├── [ 556] ic_sysbar_menu.png │   │   │   │   ├── [1.1K] ic_sysbar_recent_land.png │   │   │   │   ├── [1.1K] ic_sysbar_recent.png │   │   │   │   └── [1.5K] notification_panel_bg.9.png │   │   │   ├── [4.0K] drawable-sw720dp-hdpi │   │   │   │   ├── [1.3K] ic_sysbar_alarm.png │   │   │   │   ├── [1.1K] ic_sysbar_battery_0.png │   │   │   │   ├── [ 664] ic_sysbar_battery_100.png │   │   │   │   ├── [ 801] ic_sysbar_battery_15.png │   │   │   │   ├── [ 614] ic_sysbar_battery_28.png │   │   │   │   ├── [ 615] ic_sysbar_battery_43.png │   │   │   │   ├── [ 615] ic_sysbar_battery_57.png │   │   │   │   ├── [ 609] ic_sysbar_battery_71.png │   │   │   │   ├── [ 610] ic_sysbar_battery_85.png │   │   │   │   ├── [ 815] ic_sysbar_battery_charge_anim0.png │   │   │   │   ├── [1.2K] ic_sysbar_battery_charge_anim100.png │   │   │   │   ├── [1.2K] ic_sysbar_battery_charge_anim15.png │   │   │   │   ├── [1.2K] ic_sysbar_battery_charge_anim28.png │   │   │   │   ├── [1.2K] ic_sysbar_battery_charge_anim43.png │   │   │   │   ├── [1.2K] ic_sysbar_battery_charge_anim57.png │   │   │   │   ├── [1.2K] ic_sysbar_battery_charge_anim71.png │   │   │   │   ├── [1.2K] ic_sysbar_battery_charge_anim85.png │   │   │   │   ├── [1.7K] ic_sysbar_data_bluetooth_connected.png │   │   │   │   ├── [1.1K] ic_sysbar_data_bluetooth.png │   │   │   │   ├── [ 723] ic_sysbar_data_connected_1x.png │   │   │   │   ├── [ 765] ic_sysbar_data_connected_3g.png │   │   │   │   ├── [ 767] ic_sysbar_data_connected_4g.png │   │   │   │   ├── [ 544] ic_sysbar_data_connected_e.png │   │   │   │   ├── [ 655] ic_sysbar_data_connected_g.png │   │   │   │   ├── [ 517] ic_sysbar_data_connected_h.png │   │   │   │   ├── [ 549] ic_sysbar_data_connected_roam.png │   │   │   │   ├── [ 852] ic_sysbar_data_fully_connected_1x.png │   │   │   │   ├── [ 928] ic_sysbar_data_fully_connected_3g.png │   │   │   │   ├── [ 909] ic_sysbar_data_fully_connected_4g.png │   │   │   │   ├── [ 633] ic_sysbar_data_fully_connected_e.png │   │   │   │   ├── [ 763] ic_sysbar_data_fully_connected_g.png │   │   │   │   ├── [ 610] ic_sysbar_data_fully_connected_h.png │   │   │   │   ├── [ 975] ic_sysbar_ime_default.png │   │   │   │   ├── [2.0K] ic_sysbar_ime_pressed.png │   │   │   │   ├── [ 651] ic_sysbar_signal_0_fully.png │   │   │   │   ├── [ 651] ic_sysbar_signal_0.png │   │   │   │   ├── [1.2K] ic_sysbar_signal_1_fully.png │   │   │   │   ├── [ 802] ic_sysbar_signal_1.png │   │   │   │   ├── [1.7K] ic_sysbar_signal_2_fully.png │   │   │   │   ├── [ 891] ic_sysbar_signal_2.png │   │   │   │   ├── [1.5K] ic_sysbar_signal_3_fully.png │   │   │   │   ├── [ 966] ic_sysbar_signal_3.png │   │   │   │   ├── [1.6K] ic_sysbar_signal_4_fully.png │   │   │   │   ├── [1023] ic_sysbar_signal_4.png │   │   │   │   ├── [1.1K] ic_sysbar_signal_flightmode.png │   │   │   │   ├── [ 573] ic_sysbar_signal_inout.png │   │   │   │   ├── [ 472] ic_sysbar_signal_in.png │   │   │   │   ├── [ 953] ic_sysbar_signal_null.png │   │   │   │   ├── [ 460] ic_sysbar_signal_out.png │   │   │   │   ├── [ 563] ic_sysbar_wifi_inout.png │   │   │   │   ├── [ 458] ic_sysbar_wifi_in.png │   │   │   │   ├── [ 441] ic_sysbar_wifi_out.png │   │   │   │   ├── [1019] ic_sysbar_wifi_signal_0.png │   │   │   │   ├── [1.7K] ic_sysbar_wifi_signal_1_fully.png │   │   │   │   ├── [1.2K] ic_sysbar_wifi_signal_1.png │   │   │   │   ├── [2.2K] ic_sysbar_wifi_signal_2_fully.png │   │   │   │   ├── [1.4K] ic_sysbar_wifi_signal_2.png │   │   │   │   ├── [2.8K] ic_sysbar_wifi_signal_3_fully.png │   │   │   │   ├── [1.6K] ic_sysbar_wifi_signal_3.png │   │   │   │   ├── [3.3K] ic_sysbar_wifi_signal_4_fully.png │   │   │   │   ├── [1.8K] ic_sysbar_wifi_signal_4.png │   │   │   │   ├── [1.4K] ic_sysbar_wifi_signal_null.png │   │   │   │   ├── [1.2K] ic_sysbar_zoom_default.png │   │   │   │   ├── [2.8K] ic_sysbar_zoom_pressed.png │   │   │   │   ├── [3.6K] notify_panel_clock_bg_normal.9.png │   │   │   │   ├── [3.6K] notify_panel_clock_bg_pressed.9.png │   │   │   │   ├── [ 11K] recents_bg_protect_tile.png │   │   │   │   ├── [ 21K] recents_blue_glow.9.png │   │   │   │   └── [2.4K] sysbar_notification_panel_bg.9.png │   │   │   ├── [4.0K] drawable-sw720dp-mdpi │   │   │   │   ├── [ 883] ic_sysbar_alarm.png │   │   │   │   ├── [ 794] ic_sysbar_battery_0.png │   │   │   │   ├── [ 568] ic_sysbar_battery_100.png │   │   │   │   ├── [ 611] ic_sysbar_battery_15.png │   │   │   │   ├── [ 531] ic_sysbar_battery_28.png │   │   │   │   ├── [ 531] ic_sysbar_battery_43.png │   │   │   │   ├── [ 529] ic_sysbar_battery_57.png │   │   │   │   ├── [ 529] ic_sysbar_battery_71.png │   │   │   │   ├── [ 532] ic_sysbar_battery_85.png │   │   │   │   ├── [ 624] ic_sysbar_battery_charge_anim0.png │   │   │   │   ├── [ 909] ic_sysbar_battery_charge_anim100.png │   │   │   │   ├── [ 880] ic_sysbar_battery_charge_anim15.png │   │   │   │   ├── [ 893] ic_sysbar_battery_charge_anim28.png │   │   │   │   ├── [ 905] ic_sysbar_battery_charge_anim43.png │   │   │   │   ├── [ 906] ic_sysbar_battery_charge_anim57.png │   │   │   │   ├── [ 919] ic_sysbar_battery_charge_anim71.png │   │   │   │   ├── [ 897] ic_sysbar_battery_charge_anim85.png │   │   │   │   ├── [1.2K] ic_sysbar_data_bluetooth_connected.png │   │   │   │   ├── [ 773] ic_sysbar_data_bluetooth.png │   │   │   │   ├── [ 570] ic_sysbar_data_connected_1x.png │   │   │   │   ├── [ 565] ic_sysbar_data_connected_3g.png │   │   │   │   ├── [ 585] ic_sysbar_data_connected_4g.png │   │   │   │   ├── [ 467] ic_sysbar_data_connected_e.png │   │   │   │   ├── [ 519] ic_sysbar_data_connected_g.png │   │   │   │   ├── [ 469] ic_sysbar_data_connected_h.png │   │   │   │   ├── [ 481] ic_sysbar_data_connected_roam.png │   │   │   │   ├── [ 638] ic_sysbar_data_fully_connected_1x.png │   │   │   │   ├── [ 654] ic_sysbar_data_fully_connected_3g.png │   │   │   │   ├── [ 655] ic_sysbar_data_fully_connected_4g.png │   │   │   │   ├── [ 541] ic_sysbar_data_fully_connected_e.png │   │   │   │   ├── [ 590] ic_sysbar_data_fully_connected_g.png │   │   │   │   ├── [ 528] ic_sysbar_data_fully_connected_h.png │   │   │   │   ├── [ 641] ic_sysbar_ime_default.png │   │   │   │   ├── [1.2K] ic_sysbar_ime_pressed.png │   │   │   │   ├── [ 548] ic_sysbar_signal_0_fully.png │   │   │   │   ├── [ 548] ic_sysbar_signal_0.png │   │   │   │   ├── [ 986] ic_sysbar_signal_1_fully.png │   │   │   │   ├── [ 632] ic_sysbar_signal_1.png │   │   │   │   ├── [1.2K] ic_sysbar_signal_2_fully.png │   │   │   │   ├── [ 680] ic_sysbar_signal_2.png │   │   │   │   ├── [1.3K] ic_sysbar_signal_3_fully.png │   │   │   │   ├── [ 719] ic_sysbar_signal_3.png │   │   │   │   ├── [1.3K] ic_sysbar_signal_4_fully.png │   │   │   │   ├── [ 734] ic_sysbar_signal_4.png │   │   │   │   ├── [ 792] ic_sysbar_signal_flightmode.png │   │   │   │   ├── [ 464] ic_sysbar_signal_inout.png │   │   │   │   ├── [ 410] ic_sysbar_signal_in.png │   │   │   │   ├── [ 735] ic_sysbar_signal_null.png │   │   │   │   ├── [ 395] ic_sysbar_signal_out.png │   │   │   │   ├── [ 492] ic_sysbar_wifi_inout.png │   │   │   │   ├── [ 418] ic_sysbar_wifi_in.png │   │   │   │   ├── [ 411] ic_sysbar_wifi_out.png │   │   │   │   ├── [ 748] ic_sysbar_wifi_signal_0.png │   │   │   │   ├── [1.2K] ic_sysbar_wifi_signal_1_fully.png │   │   │   │   ├── [ 862] ic_sysbar_wifi_signal_1.png │   │   │   │   ├── [1.5K] ic_sysbar_wifi_signal_2_fully.png │   │   │   │   ├── [ 969] ic_sysbar_wifi_signal_2.png │   │   │   │   ├── [1.8K] ic_sysbar_wifi_signal_3_fully.png │   │   │   │   ├── [1.1K] ic_sysbar_wifi_signal_3.png │   │   │   │   ├── [2.0K] ic_sysbar_wifi_signal_4_fully.png │   │   │   │   ├── [1.1K] ic_sysbar_wifi_signal_4.png │   │   │   │   ├── [1001] ic_sysbar_wifi_signal_null.png │   │   │   │   ├── [ 762] ic_sysbar_zoom_default.png │   │   │   │   ├── [1.6K] ic_sysbar_zoom_pressed.png │   │   │   │   ├── [2.1K] notify_panel_clock_bg_normal.9.png │   │   │   │   ├── [2.1K] notify_panel_clock_bg_pressed.9.png │   │   │   │   ├── [7.7K] recents_bg_protect_tile.png │   │   │   │   ├── [9.5K] recents_blue_glow.9.png │   │   │   │   └── [1.5K] sysbar_notification_panel_bg.9.png │   │   │   ├── [4.0K] drawable-sw720dp-tvdpi │   │   │   │   └── [2.2K] sysbar_notification_panel_bg.9.png │   │   │   ├── [4.0K] drawable-sw720dp-xhdpi │   │   │   │   ├── [1.8K] ic_sysbar_alarm.png │   │   │   │   ├── [1.4K] ic_sysbar_battery_0.png │   │   │   │   ├── [ 803] ic_sysbar_battery_100.png │   │   │   │   ├── [ 945] ic_sysbar_battery_15.png │   │   │   │   ├── [ 689] ic_sysbar_battery_28.png │   │   │   │   ├── [ 687] ic_sysbar_battery_43.png │   │   │   │   ├── [ 675] ic_sysbar_battery_57.png │   │   │   │   ├── [ 688] ic_sysbar_battery_71.png │   │   │   │   ├── [ 677] ic_sysbar_battery_85.png │   │   │   │   ├── [ 955] ic_sysbar_battery_charge_anim0.png │   │   │   │   ├── [1.5K] ic_sysbar_battery_charge_anim100.png │   │   │   │   ├── [1.4K] ic_sysbar_battery_charge_anim15.png │   │   │   │   ├── [1.5K] ic_sysbar_battery_charge_anim28.png │   │   │   │   ├── [1.5K] ic_sysbar_battery_charge_anim43.png │   │   │   │   ├── [1.5K] ic_sysbar_battery_charge_anim57.png │   │   │   │   ├── [1.5K] ic_sysbar_battery_charge_anim71.png │   │   │   │   ├── [1.4K] ic_sysbar_battery_charge_anim85.png │   │   │   │   ├── [2.2K] ic_sysbar_data_bluetooth_connected.png │   │   │   │   ├── [1.4K] ic_sysbar_data_bluetooth.png │   │   │   │   ├── [ 929] ic_sysbar_data_connected_1x.png │   │   │   │   ├── [ 985] ic_sysbar_data_connected_3g.png │   │   │   │   ├── [ 988] ic_sysbar_data_connected_4g.png │   │   │   │   ├── [ 596] ic_sysbar_data_connected_e.png │   │   │   │   ├── [ 800] ic_sysbar_data_connected_g.png │   │   │   │   ├── [ 621] ic_sysbar_data_connected_h.png │   │   │   │   ├── [ 648] ic_sysbar_data_connected_roam.png │   │   │   │   ├── [1.1K] ic_sysbar_data_fully_connected_1x.png │   │   │   │   ├── [1.2K] ic_sysbar_data_fully_connected_3g.png │   │   │   │   ├── [1.2K] ic_sysbar_data_fully_connected_4g.png │   │   │   │   ├── [ 670] ic_sysbar_data_fully_connected_e.png │   │   │   │   ├── [ 959] ic_sysbar_data_fully_connected_g.png │   │   │   │   ├── [ 700] ic_sysbar_data_fully_connected_h.png │   │   │   │   ├── [1.3K] ic_sysbar_ime_default.png │   │   │   │   ├── [3.0K] ic_sysbar_ime_pressed.png │   │   │   │   ├── [ 804] ic_sysbar_signal_0_fully.png │   │   │   │   ├── [ 804] ic_sysbar_signal_0.png │   │   │   │   ├── [1.6K] ic_sysbar_signal_1_fully.png │   │   │   │   ├── [ 996] ic_sysbar_signal_1.png │   │   │   │   ├── [1.6K] ic_sysbar_signal_2_fully.png │   │   │   │   ├── [1.1K] ic_sysbar_signal_2.png │   │   │   │   ├── [1.8K] ic_sysbar_signal_3_fully.png │   │   │   │   ├── [1.1K] ic_sysbar_signal_3.png │   │   │   │   ├── [2.0K] ic_sysbar_signal_4_fully.png │   │   │   │   ├── [1.2K] ic_sysbar_signal_4.png │   │   │   │   ├── [1.4K] ic_sysbar_signal_flightmode.png │   │   │   │   ├── [ 676] ic_sysbar_signal_inout.png │   │   │   │   ├── [ 514] ic_sysbar_signal_in.png │   │   │   │   ├── [1.2K] ic_sysbar_signal_null.png │   │   │   │   ├── [ 500] ic_sysbar_signal_out.png │   │   │   │   ├── [ 702] ic_sysbar_wifi_inout.png │   │   │   │   ├── [ 529] ic_sysbar_wifi_in.png │   │   │   │   ├── [ 519] ic_sysbar_wifi_out.png │   │   │   │   ├── [1.3K] ic_sysbar_wifi_signal_0.png │   │   │   │   ├── [2.1K] ic_sysbar_wifi_signal_1_fully.png │   │   │   │   ├── [1.5K] ic_sysbar_wifi_signal_1.png │   │   │   │   ├── [2.9K] ic_sysbar_wifi_signal_2_fully.png │   │   │   │   ├── [1.8K] ic_sysbar_wifi_signal_2.png │   │   │   │   ├── [3.9K] ic_sysbar_wifi_signal_3_fully.png │   │   │   │   ├── [2.2K] ic_sysbar_wifi_signal_3.png │   │   │   │   ├── [4.6K] ic_sysbar_wifi_signal_4_fully.png │   │   │   │   ├── [2.4K] ic_sysbar_wifi_signal_4.png │   │   │   │   ├── [1.9K] ic_sysbar_wifi_signal_null.png │   │   │   │   ├── [1.7K] ic_sysbar_zoom_default.png │   │   │   │   ├── [4.2K] ic_sysbar_zoom_pressed.png │   │   │   │   ├── [5.8K] notify_panel_clock_bg_normal.9.png │   │   │   │   ├── [5.8K] notify_panel_clock_bg_pressed.9.png │   │   │   │   ├── [ 13K] recents_bg_protect_tile.png │   │   │   │   ├── [ 29K] recents_blue_glow.9.png │   │   │   │   └── [3.8K] sysbar_notification_panel_bg.9.png │   │   │   ├── [4.0K] drawable-tvdpi │   │   │   │   └── [ 154] notification_panel_bg.9.png │   │   │   ├── [ 16K] drawable-xhdpi │   │   │   │   ├── [2.0K] alert_bar_background_normal.9.png │   │   │   │   ├── [2.0K] alert_bar_background_pressed.9.png │   │   │   │   ├── [ 17K] arrow_dashed.png │   │   │   │   ├── [1.9K] battery_low_battery.png │   │   │   │   ├── [1.5K] bottom_divider_glow.png │   │   │   │   ├── [ 400] btn_cling_normal.9.png │   │   │   │   ├── [ 601] btn_cling_pressed.9.png │   │   │   │   ├── [1.6K] btn_default_small_normal.9.png │   │   │   │   ├── [1.1K] btn_default_small_normal_disable.9.png │   │   │   │   ├── [1.9K] btn_default_small_normal_disable_focused.9.png │   │   │   │   ├── [2.2K] btn_default_small_pressed.9.png │   │   │   │   ├── [2.2K] btn_default_small_selected.9.png │   │   │   │   ├── [ 22K] compat_mode_help_diagram.png │   │   │   │   ├── [2.3K] compat_mode_help_divider_bottom.9.png │   │   │   │   ├── [ 150] compat_mode_help_divider_top.9.png │   │   │   │   ├── [4.4K] compat_mode_help_icon.png │   │   │   │   ├── [6.6K] hd_off.png │   │   │   │   ├── [7.4K] hd_on.png │   │   │   │   ├── [ 11K] ic_launcher_settings.png │   │   │   │   ├── [1.8K] ic_menu_share.png │   │   │   │   ├── [ 464] ic_notification_dnd.png │   │   │   │   ├── [1.4K] ic_notification_open.png │   │   │   │   ├── [1.7K] ic_notification_overlay.9.png │   │   │   │   ├── [ 683] ic_notifications_normal.png │   │   │   │   ├── [ 861] ic_notify_clear_normal.png │   │   │   │   ├── [1.6K] ic_notify_clear_pressed.png │   │   │   │   ├── [1.6K] ic_notify_open_normal.png │   │   │   │   ├── [1.9K] ic_notify_open_pressed.png │   │   │   │   ├── [1.9K] ic_notify_quicksettings_normal.png │   │   │   │   ├── [2.9K] ic_notify_quicksettings_pressed.png │   │   │   │   ├── [2.2K] ic_notify_rotation_off_normal.png │   │   │   │   ├── [3.2K] ic_notify_rotation_off_pressed.png │   │   │   │   ├── [2.3K] ic_notify_rotation_on_normal.png │   │   │   │   ├── [3.7K] ic_notify_rotation_on_pressed.png │   │   │   │   ├── [1.1K] ic_notify_settings_normal.png │   │   │   │   ├── [2.3K] ic_notify_settings_pressed.png │   │   │   │   ├── [2.6K] ic_qs_airplane_off.png │   │   │   │   ├── [2.6K] ic_qs_airplane_on.png │   │   │   │   ├── [2.9K] ic_qs_alarm_on.png │   │   │   │   ├── [2.4K] ic_qs_auto_rotate.png │   │   │   │   ├── [1.1K] ic_qs_battery_0.png │   │   │   │   ├── [ 750] ic_qs_battery_100.png │   │   │   │   ├── [1000] ic_qs_battery_15.png │   │   │   │   ├── [1016] ic_qs_battery_28.png │   │   │   │   ├── [1022] ic_qs_battery_43.png │   │   │   │   ├── [ 958] ic_qs_battery_57.png │   │   │   │   ├── [1023] ic_qs_battery_71.png │   │   │   │   ├── [1021] ic_qs_battery_85.png │   │   │   │   ├── [ 925] ic_qs_battery_bang_orange.png │   │   │   │   ├── [ 735] ic_qs_battery_bang_red.png │   │   │   │   ├── [ 650] ic_qs_battery_bang_white.png │   │   │   │   ├── [ 747] ic_qs_battery_bolt.png │   │   │   │   ├── [1.7K] ic_qs_battery_charge_0.png │   │   │   │   ├── [1.7K] ic_qs_battery_charge_100.png │   │   │   │   ├── [1.9K] ic_qs_battery_charge_15.png │   │   │   │   ├── [2.0K] ic_qs_battery_charge_28.png │   │   │   │   ├── [2.0K] ic_qs_battery_charge_43.png │   │   │   │   ├── [2.0K] ic_qs_battery_charge_57.png │   │   │   │   ├── [2.0K] ic_qs_battery_charge_71.png │   │   │   │   ├── [1.9K] ic_qs_battery_charge_85.png │   │   │   │   ├── [1.4K] ic_qs_battery_unknown.png │   │   │   │   ├── [2.7K] ic_qs_bluetooth_not_connected.png │   │   │   │   ├── [3.0K] ic_qs_bluetooth_off.png │   │   │   │   ├── [2.7K] ic_qs_bluetooth_on.png │   │   │   │   ├── [3.3K] ic_qs_brightness_auto_off.png │   │   │   │   ├── [3.0K] ic_qs_brightness_auto_on.png │   │   │   │   ├── [2.2K] ic_qs_clock_circle.png │   │   │   │   ├── [ 527] ic_qs_clock_hour.png │   │   │   │   ├── [ 543] ic_qs_clock_minute.png │   │   │   │   ├── [7.4K] ic_qs_default_user.png │   │   │   │   ├── [1.6K] ic_qs_ime.png │   │   │   │   ├── [2.6K] ic_qs_location.png │   │   │   │   ├── [1.3K] ic_qs_remote_display_connected.png │   │   │   │   ├── [1.3K] ic_qs_remote_display.png │   │   │   │   ├── [2.1K] ic_qs_rotation_locked.png │   │   │   │   ├── [1.8K] ic_qs_settings.png │   │   │   │   ├── [1.2K] ic_qs_signal_0.png │   │   │   │   ├── [1.3K] ic_qs_signal_1.png │   │   │   │   ├── [1.2K] ic_qs_signal_1x.png │   │   │   │   ├── [1.3K] ic_qs_signal_2.png │   │   │   │   ├── [1.5K] ic_qs_signal_3g.png │   │   │   │   ├── [1.3K] ic_qs_signal_3.png │   │   │   │   ├── [1.4K] ic_qs_signal_4g.png │   │   │   │   ├── [1.2K] ic_qs_signal_4.png │   │   │   │   ├── [ 770] ic_qs_signal_e.png │   │   │   │   ├── [1.3K] ic_qs_signal_full_0.png │   │   │   │   ├── [1.3K] ic_qs_signal_full_1.png │   │   │   │   ├── [1.2K] ic_qs_signal_full_1x.png │   │   │   │   ├── [1.3K] ic_qs_signal_full_2.png │   │   │   │   ├── [1.5K] ic_qs_signal_full_3g.png │   │   │   │   ├── [1.3K] ic_qs_signal_full_3.png │   │   │   │   ├── [1.4K] ic_qs_signal_full_4g.png │   │   │   │   ├── [1.2K] ic_qs_signal_full_4.png │   │   │   │   ├── [ 775] ic_qs_signal_full_e.png │   │   │   │   ├── [1.1K] ic_qs_signal_full_g.png │   │   │   │   ├── [ 762] ic_qs_signal_full_h.png │   │   │   │   ├── [ 996] ic_qs_signal_full_r.png │   │   │   │   ├── [1.1K] ic_qs_signal_g.png │   │   │   │   ├── [ 754] ic_qs_signal_h.png │   │   │   │   ├── [ 983] ic_qs_signal_inout.png │   │   │   │   ├── [ 704] ic_qs_signal_in.png │   │   │   │   ├── [1.2K] ic_qs_signal_no_network.png │   │   │   │   ├── [1.4K] ic_qs_signal_no_signal.png │   │   │   │   ├── [ 681] ic_qs_signal_out.png │   │   │   │   ├── [ 993] ic_qs_signal_r.png │   │   │   │   ├── [2.0K] ic_qs_usb_device.png │   │   │   │   ├── [2.6K] ic_qs_wifi_0.png │   │   │   │   ├── [2.7K] ic_qs_wifi_1.png │   │   │   │   ├── [2.9K] ic_qs_wifi_2.png │   │   │   │   ├── [3.0K] ic_qs_wifi_3.png │   │   │   │   ├── [2.5K] ic_qs_wifi_4.png │   │   │   │   ├── [2.7K] ic_qs_wifi_full_1.png │   │   │   │   ├── [2.8K] ic_qs_wifi_full_2.png │   │   │   │   ├── [2.9K] ic_qs_wifi_full_3.png │   │   │   │   ├── [2.5K] ic_qs_wifi_full_4.png │   │   │   │   ├── [ 983] ic_qs_wifi_inout.png │   │   │   │   ├── [ 704] ic_qs_wifi_in.png │   │   │   │   ├── [2.2K] ic_qs_wifi_no_network.png │   │   │   │   ├── [2.5K] ic_qs_wifi_not_connected.png │   │   │   │   ├── [ 681] ic_qs_wifi_out.png │   │   │   │   ├── [1.4K] ic_sysbar_airplane_on.png │   │   │   │   ├── [1.3K] ic_sysbar_back_ime.png │   │   │   │   ├── [1.4K] ic_sysbar_back_land.png │   │   │   │   ├── [1.4K] ic_sysbar_back.png │   │   │   │   ├── [1.6K] ic_sysbar_brightness.png │   │   │   │   ├── [4.2K] ic_sysbar_highlight_land.png │   │   │   │   ├── [4.3K] ic_sysbar_highlight.png │   │   │   │   ├── [1.4K] ic_sysbar_home_land.png │   │   │   │   ├── [1.4K] ic_sysbar_home.png │   │   │   │   ├── [1.2K] ic_sysbar_ime_default.png │   │   │   │   ├── [1.0K] ic_sysbar_lights_out_dot_large.png │   │   │   │   ├── [ 904] ic_sysbar_lights_out_dot_small.png │   │   │   │   ├── [ 233] ic_sysbar_menu_land.png │   │   │   │   ├── [ 232] ic_sysbar_menu.png │   │   │   │   ├── [ 956] ic_sysbar_quicksettings.png │   │   │   │   ├── [ 815] ic_sysbar_recent_land.png │   │   │   │   ├── [ 749] ic_sysbar_recent.png │   │   │   │   ├── [1.7K] ic_sysbar_rotate_on.png │   │   │   │   ├── [1.6K] ic_sysbar_wifi_on.png │   │   │   │   ├── [ 157] notification_panel_bg.9.png │   │   │   │   ├── [1.0K] pocket_drag_pattern.png │   │   │   │   ├── [5.0K] recents_blue_glow.9.png │   │   │   │   ├── [ 636] recents_thumbnail_bg.9.png │   │   │   │   ├── [ 322] recents_thumbnail_bg_dragging.9.png │   │   │   │   ├── [ 636] recents_thumbnail_bg_normal.9.png │   │   │   │   ├── [ 411] recents_thumbnail_bg_press.9.png │   │   │   │   ├── [ 797] screenshot_panel.9.png │   │   │   │   ├── [2.2K] search_light.png │   │   │   │   ├── [1.2K] stat_notify_image_error.png │   │   │   │   ├── [ 907] stat_notify_image.png │   │   │   │   ├── [ 900] stat_notify_more.png │   │   │   │   ├── [1.7K] stat_sys_alarm.png │   │   │   │   ├── [1.1K] stat_sys_battery_0.png │   │   │   │   ├── [ 728] stat_sys_battery_100.png │   │   │   │   ├── [ 817] stat_sys_battery_15.png │   │   │   │   ├── [ 643] stat_sys_battery_28.png │   │   │   │   ├── [ 648] stat_sys_battery_43.png │   │   │   │   ├── [ 663] stat_sys_battery_57.png │   │   │   │   ├── [ 646] stat_sys_battery_71.png │   │   │   │   ├── [ 646] stat_sys_battery_85.png │   │   │   │   ├── [ 836] stat_sys_battery_charge_anim0.png │   │   │   │   ├── [1.3K] stat_sys_battery_charge_anim100.png │   │   │   │   ├── [1.2K] stat_sys_battery_charge_anim15.png │   │   │   │   ├── [1.2K] stat_sys_battery_charge_anim28.png │   │   │   │   ├── [1.2K] stat_sys_battery_charge_anim43.png │   │   │   │   ├── [1.3K] stat_sys_battery_charge_anim57.png │   │   │   │   ├── [1.3K] stat_sys_battery_charge_anim71.png │   │   │   │   ├── [1.2K] stat_sys_battery_charge_anim85.png │   │   │   │   ├── [1.7K] stat_sys_data_bluetooth_connected.png │   │   │   │   ├── [1.8K] stat_sys_data_bluetooth.png │   │   │   │   ├── [ 762] stat_sys_data_connected_1x.png │   │   │   │   ├── [ 778] stat_sys_data_connected_3g.png │   │   │   │   ├── [ 779] stat_sys_data_connected_4g.png │   │   │   │   ├── [ 554] stat_sys_data_connected_e.png │   │   │   │   ├── [ 663] stat_sys_data_connected_g.png │   │   │   │   ├── [ 573] stat_sys_data_connected_h.png │   │   │   │   ├── [ 570] stat_sys_data_connected_roam.png │   │   │   │   ├── [ 874] stat_sys_data_fully_connected_1x.png │   │   │   │   ├── [ 913] stat_sys_data_fully_connected_3g.png │   │   │   │   ├── [ 898] stat_sys_data_fully_connected_4g.png │   │   │   │   ├── [ 652] stat_sys_data_fully_connected_e.png │   │   │   │   ├── [ 759] stat_sys_data_fully_connected_g.png │   │   │   │   ├── [ 660] stat_sys_data_fully_connected_h.png │   │   │   │   ├── [2.0K] stat_sys_data_wimax_signal_0_fully.png │   │   │   │   ├── [1.5K] stat_sys_data_wimax_signal_0.png │   │   │   │   ├── [2.4K] stat_sys_data_wimax_signal_1_fully.png │   │   │   │   ├── [1.6K] stat_sys_data_wimax_signal_1.png │   │   │   │   ├── [2.9K] stat_sys_data_wimax_signal_2_fully.png │   │   │   │   ├── [1.8K] stat_sys_data_wimax_signal_2.png │   │   │   │   ├── [2.7K] stat_sys_data_wimax_signal_3_fully.png │   │   │   │   ├── [1.8K] stat_sys_data_wimax_signal_3.png │   │   │   │   ├── [1.4K] stat_sys_data_wimax_signal_disconnected.png │   │   │   │   ├── [1.5K] stat_sys_data_wimax_signal_idle.png │   │   │   │   ├── [1.1K] stat_sys_gps_acquiring.png │   │   │   │   ├── [ 828] stat_sys_no_sim.png │   │   │   │   ├── [1.1K] stat_sys_ringer_silent.png │   │   │   │   ├── [1.2K] stat_sys_ringer_vibrate.png │   │   │   │   ├── [1.2K] stat_sys_roaming_cdma_0.png │   │   │   │   ├── [ 275] stat_sys_roaming_cdma_flash_anim0.png │   │   │   │   ├── [1.2K] stat_sys_roaming_cdma_flash_anim1.png │   │   │   │   ├── [ 724] stat_sys_signal_0_fully.png │   │   │   │   ├── [ 715] stat_sys_signal_0.png │   │   │   │   ├── [1.4K] stat_sys_signal_1_fully.png │   │   │   │   ├── [ 816] stat_sys_signal_1.png │   │   │   │   ├── [1.7K] stat_sys_signal_2_fully.png │   │   │   │   ├── [ 873] stat_sys_signal_2.png │   │   │   │   ├── [1.4K] stat_sys_signal_3_fully.png │   │   │   │   ├── [ 922] stat_sys_signal_3.png │   │   │   │   ├── [1.5K] stat_sys_signal_4_fully.png │   │   │   │   ├── [ 964] stat_sys_signal_4.png │   │   │   │   ├── [1.1K] stat_sys_signal_flightmode.png │   │   │   │   ├── [ 571] stat_sys_signal_inout.png │   │   │   │   ├── [ 463] stat_sys_signal_in.png │   │   │   │   ├── [1.0K] stat_sys_signal_null.png │   │   │   │   ├── [ 453] stat_sys_signal_out.png │   │   │   │   ├── [1.6K] stat_sys_sync_error.png │   │   │   │   ├── [1.5K] stat_sys_sync.png │   │   │   │   ├── [1.5K] stat_sys_tty_mode.png │   │   │   │   ├── [ 583] stat_sys_wifi_inout.png │   │   │   │   ├── [ 479] stat_sys_wifi_in.png │   │   │   │   ├── [ 446] stat_sys_wifi_out.png │   │   │   │   ├── [1.0K] stat_sys_wifi_signal_0.png │   │   │   │   ├── [1.7K] stat_sys_wifi_signal_1_fully.png │   │   │   │   ├── [1.2K] stat_sys_wifi_signal_1.png │   │   │   │   ├── [2.2K] stat_sys_wifi_signal_2_fully.png │   │   │   │   ├── [1.4K] stat_sys_wifi_signal_2.png │   │   │   │   ├── [2.9K] stat_sys_wifi_signal_3_fully.png │   │   │   │   ├── [1.6K] stat_sys_wifi_signal_3.png │   │   │   │   ├── [3.4K] stat_sys_wifi_signal_4_fully.png │   │   │   │   ├── [1.8K] stat_sys_wifi_signal_4.png │   │   │   │   ├── [1.4K] stat_sys_wifi_signal_null.png │   │   │   │   ├── [ 142] status_bar_bg_tile.png │   │   │   │   ├── [ 514] status_bar_close_off.9.png │   │   │   │   ├── [ 522] status_bar_close_on.9.png │   │   │   │   ├── [ 949] status_bar_expand_default.png │   │   │   │   ├── [9.4K] status_bar_expand_pressed.png │   │   │   │   ├── [ 131] status_bar_hr.9.png │   │   │   │   ├── [ 227] title_bar_shadow.9.png │   │   │   │   └── [1.5K] top_divider_glow.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.7K] battery_low.xml │   │   │   │   ├── [1.1K] carrier_label.xml │   │   │   │   ├── [3.4K] compat_mode_help.xml │   │   │   │   ├── [1.4K] flip_settings.xml │   │   │   │   ├── [1.6K] global_screenshot.xml │   │   │   │   ├── [1.5K] intruder_alert.xml │   │   │   │   ├── [ 13K] navigation_bar.xml │   │   │   │   ├── [ 941] notification_adaptive_wrapper.xml │   │   │   │   ├── [1.5K] quick_settings_brightness_dialog.xml │   │   │   │   ├── [ 997] quick_settings_tile_airplane.xml │   │   │   │   ├── [1.0K] quick_settings_tile_alarm.xml │   │   │   │   ├── [1.4K] quick_settings_tile_battery.xml │   │   │   │   ├── [ 993] quick_settings_tile_bluetooth.xml │   │   │   │   ├── [1.0K] quick_settings_tile_brightness.xml │   │   │   │   ├── [1.0K] quick_settings_tile_bugreport.xml │   │   │   │   ├── [1.1K] quick_settings_tile_ime.xml │   │   │   │   ├── [1.1K] quick_settings_tile_location.xml │   │   │   │   ├── [1007] quick_settings_tile_media.xml │   │   │   │   ├── [ 997] quick_settings_tile_rotation_lock.xml │   │   │   │   ├── [1.9K] quick_settings_tile_rssi.xml │   │   │   │   ├── [1.0K] quick_settings_tile_settings.xml │   │   │   │   ├── [1.6K] quick_settings_tile_time.xml │   │   │   │   ├── [1.5K] quick_settings_tile_user.xml │   │   │   │   ├── [1.1K] quick_settings_tile_wifi_display.xml │   │   │   │   ├── [1.0K] quick_settings_tile_wifi.xml │   │   │   │   ├── [ 951] quick_settings_tile.xml │   │   │   │   ├── [2.0K] quick_settings.xml │   │   │   │   ├── [3.9K] signal_cluster_view.xml │   │   │   │   ├── [4.1K] status_bar_expanded_header.xml │   │   │   │   ├── [3.7K] status_bar_expanded.xml │   │   │   │   ├── [2.1K] status_bar_help.xml │   │   │   │   ├── [1.7K] status_bar_icon.xml │   │   │   │   ├── [1.2K] status_bar_no_recent_apps.xml │   │   │   │   ├── [2.2K] status_bar_notification_row.xml │   │   │   │   ├── [4.9K] status_bar_recent_item.xml │   │   │   │   ├── [2.6K] status_bar_recent_panel.xml │   │   │   │   ├── [2.8K] status_bar_search_panel.xml │   │   │   │   ├── [1.9K] status_bar_toggle_slider.xml │   │   │   │   ├── [6.6K] status_bar.xml │   │   │   │   ├── [1.9K] super_status_bar.xml │   │   │   │   ├── [1.7K] system_bar_compat_mode_panel.xml │   │   │   │   ├── [4.4K] system_bar_input_methods_item.xml │   │   │   │   ├── [5.3K] system_bar_input_methods_panel.xml │   │   │   │   ├── [1.2K] system_bar_no_recent_apps.xml │   │   │   │   ├── [5.2K] system_bar_notification_area.xml │   │   │   │   ├── [8.9K] system_bar_notification_panel_title.xml │   │   │   │   ├── [2.9K] system_bar_notification_panel.xml │   │   │   │   ├── [1.6K] system_bar_notification_peek.xml │   │   │   │   ├── [2.1K] system_bar_pocket_panel.xml │   │   │   │   ├── [4.2K] system_bar_recent_item.xml │   │   │   │   ├── [ 930] system_bar_recent_panel_footer.xml │   │   │   │   ├── [3.2K] system_bar_recent_panel.xml │   │   │   │   ├── [5.9K] system_bar_settings_view.xml │   │   │   │   ├── [2.3K] system_bar_ticker_compat.xml │   │   │   │   ├── [1.9K] system_bar_ticker_panel.xml │   │   │   │   ├── [6.7K] system_bar.xml │   │   │   │   └── [1.9K] universe.xml │   │   │   ├── [4.0K] layout-land │   │   │   │   ├── [2.5K] status_bar_help.xml │   │   │   │   ├── [4.6K] status_bar_recent_item.xml │   │   │   │   ├── [2.4K] status_bar_recent_panel.xml │   │   │   │   └── [2.8K] status_bar_search_panel.xml │   │   │   ├── [4.0K] layout-sw600dp │   │   │   │   ├── [ 782] carrier_label.xml │   │   │   │   ├── [ 14K] navigation_bar.xml │   │   │   │   ├── [2.1K] status_bar_search_panel.xml │   │   │   │   └── [2.0K] super_status_bar.xml │   │   │   ├── [4.0K] menu │   │   │   │   ├── [ 919] notification_popup_menu.xml │   │   │   │   └── [1017] recent_popup_menu.xml │   │   │   ├── [4.0K] mipmap-hdpi │   │   │   │   ├── [8.6K] ic_daydreams.png │   │   │   │   └── [8.0K] ic_launcher_dreams.png │   │   │   ├── [4.0K] mipmap-mdpi │   │   │   │   ├── [5.1K] ic_daydreams.png │   │   │   │   └── [4.6K] ic_launcher_dreams.png │   │   │   ├── [4.0K] mipmap-xhdpi │   │   │   │   ├── [ 13K] ic_daydreams.png │   │   │   │   └── [ 11K] ic_launcher_dreams.png │   │   │   ├── [4.0K] values │   │   │   │   ├── [1.4K] arrays.xml │   │   │   │   ├── [2.0K] attrs.xml │   │   │   │   ├── [1.8K] colors.xml │   │   │   │   ├── [4.7K] config.xml │   │   │   │   ├── [ 702] defaults.xml │   │   │   │   ├── [9.9K] dimens.xml │   │   │   │   ├── [ 939] donottranslate.xml │   │   │   │   ├── [ 858] ids.xml │   │   │   │   ├── [ 36K] strings.xml │   │   │   │   └── [8.7K] styles.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-af-land │   │   │   │   └── [ 947] strings.xml │   │   │   ├── [4.0K] values-af-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [ 23K] strings.xml │   │   │   ├── [4.0K] values-am-land │   │   │   │   └── [ 974] strings.xml │   │   │   ├── [4.0K] values-am-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [ 24K] strings.xml │   │   │   ├── [4.0K] values-ar-land │   │   │   │   └── [ 967] strings.xml │   │   │   ├── [4.0K] values-ar-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ar-port │   │   │   │   └── [ 970] strings.xml │   │   │   ├── [4.0K] values-be │   │   │   │   └── [ 24K] strings.xml │   │   │   ├── [4.0K] values-be-land │   │   │   │   └── [ 989] strings.xml │   │   │   ├── [4.0K] values-be-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 25K] strings.xml │   │   │   ├── [4.0K] values-bg-land │   │   │   │   └── [ 985] strings.xml │   │   │   ├── [4.0K] values-bg-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-bg-port │   │   │   │   └── [ 985] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [ 22K] strings.xml │   │   │   ├── [4.0K] values-ca-land │   │   │   │   └── [ 961] strings.xml │   │   │   ├── [4.0K] values-ca-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ca-port │   │   │   │   └── [ 958] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [ 22K] strings.xml │   │   │   ├── [4.0K] values-cs-land │   │   │   │   └── [ 954] strings.xml │   │   │   ├── [4.0K] values-cs-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-da-land │   │   │   │   └── [ 941] strings.xml │   │   │   ├── [4.0K] values-da-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-de-land │   │   │   │   └── [ 939] strings.xml │   │   │   ├── [4.0K] values-de-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [ 25K] strings.xml │   │   │   ├── [4.0K] values-el-land │   │   │   │   └── [1015] strings.xml │   │   │   ├── [4.0K] values-el-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [ 20K] strings.xml │   │   │   ├── [4.0K] values-en-rGB-land │   │   │   │   └── [ 947] strings.xml │   │   │   ├── [4.0K] values-en-rGB-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-en-rGB-port │   │   │   │   └── [ 946] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-es-land │   │   │   │   └── [ 962] strings.xml │   │   │   ├── [4.0K] values-es-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-es-rUS-land │   │   │   │   └── [ 953] strings.xml │   │   │   ├── [4.0K] values-es-rUS-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-et │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-et-land │   │   │   │   └── [ 950] strings.xml │   │   │   ├── [4.0K] values-et-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [ 23K] strings.xml │   │   │   ├── [4.0K] values-fa-land │   │   │   │   └── [ 956] strings.xml │   │   │   ├── [4.0K] values-fa-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-fa-port │   │   │   │   └── [ 958] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-fi-land │   │   │   │   └── [ 936] strings.xml │   │   │   ├── [4.0K] values-fi-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-fi-port │   │   │   │   └── [ 936] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-fr-land │   │   │   │   └── [ 961] strings.xml │   │   │   ├── [4.0K] values-fr-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [ 26K] strings.xml │   │   │   ├── [4.0K] values-hi-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-hi-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-hr-land │   │   │   │   └── [ 954] strings.xml │   │   │   ├── [4.0K] values-hr-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-hr-port │   │   │   │   └── [ 954] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-hu-land │   │   │   │   └── [ 947] strings.xml │   │   │   ├── [4.0K] values-hu-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-hu-port │   │   │   │   └── [ 947] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-in-land │   │   │   │   └── [ 948] strings.xml │   │   │   ├── [4.0K] values-in-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-in-port │   │   │   │   └── [ 947] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-it-land │   │   │   │   └── [ 952] strings.xml │   │   │   ├── [4.0K] values-it-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [ 22K] strings.xml │   │   │   ├── [4.0K] values-iw-land │   │   │   │   └── [ 937] strings.xml │   │   │   ├── [4.0K] values-iw-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-iw-port │   │   │   │   └── [ 936] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 22K] strings.xml │   │   │   ├── [4.0K] values-ja-land │   │   │   │   └── [ 946] strings.xml │   │   │   ├── [4.0K] values-ja-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 22K] strings.xml │   │   │   ├── [4.0K] values-ko-land │   │   │   │   └── [ 958] strings.xml │   │   │   ├── [4.0K] values-ko-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-land │   │   │   │   ├── [1.4K] arrays.xml │   │   │   │   ├── [1.3K] config.xml │   │   │   │   ├── [2.0K] dimens.xml │   │   │   │   ├── [ 963] strings.xml │   │   │   │   └── [ 914] styles.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-lt-land │   │   │   │   └── [ 953] strings.xml │   │   │   ├── [4.0K] values-lt-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-lt-port │   │   │   │   └── [ 951] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [ 22K] strings.xml │   │   │   ├── [4.0K] values-lv-land │   │   │   │   └── [ 950] strings.xml │   │   │   ├── [4.0K] values-lv-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-lv-port │   │   │   │   └── [ 951] strings.xml │   │   │   ├── [4.0K] values-ms │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-ms-land │   │   │   │   └── [ 945] strings.xml │   │   │   ├── [4.0K] values-ms-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-nb-land │   │   │   │   └── [ 942] strings.xml │   │   │   ├── [4.0K] values-nb-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-nl-land │   │   │   │   └── [ 960] strings.xml │   │   │   ├── [4.0K] values-nl-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-pl-land │   │   │   │   └── [ 951] strings.xml │   │   │   ├── [4.0K] values-pl-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-pt-land │   │   │   │   └── [ 949] strings.xml │   │   │   ├── [4.0K] values-pt-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-pt-rPT-land │   │   │   │   └── [ 958] strings.xml │   │   │   ├── [4.0K] values-pt-rPT-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-rm │   │   │   │   └── [ 19K] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-ro-land │   │   │   │   └── [ 955] strings.xml │   │   │   ├── [4.0K] values-ro-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ro-port │   │   │   │   └── [ 956] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [ 24K] strings.xml │   │   │   ├── [4.0K] values-ru-land │   │   │   │   └── [ 982] strings.xml │   │   │   ├── [4.0K] values-ru-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [ 22K] strings.xml │   │   │   ├── [4.0K] values-sk-land │   │   │   │   └── [ 956] strings.xml │   │   │   ├── [4.0K] values-sk-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sk-port │   │   │   │   └── [ 956] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-sl-land │   │   │   │   └── [ 945] strings.xml │   │   │   ├── [4.0K] values-sl-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sl-port │   │   │   │   └── [ 946] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [ 24K] strings.xml │   │   │   ├── [4.0K] values-sr-land │   │   │   │   └── [ 986] strings.xml │   │   │   ├── [4.0K] values-sr-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-sr-port │   │   │   │   └── [ 990] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-sv-land │   │   │   │   └── [ 955] strings.xml │   │   │   ├── [4.0K] values-sv-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-sw380dp │   │   │   │   └── [ 791] dimens.xml │   │   │   ├── [4.0K] values-sw600dp │   │   │   │   ├── [1.4K] arrays.xml │   │   │   │   ├── [1.4K] config.xml │   │   │   │   ├── [2.4K] dimens.xml │   │   │   │   └── [ 914] styles.xml │   │   │   ├── [4.0K] values-sw600dp-land │   │   │   │   ├── [ 869] dimens.xml │   │   │   │   └── [4.0K] values-land-sw600dp │   │   │   │   └── [ 801] dimens.xml │   │   │   ├── [4.0K] values-sw600dp-port │   │   │   │   └── [ 801] dimens.xml │   │   │   ├── [4.0K] values-sw720dp │   │   │   │   ├── [1.4K] config.xml │   │   │   │   ├── [3.9K] dimens.xml │   │   │   │   ├── [1.0K] donottranslate.xml │   │   │   │   └── [3.2K] styles.xml │   │   │   ├── [4.0K] values-sw-land │   │   │   │   └── [ 951] strings.xml │   │   │   ├── [4.0K] values-sw-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [ 27K] strings.xml │   │   │   ├── [4.0K] values-th-land │   │   │   │   └── [ 982] strings.xml │   │   │   ├── [4.0K] values-th-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-th-port │   │   │   │   └── [1012] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-tl-land │   │   │   │   └── [ 961] strings.xml │   │   │   ├── [4.0K] values-tl-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-tl-port │   │   │   │   └── [ 961] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-tr-land │   │   │   │   └── [ 938] strings.xml │   │   │   ├── [4.0K] values-tr-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [ 24K] strings.xml │   │   │   ├── [4.0K] values-uk-land │   │   │   │   └── [ 989] strings.xml │   │   │   ├── [4.0K] values-uk-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-uk-port │   │   │   │   └── [ 989] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [ 22K] strings.xml │   │   │   ├── [4.0K] values-vi-land │   │   │   │   └── [ 950] strings.xml │   │   │   ├── [4.0K] values-vi-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-vi-port │   │   │   │   └── [ 950] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-zh-rCN-land │   │   │   │   └── [ 940] strings.xml │   │   │   ├── [4.0K] values-zh-rCN-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-zh-rTW-land │   │   │   │   └── [ 934] strings.xml │   │   │   ├── [4.0K] values-zh-rTW-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-zu │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-zu-land │   │   │   │   └── [ 951] strings.xml │   │   │   └── [4.0K] values-zu-large │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] systemui │   │   │   ├── [1.3K] BeanBagDream.java │   │   │   ├── [ 14K] BeanBag.java │   │   │   ├── [1.6K] BootReceiver.java │   │   │   ├── [ 23K] ExpandHelper.java │   │   │   ├── [ 826] Gefingerpoken.java │   │   │   ├── [ 26K] ImageWallpaper.java │   │   │   ├── [ 11K] LoadAverageService.java │   │   │   ├── [4.0K] media │   │   │   │   ├── [ 12K] NotificationPlayer.java │   │   │   │   └── [5.9K] RingtonePlayer.java │   │   │   ├── [4.0K] net │   │   │   │   └── [3.7K] NetworkOverLimitActivity.java │   │   │   ├── [4.0K] power │   │   │   │   └── [ 12K] PowerUI.java │   │   │   ├── [4.0K] recent │   │   │   │   ├── [1.1K] Constants.java │   │   │   │   ├── [8.7K] RecentsActivity.java │   │   │   │   ├── [1.0K] RecentsCallback.java │   │   │   │   ├── [ 14K] RecentsHorizontalScrollView.java │   │   │   │   ├── [ 31K] RecentsPanelView.java │   │   │   │   ├── [1.2K] RecentsPreloadReceiver.java │   │   │   │   ├── [6.9K] RecentsScrollViewPerformanceHelper.java │   │   │   │   ├── [ 14K] RecentsVerticalScrollView.java │   │   │   │   ├── [ 21K] RecentTasksLoader.java │   │   │   │   ├── [1.2K] StatusBarTouchProxy.java │   │   │   │   └── [2.6K] TaskDescription.java │   │   │   ├── [4.0K] screenshot │   │   │   │   ├── [ 27K] GlobalScreenshot.java │   │   │   │   └── [2.0K] TakeScreenshotService.java │   │   │   ├── [ 12K] SearchPanelView.java │   │   │   ├── [2.2K] Somnambulator.java │   │   │   ├── [4.0K] statusbar │   │   │   │   ├── [2.5K] AnimatedImageView.java │   │   │   │   ├── [ 49K] BaseStatusBar.java │   │   │   │   ├── [ 13K] CommandQueue.java │   │   │   │   ├── [4.6K] DelegateViewHelper.java │   │   │   │   ├── [2.2K] DoNotDisturb.java │   │   │   │   ├── [8.3K] GestureRecorder.java │   │   │   │   ├── [1.7K] LatestItemView.java │   │   │   │   ├── [6.9K] NotificationData.java │   │   │   │   ├── [4.0K] phone │   │   │   │   │   ├── [3.6K] CarrierLabel.java │   │   │   │   │   ├── [1.6K] CloseDragHandle.java │   │   │   │   │   ├── [2.9K] IconMerger.java │   │   │   │   │   ├── [ 19K] NavigationBarView.java │   │   │   │   │   ├── [4.2K] NotificationPanelView.java │   │   │   │   │   ├── [7.4K] PanelBar.java │   │   │   │   │   ├── [2.3K] PanelHolder.java │   │   │   │   │   ├── [ 23K] PanelView.java │   │   │   │   │   ├── [ 99K] PhoneStatusBar.java │   │   │   │   │   ├── [ 12K] PhoneStatusBarPolicy.java │   │   │   │   │   ├── [8.0K] PhoneStatusBarView.java │   │   │   │   │   ├── [5.1K] QuickSettingsContainerView.java │   │   │   │   │   ├── [ 41K] QuickSettings.java │   │   │   │   │   ├── [ 28K] QuickSettingsModel.java │   │   │   │   │   ├── [1.7K] QuickSettingsScrollView.java │   │   │   │   │   ├── [1.3K] QuickSettingsTileView.java │   │   │   │   │   ├── [4.5K] SettingsPanelView.java │   │   │   │   │   ├── [4.2K] StatusBarWindowView.java │   │   │   │   │   ├── [ 11K] Ticker.java │   │   │   │   │   ├── [1.1K] TickerView.java │   │   │   │   │   └── [2.1K] TrackingPatternView.java │   │   │   │   ├── [4.0K] policy │   │   │   │   │   ├── [1.4K] AccessibilityContentDescriptions.java │   │   │   │   │   ├── [3.4K] AirplaneModeController.java │   │   │   │   │   ├── [2.5K] AutoRotateController.java │   │   │   │   │   ├── [3.6K] BatteryController.java │   │   │   │   │   ├── [5.2K] BluetoothController.java │   │   │   │   │   ├── [5.5K] BrightnessController.java │   │   │   │   │   ├── [7.4K] Clock.java │   │   │   │   │   ├── [2.0K] CompatModeButton.java │   │   │   │   │   ├── [1.5K] CurrentUserTracker.java │   │   │   │   │   ├── [3.9K] DateView.java │   │   │   │   │   ├── [5.3K] DeadZone.java │   │   │   │   │   ├── [2.7K] DoNotDisturbController.java │   │   │   │   │   ├── [3.3K] EventHole.java │   │   │   │   │   ├── [1.7K] FixedSizeDrawable.java │   │   │   │   │   ├── [5.8K] IntruderAlertView.java │   │   │   │   │   ├── [ 10K] KeyButtonView.java │   │   │   │   │   ├── [5.4K] LocationController.java │   │   │   │   │   ├── [ 63K] NetworkController.java │   │   │   │   │   ├── [9.6K] NotificationRowLayout.java │   │   │   │   │   ├── [ 808] OnSizeChangedListener.java │   │   │   │   │   ├── [1.5K] Prefs.java │   │   │   │   │   ├── [5.3K] TelephonyIcons.java │   │   │   │   │   ├── [4.8K] ToggleSlider.java │   │   │   │   │   ├── [2.7K] VolumeController.java │   │   │   │   │   ├── [1.8K] WifiIcons.java │   │   │   │   │   └── [1.0K] WimaxIcons.java │   │   │   │   ├── [1.8K] RotationToggle.java │   │   │   │   ├── [6.7K] SignalClusterView.java │   │   │   │   ├── [9.5K] StatusBarIconView.java │   │   │   │   ├── [4.0K] tablet │   │   │   │   │   ├── [4.1K] CompatModePanel.java │   │   │   │   │   ├── [6.0K] InputMethodButton.java │   │   │   │   │   ├── [ 19K] InputMethodsPanel.java │   │   │   │   │   ├── [1.7K] NotificationArea.java │   │   │   │   │   ├── [1.6K] NotificationIconArea.java │   │   │   │   │   ├── [2.9K] NotificationLinearLayout.java │   │   │   │   │   ├── [ 16K] NotificationPanel.java │   │   │   │   │   ├── [3.4K] NotificationPanelTitle.java │   │   │   │   │   ├── [2.3K] NotificationPeekPanel.java │   │   │   │   │   ├── [2.0K] PanelBackgroundView.java │   │   │   │   │   ├── [4.5K] SettingsView.java │   │   │   │   │   ├── [8.4K] ShirtPocket.java │   │   │   │   │   ├── [ 755] StatusBarPanel.java │   │   │   │   │   ├── [ 63K] TabletStatusBar.java │   │   │   │   │   ├── [5.4K] TabletStatusBarView.java │   │   │   │   │   └── [ 12K] TabletTicker.java │   │   │   │   └── [4.0K] tv │   │   │   │   └── [3.4K] TvStatusBar.java │   │   │   ├── [ 16K] SwipeHelper.java │   │   │   ├── [1.0K] SystemUI.java │   │   │   ├── [4.3K] SystemUIService.java │   │   │   ├── [ 17K] UniverseBackground.java │   │   │   └── [4.0K] usb │   │   │   ├── [ 18K] StorageNotification.java │   │   │   ├── [3.5K] UsbAccessoryUriActivity.java │   │   │   ├── [6.7K] UsbConfirmActivity.java │   │   │   ├── [4.7K] UsbDebuggingActivity.java │   │   │   ├── [2.5K] UsbDisconnectedReceiver.java │   │   │   ├── [6.7K] UsbPermissionActivity.java │   │   │   ├── [5.0K] UsbResolverActivity.java │   │   │   └── [ 12K] UsbStorageActivity.java │   │   └── [4.0K] tests │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [1.0K] Android.mk │   │   ├── [4.0K] res │   │   │   └── [4.0K] layout │   │   │   └── [1.2K] main.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] systemui │   │   └── [4.0K] screenshot │   │   ├── [1.0K] ScreenshotStubActivity.java │   │   └── [5.1K] ScreenshotTest.java │   ├── [4.0K] VpnDialogs │   │   ├── [ 952] AndroidManifest.xml │   │   ├── [ 833] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   ├── [2.3K] confirm.xml │   │   │   │   └── [1.8K] manage.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [2.6K] strings.xml │   │   │   │   └── [1.1K] styles.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-be │   │   │   │   └── [2.3K] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [2.4K] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [2.4K] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-et │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [2.3K] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [2.7K] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-ms │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [2.3K] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [2.3K] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [2.6K] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [2.3K] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [2.0K] strings.xml │   │   │   └── [4.0K] values-zu │   │   │   └── [2.1K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] vpndialogs │   │   ├── [3.6K] ConfirmDialog.java │   │   └── [6.9K] ManageDialog.java │   └── [4.0K] WAPPushManager │   ├── [1.3K] AndroidManifest.xml │   ├── [ 531] Android.mk │   ├── [2.2K] CleanSpec.mk │   ├── [ 0] MODULE_LICENSE_APACHE2 │   ├── [ 10K] NOTICE │   ├── [ 616] proguard.flags │   ├── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] smspush │   │   └── [ 16K] WapPushManager.java │   └── [4.0K] tests │   ├── [2.8K] AndroidManifest.xml │   ├── [1.2K] Android.mk │   ├── [4.0K] res │   │   ├── [4.0K] drawable-hdpi │   │   │   └── [4.0K] icon.png │   │   ├── [4.0K] drawable-ldpi │   │   │   └── [1.7K] icon.png │   │   ├── [4.0K] drawable-mdpi │   │   │   └── [2.5K] icon.png │   │   └── [4.0K] layout │   │   └── [3.6K] main.xml │   └── [4.0K] src │   └── [4.0K] com │   └── [4.0K] android │   └── [4.0K] smspush │   └── [4.0K] unitTests │   ├── [7.2K] ClientTest.java │   ├── [3.2K] DataVerify.java │   ├── [1.6K] DrmReceiver.java │   ├── [ 889] IDataVerify.aidl │   ├── [1.5K] ReceiverActivity.java │   ├── [1.7K] ReceiverService.java │   └── [ 90K] WapPushTest.java ├── [4.0K] policy │   ├── [ 360] Android.mk │   ├── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] internal │   │   └── [4.0K] policy │   │   └── [4.0K] impl │   │   ├── [ 11K] EnableAccessibilityController.java │   │   ├── [ 37K] GlobalActions.java │   │   ├── [7.5K] IconUtilities.java │   │   ├── [4.0K] keyguard │   │   │   ├── [2.4K] BiometricSensorUnlock.java │   │   │   ├── [ 16K] CameraWidgetFrame.java │   │   │   ├── [9.3K] CarrierText.java │   │   │   ├── [3.3K] ChallengeLayout.java │   │   │   ├── [2.6K] CheckLongPressHelper.java │   │   │   ├── [7.3K] ClockView.java │   │   │   ├── [5.1K] EmergencyButton.java │   │   │   ├── [ 17K] FaceUnlock.java │   │   │   ├── [8.7K] KeyguardAbsKeyInputView.java │   │   │   ├── [ 11K] KeyguardAccountView.java │   │   │   ├── [ 12K] KeyguardActivityLauncher.java │   │   │   ├── [5.1K] KeyguardCircleFramedDrawable.java │   │   │   ├── [8.5K] KeyguardFaceUnlockView.java │   │   │   ├── [5.1K] KeyguardGlowStripView.java │   │   │   ├── [ 60K] KeyguardHostView.java │   │   │   ├── [1.4K] KeyguardLinearLayout.java │   │   │   ├── [9.2K] KeyguardMessageArea.java │   │   │   ├── [8.5K] KeyguardMultiUserAvatar.java │   │   │   ├── [5.6K] KeyguardMultiUserSelectorView.java │   │   │   ├── [7.2K] KeyguardPasswordView.java │   │   │   ├── [ 15K] KeyguardPatternView.java │   │   │   ├── [4.0K] KeyguardPINView.java │   │   │   ├── [2.1K] KeyguardSecurityCallback.java │   │   │   ├── [1.3K] KeyguardSecurityContainer.java │   │   │   ├── [6.0K] KeyguardSecurityModel.java │   │   │   ├── [9.2K] KeyguardSecurityViewFlipper.java │   │   │   ├── [3.4K] KeyguardSecurityViewHelper.java │   │   │   ├── [2.6K] KeyguardSecurityView.java │   │   │   ├── [ 10K] KeyguardSelectorView.java │   │   │   ├── [7.2K] KeyguardSimPinView.java │   │   │   ├── [9.1K] KeyguardSimPukView.java │   │   │   ├── [5.1K] KeyguardStatusView.java │   │   │   ├── [ 20K] KeyguardTransportControlView.java │   │   │   ├── [3.3K] KeyguardUpdateMonitorCallback.java │   │   │   ├── [ 31K] KeyguardUpdateMonitor.java │   │   │   ├── [9.6K] KeyguardViewBase.java │   │   │   ├── [ 18K] KeyguardViewManager.java │   │   │   ├── [ 54K] KeyguardViewMediator.java │   │   │   ├── [ 12K] KeyguardViewStateManager.java │   │   │   ├── [ 11K] KeyguardWidgetCarousel.java │   │   │   ├── [ 18K] KeyguardWidgetFrame.java │   │   │   ├── [ 31K] KeyguardWidgetPager.java │   │   │   ├── [2.8K] LiftToActivateListener.java │   │   │   ├── [ 22K] MultiPaneChallengeLayout.java │   │   │   ├── [4.3K] NumPadKey.java │   │   │   ├── [3.7K] ObscureSpeechDelegate.java │   │   │   ├── [101K] PagedView.java │   │   │   ├── [1.0K] SecurityMessageDisplay.java │   │   │   └── [ 46K] SlidingChallengeLayout.java │   │   ├── [4.0K] keyguard_obsolete │   │   │   ├── [ 11K] AccountUnlockScreen.java │   │   │   ├── [3.1K] BiometricSensorUnlock.java │   │   │   ├── [ 20K] FaceUnlock.java │   │   │   ├── [2.3K] KeyguardScreenCallback.java │   │   │   ├── [1.2K] KeyguardScreen.java │   │   │   ├── [ 25K] KeyguardStatusViewManager.java │   │   │   ├── [2.9K] KeyguardUpdateMonitorCallback.java │   │   │   ├── [ 25K] KeyguardUpdateMonitor.java │   │   │   ├── [9.9K] KeyguardViewBase.java │   │   │   ├── [1.6K] KeyguardViewCallback.java │   │   │   ├── [ 11K] KeyguardViewManager.java │   │   │   ├── [ 50K] KeyguardViewMediator.java │   │   │   ├── [1.7K] KeyguardViewProperties.java │   │   │   ├── [1.0K] KeyguardWindowController.java │   │   │   ├── [ 47K] LockPatternKeyguardView.java │   │   │   ├── [2.4K] LockPatternKeyguardViewProperties.java │   │   │   ├── [ 24K] LockScreen.java │   │   │   ├── [ 15K] PasswordUnlockScreen.java │   │   │   ├── [ 16K] PatternUnlockScreen.java │   │   │   ├── [ 14K] SimPukUnlockScreen.java │   │   │   └── [ 13K] SimUnlockScreen.java │   │   ├── [ 25] package.html │   │   ├── [ 12K] PhoneFallbackEventHandler.java │   │   ├── [2.4K] PhoneLayoutInflater.java │   │   ├── [135K] PhoneWindow.java │   │   ├── [209K] PhoneWindowManager.java │   │   ├── [2.6K] Policy.java │   │   ├── [5.1K] RecentApplicationsBackground.java │   │   ├── [ 13K] RecentApplicationsDialog.java │   │   └── [4.3K] ShortcutManager.java │   └── [4.0K] tests │   ├── [1.2K] AndroidManifest.xml │   ├── [ 932] Android.mk │   └── [4.0K] src │   └── [4.0K] com │   └── [4.0K] android │   └── [4.0K] internal │   └── [4.0K] policy │   └── [4.0K] impl │   └── [4.0K] keyguard_obsolete │   └── [ 13K] LockPatternKeyguardViewTest.java ├── [ 93K] preloaded-classes ├── [4.0K] samples │   └── [4.0K] training │   └── [4.0K] network-usage │   ├── [1.8K] AndroidManifest.xml │   ├── [ 666] README.txt │   ├── [4.0K] res │   │   ├── [4.0K] drawable-hdpi │   │   │   └── [4.0K] ic_launcher.png │   │   ├── [4.0K] drawable-ldpi │   │   │   └── [1.7K] ic_launcher.png │   │   ├── [4.0K] drawable-mdpi │   │   │   └── [2.5K] ic_launcher.png │   │   ├── [4.0K] layout │   │   │   └── [ 426] main.xml │   │   ├── [4.0K] menu │   │   │   └── [ 888] mainmenu.xml │   │   ├── [4.0K] values │   │   │   ├── [ 915] arrays.xml │   │   │   └── [1.3K] strings.xml │   │   └── [4.0K] xml │   │   └── [1.2K] preferences.xml │   └── [4.0K] src │   └── [4.0K] com │   └── [4.0K] example │   └── [4.0K] android │   └── [4.0K] networkusage │   ├── [ 13K] NetworkActivity.java │   ├── [2.5K] SettingsActivity.java │   └── [6.1K] StackOverflowXmlParser.java ├── [4.0K] sax │   ├── [4.0K] java │   │   └── [4.0K] android │   │   └── [4.0K] sax │   │   ├── [1.0K] BadXmlException.java │   │   ├── [3.0K] Children.java │   │   ├── [6.3K] Element.java │   │   ├── [ 797] ElementListener.java │   │   ├── [ 801] EndElementListener.java │   │   ├── [ 895] EndTextElementListener.java │   │   ├── [ 105] package.html │   │   ├── [6.0K] RootElement.java │   │   ├── [ 919] StartElementListener.java │   │   └── [ 810] TextElementListener.java │   └── [4.0K] tests │   └── [4.0K] saxtests │   ├── [1.6K] AndroidManifest.xml │   ├── [ 317] Android.mk │   ├── [4.0K] res │   │   └── [4.0K] raw │   │   └── [102K] youtube.xml │   └── [4.0K] src │   └── [4.0K] android │   └── [4.0K] sax │   ├── [4.3K] ExpatPerformanceTest.java │   └── [ 19K] SafeSaxTest.java ├── [4.0K] services │   ├── [4.0K] common_time │   │   ├── [ 714] Android.mk │   │   ├── [ 15K] clock_recovery.cpp │   │   ├── [4.9K] clock_recovery.h │   │   ├── [3.9K] common_clock.cpp │   │   ├── [1.7K] common_clock.h │   │   ├── [4.9K] common_clock_service.cpp │   │   ├── [3.8K] common_clock_service.h │   │   ├── [3.6K] common_time_config_service.cpp │   │   ├── [2.3K] common_time_config_service.h │   │   ├── [ 13K] common_time_server_api.cpp │   │   ├── [ 55K] common_time_server.cpp │   │   ├── [ 12K] common_time_server.h │   │   ├── [9.9K] common_time_server_packets.cpp │   │   ├── [6.0K] common_time_server_packets.h │   │   ├── [9.1K] diag_thread.cpp │   │   ├── [2.2K] diag_thread.h │   │   ├── [1.2K] main.cpp │   │   ├── [4.3K] utils.cpp │   │   └── [2.2K] utils.h │   ├── [4.0K] input │   │   ├── [1.5K] Android.mk │   │   ├── [ 55K] EventHub.cpp │   │   ├── [ 14K] EventHub.h │   │   ├── [1.0K] InputApplication.cpp │   │   ├── [2.2K] InputApplication.h │   │   ├── [171K] InputDispatcher.cpp │   │   ├── [ 42K] InputDispatcher.h │   │   ├── [6.2K] InputListener.cpp │   │   ├── [5.6K] InputListener.h │   │   ├── [2.5K] InputManager.cpp │   │   ├── [3.3K] InputManager.h │   │   ├── [245K] InputReader.cpp │   │   ├── [ 58K] InputReader.h │   │   ├── [1.7K] InputWindow.cpp │   │   ├── [7.0K] InputWindow.h │   │   ├── [ 17K] PointerController.cpp │   │   ├── [7.9K] PointerController.h │   │   ├── [ 18K] SpriteController.cpp │   │   ├── [9.1K] SpriteController.h │   │   └── [4.0K] tests │   │   ├── [1.1K] Android.mk │   │   ├── [ 10K] InputDispatcher_test.cpp │   │   └── [216K] InputReader_test.cpp │   ├── [4.0K] java │   │   ├── [ 429] Android.mk │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] server │   │   ├── [4.0K] accessibility │   │   │   ├── [6.1K] AccessibilityInputFilter.java │   │   │   ├── [108K] AccessibilityManagerService.java │   │   │   ├── [3.6K] EventStreamTransformation.java │   │   │   ├── [3.8K] GestureUtils.java │   │   │   ├── [ 78K] ScreenMagnifier.java │   │   │   └── [ 91K] TouchExplorer.java │   │   ├── [ 44K] AlarmManagerService.java │   │   ├── [4.0K] am │   │   │   ├── [ 88K] ActiveServices.java │   │   │   ├── [614K] ActivityManagerService.java │   │   │   ├── [ 40K] ActivityRecord.java │   │   │   ├── [1.1K] ActivityResult.java │   │   │   ├── [203K] ActivityStack.java │   │   │   ├── [2.1K] AppBindRecord.java │   │   │   ├── [3.8K] AppErrorDialog.java │   │   │   ├── [1.1K] AppErrorResult.java │   │   │   ├── [5.3K] AppNotRespondingDialog.java │   │   │   ├── [2.5K] AppWaitingForDebuggerDialog.java │   │   │   ├── [2.0K] BackupRecord.java │   │   │   ├── [2.5K] BaseErrorDialog.java │   │   │   ├── [ 16K] BatteryStatsService.java │   │   │   ├── [2.4K] BroadcastFilter.java │   │   │   ├── [ 46K] BroadcastQueue.java │   │   │   ├── [8.7K] BroadcastRecord.java │   │   │   ├── [3.6K] CompatModeDialog.java │   │   │   ├── [ 15K] CompatModePackages.java │   │   │   ├── [3.6K] ConnectionRecord.java │   │   │   ├── [2.8K] ContentProviderConnection.java │   │   │   ├── [9.2K] ContentProviderRecord.java │   │   │   ├── [4.1K] CoreSettingsObserver.java │   │   │   ├── [6.0K] DeviceMonitor.java │   │   │   ├── [4.8K] EventLogTags.logtags │   │   │   ├── [1.6K] FactoryErrorDialog.java │   │   │   ├── [4.0K] IntentBindRecord.java │   │   │   ├── [2.5K] LaunchWarningWindow.java │   │   │   ├── [ 25] package.html │   │   │   ├── [ 15K] PendingIntentRecord.java │   │   │   ├── [1.2K] PendingThumbnailsRecord.java │   │   │   ├── [9.3K] ProcessList.java │   │   │   ├── [ 21K] ProcessRecord.java │   │   │   ├── [ 15K] ProviderMap.java │   │   │   ├── [3.8K] ReceiverList.java │   │   │   ├── [ 18K] ServiceRecord.java │   │   │   ├── [3.6K] StrictModeViolationDialog.java │   │   │   ├── [1019] TaskAccessInfo.java │   │   │   ├── [7.1K] TaskRecord.java │   │   │   ├── [ 873] ThumbnailHolder.java │   │   │   ├── [7.3K] TransferPipe.java │   │   │   ├── [3.6K] UriPermission.java │   │   │   ├── [5.8K] UriPermissionOwner.java │   │   │   ├── [ 39K] UsageStatsService.java │   │   │   └── [2.1K] UserStartedState.java │   │   ├── [ 81K] AppWidgetServiceImpl.java │   │   ├── [ 16K] AppWidgetService.java │   │   ├── [4.9K] AttributeCache.java │   │   ├── [259K] BackupManagerService.java │   │   ├── [ 31K] BatteryService.java │   │   ├── [ 48K] BluetoothManagerService.java │   │   ├── [7.4K] BootReceiver.java │   │   ├── [1.0K] BrickReceiver.java │   │   ├── [5.0K] CertBlacklister.java │   │   ├── [ 11K] ClipboardService.java │   │   ├── [ 15K] CommonTimeManagementService.java │   │   ├── [4.0K] connectivity │   │   │   ├── [ 64K] Tethering.java │   │   │   └── [ 34K] Vpn.java │   │   ├── [134K] ConnectivityService.java │   │   ├── [7.0K] CountryDetectorService.java │   │   ├── [103K] DevicePolicyManagerService.java │   │   ├── [ 23K] DeviceStorageMonitorService.java │   │   ├── [3.7K] DiskStatsService.java │   │   ├── [4.0K] display │   │   │   ├── [3.9K] DisplayAdapter.java │   │   │   ├── [7.9K] DisplayDeviceInfo.java │   │   │   ├── [7.3K] DisplayDevice.java │   │   │   ├── [ 41K] DisplayManagerService.java │   │   │   ├── [ 968] DisplayTransactionListener.java │   │   │   ├── [2.7K] DisplayViewport.java │   │   │   ├── [2.6K] HeadlessDisplayAdapter.java │   │   │   ├── [7.6K] LocalDisplayAdapter.java │   │   │   ├── [ 13K] LogicalDisplay.java │   │   │   ├── [ 12K] OverlayDisplayAdapter.java │   │   │   ├── [ 13K] OverlayDisplayWindow.java │   │   │   ├── [9.6K] PersistentDataStore.java │   │   │   ├── [ 24K] WifiDisplayAdapter.java │   │   │   └── [ 37K] WifiDisplayController.java │   │   ├── [7.7K] DockObserver.java │   │   ├── [4.0K] dreams │   │   │   ├── [9.2K] DreamController.java │   │   │   └── [ 14K] DreamManagerService.java │   │   ├── [ 31K] DropBoxManagerService.java │   │   ├── [6.0K] EntropyMixer.java │   │   ├── [6.8K] EventLogTags.logtags │   │   ├── [ 788] INativeDaemonConnectorCallbacks.java │   │   ├── [4.0K] input │   │   │   ├── [1.6K] InputApplicationHandle.java │   │   │   ├── [ 64K] InputManagerService.java │   │   │   ├── [3.0K] InputWindowHandle.java │   │   │   └── [ 15K] PersistentDataStore.java │   │   ├── [178K] InputMethodManagerService.java │   │   ├── [ 29K] IntentResolver.java │   │   ├── [ 23K] IntentResolverOld.java │   │   ├── [7.0K] LightsService.java │   │   ├── [4.0K] location │   │   │   ├── [ 18K] ComprehensiveCountryDetector.java │   │   │   ├── [2.1K] CountryDetectorBase.java │   │   │   ├── [3.3K] GeocoderProxy.java │   │   │   ├── [ 15K] GeofenceManager.java │   │   │   ├── [3.4K] GeofenceState.java │   │   │   ├── [ 63K] GpsLocationProvider.java │   │   │   ├── [5.8K] GpsXtraDownloader.java │   │   │   ├── [8.4K] LocationBasedCountryDetector.java │   │   │   ├── [4.8K] LocationBlacklist.java │   │   │   ├── [ 14K] LocationFudger.java │   │   │   ├── [1.5K] LocationProviderInterface.java │   │   │   ├── [9.2K] LocationProviderProxy.java │   │   │   ├── [4.4K] MockProvider.java │   │   │   └── [3.3K] PassiveProvider.java │   │   ├── [ 81K] LocationManagerService.java │   │   ├── [1.9K] MasterClearReceiver.java │   │   ├── [101K] MountService.java │   │   ├── [1.7K] NativeDaemonConnectorException.java │   │   ├── [ 22K] NativeDaemonConnector.java │   │   ├── [7.9K] NativeDaemonEvent.java │   │   ├── [4.0K] net │   │   │   ├── [1.5K] BaseNetworkObserver.java │   │   │   ├── [ 11K] LockdownVpnTracker.java │   │   │   ├── [3.0K] NetworkIdentitySet.java │   │   │   ├── [ 85K] NetworkPolicyManagerService.java │   │   │   ├── [ 19K] NetworkStatsCollection.java │   │   │   ├── [ 14K] NetworkStatsRecorder.java │   │   │   └── [ 52K] NetworkStatsService.java │   │   ├── [ 57K] NetworkManagementService.java │   │   ├── [ 12K] NetworkTimeUpdateService.java │   │   ├── [ 61K] NotificationManagerService.java │   │   ├── [ 34K] NsdService.java │   │   ├── [ 18K] PackageManagerBackupAgent.java │   │   ├── [4.0K] pm │   │   │   ├── [1.5K] BasePermission.java │   │   │   ├── [1.4K] GrantedPermissions.java │   │   │   ├── [ 12K] Installer.java │   │   │   ├── [435K] PackageManagerService.java │   │   │   ├── [ 12K] PackageSettingBase.java │   │   │   ├── [1.7K] PackageSetting.java │   │   │   ├── [8.5K] PackageSignatures.java │   │   │   ├── [ 893] PackageVerificationResponse.java │   │   │   ├── [5.3K] PackageVerificationState.java │   │   │   ├── [1.1K] PendingPackage.java │   │   │   ├── [2.6K] PreferredActivity.java │   │   │   ├── [1.2K] PreferredIntentResolver.java │   │   │   ├── [124K] Settings.java │   │   │   ├── [1.3K] SharedUserSetting.java │   │   │   └── [ 36K] UserManagerService.java │   │   ├── [4.0K] power │   │   │   ├── [ 803] DisplayBlanker.java │   │   │   ├── [ 54K] DisplayPowerController.java │   │   │   ├── [4.7K] DisplayPowerRequest.java │   │   │   ├── [ 14K] DisplayPowerState.java │   │   │   ├── [ 27K] ElectronBeam.java │   │   │   ├── [ 18K] Notifier.java │   │   │   ├── [102K] PowerManagerService.java │   │   │   ├── [4.9K] RampAnimator.java │   │   │   ├── [1.3K] ScreenOnBlocker.java │   │   │   ├── [ 20K] ShutdownThread.java │   │   │   ├── [1.4K] SuspendBlocker.java │   │   │   └── [ 14K] WirelessChargerDetector.java │   │   ├── [8.2K] PreferredComponent.java │   │   ├── [1.6K] ProcessMap.java │   │   ├── [3.0K] RandomBlock.java │   │   ├── [6.3K] RecognitionManagerService.java │   │   ├── [4.6K] SamplingProfilerService.java │   │   ├── [1.9K] SerialService.java │   │   ├── [ 10K] ServiceWatcher.java │   │   ├── [2.2K] ShutdownActivity.java │   │   ├── [ 22K] StatusBarManagerService.java │   │   ├── [7.4K] SystemBackupAgent.java │   │   ├── [ 44K] SystemServer.java │   │   ├── [ 31K] TelephonyRegistry.java │   │   ├── [ 41K] TextServicesManagerService.java │   │   ├── [ 45K] ThrottleService.java │   │   ├── [4.2K] TwilightCalculator.java │   │   ├── [ 21K] TwilightService.java │   │   ├── [ 24K] UiModeManagerService.java │   │   ├── [4.1K] UpdateLockService.java │   │   ├── [4.0K] updates │   │   │   ├── [ 850] CertPinInstallReceiver.java │   │   │   ├── [ 11K] ConfigUpdateInstallReceiver.java │   │   │   └── [ 858] SmsShortCodesInstallReceiver.java │   │   ├── [4.0K] usb │   │   │   ├── [ 10K] UsbDebuggingManager.java │   │   │   ├── [ 36K] UsbDeviceManager.java │   │   │   ├── [8.2K] UsbHostManager.java │   │   │   ├── [10.0K] UsbService.java │   │   │   └── [ 43K] UsbSettingsManager.java │   │   ├── [ 18K] VibratorService.java │   │   ├── [ 52K] WallpaperManagerService.java │   │   ├── [ 19K] Watchdog.java │   │   ├── [ 67K] WifiService.java │   │   ├── [ 17K] WiredAccessoryManager.java │   │   └── [4.0K] wm │   │   ├── [ 13K] AppWindowAnimator.java │   │   ├── [ 11K] AppWindowToken.java │   │   ├── [6.6K] BlackFrame.java │   │   ├── [9.8K] DimAnimator.java │   │   ├── [4.6K] DimSurface.java │   │   ├── [5.0K] DisplayContent.java │   │   ├── [ 17K] DragState.java │   │   ├── [4.2K] FakeWindowImpl.java │   │   ├── [ 19K] InputMonitor.java │   │   ├── [4.1K] KeyguardDisableHandler.java │   │   ├── [1.4K] MagnificationSpec.java │   │   ├── [ 43K] ScreenRotationAnimation.java │   │   ├── [ 19K] Session.java │   │   ├── [1.3K] StartingData.java │   │   ├── [3.2K] StrictModeFlash.java │   │   ├── [ 11K] ViewServer.java │   │   ├── [6.2K] Watermark.java │   │   ├── [ 44K] WindowAnimator.java │   │   ├── [474K] WindowManagerService.java │   │   ├── [ 69K] WindowStateAnimator.java │   │   ├── [ 49K] WindowState.java │   │   └── [3.5K] WindowToken.java │   ├── [4.0K] jni │   │   ├── [1.5K] Android.mk │   │   ├── [3.2K] com_android_server_AlarmManagerService.cpp │   │   ├── [ 15K] com_android_server_BatteryService.cpp │   │   ├── [ 13K] com_android_server_connectivity_Vpn.cpp │   │   ├── [4.8K] com_android_server_input_InputApplicationHandle.cpp │   │   ├── [1.3K] com_android_server_input_InputApplicationHandle.h │   │   ├── [ 54K] com_android_server_input_InputManagerService.cpp │   │   ├── [ 10K] com_android_server_input_InputWindowHandle.cpp │   │   ├── [1.3K] com_android_server_input_InputWindowHandle.h │   │   ├── [3.9K] com_android_server_LightsService.cpp │   │   ├── [ 22K] com_android_server_location_GpsLocationProvider.cpp │   │   ├── [9.1K] com_android_server_power_PowerManagerService.cpp │   │   ├── [1.2K] com_android_server_power_PowerManagerService.h │   │   ├── [2.7K] com_android_server_SerialService.cpp │   │   ├── [1.2K] com_android_server_SystemServer.cpp │   │   ├── [5.2K] com_android_server_UsbDeviceManager.cpp │   │   ├── [7.3K] com_android_server_UsbHostManager.cpp │   │   ├── [1.6K] com_android_server_VibratorService.cpp │   │   └── [2.6K] onload.cpp │   └── [4.0K] tests │   └── [4.0K] servicestests │   ├── [3.1K] AndroidManifest.xml │   ├── [ 442] Android.mk │   ├── [4.0K] res │   │   └── [4.0K] raw │   │   ├── [153K] netstats_uid_v4 │   │   ├── [ 18K] netstats_v1 │   │   ├── [ 36K] test1_nosig.obb │   │   ├── [ 37K] test1.obb │   │   └── [ 37K] test1_wrongpackage.obb │   └── [4.0K] src │   └── [4.0K] com │   └── [4.0K] android │   └── [4.0K] server │   ├── [ 29K] AccessibilityManagerServiceTest.java │   ├── [ 11K] AccessibilityManagerTest.java │   ├── [4.7K] BroadcastInterceptingContext.java │   ├── [6.8K] CertBlacklisterTest.java │   ├── [8.8K] ConnectivityServiceTest.java │   ├── [3.8K] CountryDetectorServiceTest.java │   ├── [ 32K] DropBoxTest.java │   ├── [1.4K] EntropyMixerTest.java │   ├── [4.0K] location │   │   ├── [ 11K] ComprehensiveCountryDetectorTest.java │   │   └── [ 14K] LocationBasedCountryDetectorTest.java │   ├── [8.9K] MockAccessibilityService.java │   ├── [ 11K] MountServiceTests.java │   ├── [2.3K] NativeDaemonConnectorTest.java │   ├── [4.0K] net │   │   └── [7.7K] NetworkStatsCollectionTest.java │   ├── [ 40K] NetworkPolicyManagerServiceTest.java │   ├── [ 45K] NetworkStatsServiceTest.java │   ├── [4.0K] pm │   │   ├── [9.2K] PackageManagerSettingsTests.java │   │   ├── [8.0K] PackageVerificationStateTest.java │   │   └── [5.1K] UserManagerTest.java │   ├── [ 13K] ThrottleServiceTest.java │   └── [4.0K] updates │   └── [ 12K] CertPinInstallReceiverTest.java ├── [4.0K] telephony │   └── [4.0K] java │   ├── [4.0K] android │   │   └── [4.0K] telephony │   │   ├── [4.0K] cdma │   │   │   ├── [8.6K] CdmaCellLocation.java │   │   │   ├── [7.0K] CdmaSmsCbProgramData.java │   │   │   ├── [4.6K] CdmaSmsCbProgramResults.java │   │   │   └── [ 91] package.html │   │   ├── [6.6K] CellIdentityCdma.java │   │   ├── [5.6K] CellIdentityGsm.java │   │   ├── [5.2K] CellIdentityLte.java │   │   ├── [ 667] CellInfo.aidl │   │   ├── [4.3K] CellInfoCdma.java │   │   ├── [4.2K] CellInfoGsm.java │   │   ├── [6.0K] CellInfo.java │   │   ├── [4.5K] CellInfoLte.java │   │   ├── [3.2K] CellLocation.java │   │   ├── [ 11K] CellSignalStrengthCdma.java │   │   ├── [6.3K] CellSignalStrengthGsm.java │   │   ├── [2.1K] CellSignalStrength.java │   │   ├── [7.9K] CellSignalStrengthLte.java │   │   ├── [4.0K] gsm │   │   │   ├── [3.6K] GsmCellLocation.java │   │   │   └── [ 126] package.html │   │   ├── [9.5K] JapanesePhoneNumberFormatter.java │   │   ├── [ 678] NeighboringCellInfo.aidl │   │   ├── [9.9K] NeighboringCellInfo.java │   │   ├── [ 188] package.html │   │   ├── [5.8K] PhoneNumberFormattingTextWatcher.java │   │   ├── [ 91K] PhoneNumberUtils.java │   │   ├── [ 14K] PhoneStateListener.java │   │   ├── [ 673] ServiceState.aidl │   │   ├── [ 23K] ServiceState.java │   │   ├── [ 755] SignalStrength.aidl │   │   ├── [ 28K] SignalStrength.java │   │   └── [ 42K] TelephonyManager.java │   └── [4.0K] com │   └── [4.0K] android │   └── [4.0K] internal │   └── [4.0K] telephony │   ├── [ 19K] CallerInfoAsyncQuery.java │   ├── [ 26K] CallerInfo.java │   ├── [4.8K] DctConstants.java │   ├── [ 943] EncodeException.java │   ├── [ 70K] GsmAlphabet.java │   ├── [3.2K] IccCardConstants.java │   ├── [1.5K] IPhoneStateListener.aidl │   ├── [2.4K] IPhoneSubInfo.aidl │   ├── [7.7K] ITelephony.aidl │   ├── [1.8K] ITelephonyRegistry.aidl │   ├── [1.9K] IWapPushManager.aidl │   ├── [1007] OperatorInfo.aidl │   ├── [ 38] package.html │   ├── [5.0K] PhoneConstants.java │   ├── [ 13K] RILConstants.java │   ├── [2.4K] SmsConstants.java │   ├── [ 680] SmsRawData.aidl │   ├── [ 12K] TelephonyIntents.java │   └── [7.1K] TelephonyProperties.java ├── [4.0K] test-runner │   ├── [ 975] Android.mk │   ├── [4.0K] src │   │   ├── [4.0K] android │   │   │   └── [4.0K] test │   │   │   ├── [7.5K] ActivityInstrumentationTestCase2.java │   │   │   ├── [3.5K] ActivityInstrumentationTestCase.java │   │   │   ├── [2.8K] ActivityTestCase.java │   │   │   ├── [ 13K] ActivityUnitTestCase.java │   │   │   ├── [8.7K] AndroidTestRunner.java │   │   │   ├── [6.4K] ApplicationTestCase.java │   │   │   ├── [1.0K] AssertionFailedError.java │   │   │   ├── [2.5K] ClassPathPackageInfo.java │   │   │   ├── [ 12K] ClassPathPackageInfoSource.java │   │   │   ├── [1.1K] ComparisonFailure.java │   │   │   ├── [1.8K] DatabaseTestUtils.java │   │   │   ├── [7.5K] InstrumentationCoreTestRunner.java │   │   │   ├── [ 36K] InstrumentationTestRunner.java │   │   │   ├── [1.5K] InstrumentationUtils.java │   │   │   ├── [6.0K] IsolatedContext.java │   │   │   ├── [1.6K] LaunchPerformanceBase.java │   │   │   ├── [3.8K] LoaderTestCase.java │   │   │   ├── [4.0K] mock │   │   │   │   ├── [1.4K] MockApplication.java │   │   │   │   ├── [8.9K] MockContentProvider.java │   │   │   │   ├── [4.3K] MockContentResolver.java │   │   │   │   ├── [ 16K] MockContext.java │   │   │   │   ├── [6.3K] MockCursor.java │   │   │   │   ├── [ 613] MockDialogInterface.java │   │   │   │   ├── [4.2K] MockIContentProvider.java │   │   │   │   ├── [ 17K] MockPackageManager.java │   │   │   │   ├── [7.5K] MockResources.java │   │   │   │   └── [ 235] package.html │   │   │   ├── [ 20K] MoreAsserts.java │   │   │   ├── [1.1K] NoExecTestResult.java │   │   │   ├── [1.1K] PackageInfoSources.java │   │   │   ├── [1.3K] PerformanceCollectorTestCase.java │   │   │   ├── [9.1K] ProviderTestCase2.java │   │   │   ├── [4.2K] ProviderTestCase.java │   │   │   ├── [8.9K] RenamingDelegatingContext.java │   │   │   ├── [ 13K] ServiceTestCase.java │   │   │   ├── [1009] SimpleCache.java │   │   │   ├── [3.0K] SingleLaunchActivityTestCase.java │   │   │   ├── [4.0K] suitebuilder │   │   │   │   ├── [4.0K] annotation │   │   │   │   │   ├── [1.5K] HasAnnotation.java │   │   │   │   │   ├── [1.4K] HasClassAnnotation.java │   │   │   │   │   ├── [1.4K] HasMethodAnnotation.java │   │   │   │   │   └── [ 82] package.html │   │   │   │   ├── [ 984] AssignableFrom.java │   │   │   │   ├── [1.1K] InstrumentationTestSuiteBuilder.java │   │   │   │   ├── [ 82] package.html │   │   │   │   ├── [1.1K] SmokeTestSuiteBuilder.java │   │   │   │   ├── [9.5K] TestGrouping.java │   │   │   │   ├── [4.8K] TestMethod.java │   │   │   │   ├── [1.9K] TestPredicates.java │   │   │   │   ├── [ 10K] TestSuiteBuilder.java │   │   │   │   └── [1.1K] UnitTestSuiteBuilder.java │   │   │   ├── [2.8K] SyncBaseInstrumentation.java │   │   │   ├── [1.4K] TestCase.java │   │   │   ├── [5.8K] TestCaseUtil.java │   │   │   ├── [3.4K] TestPrinter.java │   │   │   ├── [ 24K] TestRunner.java │   │   │   ├── [ 808] TestSuiteProvider.java │   │   │   ├── [1.4K] TimedTest.java │   │   │   ├── [ 30K] TouchUtils.java │   │   │   └── [ 12K] ViewAsserts.java │   │   └── [4.0K] junit │   │   ├── [ 46] MODULE_LICENSE_CPL │   │   ├── [4.0K] runner │   │   │   ├── [2.6K] ClassPathTestCollector.java │   │   │   ├── [ 255] excluded.properties │   │   │   ├── [ 673] FailureDetailView.java │   │   │   ├── [2.0K] LoadingTestCollector.java │   │   │   ├── [ 83] package.html │   │   │   ├── [ 572] ReloadingTestSuiteLoader.java │   │   │   ├── [ 568] SimpleTestCollector.java │   │   │   ├── [1.2K] Sorter.java │   │   │   ├── [6.7K] TestCaseClassLoader.java │   │   │   └── [ 337] TestCollector.java │   │   └── [4.0K] textui │   │   └── [ 116] package.html │   └── [4.0K] tests │   ├── [1.8K] AndroidManifest.xml │   ├── [ 921] Android.mk │   └── [4.0K] src │   └── [4.0K] android │   └── [4.0K] test │   ├── [9.9K] AndroidTestRunnerTest.java │   ├── [ 12K] InstrumentationTestRunnerTest.java │   ├── [4.0K] suitebuilder │   │   ├── [4.0K] annotation │   │   │   ├── [2.5K] HasAnnotationTest.java │   │   │   ├── [1.8K] HasClassAnnotationTest.java │   │   │   └── [1.8K] HasMethodAnnotationTest.java │   │   ├── [2.4K] AssignableFromTest.java │   │   ├── [4.0K] examples │   │   │   ├── [4.0K] constructor │   │   │   │   ├── [1.1K] NoPublicConstructorTest.java │   │   │   │   ├── [1001] ProtectedConstructorTest.java │   │   │   │   └── [ 882] PublicConstructorTest.java │   │   │   ├── [4.0K] error │   │   │   │   ├── [ 960] ErrorTest.java │   │   │   │   └── [ 916] FailingTest.java │   │   │   ├── [4.0K] instrumentation │   │   │   │   └── [ 887] InstrumentationTest.java │   │   │   ├── [4.0K] nested │   │   │   │   ├── [ 833] Level1Test.java │   │   │   │   └── [4.0K] nested │   │   │   │   └── [ 840] Level2Test.java │   │   │   ├── [1.2K] OuterTest.java │   │   │   ├── [4.0K] simple │   │   │   │   ├── [ 844] AnotherSimpleTest.java │   │   │   │   └── [ 920] SimpleTest.java │   │   │   ├── [4.0K] smoke │   │   │   │   ├── [ 836] NonSmokeTest.java │   │   │   │   └── [ 888] SmokeTest.java │   │   │   ├── [4.0K] subclass │   │   │   │   ├── [ 811] SubclassTest.java │   │   │   │   └── [ 852] SuperclassTest.java │   │   │   └── [4.0K] suppress │   │   │   ├── [1020] PartiallySuppressedTest.java │   │   │   └── [ 913] SuppressedTest.java │   │   ├── [3.9K] InstrumentationTestSuiteBuilderTest.java │   │   ├── [3.4K] ListTestCaseNames.java │   │   ├── [1.2K] SmokeTestSuiteBuilderTest.java │   │   ├── [1.5K] TestGroupingTest.java │   │   ├── [8.2K] TestSuiteBuilderTest.java │   │   └── [3.5K] UnitTestSuiteBuilderTest.java │   └── [3.4K] TestCaseUtilTest.java ├── [4.0K] tests │   ├── [4.0K] ActivityTests │   │   ├── [2.2K] AndroidManifest.xml │   │   ├── [ 220] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] anim │   │   │   │   ├── [1.2K] slow_enter.xml │   │   │   │   └── [1.2K] slow_exit.xml │   │   │   ├── [4.0K] interpolator │   │   │   │   └── [ 772] slow_enter.xml │   │   │   └── [4.0K] values │   │   │   ├── [ 758] strings.xml │   │   │   └── [1.0K] themes.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] google │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] activity │   │   ├── [ 14K] ActivityTestMain.java │   │   ├── [1.2K] ServiceUserTarget.java │   │   ├── [1.8K] SingleUserProvider.java │   │   ├── [1.1K] SingleUserReceiver.java │   │   ├── [1.2K] SingleUserService.java │   │   └── [1.2K] UserTarget.java │   ├── [4.0K] AppLaunch │   │   ├── [ 554] AndroidManifest.xml │   │   ├── [ 412] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] tests │   │   └── [4.0K] applaunch │   │   └── [8.6K] AppLaunch.java │   ├── [4.0K] appwidgets │   │   ├── [4.0K] AppWidgetHostTest │   │   │   ├── [1.6K] AndroidManifest.xml │   │   │   ├── [ 228] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   │   └── [4.8K] oh_hai_icon.png │   │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   │   └── [2.9K] oh_hai_icon.png │   │   │   │   ├── [4.0K] layout │   │   │   │   │   ├── [1.6K] appwidget_host.xml │   │   │   │   │   ├── [1.4K] test_appwidget_configure.xml │   │   │   │   │   └── [ 897] test_appwidget.xml │   │   │   │   ├── [4.0K] values │   │   │   │   │   └── [ 948] strings.xml │   │   │   │   └── [4.0K] xml │   │   │   │   └── [ 426] appwidget_info.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] tests │   │   │   └── [4.0K] appwidgethost │   │   │   ├── [1021] AppWidgetContainerView.java │   │   │   ├── [6.9K] AppWidgetHostActivity.java │   │   │   ├── [1.8K] TestAppWidgetConfigure.java │   │   │   └── [2.7K] TestAppWidgetProvider.java │   │   └── [4.0K] AppWidgetProviderTest │   │   ├── [ 564] AndroidManifest.xml │   │   ├── [ 228] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   ├── [ 986] test_appwidget2.xml │   │   │   │   └── [ 972] test_appwidget.xml │   │   │   ├── [4.0K] values │   │   │   │   └── [ 910] strings.xml │   │   │   └── [4.0K] xml │   │   │   └── [ 255] appwidget_info.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] tests │   │   └── [4.0K] appwidgetprovider │   │   └── [2.3K] TestAppWidgetProvider.java │   ├── [4.0K] Assistant │   │   ├── [1.4K] AndroidManifest.xml │   │   ├── [ 217] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   └── [1.3K] ic_action_assist.xml │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [ 13K] ic_action_assist_activated.png │   │   │   │   └── [5.6K] ic_action_assist_normal.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   ├── [8.6K] ic_action_assist_activated.png │   │   │   │   └── [4.4K] ic_action_assist_normal.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   ├── [ 19K] ic_action_assist_activated.png │   │   │   │   └── [7.2K] ic_action_assist_normal.png │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.4K] assist_intent_activity.xml │   │   │   └── [4.0K] values │   │   │   └── [ 811] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] google │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] assistant │   │   └── [ 994] AssistActivity.java │   ├── [4.0K] backup │   │   ├── [ 578] AndroidManifest.xml │   │   ├── [1.2K] Android.mk │   │   ├── [3.2K] backup_helper_test.cpp │   │   ├── [1.9K] backup_stress_test.sh │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] backuptest │   │   │   ├── [7.8K] BackupTestActivity.java │   │   │   └── [1.2K] BackupTestAgent.java │   │   ├── [ 993] test_backup_common.sh │   │   ├── [2.3K] test_backup.sh │   │   └── [3.2K] test_restore.sh │   ├── [4.0K] BandwidthTests │   │   ├── [1.5K] AndroidManifest.xml │   │   ├── [ 810] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.1K] main.xml │   │   │   └── [4.0K] values │   │   │   └── [ 969] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] tests │   │   └── [4.0K] bandwidthenforcement │   │   ├── [ 952] BandwidthEnforcementTestActivity.java │   │   └── [7.0K] BandwidthEnforcementTestService.java │   ├── [4.0K] BatteryWaster │   │   ├── [ 681] AndroidManifest.xml │   │   ├── [ 221] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [2.0K] battery_waster.xml │   │   │   └── [4.0K] values │   │   │   └── [ 825] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] batterywaster │   │   └── [5.8K] BatteryWaster.java │   ├── [4.0K] BiDiTests │   │   ├── [1.4K] AndroidManifest.xml │   │   ├── [ 882] Android.mk │   │   ├── [ 280] new-attributes.txt │   │   ├── [ 0] proguard.flags │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [1.5K] alphabet_a.png │   │   │   │   ├── [1.3K] alphabet_b.png │   │   │   │   ├── [1.7K] alphabet_c.png │   │   │   │   ├── [1.3K] alphabet_d.png │   │   │   │   ├── [ 518] alphabet_e.png │   │   │   │   ├── [ 510] alphabet_f.png │   │   │   │   ├── [1.6K] alphabet_g.png │   │   │   │   ├── [ 568] alphabet_h.png │   │   │   │   ├── [ 440] alphabet_i.png │   │   │   │   ├── [ 759] alphabet_j.png │   │   │   │   ├── [ 216] end.png │   │   │   │   └── [ 593] start.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [5.4K] basic.xml │   │   │   │   ├── [2.3K] canvas2.xml │   │   │   │   ├── [1.5K] canvas.xml │   │   │   │   ├── [1.1K] custom_list_item.xml │   │   │   │   ├── [3.2K] frame_layout_locale.xml │   │   │   │   ├── [3.2K] frame_layout_ltr.xml │   │   │   │   ├── [3.2K] frame_layout_rtl.xml │   │   │   │   ├── [1.1K] gallery_ltr.xml │   │   │   │   ├── [1.1K] gallery_rtl.xml │   │   │   │   ├── [ 889] grid_layout_code.xml │   │   │   │   ├── [2.4K] grid_layout_locale.xml │   │   │   │   ├── [3.0K] grid_layout_ltr.xml │   │   │   │   ├── [3.0K] grid_layout_rtl.xml │   │   │   │   ├── [ 10K] linear_layout_locale.xml │   │   │   │   ├── [ 10K] linear_layout_ltr.xml │   │   │   │   ├── [ 10K] linear_layout_rtl.xml │   │   │   │   ├── [1.2K] main.xml │   │   │   │   ├── [7.8K] relative_layout_2_locale.xml │   │   │   │   ├── [7.8K] relative_layout_2_ltr.xml │   │   │   │   ├── [7.8K] relative_layout_2_rtl.xml │   │   │   │   ├── [3.3K] relative_layout_ltr.xml │   │   │   │   ├── [3.3K] relative_layout_rtl.xml │   │   │   │   ├── [ 11K] table_layout_locale.xml │   │   │   │   ├── [ 11K] table_layout_ltr.xml │   │   │   │   ├── [ 11K] table_layout_rtl.xml │   │   │   │   ├── [ 28K] textview_alignment_ltr.xml │   │   │   │   ├── [ 26K] textview_alignment_rtl.xml │   │   │   │   ├── [ 12K] textview_direction_ltr.xml │   │   │   │   ├── [ 12K] textview_direction_rtl.xml │   │   │   │   ├── [4.3K] textview_drawables_ltr.xml │   │   │   │   ├── [4.3K] textview_drawables_rtl.xml │   │   │   │   ├── [ 12K] textview_locale.xml │   │   │   │   ├── [ 12K] textview_ltr.xml │   │   │   │   ├── [ 12K] textview_rtl.xml │   │   │   │   ├── [9.9K] view_group_margin_mixed.xml │   │   │   │   ├── [6.7K] view_padding_mixed.xml │   │   │   │   └── [5.8K] view_padding.xml │   │   │   ├── [4.0K] menu │   │   │   │   └── [1.0K] main_menu.xml │   │   │   └── [4.0K] values │   │   │   ├── [ 274] attrs.xml │   │   │   └── [3.0K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] bidi │   │   ├── [7.3K] BiDiTestActivity.java │   │   ├── [3.3K] BiDiTestBasic.java │   │   ├── [1.2K] BiDiTestCanvas2.java │   │   ├── [2.3K] BiDiTestCanvas.java │   │   ├── [ 778] BiDiTestConstants.java │   │   ├── [1.1K] BiDiTestFrameLayoutLocale.java │   │   ├── [1.0K] BiDiTestFrameLayoutLtr.java │   │   ├── [1.0K] BiDiTestFrameLayoutRtl.java │   │   ├── [1.9K] BiDiTestGalleryImages.java │   │   ├── [1.2K] BiDiTestGalleryLtr.java │   │   ├── [1.2K] BiDiTestGalleryRtl.java │   │   ├── [4.1K] BiDiTestGridLayoutCodeLtr.java │   │   ├── [4.1K] BiDiTestGridLayoutCodeRtl.java │   │   ├── [1.0K] BiDiTestGridLayoutLocale.java │   │   ├── [1.0K] BiDiTestGridLayoutLtr.java │   │   ├── [1.0K] BiDiTestGridLayoutRtl.java │   │   ├── [1.1K] BiDiTestLinearLayoutLocale.java │   │   ├── [1.0K] BiDiTestLinearLayoutLtr.java │   │   ├── [1.0K] BiDiTestLinearLayoutRtl.java │   │   ├── [1.1K] BiDiTestRelativeLayout2Locale.java │   │   ├── [1.1K] BiDiTestRelativeLayout2Ltr.java │   │   ├── [1.1K] BiDiTestRelativeLayout2Rtl.java │   │   ├── [1.1K] BiDiTestRelativeLayoutLtr.java │   │   ├── [1.1K] BiDiTestRelativeLayoutRtl.java │   │   ├── [1.1K] BiDiTestTableLayoutLocale.java │   │   ├── [1.0K] BiDiTestTableLayoutLtr.java │   │   ├── [1.0K] BiDiTestTableLayoutRtl.java │   │   ├── [1.1K] BiDiTestTextViewAlignmentLtr.java │   │   ├── [1.1K] BiDiTestTextViewAlignmentRtl.java │   │   ├── [1.1K] BiDiTestTextViewDirectionLtr.java │   │   ├── [1.1K] BiDiTestTextViewDirectionRtl.java │   │   ├── [1.5K] BiDiTestTextViewDrawablesLtr.java │   │   ├── [1.5K] BiDiTestTextViewDrawablesRtl.java │   │   ├── [1.0K] BiDiTestTextViewLocale.java │   │   ├── [1.0K] BiDiTestTextViewLtr.java │   │   ├── [1.0K] BiDiTestTextViewRtl.java │   │   ├── [2.2K] BiDiTestViewDrawText.java │   │   ├── [ 512] BiDiTestViewGroupMarginMixed.java │   │   ├── [7.9K] BiDiTestView.java │   │   ├── [ 492] BiDiTestViewPadding.java │   │   └── [ 503] BiDiTestViewPaddingMixed.java │   ├── [4.0K] BrowserPowerTest │   │   ├── [2.1K] AndroidManifest.xml │   │   ├── [ 961] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] browserpowertest │   │   ├── [3.4K] PowerMeasurement.java │   │   ├── [8.2K] PowerTestActivity.java │   │   └── [1.3K] PowerTestRunner.java │   ├── [4.0K] BrowserTestPlugin │   │   ├── [1.3K] AndroidManifest.xml │   │   ├── [1.1K] Android.mk │   │   ├── [4.0K] jni │   │   │   ├── [1.8K] Android.mk │   │   │   ├── [4.0K] event │   │   │   │   ├── [6.8K] EventPlugin.cpp │   │   │   │   └── [1.7K] EventPlugin.h │   │   │   ├── [8.8K] main.cpp │   │   │   ├── [1.4K] main.h │   │   │   ├── [7.7K] PluginObject.cpp │   │   │   └── [4.1K] PluginObject.h │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [4.0K] res │   │   │   └── [4.0K] drawable │   │   │   └── [3.5K] browser_test_plugin.png │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] testplugin │   │   └── [ 914] TestPlugin.java │   ├── [4.0K] Compatibility │   │   ├── [1.1K] AndroidManifest.xml │   │   ├── [ 954] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] compatibilitytest │   │   ├── [6.3K] AppCompatibility.java │   │   └── [1011] AppCompatibilityRunner.java │   ├── [4.0K] CoreTests │   │   ├── [4.0K] android │   │   │   ├── [2.1K] AndroidManifest.xml │   │   │   ├── [ 248] Android.mk │   │   │   └── [4.0K] core │   │   │   ├── [ 15K] HeapTest.java │   │   │   ├── [5.7K] HttpConstants.java │   │   │   ├── [4.3K] HttpHeaderTest.java │   │   │   ├── [2.9K] InetAddrTest.java │   │   │   ├── [2.0K] JniLibTest.java │   │   │   ├── [1.2K] LowLevelNetRunner.java │   │   │   ├── [1.6K] MiscRegressionTest.java │   │   │   ├── [4.0K] ProxyTest.java │   │   │   ├── [ 18K] RequestAPITest.java │   │   │   ├── [2.1K] Sha1Test.java │   │   │   ├── [9.2K] SocketTest.java │   │   │   ├── [ 45K] SSLSocketTest.java │   │   │   ├── [ 24K] TestEventHandler.java │   │   │   ├── [4.9K] TestHttpClient.java │   │   │   ├── [3.8K] TestWebData.java │   │   │   └── [ 29K] TestWebServer.java │   │   ├── [ 38] Android.mk │   │   ├── [ 401] run_core_test.sh │   │   └── [ 343] run_junit.sh │   ├── [4.0K] DataIdleTest │   │   ├── [1.4K] AndroidManifest.xml │   │   ├── [ 979] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] tests │   │   └── [4.0K] dataidle │   │   └── [4.5K] DataIdleTest.java │   ├── [4.0K] DpiTest │   │   ├── [1.9K] AndroidManifest.xml │   │   ├── [ 239] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [7.9K] logo160dpi.png │   │   │   │   ├── [9.7K] npatch160dpi.9.png │   │   │   │   ├── [7.9K] reslogo160dpi.png │   │   │   │   ├── [ 855] smlnpatch160dpi.9.png │   │   │   │   └── [7.9K] stylogo160dpi.png │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [ 13K] logo240dpi.png │   │   │   │   ├── [ 17K] npatch240dpi.9.png │   │   │   │   ├── [ 13K] reslogo240dpi.png │   │   │   │   ├── [ 946] smlnpatch240dpi.9.png │   │   │   │   └── [ 13K] stylogo240dpi.png │   │   │   ├── [4.0K] drawable-ldpi │   │   │   │   ├── [5.1K] logo120dpi.png │   │   │   │   ├── [6.2K] npatch120dpi.9.png │   │   │   │   ├── [5.1K] reslogo120dpi.png │   │   │   │   ├── [ 804] smlnpatch120dpi.9.png │   │   │   │   └── [5.1K] stylogo120dpi.png │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   ├── [5.1K] logonodpi120.png │   │   │   │   ├── [7.9K] logonodpi160.png │   │   │   │   └── [ 13K] logonodpi240.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.3K] image_views.xml │   │   │   │   └── [1.0K] styled_image_views.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [ 762] strings.xml │   │   │   │   └── [1.4K] styles.xml │   │   │   ├── [4.0K] values-large │   │   │   │   └── [ 753] strings.xml │   │   │   ├── [4.0K] values-large-long │   │   │   │   └── [ 758] strings.xml │   │   │   ├── [4.0K] values-large-notlong │   │   │   │   └── [ 761] strings.xml │   │   │   ├── [4.0K] values-long │   │   │   │   └── [ 752] strings.xml │   │   │   ├── [4.0K] values-normal │   │   │   │   └── [ 754] strings.xml │   │   │   ├── [4.0K] values-normal-long │   │   │   │   └── [ 759] strings.xml │   │   │   ├── [4.0K] values-normal-notlong │   │   │   │   └── [ 762] strings.xml │   │   │   ├── [4.0K] values-notlong │   │   │   │   └── [ 755] strings.xml │   │   │   ├── [4.0K] values-small │   │   │   │   └── [ 753] strings.xml │   │   │   ├── [4.0K] values-small-long │   │   │   │   └── [ 758] strings.xml │   │   │   ├── [4.0K] values-small-notlong │   │   │   │   └── [ 761] strings.xml │   │   │   ├── [4.0K] values-xlarge │   │   │   │   └── [ 754] strings.xml │   │   │   ├── [4.0K] values-xlarge-long │   │   │   │   └── [ 759] strings.xml │   │   │   └── [4.0K] values-xlarge-notlong │   │   │   └── [ 762] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] google │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] dpi │   │   ├── [9.6K] DpiTestActivity.java │   │   └── [ 790] DpiTestNoCompatActivity.java │   ├── [4.0K] DumpRenderTree │   │   ├── [2.1K] AndroidManifest.xml │   │   ├── [ 237] Android.mk │   │   ├── [4.0K] assets │   │   │   ├── [4.0K] results │   │   │   │   ├── [ 320] layout_tests_crashed.txt │   │   │   │   ├── [ 75K] layout_tests_failed.txt │   │   │   │   ├── [283K] layout_tests_nontext.txt │   │   │   │   └── [209K] layout_tests_passed.txt │   │   │   ├── [ 12K] run_layout_tests.py │   │   │   ├── [5.3K] run_page_cycler.py │   │   │   └── [9.0K] run_reliability_tests.py │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] dumprendertree │   │   ├── [ 17K] CallbackProxy.java │   │   ├── [1.5K] EventSender.java │   │   ├── [ 19K] FileFilter.java │   │   ├── [5.8K] FileList.java │   │   ├── [4.0K] forwarder │   │   │   ├── [4.0K] AdbUtils.java │   │   │   ├── [3.1K] Forwarder.java │   │   │   ├── [4.0K] ForwardServer.java │   │   │   └── [3.5K] ForwardService.java │   │   ├── [7.8K] FsUtils.java │   │   ├── [ 850] HTMLHostApp.java │   │   ├── [2.9K] LayoutTestController.java │   │   ├── [2.4K] LayoutTestsAutoRunner.java │   │   ├── [ 18K] LayoutTestsAutoTest.java │   │   ├── [ 11K] LoadTestsAutoTest.java │   │   ├── [3.2K] Menu.java │   │   ├── [9.5K] ReliabilityTestActivity.java │   │   ├── [ 32K] TestShellActivity.java │   │   ├── [ 811] TestShellCallback.java │   │   └── [ 12K] WebViewEventSender.java │   ├── [4.0K] DumpRenderTree2 │   │   ├── [2.7K] AndroidManifest.xml │   │   ├── [ 890] Android.mk │   │   ├── [4.0K] assets │   │   │   ├── [6.6K] run_apache2.py │   │   │   └── [3.5K] run_layout_tests.py │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [4.8K] folder.png │   │   │   │   └── [3.1K] runtest.png │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.4K] dirlist_row.xml │   │   │   ├── [4.0K] menu │   │   │   │   └── [ 780] gui_menu.xml │   │   │   └── [4.0K] values │   │   │   ├── [1.3K] strings.xml │   │   │   └── [ 760] style.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] dumprendertree2 │   │   ├── [7.3K] AbstractResult.java │   │   ├── [3.9K] AdditionalTextOutput.java │   │   ├── [2.8K] CrashedDummyResult.java │   │   ├── [ 19K] EventSenderImpl.java │   │   ├── [2.9K] EventSender.java │   │   ├── [9.9K] FileFilter.java │   │   ├── [4.0K] forwarder │   │   │   ├── [2.8K] AdbUtils.java │   │   │   ├── [5.8K] ConnectionHandler.java │   │   │   ├── [4.2K] Forwarder.java │   │   │   └── [3.4K] ForwarderManager.java │   │   ├── [ 11K] FsUtils.java │   │   ├── [4.0K] LayoutTestController.java │   │   ├── [ 28K] LayoutTestsExecutor.java │   │   ├── [ 11K] ManagerService.java │   │   ├── [4.0K] scriptsupport │   │   │   ├── [ 856] OnEverythingFinishedCallback.java │   │   │   ├── [1.2K] ScriptTestRunner.java │   │   │   └── [2.8K] Starter.java │   │   ├── [4.2K] SummarizerDBHelper.java │   │   ├── [ 23K] Summarizer.java │   │   ├── [7.3K] TestsListActivity.java │   │   ├── [3.8K] TestsListPreloaderThread.java │   │   ├── [8.3K] TextResult.java │   │   ├── [4.0K] ui │   │   │   └── [ 14K] DirListActivity.java │   │   └── [7.3K] VisualDiffUtils.java │   ├── [4.0K] FixVibrateSetting │   │   ├── [ 619] AndroidManifest.xml │   │   ├── [ 228] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [1.0K] stat_sys_warning.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [ 651] stat_sys_warning.png │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.5K] fix_vibrate.xml │   │   │   └── [4.0K] values │   │   │   └── [1.0K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] fixvibratesetting │   │   └── [3.8K] FixVibrateSetting.java │   ├── [4.0K] FrameworkPerf │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 300] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-161dpi │   │   │   │   ├── [ 364] stat_sample_scale.png │   │   │   │   └── [420K] wallpaper_goldengate_scale.jpg │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [ 634] stat_happy.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [1.1K] stat_happy.png │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   ├── [ 364] stat_sample.png │   │   │   │   └── [420K] wallpaper_goldengate.jpg │   │   │   ├── [4.0K] layout │   │   │   │   ├── [6.9K] button_layout.xml │   │   │   │   ├── [7.6K] image_button_layout.xml │   │   │   │   ├── [ 18K] large_layout.xml │   │   │   │   ├── [4.8K] main.xml │   │   │   │   ├── [1.4K] small_layout.xml │   │   │   │   └── [5.0K] view_layout.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [2.6K] attrs.xml │   │   │   │   └── [1.1K] strings.xml │   │   │   └── [4.0K] xml │   │   │   ├── [ 16K] simple_large.xml │   │   │   └── [1.5K] simple.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] frameworkperf │   │   ├── [ 16K] FrameworkPerfActivity.java │   │   ├── [1.5K] FrameworkPerfTest.java │   │   ├── [ 119] LocalTestService.java │   │   ├── [ 943] Receiver.java │   │   ├── [2.4K] RunResult.java │   │   ├── [1.7K] SchedulerService.java │   │   ├── [5.6K] SimpleInflater.java │   │   ├── [1.7K] TestArgs.java │   │   └── [ 34K] TestService.java │   ├── [4.0K] GridLayoutTest │   │   ├── [3.8K] AndroidManifest.xml │   │   ├── [ 797] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   └── [1.2K] btn_default_normal.9.png │   │   │   └── [4.0K] layout │   │   │   ├── [ 855] grid0.xml │   │   │   ├── [1.2K] grid4.xml │   │   │   ├── [1.8K] grid5.xml │   │   │   ├── [1.1K] grid6.xml │   │   │   └── [1.2K] grid7.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] layout │   │   ├── [2.5K] AbstractLayoutTest.java │   │   ├── [ 902] Activity0.java │   │   ├── [ 954] Activity1.java │   │   ├── [ 903] Activity4.java │   │   ├── [ 902] Activity5.java │   │   ├── [ 902] Activity6.java │   │   ├── [ 902] Activity7.java │   │   ├── [4.1K] AlignmentTest.java │   │   ├── [1.9K] GridLayoutTest.java │   │   ├── [1.8K] LayoutInsetsTest.java │   │   └── [1.7K] LinearLayoutTest.java │   ├── [4.0K] HugeBackup │   │   ├── [1.8K] AndroidManifest.xml │   │   ├── [ 313] Android.mk │   │   ├── [ 127] proguard.flags │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [3.3K] backup_restore.xml │   │   │   └── [4.0K] values │   │   │   └── [1.1K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] hugebackup │   │   ├── [ 11K] HugeAgent.java │   │   └── [8.0K] HugeBackupActivity.java │   ├── [4.0K] HwAccelerationTest │   │   ├── [ 28K] AndroidManifest.xml │   │   ├── [ 801] Android.mk │   │   ├── [ 370] default.properties │   │   ├── [4.0K] res │   │   │   ├── [4.0K] anim │   │   │   │   ├── [ 774] accelerate_interpolator_2.xml │   │   │   │   ├── [ 825] fade_in.xml │   │   │   │   ├── [ 817] fade_out.xml │   │   │   │   └── [ 884] slide_off_left.xml │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [1.1K] appwidget_background.xml │   │   │   │   ├── [1.7K] appwidget_bg.9.png │   │   │   │   ├── [1.9K] appwidget_bg_focus.9.png │   │   │   │   ├── [1.9K] appwidget_bg_press.9.png │   │   │   │   ├── [ 364] btn_toggle_off.9.png │   │   │   │   ├── [ 442] btn_toggle_on.9.png │   │   │   │   ├── [112K] default_wallpaper.jpg │   │   │   │   ├── [ 868] gradient.xml │   │   │   │   ├── [1.2K] green_gradient.9.png │   │   │   │   ├── [3.1K] icon.png │   │   │   │   ├── [2.8K] patch.9.png │   │   │   │   ├── [1.3K] progress_vertical_holo_dark.xml │   │   │   │   ├── [1.3K] scrubber_progress_vertical_holo_dark.xml │   │   │   │   ├── [ 24K] sunset1.jpg │   │   │   │   ├── [ 54K] sunset2.png │   │   │   │   ├── [ 45K] sunset3.png │   │   │   │   ├── [6.0K] widget_header.png │   │   │   │   └── [1.4K] widget_title_bg.9.png │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [1.1K] appwidget_background.xml │   │   │   │   ├── [5.0K] icon.png │   │   │   │   ├── [ 24K] sunset1.jpg │   │   │   │   ├── [ 54K] sunset2.png │   │   │   │   ├── [ 45K] sunset3.png │   │   │   │   └── [4.0K] widget_header.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   ├── [1.9K] expander_ic_maximized.9.png │   │   │   │   └── [1.9K] expander_ic_minimized.9.png │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   ├── [1.7K] appwidget_bg.9.png │   │   │   │   ├── [1.9K] appwidget_bg_focus.9.png │   │   │   │   ├── [1.9K] appwidget_bg_press.9.png │   │   │   │   ├── [1.2K] green_gradient.9.png │   │   │   │   ├── [304K] large_photo.jpg │   │   │   │   ├── [2.8K] patch2.9.png │   │   │   │   ├── [2.8K] patch.9.png │   │   │   │   ├── [ 189] progress_vertical_bg_holo_dark.9.png │   │   │   │   ├── [ 506] progress_vertical_primary_holo_dark.9.png │   │   │   │   ├── [ 204] progress_vertical_secondary_holo_dark.9.png │   │   │   │   ├── [ 177] scrubber_vertical_primary_holo.9.png │   │   │   │   ├── [ 179] scrubber_vertical_secondary_holo.9.png │   │   │   │   ├── [ 185] scrubber_vertical_track_holo_dark.9.png │   │   │   │   ├── [ 170] scrubber_vertical_track_holo_light.9.png │   │   │   │   ├── [1.7M] very_large_photo.jpg │   │   │   │   └── [1.4K] widget_title_bg.9.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [ 872] _advanced_blend.xml │   │   │   │   ├── [ 878] _advanced_gradient.xml │   │   │   │   ├── [3.1K] date_picker.xml │   │   │   │   ├── [1.5K] flipper_item.xml │   │   │   │   ├── [2.2K] form.xml │   │   │   │   ├── [1.6K] labels.xml │   │   │   │   ├── [ 865] _layers.xml │   │   │   │   ├── [ 863] _lines.xml │   │   │   │   ├── [2.6K] list_activity.xml │   │   │   │   ├── [ 868] _newlayers.xml │   │   │   │   ├── [ 862] _paths.xml │   │   │   │   ├── [ 867] _shaders.xml │   │   │   │   ├── [1.5K] stack_item.xml │   │   │   │   ├── [1.2K] stack.xml │   │   │   │   ├── [1.5K] text_fade.xml │   │   │   │   ├── [ 994] text_large.xml │   │   │   │   ├── [ 995] text_medium.xml │   │   │   │   ├── [ 994] text_small.xml │   │   │   │   ├── [5.2K] transforms_and_animations.xml │   │   │   │   ├── [4.4K] view_layer_invalidation.xml │   │   │   │   ├── [1.6K] view_layers_3.xml │   │   │   │   ├── [1.6K] view_layers_4.xml │   │   │   │   ├── [2.0K] view_layers_5.xml │   │   │   │   ├── [1.3K] view_layers.xml │   │   │   │   ├── [3.2K] view_properties.xml │   │   │   │   └── [1.7K] widget.xml │   │   │   └── [4.0K] values │   │   │   └── [ 794] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] hwui │   │   ├── [5.0K] AdvancedBlendActivity.java │   │   ├── [3.8K] AdvancedGradientsActivity.java │   │   ├── [5.0K] AlphaLayersActivity.java │   │   ├── [1.8K] Animated3dActivity.java │   │   ├── [1.6K] BigGradientActivity.java │   │   ├── [3.0K] BitmapMeshActivity.java │   │   ├── [2.8K] BitmapMeshLayerActivity.java │   │   ├── [3.5K] BitmapMutateActivity.java │   │   ├── [2.3K] Bitmaps3dActivity.java │   │   ├── [3.9K] BitmapsActivity.java │   │   ├── [3.0K] BitmapsAlphaActivity.java │   │   ├── [2.7K] BitmapsRectActivity.java │   │   ├── [1.7K] BitmapsSkewActivity.java │   │   ├── [3.7K] CanvasTextureViewActivity.java │   │   ├── [3.1K] ClearActivity.java │   │   ├── [1.8K] ClipRegionActivity.java │   │   ├── [4.5K] ColoredRectsActivity.java │   │   ├── [3.5K] ColorFiltersActivity.java │   │   ├── [1.3K] DatePickerActivity.java │   │   ├── [ 16K] DatePicker.java │   │   ├── [4.0K] DisplayListLayersActivity.java │   │   ├── [3.6K] FramebufferBlendActivity.java │   │   ├── [3.6K] GetBitmapActivity.java │   │   ├── [ 16K] GLTextureViewActivity.java │   │   ├── [2.7K] GlyphCacheActivity.java │   │   ├── [9.3K] GradientsActivity.java │   │   ├── [4.3K] GradientStopsActivity.java │   │   ├── [ 961] LabelsActivity.java │   │   ├── [3.5K] LayersActivity.java │   │   ├── [9.0K] Lines2Activity.java │   │   ├── [5.7K] LinesActivity.java │   │   ├── [6.5K] ListActivity.java │   │   ├── [2.6K] MarqueeActivity.java │   │   ├── [1.7K] MatrixActivity.java │   │   ├── [1.9K] MaxBitmapSizeActivity.java │   │   ├── [2.5K] MipMapActivity.java │   │   ├── [2.6K] MoreNinePatchesActivity.java │   │   ├── [5.1K] MoreShadersActivity.java │   │   ├── [2.7K] MultiLayersActivity.java │   │   ├── [2.4K] NewLayersActivity.java │   │   ├── [1.4K] NinePatchesActivity.java │   │   ├── [1.9K] OpaqueActivity.java │   │   ├── [2.1K] PaintDrawFilterActivity.java │   │   ├── [3.6K] PathDestructionActivity.java │   │   ├── [1.9K] PathOffsetActivity.java │   │   ├── [5.2K] PathsActivity.java │   │   ├── [3.3K] PathsCacheActivity.java │   │   ├── [4.1K] PointsActivity.java │   │   ├── [2.5K] PosTextActivity.java │   │   ├── [3.3K] QuickRejectActivity.java │   │   ├── [ 968] ResizeActivity.java │   │   ├── [2.0K] RotationActivity.java │   │   ├── [5.0K] ShadersActivity.java │   │   ├── [4.6K] ShapesActivity.java │   │   ├── [1.8K] SimplePatchActivity.java │   │   ├── [1.4K] SimplePathsActivity.java │   │   ├── [2.2K] SmallCircleActivity.java │   │   ├── [2.2K] StackActivity.java │   │   ├── [6.5K] TextActivity.java │   │   ├── [1.3K] TextFadeActivity.java │   │   ├── [3.5K] TextGammaActivity.java │   │   ├── [5.0K] TextOnPathActivity.java │   │   ├── [2.4K] TextPathActivity.java │   │   ├── [5.4K] TextureViewActivity.java │   │   ├── [3.6K] ThinPatchesActivity.java │   │   ├── [1.6K] TimeDialogActivity.java │   │   ├── [2.4K] TJunctionActivity.java │   │   ├── [3.3K] Transform3dActivity.java │   │   ├── [7.2K] TransformsAndAnimationsActivity.java │   │   ├── [6.5K] TransparentListActivity.java │   │   ├── [2.2K] ViewFlipperActivity.java │   │   ├── [6.0K] ViewLayerInvalidationActivity.java │   │   ├── [6.1K] ViewLayersActivity2.java │   │   ├── [6.1K] ViewLayersActivity3.java │   │   ├── [6.2K] ViewLayersActivity4.java │   │   ├── [6.8K] ViewLayersActivity5.java │   │   ├── [8.3K] ViewLayersActivity.java │   │   ├── [5.2K] ViewPropertyAlphaActivity.java │   │   └── [4.0K] XfermodeActivity.java │   ├── [4.0K] ImfTest │   │   ├── [7.4K] AndroidManifest.xml │   │   ├── [ 377] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.3K] dialog_edit_text_no_scroll.xml │   │   │   │   ├── [ 954] full_screen_edit_text.xml │   │   │   │   ├── [1.7K] one_edit_text_activity.xml │   │   │   │   └── [1.8K] sample_edit_text.xml │   │   │   └── [4.0K] values │   │   │   ├── [ 755] config.xml │   │   │   └── [2.5K] strings.xml │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] imftest │   │   │   └── [4.0K] samples │   │   │   ├── [5.3K] AutoCompleteTextViewActivityLandscape.java │   │   │   ├── [5.1K] AutoCompleteTextViewActivityPortrait.java │   │   │   ├── [1.9K] BigEditTextActivityNonScrollablePanScan.java │   │   │   ├── [1.9K] BigEditTextActivityNonScrollableResize.java │   │   │   ├── [2.3K] BigEditTextActivityScrollablePanScan.java │   │   │   ├── [2.3K] BigEditTextActivityScrollableResize.java │   │   │   ├── [1.9K] BottomEditTextActivityPanScan.java │   │   │   ├── [1.9K] BottomEditTextActivityResize.java │   │   │   ├── [2.5K] ButtonActivity.java │   │   │   ├── [3.3K] DialogActivity.java │   │   │   ├── [3.5K] EditTextActivityDialog.java │   │   │   ├── [6.7K] InputTypeActivity.java │   │   │   ├── [2.0K] ManyEditTextActivityNoScrollPanScan.java │   │   │   ├── [2.0K] ManyEditTextActivityScrollPanScan.java │   │   │   ├── [1.8K] ManyEditTextActivityScrollResize.java │   │   │   ├── [2.1K] OneEditTextActivityNotSelected.java │   │   │   └── [2.2K] OneEditTextActivitySelected.java │   │   └── [4.0K] tests │   │   ├── [1.5K] AndroidManifest.xml │   │   ├── [ 345] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] imftest │   │   └── [4.0K] samples │   │   ├── [1.6K] BigEditTextActivityNonScrollablePanScanTests.java │   │   ├── [1.6K] BigEditTextActivityNonScrollableResizeTests.java │   │   ├── [1.6K] BigEditTextActivityScrollablePanScanTests.java │   │   ├── [1.6K] BigEditTextActivityScrollableResizeTests.java │   │   ├── [1.6K] BottomEditTextActivityPanScanTests.java │   │   ├── [1.6K] BottomEditTextActivityResizeTests.java │   │   ├── [1.8K] ButtonActivityTest.java │   │   ├── [5.4K] ImfBaseTestCase.java │   │   ├── [1.3K] ManyEditTextActivityBaseTestCase.java │   │   ├── [1.2K] ManyEditTextActivityNoScrollPanScanTests.java │   │   ├── [1.2K] ManyEditTextActivityScrollPanScanTests.java │   │   ├── [1.2K] ManyEditTextActivityScrollResizeTests.java │   │   ├── [1.6K] OneEditTextActivityNotSelectedTests.java │   │   └── [1.7K] OneEditTextActivitySelectedTests.java │   ├── [4.0K] LargeAssetTest │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 225] Android.mk │   │   ├── [4.0K] assets │   │   │   └── [3.8M] million-ints │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.7K] lat.xml │   │   │   └── [4.0K] values │   │   │   └── [ 861] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] largeassettest │   │   └── [3.4K] LargeAssetTest.java │   ├── [4.0K] LocationTracker │   │   ├── [1.3K] AndroidManifest.xml │   │   ├── [ 193] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [ 927] entrylist_item.xml │   │   │   ├── [4.0K] menu │   │   │   │   └── [1.4K] menu.xml │   │   │   ├── [4.0K] values │   │   │   │   └── [2.6K] strings.xml │   │   │   └── [4.0K] xml │   │   │   └── [2.6K] preferences.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] locationtracker │   │   ├── [4.0K] data │   │   │   ├── [3.1K] CSVFormatter.java │   │   │   ├── [1.8K] DateUtils.java │   │   │   ├── [ 836] IFormatter.java │   │   │   ├── [2.8K] KMLFormatter.java │   │   │   ├── [4.9K] TrackerDataHelper.java │   │   │   ├── [8.5K] TrackerEntry.java │   │   │   ├── [2.6K] TrackerListHelper.java │   │   │   └── [4.2K] TrackerProvider.java │   │   ├── [1.1K] SettingsActivity.java │   │   ├── [7.2K] TrackerActivity.java │   │   └── [ 16K] TrackerService.java │   ├── [4.0K] LotsOfApps │   │   ├── [ 38K] AndroidManifest.xml │   │   ├── [ 257] Android.mk │   │   ├── [4.0K] res │   │   │   └── [4.0K] drawable │   │   │   ├── [4.7K] ic_launcher_add_folder.png │   │   │   ├── [7.5K] ic_launcher_alarmclock.png │   │   │   ├── [4.0K] ic_launcher_application.png │   │   │   ├── [7.1K] ic_launcher_appwidget.png │   │   │   ├── [7.6K] ic_launcher_browser.png │   │   │   ├── [6.2K] ic_launcher_camera.png │   │   │   ├── [6.9K] ic_launcher_camera_record.png │   │   │   ├── [4.1K] ic_launcher_contacts.png │   │   │   ├── [4.4K] ic_launcher_drm_file.png │   │   │   ├── [5.2K] ic_launcher_folder_bluetooth.png │   │   │   ├── [5.0K] ic_launcher_folder_live_contacts_phone.png │   │   │   ├── [5.0K] ic_launcher_folder_live_contacts.png │   │   │   ├── [5.0K] ic_launcher_folder_live_contacts_starred.png │   │   │   ├── [4.1K] ic_launcher_folder_live.png │   │   │   ├── [4.8K] ic_launcher_folder_open.png │   │   │   ├── [4.5K] ic_launcher_folder.png │   │   │   ├── [4.2K] ic_launcher_gallery.png │   │   │   ├── [4.1K] ic_launcher_home.png │   │   │   ├── [4.6K] ic_launcher_im.png │   │   │   ├── [7.7K] ic_launcher_musicplayer_2.png │   │   │   ├── [5.3K] ic_launcher_phone.png │   │   │   ├── [5.8K] ic_launcher_record_audio.png │   │   │   ├── [7.4K] ic_launcher_settings.png │   │   │   ├── [3.3K] ic_launcher_shortcut_browser_bookmark.png │   │   │   ├── [6.0K] ic_launcher_shortcut_contact.png │   │   │   ├── [5.8K] ic_launcher_shortcut_directdial.png │   │   │   ├── [5.6K] ic_launcher_shortcut_directmessage.png │   │   │   ├── [3.1K] ic_launcher_shortcut_music_playlist.png │   │   │   ├── [4.9K] ic_launcher_shortcut.png │   │   │   ├── [5.0K] ic_launcher_sim_toolkit.png │   │   │   ├── [5.7K] ic_launcher_slideshow_add_sms.png │   │   │   ├── [5.7K] ic_launcher_slideshow_default_sms.png │   │   │   ├── [3.4K] ic_launcher_smsmms.png │   │   │   ├── [5.8K] ic_launcher_soundrecorder.png │   │   │   ├── [6.9K] ic_launcher_video_camera.png │   │   │   ├── [3.9K] ic_launcher_video_player.png │   │   │   └── [4.1K] ic_launcher_wallpaper.png │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] lotsofapps │   │   └── [ 680] Nothing.java │   ├── [4.0K] LowStorageTest │   │   ├── [ 573] AndroidManifest.xml │   │   ├── [ 823] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [2.2K] main.xml │   │   │   └── [4.0K] values │   │   │   └── [1.1K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] lowstoragetest │   │   └── [4.8K] LowStorageTest.java │   ├── [4.0K] MemoryUsage │   │   ├── [ 534] AndroidManifest.xml │   │   ├── [ 414] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] tests │   │   └── [4.0K] memoryusage │   │   ├── [1.1K] MemoryUsageInstrumentation.java │   │   └── [ 10K] MemoryUsageTest.java │   ├── [4.0K] permission │   │   ├── [1.3K] AndroidManifest.xml │   │   ├── [ 340] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] framework │   │   └── [4.0K] permission │   │   └── [4.0K] tests │   │   ├── [6.1K] ActivityManagerPermissionTests.java │   │   ├── [4.4K] PmPermissionsTests.java │   │   ├── [2.3K] ServiceManagerPermissionTests.java │   │   ├── [2.9K] SmsManagerPermissionTest.java │   │   ├── [2.8K] VibratorServicePermissionTest.java │   │   └── [ 12K] WindowManagerPermissionTests.java │   ├── [4.0K] RenderScriptTests │   │   ├── [ 37] Android.mk │   │   ├── [4.0K] Balls │   │   │   ├── [ 643] AndroidManifest.xml │   │   │   ├── [ 837] Android.mk │   │   │   ├── [ 131] _index.html │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] drawable │   │   │   │   ├── [ 413] flares.png │   │   │   │   └── [ 307] test_pattern.png │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] example │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] balls │   │   │   ├── [4.3K] ball_physics.rs │   │   │   ├── [3.5K] Balls.java │   │   │   ├── [1.8K] balls.rs │   │   │   ├── [ 324] balls.rsh │   │   │   ├── [5.2K] BallsRS.java │   │   │   └── [3.6K] BallsView.java │   │   ├── [4.0K] ComputeBenchmark │   │   │   ├── [1.2K] AndroidManifest.xml │   │   │   ├── [ 869] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] layout │   │   │   │   └── [1.1K] main.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] example │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] computebench │   │   │   ├── [1.3K] Benchmark.java │   │   │   ├── [1.1K] ComputeBench.java │   │   │   └── [ 18K] compute_benchmark.rs │   │   ├── [4.0K] ComputePerf │   │   │   ├── [1.2K] AndroidManifest.xml │   │   │   ├── [ 864] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] layout │   │   │   │   └── [1.1K] main.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] example │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] computeperf │   │   │   ├── [1.9K] ComputePerf.java │   │   │   ├── [2.0K] LaunchTest.java │   │   │   ├── [ 880] launchtestxlw.rs │   │   │   ├── [ 775] launchtestxyw.rs │   │   │   ├── [1.5K] Mandelbrot.java │   │   │   └── [1.3K] mandelbrot.rs │   │   ├── [4.0K] FBOTest │   │   │   ├── [ 987] AndroidManifest.xml │   │   │   ├── [ 837] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   └── [286K] robot.png │   │   │   │   └── [4.0K] raw │   │   │   │   └── [141K] robot.a3d │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] fbotest │   │   │   ├── [2.0K] FBOSync.java │   │   │   ├── [6.4K] fbosync.rs │   │   │   ├── [7.0K] FBOSyncRS.java │   │   │   ├── [4.2K] FBOSyncView.java │   │   │   ├── [2.0K] FBOTest.java │   │   │   ├── [5.9K] fbotest.rs │   │   │   ├── [6.5K] FBOTestRS.java │   │   │   └── [4.2K] FBOTestView.java │   │   ├── [4.0K] Fountain │   │   │   ├── [ 638] AndroidManifest.xml │   │   │   ├── [ 906] Android.mk │   │   │   ├── [ 164] _index.html │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] drawable │   │   │   │   └── [ 307] test_pattern.png │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] example │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] fountain │   │   │   ├── [2.5K] Fountain.java │   │   │   ├── [1.7K] fountain.rs │   │   │   ├── [2.3K] FountainRS.java │   │   │   └── [3.4K] FountainView.java │   │   ├── [4.0K] FountainFbo │   │   │   ├── [ 647] AndroidManifest.xml │   │   │   ├── [ 909] Android.mk │   │   │   ├── [ 318] _index.html │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] drawable │   │   │   │   └── [ 307] test_pattern.png │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] example │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] fountainfbo │   │   │   ├── [1.9K] FountainFbo.java │   │   │   ├── [3.1K] fountainfbo.rs │   │   │   ├── [3.4K] FountainFboRS.java │   │   │   └── [2.9K] FountainFboView.java │   │   ├── [4.0K] Fountain_v11 │   │   │   ├── [ 595] AndroidManifest.xml │   │   │   ├── [ 960] Android.mk │   │   │   ├── [ 164] _index.html │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] drawable │   │   │   │   └── [ 307] test_pattern.png │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] fountain │   │   │   ├── [1.7K] fountain.rs │   │   │   ├── [2.3K] FountainRS.java │   │   │   ├── [2.5K] Fountain_v11.java │   │   │   └── [3.3K] FountainView.java │   │   ├── [4.0K] HelloWorld │   │   │   ├── [1.3K] AndroidManifest.xml │   │   │   ├── [ 872] Android.mk │   │   │   ├── [ 102] _index.html │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] drawable │   │   │   │   └── [ 307] test_pattern.png │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] example │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] helloworld │   │   │   ├── [1.5K] HelloWorld.java │   │   │   ├── [1.5K] helloworld.rs │   │   │   ├── [1.4K] HelloWorldRS.java │   │   │   └── [2.2K] HelloWorldView.java │   │   ├── [4.0K] ImageProcessing │   │   │   ├── [ 937] AndroidManifest.xml │   │   │   ├── [ 964] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   ├── [1.1M] img1600x1067b.jpg │   │   │   │   │   └── [1.0M] img1600x1067.jpg │   │   │   │   ├── [4.0K] layout │   │   │   │   │   ├── [6.0K] main.xml │   │   │   │   │   └── [ 878] spinner_layout.xml │   │   │   │   └── [4.0K] values │   │   │   │   └── [1.2K] strings.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] image │   │   │   ├── [5.7K] Blend.java │   │   │   ├── [ 870] blend.rs │   │   │   ├── [3.7K] Blur25.java │   │   │   ├── [1021] colormatrix.fs │   │   │   ├── [2.2K] ColorMatrix.java │   │   │   ├── [2.0K] convolve3x3.fs │   │   │   ├── [2.4K] Convolve3x3.java │   │   │   ├── [3.3K] convolve5x5.fs │   │   │   ├── [3.4K] Convolve5x5.java │   │   │   ├── [ 764] copy.fs │   │   │   ├── [1.2K] Copy.java │   │   │   ├── [1.9K] CrossProcess.java │   │   │   ├── [ 723] fisheye_approx_full.rs │   │   │   ├── [ 745] fisheye_approx_relaxed.fs │   │   │   ├── [2.2K] fisheye_approx.rsh │   │   │   ├── [ 716] fisheye_full.rs │   │   │   ├── [4.9K] Fisheye.java │   │   │   ├── [ 738] fisheye_relaxed.fs │   │   │   ├── [2.2K] fisheye.rsh │   │   │   ├── [2.8K] grain.fs │   │   │   ├── [2.6K] Grain.java │   │   │   ├── [ 948] greyscale.fs │   │   │   ├── [1.2K] Greyscale.java │   │   │   ├── [3.0K] GroupTest.java │   │   │   ├── [ 13K] ImageProcessingActivity.java │   │   │   ├── [ 10K] ImageProcessingTest.java │   │   │   ├── [1.5K] ImageProcessingTestRunner.java │   │   │   ├── [ 715] levels_full.rs │   │   │   ├── [ 737] levels_relaxed.fs │   │   │   ├── [1.5K] levels.rsh │   │   │   ├── [5.1K] LevelsV4.java │   │   │   ├── [2.9K] Mandelbrot.java │   │   │   ├── [1.8K] mandelbrot.rs │   │   │   ├── [4.4K] TestBase.java │   │   │   ├── [3.3K] threshold.fs │   │   │   ├── [ 724] vignette_approx_full.rs │   │   │   ├── [ 746] vignette_approx_relaxed.fs │   │   │   ├── [2.3K] vignette_approx.rsh │   │   │   ├── [ 717] vignette_full.rs │   │   │   ├── [5.1K] Vignette.java │   │   │   ├── [ 739] vignette_relaxed.fs │   │   │   └── [2.3K] vignette.rsh │   │   ├── [4.0K] ImageProcessing2 │   │   │   ├── [ 542] AndroidManifest.xml │   │   │   ├── [1.3K] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   ├── [597K] city.png │   │   │   │   │   ├── [1.1M] img1600x1067b.jpg │   │   │   │   │   └── [1.0M] img1600x1067.jpg │   │   │   │   ├── [4.0K] layout │   │   │   │   │   ├── [6.0K] main.xml │   │   │   │   │   └── [ 878] spinner_layout.xml │   │   │   │   └── [4.0K] values │   │   │   │   └── [1.2K] strings.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] image │   │   │   ├── [5.3K] Blend.java │   │   │   ├── [ 871] blend.rs │   │   │   ├── [3.5K] Blur25.java │   │   │   ├── [1.9K] ColorMatrix.java │   │   │   ├── [1017] colormatrix.rs │   │   │   ├── [2.1K] Convolve3x3.java │   │   │   ├── [2.1K] convolve3x3.rs │   │   │   ├── [3.0K] Convolve5x5.java │   │   │   ├── [3.3K] convolve5x5.rs │   │   │   ├── [1.0K] Copy.java │   │   │   ├── [ 764] copy.rs │   │   │   ├── [1.8K] CrossProcess.java │   │   │   ├── [ 724] fisheye_approx_full.rs │   │   │   ├── [ 746] fisheye_approx_relaxed.rs │   │   │   ├── [2.2K] fisheye_approx.rsh │   │   │   ├── [ 717] fisheye_full.rs │   │   │   ├── [4.8K] Fisheye.java │   │   │   ├── [ 739] fisheye_relaxed.rs │   │   │   ├── [2.2K] fisheye.rsh │   │   │   ├── [2.5K] Grain.java │   │   │   ├── [2.8K] grain.rs │   │   │   ├── [1.1K] Greyscale.java │   │   │   ├── [ 948] greyscale.rs │   │   │   ├── [2.7K] GroupTest.java │   │   │   ├── [ 13K] ImageProcessingActivity2.java │   │   │   ├── [ 716] levels_full.rs │   │   │   ├── [ 738] levels_relaxed.rs │   │   │   ├── [1.5K] levels.rsh │   │   │   ├── [4.8K] LevelsV4.java │   │   │   ├── [2.7K] Mandelbrot.java │   │   │   ├── [1.8K] mandelbrot.rs │   │   │   ├── [4.2K] TestBase.java │   │   │   ├── [3.4K] threshold.rs │   │   │   ├── [ 725] vignette_approx_full.rs │   │   │   ├── [ 747] vignette_approx_relaxed.rs │   │   │   ├── [2.3K] vignette_approx.rsh │   │   │   ├── [ 718] vignette_full.rs │   │   │   ├── [5.0K] Vignette.java │   │   │   ├── [ 740] vignette_relaxed.rs │   │   │   └── [2.3K] vignette.rsh │   │   ├── [4.0K] LivePreview │   │   │   ├── [1.4K] AndroidManifest.xml │   │   │   ├── [ 839] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   └── [597K] city.png │   │   │   │   ├── [4.0K] layout │   │   │   │   │   ├── [ 878] cf_format_list_item.xml │   │   │   │   │   ├── [3.3K] cf_main.xml │   │   │   │   │   ├── [6.1K] main.xml │   │   │   │   │   └── [6.1K] rs.xml │   │   │   │   └── [4.0K] values │   │   │   │   └── [1.4K] strings.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] livepreview │   │   │   ├── [ 12K] CameraPreviewActivity.java │   │   │   ├── [2.4K] RsYuv.java │   │   │   └── [3.0K] yuv.rs │   │   ├── [4.0K] MiscSamples │   │   │   ├── [1.1K] AndroidManifest.xml │   │   │   ├── [ 873] Android.mk │   │   │   ├── [ 94] _index.html │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   ├── [3.6K] checker.png │   │   │   │   │   ├── [2.8K] cubemap_test.png │   │   │   │   │   ├── [ 96K] data.png │   │   │   │   │   ├── [ 18K] leaf.png │   │   │   │   │   ├── [ 307] test_pattern.png │   │   │   │   │   └── [ 46K] torusmap.png │   │   │   │   └── [4.0K] raw │   │   │   │   ├── [ 344] multitexf.glsl │   │   │   │   ├── [1.2K] shader2f.glsl │   │   │   │   ├── [ 686] shader2movev.glsl │   │   │   │   ├── [ 463] shader2v.glsl │   │   │   │   ├── [ 530] shaderarrayf.glsl │   │   │   │   ├── [1.3K] shaderarrayv.glsl │   │   │   │   ├── [ 123] shadercubef.glsl │   │   │   │   ├── [ 291] shadercubev.glsl │   │   │   │   ├── [ 522] shaderf.glsl │   │   │   │   ├── [1.2K] shaderv.glsl │   │   │   │   └── [558K] torus.a3d │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] example │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] miscsamples │   │   │   ├── [1.5K] RsList.java │   │   │   ├── [1.6K] rslist.rs │   │   │   ├── [5.8K] RsListRS.java │   │   │   ├── [2.0K] RsListView.java │   │   │   ├── [1.5K] RsRenderStates.java │   │   │   ├── [ 22K] rsrenderstates.rs │   │   │   ├── [ 16K] RsRenderStatesRS.java │   │   │   ├── [2.1K] RsRenderStatesView.java │   │   │   └── [2.2K] shader_def.rsh │   │   ├── [4.0K] ModelViewer │   │   │   ├── [1.2K] AndroidManifest.xml │   │   │   ├── [ 894] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   └── [286K] robot.png │   │   │   │   ├── [4.0K] menu │   │   │   │   │   └── [ 992] loader_menu.xml │   │   │   │   ├── [4.0K] raw │   │   │   │   │   └── [141K] robot.a3d │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 904] strings.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] modelviewer │   │   │   ├── [3.3K] A3DSelector.java │   │   │   ├── [2.0K] SceneGraph.java │   │   │   ├── [2.3K] scenegraph.rs │   │   │   ├── [6.6K] SceneGraphRS.java │   │   │   ├── [2.7K] SceneGraphView.java │   │   │   ├── [3.1K] SgTransform.java │   │   │   ├── [3.4K] SimpleModel.java │   │   │   ├── [4.2K] simplemodel.rs │   │   │   ├── [5.6K] SimpleModelRS.java │   │   │   ├── [6.2K] SimpleModelView.java │   │   │   ├── [1.0K] transform_def.rsh │   │   │   └── [2.8K] transform.rs │   │   ├── [4.0K] PerfTest │   │   │   ├── [ 943] AndroidManifest.xml │   │   │   ├── [ 936] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   ├── [3.6K] checker.png │   │   │   │   │   ├── [ 96K] data.png │   │   │   │   │   ├── [ 413] flares.png │   │   │   │   │   ├── [4.0K] globe.png │   │   │   │   │   ├── [ 18K] leaf.png │   │   │   │   │   ├── [ 11K] light1.jpg │   │   │   │   │   ├── [134K] space.jpg │   │   │   │   │   ├── [ 307] test_pattern.png │   │   │   │   │   └── [ 46K] torusmap.png │   │   │   │   ├── [4.0K] menu │   │   │   │   │   └── [1003] loader_menu.xml │   │   │   │   ├── [4.0K] raw │   │   │   │   │   ├── [ 344] multitexf.glsl │   │   │   │   │   ├── [1.2K] shader2f.glsl │   │   │   │   │   ├── [ 686] shader2movev.glsl │   │   │   │   │   ├── [ 463] shader2v.glsl │   │   │   │   │   ├── [ 522] shaderf.glsl │   │   │   │   │   ├── [1.2K] shaderv.glsl │   │   │   │   │   ├── [ 147] singletexf.glsl │   │   │   │   │   ├── [ 177] singletexfm.glsl │   │   │   │   │   └── [558K] torus.a3d │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 908] strings.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] perftest │   │   │   ├── [6.8K] FillTest.java │   │   │   ├── [5.1K] fill_test.rs │   │   │   ├── [6.3K] MeshTest.java │   │   │   ├── [2.4K] mesh_test.rs │   │   │   ├── [ 882] RsBenchBaseTest.java │   │   │   ├── [4.8K] RsBench.java │   │   │   ├── [7.3K] rsbench.rs │   │   │   ├── [ 11K] RsBenchRS.java │   │   │   ├── [2.4K] RsBenchTest.java │   │   │   ├── [3.0K] RsBenchView.java │   │   │   ├── [1.7K] RsPerfTestRunner.java │   │   │   ├── [2.0K] shader_def.rsh │   │   │   ├── [ 789] subtest_def.rsh │   │   │   ├── [3.2K] TextTest.java │   │   │   ├── [2.8K] text_test.rs │   │   │   ├── [ 12K] TorusTest.java │   │   │   ├── [9.4K] torus_test.rs │   │   │   ├── [ 14K] UiTest.java │   │   │   └── [ 13K] ui_test.rs │   │   ├── [4.0K] SampleTest │   │   │   ├── [1.2K] AndroidManifest.xml │   │   │   ├── [ 838] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   ├── [ 22K] city.png │   │   │   │   │   └── [2.7K] twobytwo.png │   │   │   │   ├── [4.0K] layout │   │   │   │   │   └── [3.7K] rs.xml │   │   │   │   └── [4.0K] values │   │   │   │   └── [1.0K] strings.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] sample │   │   │   ├── [1.3K] sample.rs │   │   │   └── [6.4K] SampleRSActivity.java │   │   ├── [4.0K] SceneGraph │   │   │   ├── [1.2K] AndroidManifest.xml │   │   │   ├── [ 844] Android.mk │   │   │   ├── [4.0K] assets │   │   │   │   ├── [ 12K] blue.jpg │   │   │   │   ├── [ 17K] carbonfiber.jpg │   │   │   │   ├── [ 12K] green.jpg │   │   │   │   ├── [ 10K] grey.jpg │   │   │   │   ├── [ 11K] orange.jpg │   │   │   │   ├── [338K] orientation_test.a3d │   │   │   │   ├── [ 53K] orientation_test.dae │   │   │   │   ├── [ 11K] paint.jpg │   │   │   │   └── [ 12K] red.jpg │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   ├── [7.4K] icon.png │   │   │   │   │   └── [286K] robot.png │   │   │   │   ├── [4.0K] menu │   │   │   │   │   └── [ 899] loader_menu.xml │   │   │   │   ├── [4.0K] raw │   │   │   │   │   ├── [ 486] blur_h.glsl │   │   │   │   │   ├── [ 104] blur_vertex.glsl │   │   │   │   │   ├── [ 501] blur_v.glsl │   │   │   │   │   ├── [ 466] diffuse.glsl │   │   │   │   │   ├── [ 692] diffuse_lights.glsl │   │   │   │   │   ├── [ 714] metal.glsl │   │   │   │   │   ├── [ 832] paintf.glsl │   │   │   │   │   ├── [ 660] plastic.glsl │   │   │   │   │   ├── [1.0K] plastic_lights.glsl │   │   │   │   │   ├── [141K] robot.a3d │   │   │   │   │   ├── [ 278] select_color.glsl │   │   │   │   │   ├── [ 525] shader2v.glsl │   │   │   │   │   ├── [ 118] texture.glsl │   │   │   │   │   └── [ 28K] unit_obj.a3d │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 841] strings.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   ├── [4.0K] scenegraph │   │   │   │   ├── [3.0K] Camera.java │   │   │   │   ├── [2.3K] camera.rs │   │   │   │   ├── [ 20K] ColladaParser.java │   │   │   │   ├── [4.6K] ColladaScene.java │   │   │   │   ├── [6.4K] CompoundTransform.java │   │   │   │   ├── [3.1K] cull.rs │   │   │   │   ├── [2.5K] export.rs │   │   │   │   ├── [4.2K] Float4Param.java │   │   │   │   ├── [1.0K] fragment_params.rs │   │   │   │   ├── [5.6K] FragmentShader.java │   │   │   │   ├── [2.6K] LightBase.java │   │   │   │   ├── [1.1K] light.rs │   │   │   │   ├── [1.4K] MatrixTransform.java │   │   │   │   ├── [1.2K] object_params.rs │   │   │   │   ├── [6.7K] params.rsh │   │   │   │   ├── [1.1K] PointLight.java │   │   │   │   ├── [1013] RenderableBase.java │   │   │   │   ├── [1.2K] RenderableGroup.java │   │   │   │   ├── [7.0K] Renderable.java │   │   │   │   ├── [3.7K] RenderPass.java │   │   │   │   ├── [7.7K] render.rs │   │   │   │   ├── [2.9K] RenderState.java │   │   │   │   ├── [1.6K] SceneGraphBase.java │   │   │   │   ├── [9.3K] scenegraph_objects.rsh │   │   │   │   ├── [ 13K] Scene.java │   │   │   │   ├── [ 17K] SceneManager.java │   │   │   │   ├── [2.4K] Shader.java │   │   │   │   ├── [5.4K] ShaderParam.java │   │   │   │   ├── [2.9K] Texture2D.java │   │   │   │   ├── [1.5K] TextureBase.java │   │   │   │   ├── [3.0K] TextureCube.java │   │   │   │   ├── [1.6K] TextureParam.java │   │   │   │   ├── [1.7K] TextureRenderTarget.java │   │   │   │   ├── [2.7K] Transform.java │   │   │   │   ├── [2.7K] TransformParam.java │   │   │   │   ├── [4.0K] transform.rs │   │   │   │   ├── [1.0K] vertex_params.rs │   │   │   │   └── [3.2K] VertexShader.java │   │   │   └── [4.0K] testapp │   │   │   ├── [3.3K] FileSelector.java │   │   │   ├── [8.9K] FullscreenBlur.java │   │   │   ├── [1.3K] SimpleApp.java │   │   │   ├── [8.2K] SimpleAppRS.java │   │   │   ├── [1.8K] SimpleAppView.java │   │   │   ├── [3.4K] TestApp.java │   │   │   ├── [4.4K] TestAppLoadingScreen.java │   │   │   ├── [2.6K] test_app.rs │   │   │   ├── [1.3K] test_app.rsh │   │   │   ├── [ 10K] TestAppRS.java │   │   │   ├── [4.7K] TestAppView.java │   │   │   └── [3.1K] TouchHandler.java │   │   ├── [4.0K] ShadersTest │   │   │   ├── [1.3K] AndroidManifest.xml │   │   │   ├── [ 841] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   └── [286K] robot.png │   │   │   │   └── [4.0K] raw │   │   │   │   ├── [ 356] depth_fs.glsl │   │   │   │   ├── [141K] robot.a3d │   │   │   │   └── [ 884] vignette_fs.glsl │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] shaderstest │   │   │   ├── [1.2K] ShadersTest.java │   │   │   ├── [5.3K] shaderstest.rs │   │   │   ├── [6.7K] ShadersTestRS.java │   │   │   └── [4.1K] ShadersTestView.java │   │   ├── [4.0K] SurfaceTexture │   │   │   ├── [ 854] AndroidManifest.xml │   │   │   ├── [ 918] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] drawable │   │   │   │   └── [ 307] test_pattern.png │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] example │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] sto │   │   │   ├── [7.6K] CameraCapture.java │   │   │   ├── [1.5K] sto.rs │   │   │   ├── [1.8K] SurfaceTextureOpaque.java │   │   │   ├── [2.7K] SurfaceTextureOpaqueRS.java │   │   │   └── [1.6K] SurfaceTextureOpaqueView.java │   │   ├── [4.0K] tests │   │   │   ├── [ 591] AndroidManifest.xml │   │   │   ├── [ 836] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] drawable-nodpi │   │   │   │   └── [ 307] test_pattern.png │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] test │   │   │   ├── [2.5K] alloc.rs │   │   │   ├── [ 391] array_alloc.rs │   │   │   ├── [1.3K] array_init.rs │   │   │   ├── [1.9K] atomic.rs │   │   │   ├── [1009] bug_char.rs │   │   │   ├── [ 42] clamp_relaxed.rs │   │   │   ├── [1.2K] clamp.rs │   │   │   ├── [ 530] constant.rs │   │   │   ├── [ 44] convert_relaxed.rs │   │   │   ├── [ 683] convert.rs │   │   │   ├── [1.0K] copy_test.rs │   │   │   ├── [4.7K] element.rs │   │   │   ├── [1.3K] foreach.rs │   │   │   ├── [4.4K] fp_mad.rs │   │   │   ├── [ 552] int4.rs │   │   │   ├── [ 772] kernel.rs │   │   │   ├── [1.3K] kernel_struct.rs │   │   │   ├── [ 16K] math_agree.rs │   │   │   ├── [1.4K] math_conformance.rs │   │   │   ├── [ 12K] math.rs │   │   │   ├── [1.8K] mesh.rs │   │   │   ├── [ 373] min.rs │   │   │   ├── [ 777] noroot.rs │   │   │   ├── [1.5K] primitives.rs │   │   │   ├── [ 925] program_raster.rs │   │   │   ├── [7.2K] program_store.rs │   │   │   ├── [ 265] refcount.rs │   │   │   ├── [1.7K] rsdebug.rs │   │   │   ├── [2.7K] rslist.rs │   │   │   ├── [7.3K] RSTestCore.java │   │   │   ├── [2.6K] RSTest.java │   │   │   ├── [2.7K] RSTestView.java │   │   │   ├── [1.3K] rstime.rs │   │   │   ├── [1.9K] rstypes.rs │   │   │   ├── [2.3K] sampler.rs │   │   │   ├── [2.6K] shared.rsh │   │   │   ├── [ 691] struct.rs │   │   │   ├── [ 311] test_root.rs │   │   │   ├── [3.5K] UnitTest.java │   │   │   ├── [ 655] unsigned.rs │   │   │   ├── [2.2K] UT_alloc.java │   │   │   ├── [1.6K] UT_array_alloc.java │   │   │   ├── [3.3K] UT_array_init.java │   │   │   ├── [1.2K] UT_atomic.java │   │   │   ├── [3.0K] UT_bug_char.java │   │   │   ├── [1.2K] UT_clamp.java │   │   │   ├── [1.3K] UT_clamp_relaxed.java │   │   │   ├── [1.9K] UT_constant.java │   │   │   ├── [1.2K] UT_convert.java │   │   │   ├── [1.3K] UT_convert_relaxed.java │   │   │   ├── [3.6K] UT_copy_test.java │   │   │   ├── [4.1K] UT_element.java │   │   │   ├── [1.8K] UT_foreach.java │   │   │   ├── [1.2K] UT_fp_mad.java │   │   │   ├── [1.2K] UT_int4.java │   │   │   ├── [1.8K] UT_kernel.java │   │   │   ├── [1.9K] UT_kernel_struct.java │   │   │   ├── [ 20K] UT_math_agree.java │   │   │   ├── [1.3K] UT_math_conformance.java │   │   │   ├── [1.2K] UT_math.java │   │   │   ├── [2.4K] UT_mesh.java │   │   │   ├── [1.2K] UT_min.java │   │   │   ├── [1.7K] UT_noroot.java │   │   │   ├── [2.7K] UT_primitives.java │   │   │   ├── [2.8K] UT_program_raster.java │   │   │   ├── [6.9K] UT_program_store.java │   │   │   ├── [1.6K] UT_refcount.java │   │   │   ├── [1.2K] UT_rsdebug.java │   │   │   ├── [1.3K] UT_rstime.java │   │   │   ├── [1.2K] UT_rstypes.java │   │   │   ├── [6.1K] UT_sampler.java │   │   │   ├── [1.6K] UT_struct.java │   │   │   ├── [1.6K] UT_unsigned.java │   │   │   ├── [7.3K] UT_vector.java │   │   │   └── [4.3K] vector.rs │   │   ├── [4.0K] tests_v11 │   │   │   ├── [ 647] AndroidManifest.xml │   │   │   ├── [ 905] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] drawable │   │   │   │   └── [ 307] test_pattern.png │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] test │   │   │   ├── [4.4K] fp_mad.rs │   │   │   ├── [9.4K] math.rs │   │   │   ├── [1.5K] primitives.rs │   │   │   ├── [1.5K] rsdebug.rs │   │   │   ├── [2.7K] rslist.rs │   │   │   ├── [5.7K] RSTestCore.java │   │   │   ├── [2.4K] RSTest_v11.java │   │   │   ├── [2.8K] RSTestView.java │   │   │   ├── [1.3K] rstime.rs │   │   │   ├── [1.9K] rstypes.rs │   │   │   ├── [ 757] shared.rsh │   │   │   ├── [ 311] test_root.rs │   │   │   ├── [3.1K] UnitTest.java │   │   │   ├── [1.2K] UT_fp_mad.java │   │   │   ├── [1.2K] UT_math.java │   │   │   ├── [2.8K] UT_primitives.java │   │   │   ├── [1.2K] UT_rsdebug.java │   │   │   ├── [1.2K] UT_rstime.java │   │   │   └── [1.2K] UT_rstypes.java │   │   └── [4.0K] tests_v14 │   │   ├── [ 647] AndroidManifest.xml │   │   ├── [ 864] Android.mk │   │   ├── [4.0K] res │   │   │   └── [4.0K] drawable-nodpi │   │   │   └── [ 307] test_pattern.png │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] rs │   │   └── [4.0K] test │   │   ├── [2.5K] alloc.rs │   │   ├── [ 745] foreach.rs │   │   ├── [4.4K] fp_mad.rs │   │   ├── [ 13K] math.rs │   │   ├── [ 11K] math.rs.bak │   │   ├── [ 12K] math.rs.orig │   │   ├── [1.5K] primitives.rs │   │   ├── [ 265] refcount.rs │   │   ├── [1.5K] rsdebug.rs │   │   ├── [2.7K] rslist.rs │   │   ├── [5.9K] RSTestCore.java │   │   ├── [2.6K] RSTest_v14.java │   │   ├── [2.8K] RSTestView.java │   │   ├── [1.3K] rstime.rs │   │   ├── [1.9K] rstypes.rs │   │   ├── [ 757] shared.rsh │   │   ├── [ 315] test_root.rs │   │   ├── [3.3K] UnitTest.java │   │   ├── [2.2K] UT_alloc.java │   │   ├── [1.7K] UT_foreach.java │   │   ├── [1.2K] UT_fp_mad.java │   │   ├── [1.2K] UT_math.java │   │   ├── [2.8K] UT_primitives.java │   │   ├── [1.6K] UT_refcount.java │   │   ├── [1.2K] UT_rsdebug.java │   │   ├── [1.2K] UT_rstime.java │   │   ├── [1.2K] UT_rstypes.java │   │   ├── [7.3K] UT_vector.java │   │   └── [4.3K] vector.rs │   ├── [4.0K] SerialChat │   │   ├── [1.3K] AndroidManifest.xml │   │   ├── [ 793] Android.mk │   │   ├── [4.0K] res │   │   │   └── [4.0K] layout │   │   │   └── [1.6K] serial_chat.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] serialchat │   │   └── [4.9K] SerialChat.java │   ├── [4.0K] SmokeTest │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 324] Android.mk │   │   ├── [ 351] README │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] smoketest │   │   │   └── [1.6K] SmokeTestActivity.java │   │   └── [4.0K] tests │   │   ├── [2.1K] AndroidManifest.xml │   │   ├── [ 553] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] smoketest │   │   ├── [ 14K] ProcessErrorsTest.java │   │   └── [3.3K] SmokeTestRunner.java │   ├── [4.0K] SmokeTestApps │   │   ├── [1.8K] AndroidManifest.xml │   │   ├── [ 253] Android.mk │   │   ├── [ 147] README │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] smoketest │   │   └── [4.0K] triggers │   │   ├── [1.2K] CrashyApp2.java │   │   ├── [1.1K] CrashyApp.java │   │   └── [1.3K] UnresponsiveApp.java │   ├── [4.0K] SslLoad │   │   ├── [ 547] AndroidManifest.xml │   │   ├── [ 185] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] sslload │   │   └── [3.6K] SslLoad.java │   ├── [4.0K] StatusBar │   │   ├── [2.8K] AndroidManifest.xml │   │   ├── [ 257] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [7.8K] app_gmail.png │   │   │   │   ├── [7.3K] app_phone.png │   │   │   │   ├── [4.5K] emo_im_kissing.png │   │   │   │   ├── [1.3K] icon1.png │   │   │   │   ├── [1.5K] icon2.png │   │   │   │   ├── [ 829] icon3.png │   │   │   │   ├── [ 525] icon4.png │   │   │   │   ├── [2.3K] ic_statusbar_chat.png │   │   │   │   ├── [2.6K] ic_statusbar_email.png │   │   │   │   ├── [1.9K] ic_statusbar_missedcall.png │   │   │   │   ├── [ 649] notification0.png │   │   │   │   ├── [ 539] notification1.png │   │   │   │   ├── [ 656] notification2.png │   │   │   │   ├── [ 663] notification3.png │   │   │   │   ├── [ 626] notification4.png │   │   │   │   ├── [ 645] notification5.png │   │   │   │   ├── [ 662] notification6.png │   │   │   │   ├── [ 627] notification7.png │   │   │   │   ├── [ 670] notification8.png │   │   │   │   ├── [ 661] notification9.png │   │   │   │   ├── [ 692] notificationx.png │   │   │   │   ├── [ 20K] pineapple2.png │   │   │   │   ├── [ 17K] pineapple.png │   │   │   │   └── [1.2K] stat_sys_phone.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   ├── [5.3K] app_gmail.png │   │   │   │   ├── [5.3K] app_phone.png │   │   │   │   ├── [3.4K] emo_im_kissing.png │   │   │   │   ├── [1.9K] icon1.png │   │   │   │   ├── [1.8K] icon2.png │   │   │   │   ├── [2.9K] icon3.png │   │   │   │   ├── [2.8K] icon4.png │   │   │   │   ├── [ 829] ic_statusbar_chat.png │   │   │   │   ├── [1.1K] ic_statusbar_email.png │   │   │   │   ├── [ 720] ic_statusbar_missedcall.png │   │   │   │   ├── [ 371] notification0.png │   │   │   │   ├── [ 238] notification1.png │   │   │   │   ├── [ 351] notification2.png │   │   │   │   ├── [ 388] notification3.png │   │   │   │   ├── [ 331] notification4.png │   │   │   │   ├── [ 381] notification5.png │   │   │   │   ├── [ 382] notification6.png │   │   │   │   ├── [ 306] notification7.png │   │   │   │   ├── [ 383] notification8.png │   │   │   │   ├── [ 391] notification9.png │   │   │   │   ├── [ 384] notificationx.png │   │   │   │   ├── [ 12K] pineapple2.png │   │   │   │   ├── [9.5K] pineapple.png │   │   │   │   └── [ 746] stat_sys_phone.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [ 563] button_notification.xml │   │   │   │   ├── [1.2K] chrono_notification.xml │   │   │   │   ├── [ 869] confirmation_activity.xml │   │   │   │   ├── [ 36K] notification_builder_test.xml │   │   │   │   ├── [ 715] progress_notification.xml │   │   │   │   └── [1.8K] test_alert.xml │   │   │   ├── [4.0K] raw │   │   │   │   └── [ 42K] ringer.mp3 │   │   │   ├── [4.0K] values │   │   │   │   ├── [ 882] strings.xml │   │   │   │   └── [3.1K] styles.xml │   │   │   └── [4.0K] values-sw600dp │   │   │   └── [2.4K] styles.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] statusbartest │   │   ├── [ 980] ConfirmationActivity.java │   │   ├── [ 16K] NotificationBuilderTest.java │   │   ├── [ 33K] NotificationTestList.java │   │   ├── [3.7K] PowerTest.java │   │   ├── [ 13K] StatusBarTest.java │   │   ├── [2.0K] TestActivity.java │   │   ├── [1.0K] TestAlertActivity.java │   │   └── [4.1K] ToastTest.java │   ├── [4.0K] TileBenchmark │   │   ├── [1.4K] AndroidManifest.xml │   │   ├── [ 872] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [4.0K] icon.png │   │   │   ├── [4.0K] drawable-ldpi │   │   │   │   └── [1.7K] icon.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [2.5K] icon.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [2.8K] main.xml │   │   │   │   └── [2.1K] playback.xml │   │   │   └── [4.0K] values │   │   │   ├── [1.5K] colors.xml │   │   │   └── [5.1K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] test │   │   └── [4.0K] tilebenchmark │   │   ├── [ 11K] PerformanceTest.java │   │   ├── [5.4K] PlaybackActivity.java │   │   ├── [ 10K] PlaybackGraphs.java │   │   ├── [7.8K] PlaybackView.java │   │   ├── [ 12K] ProfileActivity.java │   │   ├── [8.9K] ProfiledWebView.java │   │   └── [1.7K] RunData.java │   ├── [4.0K] touchlag │   │   ├── [ 223] Android.mk │   │   └── [7.4K] touchlag.cpp │   ├── [4.0K] TransformTest │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 191] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   └── [ 13K] logo.png │   │   │   └── [4.0K] values │   │   │   └── [ 752] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] google │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] transform │   │   └── [6.5K] TransformTestActivity.java │   ├── [4.0K] TtsTests │   │   ├── [1.7K] AndroidManifest.xml │   │   ├── [ 877] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] speech │   │   └── [4.0K] tts │   │   ├── [1.9K] MockableCheckVoiceData.java │   │   ├── [2.2K] MockableTextToSpeechService.java │   │   └── [9.0K] TextToSpeechTests.java │   └── [4.0K] WebViewTests │   ├── [1.3K] AndroidManifest.xml │   ├── [ 839] Android.mk │   ├── [4.0K] res │   │   └── [4.0K] layout │   │   └── [1001] webview_layout.xml │   └── [4.0K] src │   └── [4.0K] com │   └── [4.0K] android │   └── [4.0K] webviewtests │   ├── [ 27K] JavaBridgeArrayCoercionTest.java │   ├── [8.3K] JavaBridgeArrayTest.java │   ├── [ 17K] JavaBridgeBasicsTest.java │   ├── [2.2K] JavaBridgeChildFrameTest.java │   ├── [ 28K] JavaBridgeCoercionTest.java │   ├── [3.9K] JavaBridgeFieldsTest.java │   ├── [8.2K] JavaBridgeReturnValuesTest.java │   ├── [4.3K] JavaBridgeTestBase.java │   └── [1.1K] WebViewStubActivity.java ├── [4.0K] tools │   ├── [4.0K] aapt │   │   ├── [ 77K] AaptAssets.cpp │   │   ├── [ 20K] AaptAssets.h │   │   ├── [1.2K] Android.mk │   │   ├── [ 13K] Bundle.h │   │   ├── [3.5K] CacheUpdater.h │   │   ├── [ 90K] Command.cpp │   │   ├── [3.5K] CrunchCache.cpp │   │   ├── [3.4K] CrunchCache.h │   │   ├── [2.5K] DirectoryWalker.h │   │   ├── [2.8K] FileFinder.cpp │   │   ├── [2.8K] FileFinder.h │   │   ├── [ 44K] Images.cpp │   │   ├── [ 658] Images.h │   │   ├── [ 26K] Main.cpp │   │   ├── [1.8K] Main.h │   │   ├── [ 10K] NOTICE │   │   ├── [ 16K] Package.cpp │   │   ├── [3.2K] printapk.cpp │   │   ├── [ 96K] Resource.cpp │   │   ├── [2.6K] ResourceFilter.cpp │   │   ├── [ 830] ResourceFilter.h │   │   ├── [2.9K] ResourceIdCache.cpp │   │   ├── [ 648] ResourceIdCache.h │   │   ├── [151K] ResourceTable.cpp │   │   ├── [ 21K] ResourceTable.h │   │   ├── [3.3K] SourcePos.cpp │   │   ├── [ 471] SourcePos.h │   │   ├── [ 19K] StringPool.cpp │   │   ├── [6.6K] StringPool.h │   │   ├── [4.0K] tests │   │   │   ├── [2.8K] CrunchCache_test.cpp │   │   │   ├── [2.8K] FileFinder_test.cpp │   │   │   ├── [ 812] MockCacheUpdater.h │   │   │   ├── [2.6K] MockDirectoryWalker.h │   │   │   ├── [1.5K] MockFileFinder.h │   │   │   └── [4.0K] plurals │   │   │   ├── [ 166] AndroidManifest.xml │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 246] strings.xml │   │   │   └── [ 507] run.sh │   │   ├── [ 51K] XMLNode.cpp │   │   ├── [6.0K] XMLNode.h │   │   ├── [ 21K] ZipEntry.cpp │   │   ├── [ 10K] ZipEntry.h │   │   ├── [ 36K] ZipFile.cpp │   │   └── [8.5K] ZipFile.h │   ├── [4.0K] aidl │   │   ├── [ 33K] aidl.cpp │   │   ├── [ 291] aidl_language.cpp │   │   ├── [3.7K] aidl_language.h │   │   ├── [6.4K] aidl_language_l.l │   │   ├── [ 18K] aidl_language_y.y │   │   ├── [ 586] Android.mk │   │   ├── [ 15K] AST.cpp │   │   ├── [7.5K] AST.h │   │   ├── [ 20K] generate_java_binder.cpp │   │   ├── [2.2K] generate_java.cpp │   │   ├── [ 737] generate_java.h │   │   ├── [ 33K] generate_java_rpc.cpp │   │   ├── [ 10K] NOTICE │   │   ├── [4.9K] options.cpp │   │   ├── [ 825] options.h │   │   ├── [9.0K] options_test.cpp │   │   ├── [1.2K] search_path.cpp │   │   ├── [ 486] search_path.h │   │   ├── [ 40K] Type.cpp │   │   └── [ 20K] Type.h │   ├── [4.0K] layoutlib │   │   ├── [2.2K] Android.mk │   │   ├── [4.0K] bridge │   │   │   ├── [1.0K] Android.mk │   │   │   ├── [4.0K] resources │   │   │   │   └── [4.0K] bars │   │   │   │   ├── [ 285] action_bar.xml │   │   │   │   ├── [4.0K] hdpi │   │   │   │   │   ├── [1.0K] ic_sysbar_back.png │   │   │   │   │   ├── [1.0K] ic_sysbar_home.png │   │   │   │   │   ├── [ 711] ic_sysbar_recent.png │   │   │   │   │   ├── [1.2K] stat_sys_wifi_signal_4_fully.png │   │   │   │   │   └── [3.2K] status_bar_background.9.png │   │   │   │   ├── [4.0K] mdpi │   │   │   │   │   ├── [ 774] ic_sysbar_back.png │   │   │   │   │   ├── [ 836] ic_sysbar_home.png │   │   │   │   │   ├── [ 591] ic_sysbar_recent.png │   │   │   │   │   ├── [ 885] stat_sys_wifi_signal_4_fully.png │   │   │   │   │   └── [ 204] status_bar_background.9.png │   │   │   │   ├── [ 636] navigation_bar.xml │   │   │   │   ├── [ 495] status_bar.xml │   │   │   │   ├── [ 207] title_bar.xml │   │   │   │   └── [4.0K] xhdpi │   │   │   │   ├── [1.4K] ic_sysbar_back.png │   │   │   │   ├── [1.4K] ic_sysbar_home.png │   │   │   │   └── [ 749] ic_sysbar_recent.png │   │   │   ├── [4.0K] src │   │   │   │   ├── [4.0K] android │   │   │   │   │   ├── [4.0K] animation │   │   │   │   │   │   ├── [6.3K] AnimationThread.java │   │   │   │   │   │   └── [2.1K] PropertyValuesHolder_Delegate.java │   │   │   │   │   ├── [4.0K] app │   │   │   │   │   │   └── [4.4K] Fragment_Delegate.java │   │   │   │   │   ├── [4.0K] content │   │   │   │   │   │   └── [4.0K] res │   │   │   │   │   │   ├── [1.8K] BridgeAssetManager.java │   │   │   │   │   │   ├── [ 24K] BridgeResources.java │   │   │   │   │   │   ├── [ 30K] BridgeTypedArray.java │   │   │   │   │   │   ├── [2.4K] Resources_Theme_Delegate.java │   │   │   │   │   │   └── [ 953] TypedArray_Delegate.java │   │   │   │   │   ├── [4.0K] graphics │   │   │   │   │   │   ├── [2.2K] AvoidXfermode_Delegate.java │   │   │   │   │   │   ├── [ 18K] Bitmap_Delegate.java │   │   │   │   │   │   ├── [6.0K] BitmapFactory_Delegate.java │   │   │   │   │   │   ├── [8.7K] BitmapShader_Delegate.java │   │   │   │   │   │   ├── [2.1K] BlurMaskFilter_Delegate.java │   │   │   │   │   │   ├── [ 53K] Canvas_Delegate.java │   │   │   │   │   │   ├── [2.1K] ColorFilter_Delegate.java │   │   │   │   │   │   ├── [2.3K] ColorMatrixColorFilter_Delegate.java │   │   │   │   │   │   ├── [2.3K] ComposePathEffect_Delegate.java │   │   │   │   │   │   ├── [3.0K] ComposeShader_Delegate.java │   │   │   │   │   │   ├── [2.3K] CornerPathEffect_Delegate.java │   │   │   │   │   │   ├── [2.8K] DashPathEffect_Delegate.java │   │   │   │   │   │   ├── [2.3K] DiscretePathEffect_Delegate.java │   │   │   │   │   │   ├── [2.1K] DrawFilter_Delegate.java │   │   │   │   │   │   ├── [2.2K] EmbossMaskFilter_Delegate.java │   │   │   │   │   │   ├── [8.0K] Gradient_Delegate.java │   │   │   │   │   │   ├── [2.2K] LayerRasterizer_Delegate.java │   │   │   │   │   │   ├── [2.3K] LightingColorFilter_Delegate.java │   │   │   │   │   │   ├── [9.1K] LinearGradient_Delegate.java │   │   │   │   │   │   ├── [2.1K] MaskFilter_Delegate.java │   │   │   │   │   │   ├── [ 34K] Matrix_Delegate.java │   │   │   │   │   │   ├── [8.5K] NinePatch_Delegate.java │   │   │   │   │   │   ├── [ 40K] Paint_Delegate.java │   │   │   │   │   │   ├── [2.2K] PaintFlagsDrawFilter_Delegate.java │   │   │   │   │   │   ├── [2.3K] PathDashPathEffect_Delegate.java │   │   │   │   │   │   ├── [ 26K] Path_Delegate.java │   │   │   │   │   │   ├── [2.2K] PathEffect_Delegate.java │   │   │   │   │   │   ├── [2.3K] PixelXorXfermode_Delegate.java │   │   │   │   │   │   ├── [2.4K] PorterDuffColorFilter_Delegate.java │   │   │   │   │   │   ├── [4.9K] PorterDuffXfermode_Delegate.java │   │   │   │   │   │   ├── [8.2K] RadialGradient_Delegate.java │   │   │   │   │   │   ├── [2.1K] Rasterizer_Delegate.java │   │   │   │   │   │   ├── [ 16K] Region_Delegate.java │   │   │   │   │   │   ├── [3.3K] Shader_Delegate.java │   │   │   │   │   │   ├── [2.2K] SumPathEffect_Delegate.java │   │   │   │   │   │   ├── [8.5K] SweepGradient_Delegate.java │   │   │   │   │   │   ├── [ 836] Typeface_Accessor.java │   │   │   │   │   │   ├── [7.1K] Typeface_Delegate.java │   │   │   │   │   │   └── [2.2K] Xfermode_Delegate.java │   │   │   │   │   ├── [4.0K] os │   │   │   │   │   │   ├── [1.5K] Build_Delegate.java │   │   │   │   │   │   ├── [1.7K] Handler_Delegate.java │   │   │   │   │   │   ├── [2.5K] HandlerThread_Delegate.java │   │   │   │   │   │   ├── [ 861] Looper_Accessor.java │   │   │   │   │   │   ├── [2.1K] ServiceManager.java │   │   │   │   │   │   └── [3.1K] SystemClock_Delegate.java │   │   │   │   │   ├── [4.0K] text │   │   │   │   │   │   └── [1.2K] AndroidBidi_Delegate.java │   │   │   │   │   ├── [4.0K] util │   │   │   │   │   │   ├── [8.2K] BridgeXmlPullAttributes.java │   │   │   │   │   │   ├── [4.0K] FloatMath_Delegate.java │   │   │   │   │   │   ├── [1.5K] Log_Delegate.java │   │   │   │   │   │   └── [ 13K] LruCache.java │   │   │   │   │   ├── [4.0K] view │   │   │   │   │   │   ├── [4.0K] accessibility │   │   │   │   │   │   │   └── [4.4K] AccessibilityManager.java │   │   │   │   │   │   ├── [1.8K] AttachInfo_Accessor.java │   │   │   │   │   │   ├── [9.9K] BridgeInflater.java │   │   │   │   │   │   ├── [1.1K] Choreographer_Delegate.java │   │   │   │   │   │   ├── [1.1K] Display_Delegate.java │   │   │   │   │   │   ├── [4.0K] inputmethod │   │   │   │   │   │   │   ├── [ 864] InputMethodManager_Accessor.java │   │   │   │   │   │   │   └── [2.1K] InputMethodManager_Delegate.java │   │   │   │   │   │   ├── [ 14K] IWindowManagerImpl.java │   │   │   │   │   │   ├── [8.0K] LayoutInflater_Delegate.java │   │   │   │   │   │   ├── [2.6K] SurfaceView.java │   │   │   │   │   │   ├── [ 960] ViewConfiguration_Accessor.java │   │   │   │   │   │   ├── [1.1K] View_Delegate.java │   │   │   │   │   │   ├── [1.1K] ViewRootImpl_Delegate.java │   │   │   │   │   │   └── [1.3K] WindowManagerGlobal_Delegate.java │   │   │   │   │   └── [4.0K] webkit │   │   │   │   │   └── [5.5K] WebView.java │   │   │   │   ├── [4.0K] com │   │   │   │   │   ├── [4.0K] android │   │   │   │   │   │   ├── [4.0K] internal │   │   │   │   │   │   │   ├── [4.0K] policy │   │   │   │   │   │   │   │   └── [2.4K] PolicyManager.java │   │   │   │   │   │   │   ├── [4.0K] textservice │   │   │   │   │   │   │   │   └── [3.4K] ITextServicesManager_Stub_Delegate.java │   │   │   │   │   │   │   └── [4.0K] util │   │   │   │   │   │   │   └── [2.2K] XmlUtils_Delegate.java │   │   │   │   │   │   └── [4.0K] layoutlib │   │   │   │   │   │   └── [4.0K] bridge │   │   │   │   │   │   ├── [4.0K] android │   │   │   │   │   │   │   ├── [4.0K] BridgeContentProvider.java │   │   │   │   │   │   │   ├── [3.1K] BridgeContentResolver.java │   │   │   │   │   │   │   ├── [ 41K] BridgeContext.java │   │   │   │   │   │   │   ├── [6.5K] BridgeIInputMethodManager.java │   │   │   │   │   │   │   ├── [4.7K] BridgeLayoutParamsMapAttributes.java │   │   │   │   │   │   │   ├── [3.1K] BridgePowerManager.java │   │   │   │   │   │   │   ├── [2.8K] BridgeWindow.java │   │   │   │   │   │   │   ├── [5.6K] BridgeWindowSession.java │   │   │   │   │   │   │   ├── [ 14K] BridgeXmlBlockParser.java │   │   │   │   │   │   │   └── [4.0K] view │   │   │   │   │   │   │   └── [1.7K] WindowManagerImpl.java │   │   │   │   │   │   ├── [4.0K] bars │   │   │   │   │   │   │   ├── [ 11K] CustomBar.java │   │   │   │   │   │   │   ├── [1.5K] FakeActionBar.java │   │   │   │   │   │   │   ├── [1.7K] NavigationBar.java │   │   │   │   │   │   │   ├── [1.9K] StatusBar.java │   │   │   │   │   │   │   └── [1.5K] TitleBar.java │   │   │   │   │   │   ├── [1.9K] BridgeConstants.java │   │   │   │   │   │   ├── [ 22K] Bridge.java │   │   │   │   │   │   ├── [5.9K] BridgeRenderSession.java │   │   │   │   │   │   ├── [4.0K] impl │   │   │   │   │   │   │   ├── [4.0K] binding │   │   │   │   │   │   │   │   ├── [9.2K] BaseAdapter.java │   │   │   │   │   │   │   │   ├── [3.8K] FakeAdapter.java │   │   │   │   │   │   │   │   └── [6.3K] FakeExpandableAdapter.java │   │   │   │   │   │   │   ├── [5.6K] DelegateManager.java │   │   │   │   │   │   │   ├── [ 14K] FontLoader.java │   │   │   │   │   │   │   ├── [ 29K] GcSnapshot.java │   │   │   │   │   │   │   ├── [4.5K] ParserFactory.java │   │   │   │   │   │   │   ├── [1.6K] PlayAnimationThread.java │   │   │   │   │   │   │   ├── [ 12K] RenderAction.java │   │   │   │   │   │   │   ├── [4.5K] RenderDrawable.java │   │   │   │   │   │   │   ├── [ 61K] RenderSessionImpl.java │   │   │   │   │   │   │   ├── [ 19K] ResourceHelper.java │   │   │   │   │   │   │   └── [1.7K] Stack.java │   │   │   │   │   │   ├── [1.4K] MockView.java │   │   │   │   │   │   └── [4.0K] util │   │   │   │   │   │   ├── [ 737] Debug.java │   │   │   │   │   │   ├── [2.3K] DynamicIdMap.java │   │   │   │   │   │   └── [ 10K] SparseWeakArray.java │   │   │   │   │   └── [4.0K] google │   │   │   │   │   └── [4.0K] android │   │   │   │   │   └── [4.0K] maps │   │   │   │   │   └── [3.0K] MapView.java │   │   │   │   └── [4.0K] libcore │   │   │   │   └── [4.0K] icu │   │   │   │   └── [6.3K] ICU_Delegate.java │   │   │   └── [4.0K] tests │   │   │   ├── [1017] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] layoutlib │   │   │   │   └── [4.0K] testdata │   │   │   │   └── [1.5K] layout1.xml │   │   │   └── [4.0K] src │   │   │   ├── [4.0K] android │   │   │   │   └── [4.0K] graphics │   │   │   │   └── [1.4K] Matrix_DelegateTest.java │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] layoutlib │   │   │   └── [4.0K] bridge │   │   │   ├── [4.0K] android │   │   │   │   └── [3.6K] BridgeXmlBlockParserTest.java │   │   │   └── [8.3K] TestDelegates.java │   │   ├── [4.0K] create │   │   │   ├── [ 857] Android.mk │   │   │   ├── [ 52] manifest.txt │   │   │   ├── [9.4K] README.txt │   │   │   ├── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] tools │   │   │   │   └── [4.0K] layoutlib │   │   │   │   ├── [4.0K] annotations │   │   │   │   │   ├── [ 919] LayoutlibDelegate.java │   │   │   │   │   ├── [1.2K] Nullable.java │   │   │   │   │   └── [1.8K] VisibleForTesting.java │   │   │   │   └── [4.0K] create │   │   │   │   ├── [ 29K] AsmAnalyzer.java │   │   │   │   ├── [ 14K] AsmGenerator.java │   │   │   │   ├── [2.8K] ClassHasNativeVisitor.java │   │   │   │   ├── [7.7K] CreateInfo.java │   │   │   │   ├── [5.3K] DelegateClassAdapter.java │   │   │   │   ├── [ 17K] DelegateMethodAdapter2.java │   │   │   │   ├── [ 26K] DependencyFinder.java │   │   │   │   ├── [2.2K] ICreateInfo.java │   │   │   │   ├── [ 984] LogAbortException.java │   │   │   │   ├── [2.0K] Log.java │   │   │   │   ├── [7.7K] Main.java │   │   │   │   ├── [3.3K] MethodAdapter.java │   │   │   │   ├── [2.9K] MethodListener.java │   │   │   │   ├── [5.8K] OverrideMethod.java │   │   │   │   ├── [ 15K] RenameClassAdapter.java │   │   │   │   ├── [ 12K] StubMethodAdapter.java │   │   │   │   └── [6.7K] TransformClassAdapter.java │   │   │   └── [4.0K] tests │   │   │   ├── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] tools │   │   │   │   └── [4.0K] layoutlib │   │   │   │   └── [4.0K] create │   │   │   │   ├── [8.2K] AsmAnalyzerTest.java │   │   │   │   ├── [3.5K] AsmGeneratorTest.java │   │   │   │   ├── [3.0K] ClassHasNativeVisitorTest.java │   │   │   │   ├── [4.0K] dataclass │   │   │   │   │   ├── [1.1K] ClassWithNative_Delegate.java │   │   │   │   │   ├── [1.4K] ClassWithNative.java │   │   │   │   │   ├── [1.1K] OuterClass_Delegate.java │   │   │   │   │   ├── [1.1K] OuterClass_InnerClass_Delegate.java │   │   │   │   │   └── [1.5K] OuterClass.java │   │   │   │   ├── [ 19K] DelegateClassAdapterTest.java │   │   │   │   ├── [2.2K] LogTest.java │   │   │   │   ├── [1.1K] MockLog.java │   │   │   │   └── [4.4K] RenameClassAdapterTest.java │   │   │   ├── [4.0K] data │   │   │   │   ├── [8.9K] mock_android.jar │   │   │   │   └── [1.2K] mock_android.jardesc │   │   │   └── [4.0K] mock_android │   │   │   ├── [4.0K] dummy │   │   │   │   └── [2.3K] InnerTest.java │   │   │   ├── [4.0K] view │   │   │   │   ├── [ 811] ViewGroup.java │   │   │   │   └── [ 686] View.java │   │   │   └── [4.0K] widget │   │   │   ├── [ 840] LinearLayout.java │   │   │   └── [ 817] TableLayout.java │   │   └── [ 290] README │   ├── [4.0K] obbtool │   │   ├── [ 943] Android.mk │   │   ├── [8.1K] Main.cpp │   │   ├── [7.1K] mkobb.sh │   │   └── [2.0K] pbkdf2gen.cpp │   ├── [4.0K] orientationplot │   │   ├── [ 19K] orientationplot.py │   │   └── [3.9K] README.txt │   ├── [4.0K] preload │   │   ├── [ 11M] 20080522.compiled │   │   ├── [ 15M] 20090811.compiled │   │   ├── [ 21M] 20100223.compiled │   │   ├── [ 391] Android.mk │   │   ├── [2.3K] Compile.java │   │   ├── [4.0K] loadclass │   │   │   ├── [ 186] Android.mk │   │   │   └── [2.8K] LoadClass.java │   │   ├── [3.4K] LoadedClass.java │   │   ├── [9.4K] MemoryUsage.java │   │   ├── [3.7K] Operation.java │   │   ├── [2.8K] Policy.java │   │   ├── [ 530] preload.iml │   │   ├── [ 25K] preload.ipr │   │   ├── [3.9K] PrintCsv.java │   │   ├── [4.9K] PrintHtmlDiff.java │   │   ├── [1.4K] PrintPsTree.java │   │   ├── [4.5K] Proc.java │   │   ├── [5.7K] Record.java │   │   ├── [4.7K] Root.java │   │   ├── [ 17K] sorttable.js │   │   └── [5.6K] WritePreloadedClassFile.java │   ├── [4.0K] validatekeymaps │   │   ├── [ 559] Android.mk │   │   └── [4.0K] Main.cpp │   └── [4.0K] velocityplot │   └── [9.5K] velocityplot.py ├── [4.0K] voip │   ├── [4.0K] java │   │   ├── [4.0K] android │   │   │   └── [4.0K] net │   │   │   ├── [4.0K] rtp │   │   │   │   ├── [4.8K] AudioCodec.java │   │   │   │   ├── [7.2K] AudioGroup.java │   │   │   │   ├── [5.7K] AudioStream.java │   │   │   │   ├── [1.3K] package.html │   │   │   │   └── [5.6K] RtpStream.java │   │   │   └── [4.0K] sip │   │   │   ├── [1.4K] ISipService.aidl │   │   │   ├── [5.0K] ISipSession.aidl │   │   │   ├── [4.3K] ISipSessionListener.aidl │   │   │   ├── [2.3K] package.html │   │   │   ├── [ 20K] SimpleSessionDescription.java │   │   │   ├── [ 40K] SipAudioCall.java │   │   │   ├── [3.5K] SipErrorCode.java │   │   │   ├── [1.1K] SipException.java │   │   │   ├── [ 24K] SipManager.java │   │   │   ├── [ 670] SipProfile.aidl │   │   │   ├── [ 15K] SipProfile.java │   │   │   ├── [1.6K] SipRegistrationListener.java │   │   │   ├── [1.9K] SipSessionAdapter.java │   │   │   └── [ 18K] SipSession.java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] server │   │   └── [4.0K] sip │   │   ├── [ 21K] SipHelper.java │   │   ├── [ 45K] SipService.java │   │   ├── [ 70K] SipSessionGroup.java │   │   ├── [7.2K] SipSessionListenerProxy.java │   │   ├── [2.2K] SipWakeLock.java │   │   └── [ 11K] SipWakeupTimer.java │   └── [4.0K] jni │   └── [4.0K] rtp │   ├── [6.8K] AmrCodec.cpp │   ├── [1.6K] Android.mk │   ├── [1.4K] AudioCodec.cpp │   ├── [1.2K] AudioCodec.h │   ├── [ 31K] AudioGroup.cpp │   ├── [6.4K] EchoSuppressor.cpp │   ├── [1.3K] EchoSuppressor.h │   ├── [4.1K] G711Codec.cpp │   ├── [1.8K] GsmCodec.cpp │   ├── [1.0K] rtp_jni.cpp │   ├── [3.0K] RtpStream.cpp │   └── [1.9K] util.cpp └── [4.0K] wifi └── [4.0K] java └── [4.0K] android └── [4.0K] net └── [4.0K] wifi ├── [2.6K] IWifiManager.aidl ├── [1.7K] NetworkUpdateResult.java ├── [4.0K] p2p │   ├── [ 810] IWifiP2pManager.aidl │   ├── [4.0K] nsd │   │   ├── [7.2K] WifiP2pDnsSdServiceInfo.java │   │   ├── [3.7K] WifiP2pDnsSdServiceRequest.java │   │   ├── [8.8K] WifiP2pDnsSdServiceResponse.java │   │   ├── [ 700] WifiP2pServiceInfo.aidl │   │   ├── [5.0K] WifiP2pServiceInfo.java │   │   ├── [ 703] WifiP2pServiceRequest.aidl │   │   ├── [8.6K] WifiP2pServiceRequest.java │   │   ├── [ 704] WifiP2pServiceResponse.aidl │   │   ├── [ 12K] WifiP2pServiceResponse.java │   │   ├── [3.7K] WifiP2pUpnpServiceInfo.java │   │   ├── [2.6K] WifiP2pUpnpServiceRequest.java │   │   └── [4.7K] WifiP2pUpnpServiceResponse.java │   ├── [3.3K] package.html │   ├── [ 679] WifiP2pConfig.aidl │   ├── [4.7K] WifiP2pConfig.java │   ├── [ 679] WifiP2pDevice.aidl │   ├── [ 13K] WifiP2pDevice.java │   ├── [ 683] WifiP2pDeviceList.aidl │   ├── [5.5K] WifiP2pDeviceList.java │   ├── [ 678] WifiP2pGroup.aidl │   ├── [ 10K] WifiP2pGroup.java │   ├── [ 681] WifiP2pGroupList.aidl │   ├── [6.9K] WifiP2pGroupList.java │   ├── [ 677] WifiP2pInfo.aidl │   ├── [3.1K] WifiP2pInfo.java │   ├── [ 58K] WifiP2pManager.java │   ├── [2.7K] WifiP2pProvDiscEvent.java │   ├── [117K] WifiP2pService.java │   └── [5.7K] WifiP2pWfdInfo.java ├── [1.2K] package.html ├── [1.8K] RssiPacketCountInfo.java ├── [ 680] ScanResult.aidl ├── [4.6K] ScanResult.java ├── [1.2K] StateChangeResult.java ├── [8.7K] SupplicantState.java ├── [ 13K] SupplicantStateTracker.java ├── [7.3K] WifiApConfigStore.java ├── [ 63K] WifiConfigStore.java ├── [ 687] WifiConfiguration.aidl ├── [ 23K] WifiConfiguration.java ├── [ 678] WifiInfo.aidl ├── [ 12K] WifiInfo.java ├── [ 71K] WifiManager.java ├── [ 33K] WifiMonitor.java ├── [ 25K] WifiNative.java ├── [7.9K] WifiSsid.java ├── [168K] WifiStateMachine.java ├── [8.2K] WifiStateTracker.java ├── [ 48K] WifiWatchdogStateMachine.java ├── [ 669] WpsInfo.aidl ├── [3.0K] WpsInfo.java ├── [ 671] WpsResult.aidl └── [2.4K] WpsResult.java 2700 directories, 19152 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.