HomeSort by relevance Sort by last modified time
    Searched refs:Thunk (Results 26 - 50 of 86) sorted by null

12 3 4

  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragView.java 39 import com.android.launcher3.util.Thunk;
47 @Thunk static float sDragAlpha = 1f;
51 @Thunk Paint mPaint;
61 @Thunk final DragController mDragController;
63 @Thunk float mCrossFadeProgress = 0f;
71 @Thunk float[] mCurrentFilter;
DragController.java 40 import com.android.launcher3.util.Thunk;
51 @Thunk Launcher mLauncher;
86 @Thunk int mLastTouch[] = new int[2];
87 @Thunk long mLastTouchUpTime = -1;
88 @Thunk int mDistanceSinceScroll = 0;
  /packages/apps/Launcher3/src/com/android/launcher3/
FirstFrameAnimatorHelper.java 27 import com.android.launcher3.util.Thunk;
46 @Thunk static long sGlobalFrameCounter;
BaseRecyclerView.java 26 import com.android.launcher3.util.Thunk;
42 @Thunk int mDy = 0;
DefaultLayoutParser.java 19 import com.android.launcher3.util.Thunk;
62 @Thunk HashMap<String, TagParser> getFolderElementsMap(Resources res) {
236 @Thunk class PartnerFolderParser implements TagParser {
262 @Thunk class MyFolderParser extends FolderParser {
WidgetPreviewLoader.java 44 import com.android.launcher3.util.Thunk;
69 @Thunk final Set<Bitmap> mUnusedBitmaps =
79 @Thunk final Handler mWorkerHandler;
145 @Thunk void writeToDb(WidgetCacheKey key, long[] versions, Bitmap preview) {
254 @Thunk Bitmap readFromDb(WidgetCacheKey key, Bitmap recycle, PreviewLoadTask loadTask) {
514 @Thunk long[] getPackageVersion(String packageName) {
535 @Thunk final WidgetCacheKey mKey;
542 @Thunk long[] mVersions;
543 @Thunk Bitmap mBitmapToRecycle;
678 @Thunk final String size
    [all...]
IconCache.java 59 import com.android.launcher3.util.Thunk;
85 @Thunk static final Object ICON_UPDATE_TOKEN = new Object();
95 @Thunk final MainThreadExecutor mMainThreadExecutor = new MainThreadExecutor();
100 @Thunk final UserManagerCompat mUserManager;
105 @Thunk final IconDB mIconDb;
107 @Thunk final Handler mWorkerHandler;
370 @Thunk synchronized void addIconToDBAndMemCache(LauncherActivityInfo app,
718 @Thunk class SerializedIconUpdateTask implements Runnable {
725 @Thunk SerializedIconUpdateTask(long userSerial, HashMap<String, PackageInfo> pkgInfoMap,
    [all...]
LauncherModel.java 81 import com.android.launcher3.util.Thunk;
114 @Thunk final LauncherAppState mApp;
115 @Thunk final Object mLock = new Object();
116 @Thunk DeferredHandler mHandler = new DeferredHandler();
117 @Thunk LoaderTask mLoaderTask;
118 @Thunk boolean mIsLoaderTaskRunning;
119 @Thunk boolean mHasLoaderCompletedOnce;
120 @Thunk boolean mIsManagedHeuristicAppsUpdated;
122 @Thunk static final HandlerThread sWorkerThread = new HandlerThread("launcher-loader");
126 @Thunk static final Handler sWorker = new Handler(sWorkerThread.getLooper())
    [all...]
LauncherStateTransitionAnimation.java 36 import com.android.launcher3.util.Thunk;
119 @Thunk Launcher mLauncher;
120 @Thunk AnimatorSet mCurrentAnimation;
713 @Thunk void cleanupAnimation() {
ButtonDropTarget.java 46 import com.android.launcher3.util.Thunk;
76 @Thunk ColorMatrix mSrcFilter, mDstFilter, mCurrentFilter;
LauncherProvider.java 65 import com.android.launcher3.util.Thunk;
190 @Thunk static long dbInsertAndCheck(DatabaseHelper helper,
481 @Thunk static void addModifiedTime(ContentValues values) {
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/
PeiEmuPeCoffGetEntryPointLib.c 52 EMU_THUNK_PROTOCOL *Thunk;
65 Thunk = (EMU_THUNK_PROTOCOL *)ThunkPpi->Thunk ();
67 return Thunk->PeCoffGetEntryPoint (Pe32Data, EntryPoint);
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBExtras.h 28 raw_ostream &operator<<(raw_ostream &OS, const codeview::ThunkOrdinal &Thunk);
  /packages/apps/Launcher3/src/com/android/launcher3/testing/
WeightWatcher.java 37 import com.android.launcher3.util.Thunk;
86 @Thunk MemoryTracker mMemoryService;
135 @Thunk MemoryTracker.ProcessMemInfo mMemInfo;
  /external/clang/lib/AST/
VTableBuilder.cpp 876 /// AddThunk - Add a thunk for the given method.
877 void AddThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
Folder.java 79 import com.android.launcher3.util.Thunk;
132 @Thunk final Alarm mScrollPauseAlarm = new Alarm();
134 @Thunk final ArrayList<View> mItemsInReadingOrder = new ArrayList<View>();
144 @Thunk FolderIcon mFolderIcon;
146 @Thunk FolderPagedView mContent;
154 @Thunk int mTargetRank, mPrevTargetRank, mEmptyCellRank;
163 @Thunk int mState = STATE_NONE;
173 @Thunk float mFolderIconPivotX;
174 @Thunk float mFolderIconPivotY;
180 @Thunk Runnable mDeferredAction
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcInt.h 46 #define FLAG_THUNK_ENTRY_POINT 0x01 // thunk for an image entry point
47 #define FLAG_THUNK_PROTOCOL 0x00 // thunk for an EBC protocol service
58 we're creating a thunk for an image entry point.
59 @param EbcEntryPoint Address of the EBC code that the thunk is to call
60 @param Thunk Returned thunk we create here
61 @param Flags Flags indicating options for creating the thunk
63 @retval EFI_SUCCESS The thunk was created successfully.
67 Thunk.
75 OUT VOID **Thunk,
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
LinuxPacketFilter.c 30 EMU_IO_THUNK_PROTOCOL *Thunk;
566 Private->Thunk = This;
BerkeleyPacketFilter.c 33 EMU_IO_THUNK_PROTOCOL *Thunk;
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 104 void CVSymbolDumperImpl::visitThunk32Sym(SymbolKind Kind, Thunk32Sym &Thunk) {
106 W.printNumber("Parent", Thunk.Header.Parent);
107 W.printNumber("End", Thunk.Header.End);
108 W.printNumber("Next", Thunk.Header.Next);
109 W.printNumber("Off", Thunk.Header.Off);
110 W.printNumber("Seg", Thunk.Header.Seg);
111 W.printNumber("Len", Thunk.Header.Len);
112 W.printEnum("Ordinal", Thunk.Header.Ord, getThunkOrdinalNames());
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsContainerView.java 44 import com.android.launcher3.util.Thunk;
57 @Thunk Launcher mLauncher;
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
LauncherAccessibilityDelegate.java 41 import com.android.launcher3.util.Thunk;
71 @Thunk final Launcher mLauncher;
272 @Thunk void performResizeAction(int action, View host, LauncherAppWidgetInfo info) {
311 @Thunk void announceConfirmation(int resId) {
315 @Thunk void announceConfirmation(String confirmation) {
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbol.cpp 95 FACTORY_SYMTAG_CASE(Thunk, PDBSymbolThunk)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcSupport.c 30 // This is instruction buffer used to create EBC thunk
36 // Add a magic code here to help the VM recognize the thunk..
43 // These 4 bytes of the thunk entry is the address of the EBC
69 This is used for Ebc Thunk call.
96 code or a thunk to another piece of EBC code.
128 // Processor specific code to check whether the callee is a thunk to EBC.
144 // Check if we need thunk to native
152 // The callee is a thunk to EBC, adjust the stack pointer down 16 bytes and
166 // The callee is not a thunk to EBC, call native code,
182 This is a thunk function. Microsoft x64 compiler only provide fast_call
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcSupport.c 30 // This is instruction buffer used to create EBC thunk
36 // Add a magic code here to help the VM recognize the thunk..
43 // These 8 bytes of the thunk entry is the address of the EBC
77 This is used for Ebc Thunk call.
127 This is a thunk function. Microsoft x64 compiler only provide fast_call
406 we're creating a thunk for an image entry point.
407 @param EbcEntryPoint Address of the EBC code that the thunk is to call
408 @param Thunk Returned thunk we create here
409 @param Flags Flags indicating options for creating the thunk
    [all...]

Completed in 903 milliseconds

12 3 4