Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 43) sorted by relevance

12

/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/logging/
DLogger.java72 public void i(String msg, Throwable t) { in i()
80 public void d(String msg, Throwable t) { in d()
88 public void w(String msg, Throwable t) { in w()
96 public void e(String msg, Throwable t) { in e()
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DLogHelper.java66 public static void w(String tag, Throwable t, Object... messages) { in w()
74 public static void e(String tag, Throwable t, Object... messages) { in e()
78 public static void log(String tag, int level, Throwable t, Object... messages) { in log()
/development/apps/Development/src/com/android/development/
DLogViewer.java68 private void appendThrowable(Throwable t) { in appendThrowable()
141 private final Throwable t; field in LogViewer.AppendThrowable
143 public AppendThrowable(Throwable t) { in AppendThrowable()
DMediaScannerActivity.java72 EditText t = (EditText) findViewById(R.id.numsongs); in onCreate() local
/development/tools/repo_diff/service/repodiff/utils/
Dtime.go5 t "time" packageName
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
DPathEvaluator.java28 public PathPoint evaluate(float t, PathPoint startValue, PathPoint endValue) { in evaluate()
/development/cmds/monkey/src/com/android/commands/monkey/
DLogger.java56 public static void error(String msg, Throwable t) { in error()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DTextSwitcher1.java74 TextView t = new TextView(this); in makeView() local
DSecureViewOverlay.java52 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
DList13.java146 TextView t = (TextView)view.getChildAt(i); in onScrollStateChanged() local
DContentBrowserActivity.java120 @Override protected void onScrollChanged(int l, int t, int oldl, int oldt) { in onScrollChanged()
DContentBrowserNavActivity.java121 @Override protected void onScrollChanged(int l, int t, int oldl, int oldt) { in onScrollChanged()
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DZoomer.java117 float t = tRTC * 1f / mAnimationDurationMillis; in computeZoom() local
/development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/
DRequestDuringLayout.java98 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DRotate3dAnimation.java69 protected void applyTransformation(float interpolatedTime, Transformation t) { in applyTransformation()
DFixedGridLayout.java75 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java86 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DFitCenterFrameLayout.java53 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
DCameraFragment.java236 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
DFeedParser.java156 Time t = new Time(); in readEntry() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPictureLayout.java146 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
DCameraPreview.java220 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DDocumentsSample.java422 private void log(String msg, Throwable t) { in log()
/development/samples/RenderScript/Levels/src/com/android/rs/levels/
DLevelsDalvikActivity.java233 long t = java.lang.System.currentTimeMillis(); in benchmark() local
DLevelsRSActivity.java205 long t = java.lang.System.currentTimeMillis(); in benchmark() local

12