OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomTitle
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
TitleViewAdapterTest.java
37
public static class
CustomTitle
extends LinearLayout implements TitleViewAdapter.Provider {
41
public
CustomTitle
(Context context, AttributeSet set) {
45
public
CustomTitle
(Context context, AttributeSet set, int s) {
65
public void
customTitle
() {
66
CustomTitle
t = new
CustomTitle
(InstrumentationRegistry.getTargetContext(), null);
/development/samples/ApiDemos/src/com/example/android/apis/app/
CustomTitle.java
33
* <h3>
CustomTitle
</h3>
43
* <td >src/com.example.android.apis/app/
CustomTitle
.java</td>
52
public class
CustomTitle
extends Activity {
Completed in 296 milliseconds