OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bridgeContext
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java
23
import com.android.layoutlib.bridge.android.
BridgeContext
;
84
parser, (
BridgeContext
) context, false /*platformFile*/);
153
BridgeContext
bridgeContext
= (
BridgeContext
) mContext;
154
RenderResources res =
bridgeContext
.getRenderResources();
170
Drawable d = ResourceHelper.getDrawable(backgroundValue,
bridgeContext
);
194
out.getDimension(
bridgeContext
.getResources().getDisplayMetrics()));
204
textColor,
bridgeContext
);
214
BridgeContext
bridgeContext = (BridgeContext) mContext
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java
25
import com.android.layoutlib.bridge.android.
BridgeContext
;
157
if (context instanceof
BridgeContext
) {
158
BridgeContext
bridgeContext
= (
BridgeContext
)context;
164
value =
bridgeContext
.getRenderResources().getFrameworkResource(
170
value =
bridgeContext
.getRenderResources().getProjectResource(
182
parser,
bridgeContext
, false);
223
if (context instanceof
BridgeContext
) {
224
BridgeContext
bc = (BridgeContext) context
[
all
...]
Completed in 116 milliseconds