OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iconified
(Results
1 - 10
of
10
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c
1182
int
iconified
;
local
1184
/* Is window
iconified
? */
1185
iconified
= 0;
1188
iconified
= wind_pxy[0];
1196
if (
iconified
&& GEM_icon) {
/frameworks/base/core/java/android/widget/
SearchView.java
72
* needs to be set to
iconified
by default using {@link #setIconifiedByDefault(boolean)
462
// If it is not
iconified
, then give the focus to the text field
527
* the text field is programmatically de-
iconified
.
599
* if the default state is
iconified
, then it collapses to that state when the close button
604
* @param
iconified
whether the search field should be
iconified
by default
608
public void setIconifiedByDefault(boolean
iconified
) {
609
if (mIconifiedByDefault ==
iconified
) return;
610
mIconifiedByDefault =
iconified
;
611
updateViewsVisibility(
iconified
);
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java
484
// If it is not
iconified
, then give the focus to the text field
549
* the text field is programmatically de-
iconified
.
617
* if the default state is
iconified
, then it collapses to that state when the close button
622
* @param
iconified
whether the search field should be
iconified
by default
624
public void setIconifiedByDefault(boolean
iconified
) {
625
if (mIconifiedByDefault ==
iconified
) return;
626
mIconifiedByDefault =
iconified
;
627
updateViewsVisibility(
iconified
);
632
* Returns the default
iconified
state of the search field
[
all
...]
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 151 milliseconds