/packages/apps/Launcher3/src/com/android/launcher3/ |
DragView.java | 36 import com.android.launcher3.util.Thunk; 43 @Thunk static float sDragAlpha = 1f; 47 @Thunk Paint mPaint; 55 @Thunk float mCrossFadeProgress = 0f; 58 @Thunk float mOffsetX = 0.0f; 59 @Thunk float mOffsetY = 0.0f; 65 @Thunk float[] mCurrentFilter;
|
DefaultLayoutParser.java | 16 import com.android.launcher3.util.Thunk; 61 @Thunk HashMap<String, TagParser> getFolderElementsMap(Resources res) { 93 @Thunk class AppShortcutWithUriParser extends AppShortcutParser { 235 @Thunk class PartnerFolderParser implements TagParser { 261 @Thunk class MyFolderParser extends FolderParser {
|
InterruptibleInOutAnimator.java | 24 import com.android.launcher3.util.Thunk; 48 @Thunk int mDirection = STOPPED;
|
LauncherAppState.java | 29 import com.android.launcher3.util.Thunk; 37 @Thunk final LauncherModel mModel;
|
UninstallDropTarget.java | 13 import com.android.launcher3.util.Thunk; 109 @Thunk void sendUninstallResult(DragSource target, boolean result) {
|
LauncherClings.java | 39 import com.android.launcher3.util.Thunk; 55 @Thunk Launcher mLauncher; 180 @Thunk void dismissLongPressCling() { 191 @Thunk void dismissCling(final View cling, final Runnable postAnimationCb,
|
WeightWatcher.java | 37 import com.android.launcher3.util.Thunk; 86 @Thunk MemoryTracker mMemoryService; 139 @Thunk MemoryTracker.ProcessMemInfo mMemInfo;
|
WidgetPreviewLoader.java | 35 import com.android.launcher3.util.Thunk; 62 @Thunk final Set<Bitmap> mUnusedBitmaps = 73 @Thunk final Handler mWorkerHandler; 170 @Thunk void writeToDb(WidgetCacheKey key, long[] versions, Bitmap preview) { 297 @Thunk Bitmap readFromDb(WidgetCacheKey key, Bitmap recycle, PreviewLoadTask loadTask) { 336 @Thunk Bitmap generatePreview(Launcher launcher, Object info, Bitmap recycle, 520 @Thunk long[] getPackageVersion(String packageName) { 543 @Thunk final PreviewLoadTask mTask; 574 @Thunk final WidgetCacheKey mKey; 579 @Thunk long[] mVersions [all...] |
IconCache.java | 50 import com.android.launcher3.util.Thunk; 76 @Thunk static final Object ICON_UPDATE_TOKEN = new Object(); 78 @Thunk static class CacheEntry { 86 @Thunk final MainThreadExecutor mMainThreadExecutor = new MainThreadExecutor(); 90 @Thunk final UserManagerCompat mUserManager; 95 @Thunk final IconDB mIconDb; 97 @Thunk final Handler mWorkerHandler; 348 @Thunk void addIconToDBAndMemCache(LauncherActivityInfoCompat app, PackageInfo info, 370 @Thunk ContentValues updateCacheAndGetContentValues(LauncherActivityInfoCompat app, 717 @Thunk class SerializedIconUpdateTask implements Runnable [all...] |
FolderIcon.java | 46 import com.android.launcher3.util.Thunk; 54 @Thunk Launcher mLauncher; 55 @Thunk Folder mFolder; 57 @Thunk static boolean sStaticValuesDirty = true; 93 @Thunk ImageView mPreviewBackground; 94 @Thunk BubbleTextView mFolderName; 114 @Thunk PreviewItemDrawingParams mAnimParams = new PreviewItemDrawingParams(0, 0, 0, 0); 115 @Thunk ArrayList<ShortcutInfo> mHiddenItems = new ArrayList<ShortcutInfo>(); 118 @Thunk ItemInfo mDragInfo; 198 @Thunk CellLayout mCellLayout [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
AllAppsGridAdapter.java | 36 import com.android.launcher3.util.Thunk; 283 @Thunk AlphabeticalAppsList mApps; 290 @Thunk final Rect mBackgroundPadding = new Rect(); 291 @Thunk int mPredictionBarDividerOffset; 292 @Thunk int mAppsPerRow; 293 @Thunk boolean mIsRtl; 297 @Thunk int mSectionNamesMargin; 298 @Thunk int mSectionHeaderOffset; 299 @Thunk Paint mSectionTextPaint; 300 @Thunk Paint mPredictedAppsDividerPaint [all...] |
AllAppsRecyclerView.java | 31 import com.android.launcher3.util.Thunk; 50 @Thunk BaseRecyclerViewFastScrollBar.FastScrollFocusableView mLastFastScrollFocusedView; 51 @Thunk int mPrevFastScrollFocusedPosition; 52 @Thunk int mFastScrollFrameIndex; 53 @Thunk final int[] mFastScrollFrames = new int[10]; 241 @Thunk Runnable mSmoothSnapNextFrameRunnable = new Runnable() {
|
/external/clang/lib/AST/ |
VTableBuilder.cpp | [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
WallpaperPickerActivity.java | 77 import com.android.launcher3.util.Thunk; 97 @Thunk View mSelectedTile; 98 @Thunk boolean mIgnoreNextTap; 99 @Thunk OnClickListener mThumbnailOnClickListener; 101 @Thunk LinearLayout mWallpapersView; 102 @Thunk HorizontalScrollView mWallpaperScrollContainer; 104 @Thunk ActionMode.Callback mActionModeCallback; 105 @Thunk ActionMode mActionMode; 107 @Thunk View.OnLongClickListener mLongClickListener; 111 @Thunk int mSelectedIndex = -1 [all...] |
ThirdPartyWallpaperPickerListAdapter.java | 34 import com.android.launcher3.util.Thunk; 48 @Thunk ResolveInfo mResolveInfo;
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-virtual-member-pointers.cpp | 33 ptr = &C::foo; // Don't crash trying to define the thunk twice :) 67 // Thunk for calling the 1st virtual function in C with no parameters. 88 // Thunk for calling the 2nd virtual function in C, taking int and double as parameters, returning int. 105 // Thunk for calling the 3rd virtual function in C, taking an int parameter, returning a struct. 122 // Thunk for calling the virtual function in internal class D. 139 // Thunk for calling the fourth virtual function in C, taking a struct parameter 155 // Thunk for calling the fifth virtual function in C which uses the __cdecl calling convention. 170 // CHECK32: #[[ATTR]] = {{{.*}}"thunk"{{.*}}}
|
microsoft-abi-thunks.cpp | 41 // Overrides public_f() of two subobjects with distinct vfptrs, thus needs a thunk. 62 C::C() {} // Emits vftable and forces thunk generation. 92 E::E() {} // Emits vftable and forces thunk generation. 125 I::I() {} // Emits vftable and forces thunk generation.
|
/external/valgrind/VEX/priv/ |
guest_arm64_defs.h | 80 /* Calculate NZCV from the supplied thunk components, in the positions 87 /* Calculate the C flag from the thunk components, in the lowest bit 93 //ZZ /* Calculate the V flag from the thunk components, in the lowest bit 99 /* Calculate the specified condition from the thunk components, in the 107 //ZZ /* Calculate the QC flag from the thunk components, in the lowest bit 137 /* Flag thunk descriptors. A four-word thunk is used to record 151 When building the thunk, it is always necessary to write words into
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
AppNameComparator.java | 22 import com.android.launcher3.util.Thunk; 86 @Thunk int compareTitles(String titleA, String titleB) {
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
PDBExtras.h | 25 raw_ostream &operator<<(raw_ostream &OS, const PDB_ThunkOrdinal &Thunk);
|
/external/valgrind/none/tests/x86/ |
shift_ndep.c | 4 /* Test whether a shift by zero properly preserves the CC_NDEP thunk. */
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
TiledImageView.java | 36 import com.android.launcher3.util.Thunk; 47 @Thunk GLSurfaceView mGLSurfaceView; 48 @Thunk boolean mInvalPending = false; 207 @Thunk class TileRenderer implements Renderer {
|
TiledImageRenderer.java | 35 import com.android.launcher3.util.Thunk; 71 @Thunk static Pool<Bitmap> sTilePool = new SynchronizedPool<Bitmap>(64); 74 @Thunk int mTileSize; 76 @Thunk TileSource mModel; 86 @Thunk int mLevel = 0; 100 @Thunk final Object mQueueLock = new Object(); 103 @Thunk final TileQueue mDecodeQueue = new TileQueue(); 493 @Thunk void decodeTile(Tile tile) { 560 @Thunk Tile getTile(int x, int y, int level) { 752 @Thunk static class TileQueue [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
Thunk.java | 43 public @interface Thunk {
|
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
LauncherAppsCompatV16.java | 34 import com.android.launcher3.util.Thunk; 144 @Thunk synchronized List<OnAppsChangedCallbackCompat> getCallbacks() { 148 @Thunk class PackageMonitor extends BroadcastReceiver {
|