◆ addContentView()
void com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.addContentView |
( |
View |
view, |
|
|
ViewGroup.LayoutParams |
params |
|
) |
| |
|
inline |
◆ getMenuInflater()
MenuInflater com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.getMenuInflater |
( |
| ) |
|
|
inline |
◆ getSupportActionBar()
ActionBar com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.getSupportActionBar |
( |
| ) |
|
|
inline |
◆ invalidateOptionsMenu()
void com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.invalidateOptionsMenu |
( |
| ) |
|
|
inline |
◆ onConfigurationChanged()
void com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.onConfigurationChanged |
( |
Configuration |
newConfig | ) |
|
|
inline |
◆ onCreate()
void com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.onCreate |
( |
Bundle |
savedInstanceState | ) |
|
|
inlineprotected |
Definition at line 21 of file AppCompatPreferenceActivity.java.
22 {
23 getDelegate().installViewFactory();
24 getDelegate().onCreate(savedInstanceState);
25 super.onCreate(savedInstanceState);
26 }
◆ onDestroy()
void com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.onDestroy |
( |
| ) |
|
|
inlineprotected |
◆ onPostCreate()
void com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.onPostCreate |
( |
Bundle |
savedInstanceState | ) |
|
|
inlineprotected |
◆ onPostResume()
void com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.onPostResume |
( |
| ) |
|
|
inlineprotected |
◆ onStop()
void com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.onStop |
( |
| ) |
|
|
inlineprotected |
◆ onTitleChanged()
void com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.onTitleChanged |
( |
CharSequence |
title, |
|
|
int |
color |
|
) |
| |
|
inlineprotected |
◆ setContentView() [1/3]
void com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.setContentView |
( |
@LayoutRes int |
layoutResID | ) |
|
|
inline |
◆ setContentView() [2/3]
void com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.setContentView |
( |
View |
view | ) |
|
|
inline |
◆ setContentView() [3/3]
void com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.setContentView |
( |
View |
view, |
|
|
ViewGroup.LayoutParams |
params |
|
) |
| |
|
inline |
◆ setSupportActionBar()
void com.freerdp.freerdpcore.utils.AppCompatPreferenceActivity.setSupportActionBar |
( |
@Nullable Toolbar |
toolbar | ) |
|
|
inline |
The documentation for this class was generated from the following file: