/frameworks/base/core/java/android/view/ |
GhostView.java | 27 * here using its render node. When the GhostView is set to INVISIBLE, the View it is 28 * shadowing will become VISIBLE and when the GhostView becomes VISIBLE, the shadowed 32 public class GhostView extends View { 37 private GhostView(View view) { 94 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) { 100 GhostView ghostView = view.mGhostView; 102 if (ghostView != null) { 103 View oldParent = (View) ghostView.getParent(); 106 previousRefCount = ghostView.mReferences [all...] |
View.java | [all...] |
/frameworks/base/core/java/android/transition/ |
ChangeTransform.java | 30 import android.view.GhostView; 373 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); 379 GhostListener listener = new GhostListener(view, startValues.view, ghostView); 470 private GhostView mGhostView; 472 public GhostListener(View view, View startView, GhostView ghostView) { 475 mGhostView = ghostView; 481 GhostView.removeGhost(mView) [all...] |
/frameworks/base/core/java/android/app/ |
ActivityTransitionCoordinator.java | 29 import android.view.GhostView; [all...] |
/external/llvm/include/llvm-c/ |
Analysis.h | 52 /* Open up a ghostview window that displays the CFG of the current function.
|
/external/llvm/bindings/go/llvm/ |
analysis.go | 65 // Open up a ghostview window that displays the CFG of the current function.
|
/external/llvm/lib/CodeGen/ |
ScheduleDAGPrinter.cpp | 82 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
|
MachineBlockFrequencyInfo.cpp | 157 /// Pop up a ghostview window with the current block frequency propagation
|
MachineScheduler.cpp | [all...] |
/external/llvm/lib/Analysis/ |
BlockFrequencyInfo.cpp | 153 /// Pop up a ghostview window with the current block frequency propagation
|
CFGPrinter.cpp | 141 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGPrinter.cpp | 143 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
|
/external/llvm/include/llvm/CodeGen/ |
MachineFunction.h | 298 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
|
/external/llvm/include/llvm/IR/ |
Function.h | 465 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
|
/external/jemalloc/bin/ |
jeprof.in | [all...] |