Home
last modified time | relevance | path

Searched refs:_label (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-17/samples/Teapot/src/com/sample/teapot/
DTeapotNativeActivity.java85 TextView _label; field in TeapotNativeActivity
115 _label = (TextView)popupView.findViewById(R.id.textViewFPS); in showUI()
131 if( _label == null ) in updateFPS()
138 _label.setText(String.format("%2.2f FPS", fFPS)); in updateFPS()
/development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/moreteapots/
DMoreTeapotsNativeActivity.java96 TextView _label; field in MoreTeapotsNativeActivity
126 _label = (TextView)popupView.findViewById(R.id.textViewFPS); in showUI()
133 if( _label == null ) in updateFPS()
140 _label.setText(String.format("%2.2f FPS", fFPS)); in updateFPS()